<<if _test != 1>>
<<include "Starter Page">>
<</if>>
<<include "Items">>
/* Estate */
<<set $estate = {name:null, rooms:"", pop:0, cap:4, location:null, level:1, facilities:"", page:"Overview"}>>
<<set $estate.facilities = {page:null, trainingroom:0, dungeon:0, training:null, hypnotherapy:null}>>
<<set $estate.facilities.training = {implements:0, bedding:0, permit:0, rooms:1, trainers:[], trainer:null}>>
<<set $estate.rooms = {amount:1, used:0}>>
<<set $estate.alchemy = {active:0}>>
<<set $estate.brothel = {active:0, name:"The Rusty Knob", pop:0, cap:0, decor:"Classic", focus:"Variety", research:"", popularity:{}, style:null, page:"Overview", levels:"", exceptions:"", competition:{}, takedowns:{}, report:{}}>>
<<set $estate.brothel.report = {text:null, brothelscore:0, guardscore:0}>>
<<set $estate.brothel.takedowns = {local:0, regional:0, national:0}>>
<<set $estate.brothel.popularity = {level:"Local", total:0}>>
<<set $estate.brothel.levels = {soliciting:"Min", managing:"Min", guarding:"Min", hosting:"Min", attending:"Min", teaching:"Min", consorting:"Min"}>>
<<set $estate.brothel.exceptions = {pSoliciting:"No", pConsorting:"No", gSoliciting:"No", gConsorting:"No"}>>
<<set $estate.brothel.research = {popular:0, niche:0, common:0}>>
<<set $estate.ranch = {active:0, name:"Moonshine Ranch", pop:0, cap:0, style:null, popularity:0, report:{}}>>
<<set $estate.ranch.report = {text:null}>>
<<set $estate.farm = {active:0}>>
<<set $estate.training = {active:1, implements:1, incense:0}>>
<<set $estate.chattel = {active:0, name:"Chattel House", pop:0, cap:0, pens:"", page:0}>>
<<set $estate.chattel.pens = {amount:0}>>
<<set $estate.westwing = {active:0, name:"West Wing", pop:0, cap:0, style:null, report:{}}>>
<<set $estate.westwing.report = {text:null}>>
<<set $estate.eastwing = {active:0, name:"East Wing", pop:0, cap:0, style:null, report:{}}>>
<<set $estate.eastwing.report = {text:null}>>
/* Estate */
/* Date */
<<set $weekcount = 1>>
<<set $weeknum to 1>>
<<set $weeks to 1>>
<<set $trueweeks = 0>>
<<set $monthnum to 0>>
<<set $month to "❄️ Narvinyë">>
<<set $monthArray = ["❄️ Narvinyë", "❄️ Nénimë", "🌱 Súlìmë", "🌱 Víressë", "🌼 Lótessë", "🌼 Náríë", "☀️ Cermië", "☀️ Urimë", "🍂 Yavannië", "🍂 Narquelië", "🌲 Hísimë", "🌲 Ringarë"]>>
<<set $yearnum = 419>>
<<set $trueyears = 0>>
/* Date */
/* General */
<<set $version to "0.5.17">>
<<set $Version = 1>>
<<set $endweek = 0>>
<<set $gameover = 0>>
<<set $difficulty = "default">>
<<set $cheats = []>>
<<set $tabs = {skills:null}>>
<<set $main = {page:"estate"}>>
<<set $updates = {ready: 0, brothel: "", farm: "", slaver: "", slave: "", compendium: ""}>>
<<set $tips = {training: 1, slavebuying: 0, slavediscipline: 0, slaveexpense:0, brothel: 1}>>
<<set $compendium = {page:null, leaf:null, races:[], natures:[], codes:[], moods:["Anxiety", "Happiness", "Sanity", "Serenity", "Affection", "Hate"], ages:["Young Adult", "Adult", "Mature"], attributes:["Obedience", "Trust", "Fear"], sexes:["Male", "Female", "Shemale", "Futanari", "Transgender"], titles:["Common", "Uncommon", "Unique", "Rare", "Special"]}>>
<<set $summary = {income:{}, slavedesc: 0, brothelslavedesc: 0, history:0, skills:0, slaveinfo:0, brothelcapacity:0, brothelpopularity:0, brothelpopularitydesc:1, brothelfocus:0, estateInfo:0, estateCap:0}>>
<<set $summary.income = {estate:0, brothel:0, ranch:0, chattel:0}>>
<<set $extrainfo = "">>
<<set $slaveIncome = 0>>
<<set $requestIncome = 0>>
<<set $resources = 0>>
<<set $maintenance = {personal:0, estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $slaveExpense = 0>>
<<set $expenses = {estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $revenue = {estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $remainder = {total:0, name:null, color:null}>>
<<set $brothelearnings = 0>>
<<set $brothelexpense = 0>>
<<set $totalcustomers = 0>>
<<set $ranchearnings = 0>>
<<set $brothelslaves = {amount:0, popularity:0}>>
/* General */
/* Adjectives */
<<set $eyedesc = ["bright", "clear", "beautiful", "peircing", "unyeilding", "sharp", "warm", "welcoming", "deep", "round", "alluring", "gentle", "fiery", "shining", "steely", "big"]>>
/* Adjectives */
/* User Stats */
<<set $upkeep to 0>>
<<set $inventory = {amount:0, page:"Transformative"}>>
<<set $bulk = []>>
<<newinventory '$keyitems'>>
<<set $slaves = {amount: 0}>>
/* User Stats */
/* Titles */
<<include "Titles">>
/* Titles */
<<include "Descriptors">>
<<include "Names">>
<<include "Races">>
<<include "Skills">>
/* Traits */
<<set $canineEars = ["button", "round-tipped", "prick", "folded", "pendant", "hooded", "rose"]>>
<<set $felineEars = ["prick", "curled", "folded", "floopy"]>>
<<set $leporineEars = ["lopped", "straight", "v-shapped"]>>
<<set $ears = {canine: $canineEars, feline: $felineEars, leporine: $leporineEars}>>
<<set $canineTails = ["ring", "sickle" ,"screw", "docked", "otter & whip", "bobbed"]>>
<<set $felineTails = ["long flowing", "plumed", "short, thick", "long, thin"]>>
<<set $leporineTails = ["puff ball", "short, fluffy"]>>
<<set $tail = {canine: $canineTails, feline: $felineTails, leporine: $leporineTails}>>
/* Traits */
/* Haircolors */
<<set $humanHC = ["black", "brown", "red", "blonde"]>>
<<set $beastmanHC = ["black", "brown", "red", "blonde", "pink", "purple", "blue", "green", "silver", "white"]>>
<<set $haircolors = {human: $humanHC, beastman: $beastmanHC}>>
/* Haircolors */
/* Hairstyles */
<<set $simplemalehairstyles = ["completely bald", "in a crew cut", "curtained", "long", "in a caesar cut", "in a quiff", "simple and short"]>>
<<set $simplefemalehairstyles = ["completely bald", "in a chin length bob", "in a short bob", "in a hime cut", "long and wavy", "straight and long", "in pigtails", "in a ponytail"]>>
<<set $simplehairstyles = {male: $simplemalehairstyles, female: $simplefemalehairstyles}>>
/* Hairstyles */
/* Gender */
<<include "Pronouns">>
<<set $vagina = {1: "your cunt", 0: "an onahole"}>>
<<set $clit = {1: "your clit", 0: "its clit"}>>
<<set $penis = {1: "your cock", 0: "a dildo"}>>
<<set $shaft = {1: "your shaft", 0: "its shaft"}>>
<<set $testicles = {1: "your balls", 0: "its balls"}>>
<<set $childtitle = {male: "son", female: "daughter"}>>
/* Gender */
/* Slave Shops */
<<set $slavetemplate = "Jhak">>
<<set $shoptemplate = 1>>
<<include "Stock Shops">>
<<set $jhakbeastshack = _characterShop>>
<<set $jhakbeastshack.name = "Jhak's Beast Shack">>
<<set $jhakbeastshack.description = "A slave shop that sells substandard quality beastmen slaves.">>
<<set $jhakbeastshack.welcome = "Jhak: Welcome to my beast shack! Who would you like to purchase?">>
<<set $slavetemplate = "Sasha">>
<<set $shoptemplate = 1>>
<<include "Stock Shops">>
<<set $sashaslaveshop = _characterShop>>
<<set $sashaslaveshop.name = "Sasha's Slave Shop">>
<<set $sashaslaveshop.description = "A slave shop that sells a large assortment of substandard quality slaves.">>
<<set $sashaslaveshop.welcome = "Sasha: Take a look around and choose wisely, all sales are final!">>
<<set $slavetemplate = "Pan">>
<<set $shoptemplate = 1>>
<<include "Stock Shops">>
<<set $panbargainbasement = _characterShop>>
<<set $panbargainbasement.name = "Pan's Bargain Basement">>
<<set $panbargainbasement.description = "A small shop that stocks few slaves.">>
<<set $panbargainbasement.welcome = "Pan: These are all the recent junk from my shop. Prices are final, I have to find a way turn a profit on them somehow.">>
/* Slave Shops */<<if $Version>>
''<center>Version $version.</center>''
<br>
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1>>
/*<<set _date = "Week " + $weeknum + " of " + $month + ", " + $yearnum>>*/
''<center>Week $weekcount</center>''
''<center>$month</center>''
''<center>Year $yearnum, Third Age</center>''
<br>
<</if>>
<<if $Travel>>
''<center>[[Travel|Travel]]</center>''
<</if>>
<<if $NextWeek>>
''<center>[[End Week|End Week]]</center>''
<</if>>
<<if $Main>>
''<center>[[Home|Main]]</center>''
<</if>>
<<if $Continue>>
<span id="spaceAct">''<center>[[Continue|$Continue]] [Space]</center>''</span>
<</if>>
<<if $sexContinue == 2>>
<<if $sex.player.stamina.current>>
''<center>[[Continue Sex|Sex Results][$sex.continue = 1]]</center>''
<</if>>
<<elseif $sexContinue == 1>>
<<if $sex.player.stamina.current>>
''<center>[[End Continuing Sex|Sex Battle][$sex.continue = 0]]</center>''
<<else>>
''<center>[[End Continuing Sex|End Sex][$sex.continue = 0]]</center>''
<</if>>
<</if>>
<<if $Next>>
''<center>[[$Next|$Next]]</center>''
<</if>>
<<if $Previous>>
''<center>[[Return|$Previous]]</center>''
<</if>>
<<if $Return>>
''<center>[[Return|$return]]</center>''
<</if>>
<<if $TrueReturn>>
''<center>[[Return|$truereturn]]</center>''
<</if>>
<<if $EndTraining>>
''<center>[[End Training|$EndTraining]]</center>''
<</if>>
<<if $CustomLink>>
<b><center><<link "$CustomLink" "Main Menu">>
<<if $CustomLink == "End Intercourse">>
<<set $sex = null>>
<<set $CustomLink = null>>
<</if>>
<</link>></center></b>
<</if>>
<<if $NextWeek || $Main || $Continue || $Next || $Return || $TrueReturn || $Previous || $EndTraining || $CustomLink>>
<<if $Version != 1 && $StoryTime != 1>>
<br>
<</if>>
<</if>>
<<if $Version != 1 && $StoryTime != 1>>
<<if $Training>>
<center>''$activeCharacter.name's Stats''
<br>
''<<include "Battle Stats">>''</center>
<<else>>
''<center><<include "Stats">></center>''
<</if>>
<</if>>
<<if passage() == "CC - Physical Traits">>
<br><b><center>
<<if $cheats.includes("perfectCharacter")>>
Statpoints: ∞
<br>
[[MAX ALL STATS|CC - Physical Traits][$cheats.push("MAS")]]
<<else>>
Statpoints: <span id='statpoints'>$NC.statpoints</span>
<</if>>
</center></b>
<</if>>
<<if settings.cheats && ["Main Menu", "Main", "CC - Physical Traits", "Sex Battle"].contains(passage())>>
<<set $tbpassage = passage()>>
<br>
<center>''Spellbook''
<br>
<<textbox "$cheat" "" $tbpassage autofocus>></center>
<</if>><center><titled>A New Beginning</titled></center>
<br>
After six months of travel you finally reach the city Waiross. Years of war between the Demon Lord and the Hero's faction has left many homes destroyed, including your own, leaving you no choice but to emigrate to one of the larger, more stable cities. Although there were cities closer to you than Waiross, you reasoned that it was your best bet at survival. With no way of getting any news of the survival of closer but smaller cities, you choose to travel to the largest one you knew. You weren't the only one, there were many immigrants headed for the same city and before you knew it you were traveling with hundreds of others.
<br><br>
Luckily for you, Waiross has managed to persevere during this war of man and demon. Its vibrant slave trade kept its economy running in times of peril and its vast army kept it defended from any attacks from the Demon Lord's army. However not everything is peaches and roses. Just like you noticed on your travel here, there are a lot of immigrants waiting outside the city to get in. A large majority of the other neighboring cities didn't make it through the war, creating a much larger number of immigrants than Waiross had expected. There were so many people that the Waiross King, Waiross the Third, claimed that there was not enough space or resources to accommodate all the new arrivals and majorly reduced the amount of new people allowed to live inside the city.
<br><br>
At first only those with marketable skills or large sums of money were allowed citizenship. Even then, the amount of people coming into the city was too much for the city to handle causing them to raise the standards even higher. Only those with exceptional skills or people with money were to be allowed in. The amount of immigrants living outside the city became so big that an outer city slum was created. The slums consist mostly of immigrants living in makeshift housing. With no guards sent to police the outer city the slums were filled with crime.
<br><br>
Crime syndicates quickly popped up all over the slums, stealing money from unprotected immigrants to fund their operations which allowed them to send people into the city. The officials in Waiross quickly caught on to this, and decreed that only clean money was allowed to be used to buy citizenship. While they didn't mind accepting dirty money, they were not interested in allowing a bunch of criminals to settle in their city. This severely lowered the amount of criminal activity and recruiting going on in the slums but didn't stop it completely. From what you’ve heard many crime syndicate still find a way to get their members in by bribing city officials.
<br><br>
Before having to flee from your old village, you were the town's merchant. You were several times more wealthy than most of the people in the village but you had to leave most of your goods behind. You were able to salvage your money but it won't do you any good because you can't prove to the city officials that your money was obtained legitimately. You're still better off than most people as you can use your business know-how and money to start a business venture right here in the slums.
<br><br>
Mercantile wasn’t the only profession you had in mind for yourself, however. It just happened to be an avenue you excelled at. During your long journey to Waiross, you found yourself occasionally reminiscing about your childhood and the other interests that fascinated you at that time. Even managing to recall a couple of things your mentor instilled in you at the time.
As the gates to Waiross grow even closer, you decide to take one more stroll through your memories before your new life begins.
<br><br>
<<set $revenue.estate = 100000>>
<<set $revenue.total = 100000>>
<<set $PC.money = 100000>>
<<unset $Continue>>
<<set $Previous = "CC - Physical Traits">>
[[My childhood. . .|Background]]<<include "Unset Passages">>
<<include "Titles">>
<<set $endweek = 1>>
<<set $soldSlaves = []>>
<<if !$endweekupdates>>
<<include "End Week Update">>
<<include "Player Report">>
<<set _pop = 0>>
<<if $slaves.amount>>
<<for _i to 1; _i <= $slaves.amount;_i++>>
<<set _character = $slaves[_i]>>
<<include "Slave Report">>
<</for>>
<</if>>
<<if $estate.pop > $estate.cap && !$estate.overcap>>
<<set $estate.overcap = 1>>
<<elseif $estate.pop > $estate.cap>>
<<set $estate.overcap += 1>>
<<elseif $estate.pop <= $estate.cap>>
<<set $estate.overcap = 0>>
<<set $estate.warning = null>>
<</if>>
<<if $estate.overcap == 1>>
<<set $estate.warning = "Your estate is currently overpopulated with slaves. If it is still overpopulated by the end of the week your most recently obtained slaves assigned to the estate will be automatically sold.">>
<</if>>
<<set $endweekupdates = 1>>
<<set $summarypage = null>>
<<set $summarypen = null>>
<</if>>
<<set $Continue = "End Week Expenses">>
<<include "Mobile Header">>
<<set _institutes = []>>
<<if $estate.pop>>
<<set _institutes.push("estate")>>
<</if>>
<<if $estate.brothel.pop>>
<<set _institutes.push("brothel")>>
<</if>>
<<if $estate.ranch.pop>>
<<set _institutes.push("ranch")>>
<</if>>
<<if $estate.chattel.pop>>
<<set _institutes.push("chattel")>>
<<set _chattelcap = $estate.chattel.cap>>
<<set _chattelpenpop = 0>>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<set _chattelcap += $estate.chattel.pens[_p].cap>>
<<set _chattelpenpop += $estate.chattel.pens[_p].pop>>
<<set $estate.chattel.pens[_p].stylepage = null>>
<</for>>
<<set _chattelholdingpop = $estate.chattel.pop-_chattelpenpop>>
<</if>>
<<if !$summarypage>>
<<set $summarypage = _institutes[0]>>
<</if>>
<<if $estate.brothel.pop>>
<<set $estate.brothel.report.brothelscore = Math.clamp($estate.brothel.report.brothelscore, 0, 100)>>
<<set $estate.brothel.report.guardscore = Math.clamp($estate.brothel.report.guardscore, 0, 100)>>
<<run createReport("Brothel", $estate.brothel.report.brothelscore, $estate.brothel.report.guardscore)>>
<</if>>
<<if $estate.ranch.pop>>
<<run createReport("Ranch")>>
<</if>>
<center><h3>Weekly Player Report</h3></center>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><td><<race $PC.tribe "Main Menu">> $PC.name <<gender $PC.sex $PC.gender>></td></tr>
<tr><td>$PC.summary</td></tr>
</table>
<<if $slaves.amount>>
<hr>
<center><h3>Weekly Slave Report</h3></center>
<</if>>
<<if _institutes.length>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<<if _institutes.contains("estate")>>
<<if $summarypage == "estate">>
<th>Estate Slaves[$estate.pop/$estate.cap]</th>
<<else>>
<th><<print "[[Estate Slaves[" + $estate.pop + "/" + $estate.cap + "]|End Week][$summarypage = 'estate', $activeCharacter = null]]">></th>
<</if>>
<</if>>
<<if _institutes.contains("brothel")>>
<<if $summarypage == "brothel">>
<th>Brothel Slaves[$estate.brothel.pop/$estate.brothel.cap]</th>
<<else>>
<th><<print "[[Brothel Slaves[" + $estate.brothel.pop + "/" + $estate.brothel.cap + "]|End Week][$summarypage = 'brothel', $activeCharacter = null]]">></th>
<</if>>
<</if>>
<<if _institutes.contains("ranch")>>
<<if $summarypage == "ranch">>
<th>Ranch Slaves[$estate.ranch.pop/$estate.ranch.cap]</th>
<<else>>
<th><<print "[[Ranch Slaves[" + $estate.ranch.pop + "/" + $estate.ranch.cap + "]|End Week][$summarypage = 'ranch', $activeCharacter = null]]">></th>
<</if>>
<</if>>
<<if _institutes.contains("chattel")>>
<<if $summarypage == "chattel">>
<th>Chattel Slaves[$estate.chattel.pop/_chattelcap]</th>
<<else>>
<th><<print "[[Chattel Slaves[" + $estate.chattel.pop + "/" + _chattelcap + "]|End Week][$summarypage = 'chattel', $activeCharacter = null]]">></th>
<</if>>
<</if>>
</tr>
</table>
<<if $summarypage == "estate" && $estate.warning>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th>@@color:red;WARNING@@</th></tr>
<tr><td>$estate.warning</td></tr>
</table>
<<elseif $summarypage == "brothel">>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th>Brothel Summary</th></tr>
<tr><td>$estate.brothel.report.text</td></tr>
</table>
<<elseif $summarypage == "ranch">>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th>Ranch Summary</th></tr>
<tr><td>$estate.ranch.report.text</td></tr>
</table>
<</if>>
<<if $summarypage == "chattel">>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<<if _chattelholdingpop>>
<<if !$summarypen>>
<<set $summarypen = "Holding Pen">>
<</if>>
<<if $summarypen == "Holding Pen">>
<th>Holding Pen [_chattelholdingpop/$estate.chattel.cap]</th>
<<else>>
<th><<print "[[Holding Pen|End Week][$summarypen = 'Holding Pen']]">> [_chattelholdingpop/$estate.chattel.cap]</th>
<</if>>
<</if>>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<set _pen = $estate.chattel.pens[_p]>>
<<if _pen.pop>>
<<if !$summarypen>>
<<set $summarypen = _p>>
<</if>>
<<if $summarypen == _p>>
<th>Pen _p [_pen.pop/_pen.cap]</th>
<<else>>
<th><<print "[[Pen " + _p + "|End Week][$summarypen = " + _p + "]]">> [_pen.pop/_pen.cap]</th>
<</if>>
<</if>>
<</for>>
</tr>
</table>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if _character.location == $summarypage && _character.chattel.pen == $summarypen>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> _character.name <<gender _character.sex _character.gender>></td></tr>
<tr><td>_character.summary</td></tr>
</table>
<<elseif _character.location == "chattel" && !_character.chattel.pen && $summarypen == "Holding Pen">>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> _character.name <<gender _character.sex _character.gender>></td></tr>
<tr><td>_character.summary</td></tr>
</table>
<</if>>
<</for>>
<<else>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if _character.location == $summarypage>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> _character.name <<gender _character.sex _character.gender>></td></tr>
<tr><td>_character.summary</td></tr>
</table>
<</if>>
<</for>>
<</if>>
<</if>><<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1>>
[[Compendium]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $PC.guild.slaver.contract.length && $Training != 1 && $MainMenu == 1>>
[[Contracts]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1>>
[[Estate]]
<</if>>
/*
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1 && $estate.brothel.active>>
[[Brothel]]
<</if>>
*/
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1 && $estate.ranch.active>>
[[Ranch]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1 && $estate.chattel.active>>
[[Chattel]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1 && $estate.westwing.active>>
[[Westwing]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1 && $estate.eastwing.active>>
[[Eastwing]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1>>
[[Training Room]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1>>
[[Wardrobe]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1>>
[[Status]]
<</if>>
<<if $endweeek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $inventory.amount >= 1 && $MainMenu == 1>>
[[Inventory]]
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1 && $MainMenu == 1>>
[[Journal]]
<</if>>
<<include "Unset Passages">>
<<set $Return = 1>>
<<set $Stats = 1>>
<<include "Mobile Header">>
<<if !$inventory.page>>
<<set $inventory.page = "Transformative">>
<</if>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<<if $inventory.page == "Transformative">>
<th style='width: 50%;'>Transformative Items</th>
<<else>>
<th style='width: 50%;'>[[Transformative Items|Inventory][$inventory.page = "Transformative"]]</th>
<</if>>
<<if $inventory.page == "Sexual Toy">>
<th style='width: 50%;'>Sexual Toys</th>
<<else>>
<th style='width: 50%;'>[[Sexual Toys|Inventory][$inventory.page = "Sexual Toy"]]</th>
<</if>>
</tr>
</table>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th style='width: 30%;'>Name</th>
<th style='width: 70%;'>Description</th>
</tr>
<<for _i = 1; _i <= $inventory.amount; _i++>>
<<set _item = $inventory[_i]>>
<<if _item.amount >= 1 && _item.type == $inventory.page>>
<tr>
<td style='width: 30%;'><b>_item.name x_item.amount</b></td>
<td style='width: 70%;'>_item.description</td>
</tr>
<</if>>
<</for>>
</table><<set $caption = "Return">>
<center>Slaves</center>
<hr>
<<for _i to 1; _i <= $slaves.amount; _i++>>
<<set _character to $slaves[_i]>>
<<print "[[_character.name|Slave Description][$activeCharacter to $slaves[" + _i + "]]]">><br>
<<include "Brief Slave Description">>
<hr>
<</for>><<include "Unset Passages">>
<<set $Main = 1>>
<<set $Stats = 1>>
<<include "Mobile Header">>
You have been playing for <<print $trueyears>> year(s), <<print $monthnum>> month(s) and <<print $weeknum>> week(s).<<include "Unset Passages">>
<<set $Main = 1>>
<<include "Mobile Header">>
[[Go to Clothes|Clothing Wardrobe]]
<center><h3>Jewelry</h3></center>
<<wardrobe "Ear" $Ear "Jewelry">>
<br><br>
<<wardrobe "Eyebrow" $Ear "Jewelry">>
<br><br>
<<wardrobe "Nose" $Nose "Jewelry">>
<br><br>
<<wardrobe "Tongue" $Tongue "Jewelry">>
<br><br>
<<wardrobe "Lip" $Lip "Jewelry">>
<br><br>
<<wardrobe "Nipple" $Nipple "Jewelry">>
<br><br>
<<wardrobe "Navel" $Navel "Jewelry">>
<br><br>
<<wardrobe "Cock" $Cock "Jewelry">>
<br><br>
<<wardrobe "Pussy" $Pussy "Jewelry">>
<hr>
<center><h3>Clothing</h3></center>
<<wardrobec "Outfit" $Outfit "Clothes">>
<br><br>
<<wardrobec "Top" $Top "Clothes">>
<br><br>
<<wardrobec "Bottom" $Bottom "Clothes">>
<br><br>
<<wardrobec "Underwear" $Underwear "Clothes">>
<br><br>
<<wardrobec "Head" $Head "Clothes">>
<br><br>
<<wardrobec "Eyes" $Eyes "Clothes">>
<br><br>
<<wardrobec "Neck" $Neck "Clothes">>
<br><br>
<<wardrobec "Hands" $Hands "Clothes">>
<br><br>
<<wardrobec "Legs" $Legs "Clothes">>
<br><br>
<<wardrobec "Shoes" $Shoes "Clothes">>
<br><br>
<hr>
/*<center><h3>Main</h3></center>*/
<<include "Modernize PC">>
<<unset $activeCharacter>>
<<set $currentmonth = $month>>
<<if $endweek == 1>>
<<set $PC.guild.slaver.oldrequest = null>>
<<set $PC.guild.slaver.transfer = null>>
<<set $weekcount += 1>>
<<set $weeknum += 1>>
<<set $weeks += 1>>
<<set $trueweeks += 1>>
<<if $weeknum >= 5>>
<<set $weeknum = 1>>
<<set $oldmonth to $monthArray[$monthnum]>>
<<set $monthnum += 1>>
<<set $month to $monthArray[$monthnum]>>
<<if $month == "🌲 Ringarë">>
<<set $nextmonth = "❄️ Narvinyë">>
<<else>>
<<set $nextmonth to $monthArray[$monthnum + 1]>>
<</if>>
<</if>>
<<if $monthnum >= 12>>
<<set $weeks = 1>>
<<set $monthnum = 0>>
<<set $month = $monthArray[$monthnum]>>
<<set $yearnum += 1>>
<<set $trueyears += 1>>
<</if>>
<<set $PC.money += $revenue.total>>
<<set $PC.money -= $expenses.total>>
<<set $endweek = 0>>
<<set $endweekupdates = null>>
<<if $PC.money < 0>>
<<set $gameover += 1>>
<<else>>
<<set $gameover = 0>>
<</if>>
<<set $saveStart = $PC.name + " | ">>
<<set $saveEnd = " | Week " + $weekcount>>
<<if !Save.autosave.get() && settings.autosave>>
<<run Save.autosave.save($saveStart + passage() + $saveEnd)>>
<<elseif (Save.autosave.get().title != $saveStart + passage() + $saveEnd) && settings.autosave>>
<<run Save.autosave.save($saveStart + passage() + $saveEnd)>>
<</if>>
<</if>>
<<if $gameover >= 3>>
<<include "Game Over">>
<<else>>
<<include "Main Menu">>
<</if>><<include "Unset Passages">>
<<set $Return = 1>>
<<set $Stats = 1>>
<<include "Mobile Header">>
<center><h3>$estate.name</h3></center>
Your estate is located in the slums. There is very little, if any protection from the city to protect the property of those living in the slums. The price of property in the slums is at an all time low, and usually does not appreciate in value over time. When moving into the city you must sell your estate. You will only be able to get a small portion of the money you invest into it when you do.
<br><br>
<<include "Estate Capacity">>
<br><br>
<<include "Estate Residence">><<include "Unset Passages">>
<<set $Main = 1>>
<<include "Mobile Header">>
<center>
<h3>[[Waiross Slums|Slums]]</h3>
The Waiross Slums are located at the outskirts of the city. People of all backgrounds can be found here. The goods sold are usually cheap but are often low-quality or disposable, most times both.
</center>
<hr>
<<if $version == "0.7">>
<center>
<h3>[[The streets of the Waiross Slums|Stroll Slums]]</h3>
The Waiross Slums are home to many kinds of people and creatures, the majority of which are seldom hospitable or even clean for that mattter. Still, these kinds of qualities are actually quite appealing if you're looking for something interesting to occupy yourself with. And at the very least you may come across some lucrative opportunities if you're savy enough. @@color:orange;Take a stroll?@@
</center>
<hr>
<</if>>
<center>
<h3>[[The Chopping Block|Chopblock-Entrance]]</h3>
Located between the better parts of the slums and the fringes of the inner city lies an old mansion. It's been retrofitted to function as an auction house for the slaves. While looking far better than most other places in the slums, it still has a certain decrepit look to it that inspires caution more than it does grandeur. Regardless, rising up in the ranks of the guild allows you the chance to do business here. A place to acquire rare slaves, exotic slaves, trained slaves, and everything in between. It’s also a place for you to sell your own stock of slaves. You might even encounter some lucrative business deals and partners if you know how to carry yourself.
</center>
<hr>
<<if $PC.titles.includes("Pickpocket") or $PC.titles.includes("Wary Thief")>>
<center>
<h3>[[Waiross Alleyways|Waiross Alleyways]]</h3>
The streets of Waiross is a perfect proving grounds for a pickpocket like yourself. Be careful however; you may find more troubles than treasures if you aren't skilled enough.
</center>
<hr>
<</if>>
<center>
<h3>[[Hokoi Village|Village1]]</h3>
A small, mysterious villiage at the edge of the Black Marshes. A magical energy surrounds it, and gives the impression of a mirage when seen from afar.
</center>
<hr>
<<include "New Slave">>
<<set _character.known = {virginity:1, analvirginity:1, nature:0, sexualskill:0}>>
<<set _character.sexualskill = {oral:"", mammary:"", manual:"", intercourse:""}>>
<<set _character.sexualskill.oral = {kissing: 0, fellatio: 0, cunnilingus: 0, analingus: 0}>>
<<set _character.sexualskill.oral.kissing = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.oral.fellatio = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.oral.cunnilingus = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.oral.analingus = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.mammary = {breastplay: 0, breastfeeding: 0, intercourse: 0}>>
<<set _character.sexualskill.mammary.breastplay = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.mammary.breastfeeding = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.mammary.intercourse = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.manual = {masturbation: 0, fingering: 0, handjob: 0, fisting: 0}>>
<<set _character.sexualskill.manual.masturbation = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.manual.fingering = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.manual.handjob = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.manual.fisting = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.intercourse = {vaginal: 0, anal: 0, pitching: 0, pegging: 0}>>
<<set _character.sexualskill.intercourse.vaginal = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.intercourse.anal = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.intercourse.pitching = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<set _character.sexualskill.intercourse.pegging = weightedRand({0:0.3, 20:0.3, 40:0.2, 60:0.1, 80:0.06, 100:0.04})>>
<<if $slavetemplate == "Jhak">>
<<set _character.race = "beastman">>
<<elseif $slavetemplate == "OriginFSlave">>
<<set _character.race = "beastman">>
<<elseif $slavetemplate == "OriginMSlave">>
<<set _character.tribe = "beastman">>
<<elseif $slavetemplate == "Sylvine">>
<<set _character.race = "elf">>
<<else>>
<<set _races = {1:"hume", 2:"beastman", 3:"monster", 4:"elf"}>>
<<if $slavetemplate == "Pan">>
<<set _race = weightedRand({1:0.35, 2:0.15, 3:0.25, 4:0.25})>>
<<elseif $slavetemplate == "Common Enslavement Event">>
<<set _race = weightedRand({1:0.35, 2:0.35, 3:0.25, 4:0.05})>>
<<elseif $slavetemplate == "E">>
<<set _race = weightedRand({1:0.8, 2:0.2, 3:0.0, 4:0.0})>>
<<elseif $slavetemplate == "D">>
<<set _race = weightedRand({1:0.7, 2:0.3, 3:0.0, 4:0.0})>>
<<elseif $slavetemplate == "C">>
<<set _race = weightedRand({1:0.5, 2:0.4, 3:0.1, 4:0.0})>>
<<elseif $slavetemplate == "B">>
<<set _race = weightedRand({1:0.35, 2:0.35, 3:0.25, 4:0.05})>>
<<elseif $slavetemplate == "A">>
<<set _race = weightedRand({1:0.25, 2:0.25, 3:0.25, 4:0.25})>>
<<elseif $slavetemplate == "S">>
<<set _race = weightedRand({1:0.15, 2:0.15, 3:0.15, 4:0.55})>>
<<else>>
<<set _race = weightedRand({1:0.5, 2:0.30, 3:0.15, 4:0.05})>>
<</if>>
<<set _character.race = _races[_race]>>
<</if>>
<<if _character.race == "hume">>
<<set _tribes = {1:"human", 2:"dwarf", 3: "gnome", 4: "giant"}>>
<<set _tribe = weightedRand({1:0.5, 2:0.2, 3:0.2, 4:0.1})>>
<<elseif _character.race == "beastman">>
<<set _tribes = {1:"neko", 2:"canus", 3: "pantheran", 4: "mongrel", 5: "holstaur", 6: "minotaur", 7: "moon rabbit"}>>
<<set _tribe = weightedRand({1:0.25, 2:0.25, 3:0.11, 4:0.11, 5:0.11, 6:0.11, 7:0.06})>>
<<elseif _character.race == "monster">>
<<set _tribes = {1:"goblin", 2:"orc"}>>
<<set _tribe = weightedRand({1:0.75, 2:0.25})>>
<<elseif _character.race == "elf">>
<<set _tribes = {1:"high elf", 2:"forest elf", 3: "dark elf"}>>
<<set _tribe = weightedRand({1:0.1, 2:0.8, 3:0.1})>>
<</if>>
<<if $slavetemplate == "OriginFSlave">>
<<set _character.tribe = "canus">>
<<elseif $slavetemplate == "OriginMSlave">>
<<set _character.tribe = "canus">>
<<else>>
<<set _character.tribe = _tribes[_tribe]>>
<</if>>
<<if _character.race == "hume">>
<<set _skintones = ["pale", "light-skinned", "tan", "dark-skinned"]>>
<<set _character.skintone = _skintones.random()>>
<<elseif _character.race == "beastman">>
<<if _character.tribe == "pantheran" || _character.tribe == "mongrel">>
<<set _skintones = ["brown", "cream", "cinnamon", "black", "white", "fawn"]>>
<<set _character.fur = _skintones.random()>>
<<else>>
<<set _skintones = ["pale", "light-skinned", "tan", "dark-skinned"]>>
<<set _character.skintone = _skintones.random()>>
<</if>>
<<elseif _character.race == "monster">>
<<set _skintones = ["brown-skinned", "green-skinned"]>>
<<set _character.skintone = _skintones.random()>>
<<elseif _character.race == "elf">>
<<if _character.tribe == "forest elf">>
<<set _character.skintone = "light-skinned">>
<<elseif _character.tribe == "high elf">>
<<set _character.skintone = "pale">>
<<elseif _character.tribe == "dark elf">>
<<set _character.skintone = "dark-skinned">>
<</if>>
<</if>>
<<if $slavetemplate == "OriginMSlave">>
<<set _character.maturity = $PC.maturity>>
<<elseif $slavetemplate == "OriginFSlave">>
<<set _character.maturity = $PC.maturity>>
<</if>>
<<if _character.maturity == 1>>
<<set _character.age = random(18, 24)>>
<<set _character.virgin = random(0,1,1)>>
<<set _character.analvirgin = random(0,1,1,1)>>
<<elseif _character.maturity == 2>>
<<set _character.age = random(25, 39)>>
<<set _character.virgin = random(0,1,1)>>
<<set _character.analvirgin = random(0,1,1,1)>>
<<elseif _character.maturity == 3>>
<<set _character.age = random(18, 24)>>
<<set _character.virgin = random(0,1)>>
<<set _character.analvirgin = random(0,1,1)>>
<<else>>
<<set _character.age = random(18, 50)>>
<<set _character.virgin = random(0,1,1)>>
<<set _character.analvirgin = random(0,1,1,1)>>
<</if>>
<<set _character.lifespan = random(70, 100)>>
<<set _character.birthweek = random(1, 52)>>
<<if _character.age <= 25>>
<<set _character.maturity = 1>>
<<set _character.virgin = random(0,1,1)>>
<<set _character.analvirgin = random(0,1,1,1)>>
<<elseif _character.age < 40>>
<<set _character.maturity = 2>>
<<set _character.virgin = random(0,1)>>
<<set _character.analvirgin = random(0,1,1)>>
<<else>>
<<set _character.maturity = 3>>
<<set _character.virgin = random(0,0,1)>>
<<set _character.analvirgin = random(0,1)>>
<<if ["pantheran", "mongrel"].contains(_character.tribe)>>
<<set _character.fur = "gray">>
<</if>>
<</if>>
<<run generateSex(_character)>>
<<if $slavetemplate == "OriginFSlave">>
<<set _character.gender = "female">>
<<set _character.sex = "female">>
<<set _character.ogsex = "female">>
<<elseif $slavetemplate == "OriginMSlave">>
<<set _character.gender = "male">>
<<set _character.sex = "male">>
<<set _character.ogsex = "male">>
<<else>>
<</if>>
<<include "Names">>
<<if _character.race == "elf">>
<<set _character.name to $elfnames[_character.gender].random()>>
<<elseif _character.tribe == "orc">>
<<set _character.name to $orcnames[_character.gender].random()>>
<<elseif _character.tribe == "goblin">>
<<set _character.name to $goblinnames.random()>>
<<else>>
<<set _character.name to $names[_character.gender].random()>>
<</if>>
<<if _character.tribe == "gnome">>
<<set _character.intelligence = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["moon rabbit", "dark elf", "forest elf", "high elf"].contains(_character.tribe)>>
<<set _character.intelligence = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif _character.tribe == "orc">>
<<set _character.intelligence = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif _character.tribe == "goblin">>
<<set _character.intelligence = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.intelligence = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if _character.tribe == "orc" || _character.tribe == "giant">>
<<set _character.weight = weightedRand({1:0, 2:0, 3:0, 4:0, 5:0.1, 6:0.3, 7:0.6})>>
<<elseif _character.tribe == "dwarf" || _character.tribe == "minotaur" || _character.tribe == "pantheran" || _character.tribe == "mongrel">>
<<set _character.weight = weightedRand({1:0, 2:0, 3:0.1, 4:0, 5:0.2, 6:0.6, 7:0.1})>>
<<elseif _character.tribe == "holstaur">>
<<set _character.weight = weightedRand({1:0.05, 2:0, 3:0.3, 4:0, 5:0.5, 6:0.1, 7:0.05})>>
<<else>>
<<set _character.weight = weightedRand({1:0.05, 2:0.05, 3:0.15, 4:0.1, 5:0.5, 6:0.1, 7:0.05})>>
<</if>>
<<if _character.race == "elf">>
<<set _character.beauty = weightedRand({1:0.025, 2:0.025, 3:0.05, 4:0.05, 5:0.075, 6:0.075, 7:0.1, 8:0.1, 9:0.25, 10:0.25})>>
<<elseif _character.tribe == "moon rabbit">>
<<set _character.beauty = weightedRand({1:0.025, 2:0.025, 3:0.05, 4:0.05, 5:0.1, 6:0.1, 7:0.25, 8:0.25, 9:0.075, 10:0.075})>>
<<elseif _character.tribe == "goblin">>
<<set _character.beauty = weightedRand({1:0.075, 2:0.075, 3:0.25, 4:0.25, 5:0.1, 6:0.1, 7:0.05, 8:0.05, 9:0.025, 10:0.025})>>
<<elseif _character.tribe == "orc">>
<<set _character.beauty = weightedRand({1:0.25, 2:0.25, 3:0.1, 4:0.1, 5:0.075, 6:0.075, 7:0.05, 8:0.05, 9:0.025, 10:0.025})>>
<<else>>
<<set _character.beauty = weightedRand({1:0.05, 2:0.05, 3:0.075, 4:0.075, 5:0.25, 6:0.25, 7:0.075, 8:0.075, 9:0.05, 10:0.05})>>
<</if>>
<<set _character.health = random(2,3)>>
<<set _eyecolors = ["amber", "blue", "brown", "gray", "green", "hazel", "red", "violet"]>>
<<set _character.eyecolor = _eyecolors.random()>>
<<set _character.eyedescriptor = $eyedesc.random()>>
<<if _character.tribe == "pantheran" || _character.tribe == "mongrel">>
<<set _character.haircolor = _character.fur>>
<<set _character.hairstyle = $simplehairstyles[_character.gender].random()>>
<<else>>
<<set _haircolors = ["black", "brown", "red", "blonde", "pink", "purple", "blue", "green", "silver", "white"]>>
<<set _character.haircolor = _haircolors.random()>>
<<if (_character.tribe == "orc" && ["male"].contains(_character.sex)) || _character.tribe == "goblin">>
<<set _character.hairstyle = "completely bald">>
<<else>>
<<set _character.hairstyle = $simplehairstyles[_character.gender].random()>>
<</if>>
<</if>>
<<if ["goblin", "orc"].contains(_character.tribe)>>
<<set _character.sexual.fertility.mod = 5>>
<<elseif ["pantheran", "mongrel", "minotaur"].contains(_character.tribe)>>
<<set _character.sexual.fertility.mod = 4>>
<<elseif ["human", "giant", "canus", "neko", "holstaur"].contains(_character.tribe)>>
<<set _character.sexual.fertility.mod = 3>>
<<elseif ["dwarf", "gnome", "moon rabbit"].contains(_character.tribe)>>
<<set _character.sexual.fertility.mod = 2>>
<<elseif ["high elf", "forest elf", "dark elf"].contains(_character.tribe)>>
<<set _character.sexual.fertility.mod = 1>>
<</if>>
<<if ["goblin", "orc"].contains(_character.tribe)>>
<<set _character.sexual.libido.mod = 5>>
<<elseif ["pantheran", "dark elf", "mongrel", "minotaur"].contains(_character.tribe)>>
<<set _character.sexual.libido.mod = 4>>
<<elseif ["human", "giant", "canus", "neko", "forest elf", "holstaur"].contains(_character.tribe)>>
<<set _character.sexual.libido.mod = 3>>
<<elseif ["dwarf", "moon rabbit"].contains(_character.tribe)>>
<<set _character.sexual.libido.mod = 2>>
<<elseif ["high elf", "gnome"].contains(_character.tribe)>>
<<set _character.sexual.libido.mod = 1>>
<</if>>
<<if ["giant", "orc"].contains(_character.tribe)>>
<<set _character.sexual.strength.mod = 5>>
<<elseif ["dwarf", "dark elf", "canus", "mongrel", "minotaur"].contains(_character.tribe)>>
<<set _character.sexual.strength.mod = 4>>
<<elseif ["human", "forest elf", "pantheran", "moon rabbit", "holstaur"].contains(_character.tribe)>>
<<set _character.sexual.strength.mod = 3>>
<<elseif ["high elf", "neko", "goblin"].contains(_character.tribe)>>
<<set _character.sexual.strength.mod = 2>>
<<elseif ["gnome"].contains(_character.tribe)>>
<<set _character.sexual.strength.mod = 1>>
<</if>>
<<if ["gnome", "moon rabbit"].contains(_character.tribe)>>
<<set _character.sexual.speed.mod = 5>>
<<elseif ["high elf", "neko", "pantheran"].contains(_character.tribe)>>
<<set _character.sexual.speed.mod = 4>>
<<elseif ["human", "forest elf", "mongrel", "minotaur", "holstaur"].contains(_character.tribe)>>
<<set _character.sexual.speed.mod = 3>>
<<elseif ["giant", "dwarf", "dark elf", "canus", "goblin"].contains(_character.tribe)>>
<<set _character.sexual.speed.mod = 2>>
<<elseif ["orc"].contains(_character.tribe)>>
<<set _character.sexual.speed.mod = 1>>
<</if>>
<<if ["goblin", "orc"].contains(_character.tribe)>>
<<set _character.sexual.stamina.mod = 5>>
<<elseif ["dwarf", "moon rabbit", "minotaur", "holstaur"].contains(_character.tribe)>>
<<set _character.sexual.stamina.mod = 4>>
<<elseif ["giant", "gnome", "high elf", "forest elf", "dark elf", "mongrel", "pantheran"].contains(_character.tribe)>>
<<set _character.sexual.stamina.mod = 3>>
<<elseif ["human", "gnome"].contains(_character.tribe)>>
<<set _character.sexual.stamina.mod = 2>>
<<elseif ["neko", "canus"].contains(_character.tribe)>>
<<set _character.sexual.stamina.mod = 1>>
<</if>>
<<if ["high elf", "forest elf", "dark elf"].contains(_character.tribe)>>
<<set _character.sexual.control.mod = 5>>
<<elseif ["moon rabbit", "holstaur"].contains(_character.tribe)>>
<<set _character.sexual.control.mod = 4>>
<<elseif ["giant", "human", "dwarf", "gnome", "canus", "neko"].contains(_character.tribe)>>
<<set _character.sexual.control.mod = 3>>
<<elseif ["mongrel", "pantheran", "minotaur", "orc"].contains(_character.tribe)>>
<<set _character.sexual.control.mod = 2>>
<<elseif ["goblin"].contains(_character.tribe)>>
<<set _character.sexual.control.mod = 1>>
<</if>>
<<if ["orc"].contains(_character.tribe)>>
<<set _character.cock.mod = weightedRand({1:0.025, 2:0.025, 3:0.05, 4:0.05, 5:0.075, 6:0.075, 7:0.1, 8:0.1, 9:0.25, 10:0.25})>>
<<elseif ["giant", "goblin", "minotaur", "high elf"].contains(_character.tribe)>>
<<set _character.cock.mod = weightedRand({1:0.025, 2:0.025, 3:0.05, 4:0.05, 5:0.1, 6:0.1, 7:0.25, 8:0.25, 9:0.075, 10:0.075})>>
<<elseif ["dwarf", "dark elf"].contains(_character.tribe)>>
<<set _character.cock.mod = weightedRand({1:0.075, 2:0.075, 3:0.25, 4:0.25, 5:0.1, 6:0.1, 7:0.05, 8:0.05, 9:0.025, 10:0.025})>>
<<elseif ["gnome"].contains(_character.tribe)>>
<<set _character.cock.mod = weightedRand({1:0.25, 2:0.25, 3:0.1, 4:0.1, 5:0.075, 6:0.075, 7:0.05, 8:0.05, 9:0.025, 10:0.025})>>
<<else>>
<<set _character.cock.mod = weightedRand({1:0.05, 2:0.05, 3:0.075, 4:0.075, 5:0.25, 6:0.25, 7:0.075, 8:0.075, 9:0.05, 10:0.05})>>
<</if>>
<<if ["orc"].contains(_character.tribe)>>
<<set _character.girth.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["giant", "goblin", "minotaur", "high elf"].contains(_character.tribe)>>
<<set _character.girth.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["dwarf", "dark elf"].contains(_character.tribe)>>
<<set _character.girth.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["gnome"].contains(_character.tribe)>>
<<set _character.girth.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.girth.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["holstaur"].contains(_character.tribe)>>
<<set _character.bust.mod = weightedRand({1:0.025, 2:0.025, 3:0.05, 4:0.05, 5:0.075, 6:0.075, 7:0.1, 8:0.1, 9:0.25, 10:0.25})>>
<<elseif ["orc", "dark elf", "giant"].contains(_character.tribe)>>
<<set _character.bust.mod = weightedRand({1:0.025, 2:0.025, 3:0.05, 4:0.05, 5:0.1, 6:0.1, 7:0.25, 8:0.25, 9:0.075, 10:0.075})>>
<<elseif ["dwarf", "high elf"].contains(_character.tribe)>>
<<set _character.bust.mod = weightedRand({1:0.075, 2:0.075, 3:0.25, 4:0.25, 5:0.1, 6:0.1, 7:0.05, 8:0.05, 9:0.025, 10:0.025})>>
<<elseif ["gnome"].contains(_character.tribe)>>
<<set _character.bust.mod = weightedRand({1:0.25, 2:0.25, 3:0.1, 4:0.1, 5:0.075, 6:0.075, 7:0.05, 8:0.05, 9:0.025, 10:0.025})>>
<<else>>
<<set _character.bust.mod = weightedRand({1:0.05, 2:0.05, 3:0.075, 4:0.075, 5:0.25, 6:0.25, 7:0.075, 8:0.075, 9:0.05, 10:0.05})>>
<</if>>
<<if ["female", "futanari", "shemale"].contains(_character.sex) && _character.bust.mod < 2>>
<<set _character.bust.mod = 2>>
<</if>>
<<if ["holstaur"].contains(_character.tribe)>>
<<set _character.butt.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["dark elf", "moon rabbit"].contains(_character.tribe)>>
<<set _character.butt.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["high elf", "forest elf"].contains(_character.tribe)>>
<<set _character.butt.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["gnome", "dwarf", "goblin"].contains(_character.tribe)>>
<<set _character.butt.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.butt.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["dark elf", "orc", "holstaur"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["canus", "mongrel", "giant"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["dwarf", "gnome", "moon rabbit", "neko"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "goblin"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.lips.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["giant", "orc", "dwarf", "minotaur"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["mongrel", "goblin", "canus"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["forest elf", "dark elf", "high elf", "neko"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "gnome", "moon rabbit"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.shoulders.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["holstaur", "dark elf", "pantheran"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["moon rabbit", "orc", "neko", "gnome"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["canus", "forest elf", "dwarf"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["high elf", "mongrel"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.hips.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["dwarf", "mongrel", "minotaur", "orc"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["canus", "dark elf", "giant"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["neko", "forest elf"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "gnome", "high elf"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.torso.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["moon rabbit", "high elf", "dark elf", "pantheran"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["forest elf", "neko"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["goblin", "dwarf"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["gnome"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.legs.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["orc", "minotaur"].contains(_character.tribe)>>
<<set _character.balls.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["giant", "mongrel"].contains(_character.tribe)>>
<<set _character.balls.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["dark elf", "dwarf", "goblin"].contains(_character.tribe)>>
<<set _character.balls.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["gnome"].contains(_character.tribe)>>
<<set _character.balls.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.balls.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["giant"].contains(_character.tribe)>>
<<set _character.clit.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["pantheran", "moon rabbit"].contains(_character.tribe)>>
<<set _character.clit.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["orc", "high elf"].contains(_character.tribe)>>
<<set _character.clit.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["mongrel", "holstaur"].contains(_character.tribe)>>
<<set _character.clit.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.clit.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["giant"].contains(_character.tribe)>>
<<set _character.pussy.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["orc", "gnome", "high elf"].contains(_character.tribe)>>
<<set _character.pussy.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["forest elf"].contains(_character.tribe)>>
<<set _character.pussy.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["dwarf"].contains(_character.tribe)>>
<<set _character.pussy.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.pussy.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["orc"].contains(_character.tribe)>>
<<set _character.cum.quality.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<set _character.cum.quantity.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<set _character.cum.taste.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.cum.quality.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<<set _character.cum.quantity.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<<set _character.cum.taste.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["holstaur", "minotaur"].contains(_character.tribe)>>
<<set _character.milk.quality.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<set _character.milk.quantity.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<set _character.milk.taste.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<if ["holstaur"].contains(_character.tribe) && !_character.virgin>>
<<set _character.lactating.permanent = 1>>
<</if>>
<<else>>
<<set _character.milk.quality.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<<set _character.milk.quantity.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<<set _character.milk.taste.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if ["elf"].contains(_character.race)>>
<<set _character.nectar.quality.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<set _character.nectar.quantity.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<set _character.nectar.taste.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<if !_character.virgin>>
<<set _character.lactating.permanent = 1>>
<</if>>
<<else>>
<<set _character.nectar.quality.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<<set _character.nectar.quantity.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<<set _character.nectar.taste.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<if _character.virgin>>
<<set _character.sensitivity.cock = random(0,40)>>
<<set _character.sensitivity.breasts = random(0,40)>>
<<set _character.sensitivity.clit = random(0,40)>>
<<set _character.sensitivity.pussy = random(0,40)>>
<<set _character.sensitivity.balls = random(0,40)>>
<<set _character.sensitivity.mouth = random(0,40)>>
<<else>>
<<set _character.sensitivity.cock = random(20,70)>>
<<set _character.sensitivity.breasts = random(20,70)>>
<<set _character.sensitivity.clit = random(20,70)>>
<<set _character.sensitivity.pussy = random(20,70)>>
<<set _character.sensitivity.balls = random(20,70)>>
<<set _character.sensitivity.mouth = random(20,70)>>
<</if>>
<<if _character.analvirgin>>
<<set _character.sensitivity.anus = random(0,40)>>
<<set _character.gape = random(0,19)>>
<<else>>
<<set _character.sensitivity.anus = random(20,70)>>
<<set _character.gape = random(20,70)>>
<</if>>
<<run generateSexTraits(_character)>>
<<if ["orc", "giant"].contains(_character.tribe)>>
<<if ["male"].contains(_character.sex)>>
<<set _character.height = random(215, 260)>>
<<else>>
<<set _character.height = random(200, 245)>>
<</if>>
<<elseif ["minotaur"].contains(_character.tribe)>>
<<if ["male"].contains(_character.sex)>>
<<set _character.height = random(185, 230)>>
<<else>>
<<set _character.height = random(170, 215)>>
<</if>>
<<elseif ["dwarf"].contains(_character.tribe)>>
<<if ["male"].contains(_character.sex)>>
<<set _character.height = random(125, 170)>>
<<else>>
<<set _character.height = random(110, 155)>>
<</if>>
<<elseif ["gnome", "goblin"].contains(_character.tribe)>>
<<if ["male"].contains(_character.sex)>>
<<set _character.height = random(95, 140)>>
<<else>>
<<set _character.height = random(80, 125)>>
<</if>>
<<else>>
<<if ["male"].contains(_character.sex)>>
<<set _character.height = random(155, 200)>>
<<else>>
<<set _character.height = random(140, 185)>>
<</if>>
<</if>>
<<if ["male", "futanari", "shemale"].contains(_character.sex)>>
<<set _character.circumcised = 0>>
<</if>>
<<if ["female", "futanari", "shemale"].contains(_character.sex)>>
<<set _character.inverted = weightedRand({0:0.875, 1:0.125})>>
<</if>>
<<if ["female", "futanari"].contains(_character.sex)>>
<<set _character.hooded = 1>>
<</if>>
<<if _character.bust.current < 3>>
<<set _character.sexualskill.mammary.intercourse = random(0,10)>>
<</if>>
<<if _character.virgin>>
<<set _character.sexualskill.intercourse.vaginal = random(0,10)>>
<</if>>
<<if _character.analvirgin>>
<<set _character.sexualskill.intercourse.anal = random(0,10)>>
<</if>>
<<include "Complete Slave">><<include "Unset Passages">>
<<set $Previous = "Slave Shop">>
<<include "Mobile Header">>
<<for _i to 1; _i <= $SlaveShop.amount; _i++>>
<<if $activeCharacter.ID == $SlaveShop[_i].ID>>
<<set $slavenumber = _i>>
<<set _character = $activeCharacter>>
<<break>>
<</if>>
<</for>>
<<include "SS Description Header">>
<hr>
<<if $activeCharacter.name>>
<<set _height = getHeight($activeCharacter.height)>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _sanity = getSanity($activeCharacter.sanity)>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _nature = capitalize($activeCharacter.nature)>>
<<set _price = commify($activeCharacter.price)>>
<<set _gape = getGape($activeCharacter.gape)>>
<<if $activeCharacter.tribe == "mongrel">>
<<set _cock = "knotted">>
<<elseif $activeCharacter.tribe == "pantheran">>
<<set _cock = "barbed">>
<<elseif $activeCharacter.tribe == "minataur">>
<<set _cock = "bull">>
<<elseif $activeCharacter.tribe == "orc">>
<<set _cock = "orc">>
<<else>>
<<set _cock = $race[$activeCharacter.skintone]>>
<</if>>
<<set _maturity = $maturity[$activeCharacter.maturity]>>
<<set _maturitytext = extractWord(_maturity)>>
<br>
<center>
<<traitdesc $activeCharacter.title $activeCharacter>>
<<traitdesc $activeCharacter.tribe $activeCharacter>>
<<if $activeCharacter.sex == "male" && $activeCharacter.stats.sissification == 100>>
<<traitdesc "sissy" $activeCharacter>>
<<else>>
<<traitdesc $activeCharacter.sex $activeCharacter>>
<</if>>
<<traitdesc _maturitytext $activeCharacter>>
<<if $activeCharacter.pregnancy.status>>
<<traitdesc "pregnant" $activeCharacter>>
<</if>>
</center>
<br>
<<print $HeShe[$activeCharacter.gender]>> costs @@color:lightgreen;💎_price@@.
<br><br>
<<if $activeCharacter.price > $PC.money>>
You don't have enough to purchase this slave.
<<elseif $estate.pop >= $estate.cap>>
You can only have $estate.cap unassigned slaves. Either assign one to a brothel or sell an extra slave to free up some space.
<<else>>
[[Purchase This Slave.|Slave Shop][$boughtSlave = $activeCharacter]]
<</if>>
<br><br>
You get the owner to give you some time to appraise $activeCharacter.name to see if <<print $heshe[$activeCharacter.gender]>> is worth the price. From what the owner has told you $activeCharacter.name is _obedience, _fear and _trust.
<br><br>
You ask $activeCharacter.name to tell you what <<print $heshe[$activeCharacter.gender]>> knows about <<print $himselfherself[$activeCharacter.gender]>>.
<<set _maturity = extractWord($maturity[$activeCharacter.maturity])>>
<<set _an = AvsAn.query(_maturity)>>
$activeCharacter.name starts off by explaining that <<print $heshe[$activeCharacter.gender]>>'s _an <<print $maturity[$activeCharacter.maturity]>>
<<if $activeCharacter.skintone>>
$activeCharacter.skintone
<<elseif $activeCharacter.fur>>
$activeCharacter.fur furred
<</if>>
<<if $activeCharacter.tribe>>
$activeCharacter.tribe.
<<else>>
$activeCharacter.race.
<</if>>
Before <<print $heshe[$activeCharacter.gender]>> was enslaved, <<print $heshe[$activeCharacter.gender]>> was $activeCharacter.occupation.
You can tell from the small conversation you had with $activeCharacter.name that <<print $heshe[$activeCharacter.gender]>> is <<print $intelligence[$activeCharacter.intelligence]>>.
<br><br>
After speaking with $activeCharacter.name, you strip <<print $hisher[$activeCharacter.gender]>> clothing so you can examine <<print $hisher[$activeCharacter.gender]>> body closely.
$activeCharacter.name's face is <<print $beauty[$activeCharacter.beauty]>>, <<print $heshe[$activeCharacter.gender]>> is _height, <<print $weight[$activeCharacter.weight]>> and looks <<print $health[$activeCharacter.health]>>.
<<print $HeShe[$activeCharacter.gender]>> has $activeCharacter.eyedescriptor $activeCharacter.eyecolor eyes and <<print $hisher[$activeCharacter.gender]>> $activeCharacter.haircolor hair is styled $activeCharacter.hairstyle.
<<physicalTraits $activeCharacter "Race">>
<<if $activeCharacter.lips.current>>
<<print $HeShe[$activeCharacter.gender]>> has <<print $lips[$activeCharacter.lips.current]>> lips.
<<attributeDescriptor "Lips" $activeCharacter.lips.current $activeCharacter>>
<</if>>
<<if $activeCharacter.shoulders.current && $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders and <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.shoulders.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<</if>>
<<if $activeCharacter.hips.current>>
<<print $HisHer[$activeCharacter.gender]>> hips are <<print $hips[$activeCharacter.hips.current]>>.
<</if>>
<<if $activeCharacter.legs.current>>
<<print $HeShe[$activeCharacter.gender]>> has two <<print $legs[$activeCharacter.legs.current]>> legs.
<</if>>
<<if $activeCharacter.bust.current > 1>>
$activeCharacter.name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> <<print $bust[$activeCharacter.bust.current]>> sized breasts.
<<else>>
$activeCharacter.name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> chest.
<</if>>
<<if $activeCharacter.girth.current > 0>>
<<set _girth = extractWord($girth[$activeCharacter.girth.current])>>
<<set _an = AvsAn.query(_girth)>>
<</if>>
<<if $activeCharacter.cock.current > 0 && $activeCharacter.girth.current > 0 && $activeCharacter.balls.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has _an <<print $girth[$activeCharacter.girth.current]>>, <<print $cock[$activeCharacter.cock.current]>> <<print $circumcised[$activeCharacter.circumcised]>> _cock cock and a pair of <<print $balls[$activeCharacter.balls.current]>> balls.
<<elseif $activeCharacter.cock.current > 0 && $activeCharacter.girth.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has _an <<print $girth[$activeCharacter.girth.current]>>, <<print $cock[$activeCharacter.cock.current]>> <<print $circumcised[$activeCharacter.circumcised]>> _cock cock.
<<elseif $activeCharacter.balls.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has a pair of <<print $balls[$activeCharacter.balls.current]>> balls.
<</if>>
<<if $activeCharacter.pussy.current > 0>>
<<print $HisHer[$activeCharacter.gender]>> pussy is <<print $pussy[$activeCharacter.pussy.current]>>.
<</if>>
<<if $activeCharacter.clit.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has a <<print $clitoris[$activeCharacter.clit.current]>> and <<print $hooded[$activeCharacter.hooded]>> clit.
<</if>>
You motion <<print $himher[$activeCharacter.gender]>> to turn around and <<print $heshe[$activeCharacter.gender]>> does, showing you <<print $hisher[$activeCharacter.gender]>> <<print $butt[$activeCharacter.gender][$activeCharacter.butt.current]>> ass.
<<if $activeCharacter.gape == 100>>
<<print $HisHer[$activeCharacter.gender]>> asshole has been _gape to the point that you can fit multiple intrusions into <<print $hisher[$activeCharacter.gender]>> asshole without causing <<print $himher[$activeCharacter.gender]>> any pain.
<<elseif $activeCharacter.gape >= 80>>
$<<print $HisHer[$activeCharacter.gender]>> asshole is _gape and can accommodate almost any size intrusion.
<<elseif $activeCharacter.gape >= 60>>
<<print $hisher[$activeCharacter.gender]>> asshole is _gape and as long as <<print $heshe[$activeCharacter.gender]>> uses lube <<print $heshe[$activeCharacter.gender]>> can accommodate people of any size.
<<elseif $activeCharacter.gape >= 40>>
<<print $HisHer[$activeCharacter.gender]>> ass has been _gape. It can fit a full sized intrusion but anything larger than that can cause pain even with lube.
<<elseif $activeCharacter.gape >= 20>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape but it has seen some use.
<<elseif $activeCharacter.gape >= 0>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape. You can barely fit your finger in it, let alone a full sized intrusion.
<</if>>
<<if $activeCharacter.virgin>>
$activeCharacter.name is a @@color:green;virgin@@,
<<else>>
$activeCharacter.name is not a virgin,
<</if>>
<<if $activeCharacter.analvirgin>>
<<print $heshe[$activeCharacter.gender]>> is an @@color:green;anal virgin@@.
<<else>>
<<print $heshe[$activeCharacter.gender]>> is not an anal virgin.
<</if>>
<<else>>
There is nothing in this cell.
<</if>>
<hr>
<<include "SS Description Header">><<set _characterShop = {maxamount:0, amount:0, owner:"", name: "", description: "", welcome: ""}>>
<<include "Shop Templates">>
<<for _i to _high; _i > 0; _i-->>
<<include "Roll Slave">>
<<set _characterShop[_i] to _character>>
<<set _character.shelflife to $weekcount + random(1,4)>>
<<set _characterShop.amount += 1>>
<</for>>
<<for _i to _characterShop.amount+1; _i <= _characterShop.maxamount; _i++>>
<<include "Empty Cell">>
<<set _characterShop[_i] to _cell>>
<<set _characterShop.amount += 1>>
<</for>><<include "Unset Passages">>
<<set $Previous = "Travel">>
<<set $Main = 1>>
<<include "Shops">>
<<set $Guild = {type:null, loc:null}>>
<<unset $SlaveShop>>
<<unset $Store>>
<<unset $ragdoll>>
<<unset $cost>>
<<unset $character>>
<<unset $choice>>
<<include "Mobile Header">>
<center>
<h3>Slave Markets</h3>
A large sum of Waiross immigrants were too poor to pay for the bare necessities, forcing many of them to become slaves. The more rare breeds of people enslaved by the city for profit, the lesser, more common races were gathered and sold at slave shops around the slums.
<br><br>
''[[$sashaslaveshop.name|Slave Shop][$SlaveShop to $sashaslaveshop, $slavetemplate = "Sasha"]]'' <br>
Sasha's Slave Shop is one of the longest standing slave shops in all of Waiross Slums. Sasha sells substandard beastmen and humans of all ages and many appearances.
<br><br>
''[[$jhakbeastshack.name|Slave Shop][$SlaveShop to $jhakbeastshack, $slavetemplate = "Jhak"]]'' <br>
Jhak's Beast Shack primarily sells substandard beastmen. This slave shop hasn't been around for a long time but it is the best choice for someone looking to buy a beastman slave.
<br><br>
''[[$panbargainbasement.name|Slave Shop][$SlaveShop to $panbargainbasement, $slavetemplate = "Pan"]]'' <br>
Pan's Bargain Basement is the sister shop to Pan's main store. Her main store is located within the city and any slaves that can't sell in there is sold for a lesser price in the slums. Elves are sold more frequently here.
<hr>
<h3>General Stores</h3>
Most of the stores set up in the Waiross Slums are filled with useless junk and trinkets. The few stores holding items of value have hired help protecting the store from theives and the multiple gangs prowling around the slums.
<br><br>
''[[$olyssaatelier.name|General Store][$Store to $olyssaatelier]]'' <br>
A small alchemist studio owned by a woman named Olyssa. Her shop is the only one in all of the slums that sell even remotely useful transformative potions and elixirs.
<br><br>
''[[$mayasbulkbarn.name|Bulk Store][$Store to $mayasbulkbarn]]'' <br>
Since jewelry can be expensive for starting slavers, bulk stores are a great way to get items for all of your slaves for relatively cheap prices. These items can be used by multiple slaves at the same time.
<br><br>
''[[$erinsexemporium.name|General Store][$Store to $erinsexemporium]]'' <br>
A rather well put together store for a sex shop in the slums. Erin sells an assortment of all kinds of sex toys for all sexes, orientations and races. The items bought in this shop are for sexual use only.
<br><br>
''[[$claireclothing.name|Clothing Store][$Store to $claireclothing]]'' <br>
A small clothing store owned by a woman named Claire. Claire deals with hand me downs and undesirables in clothing form. This is the place to find clothes with the least amount of stains.
<br><br>
<hr>
<h3>Service Stores</h3>
These stores grant services to slum citizens for low prices because of their subpar ability to perform them. Only expect the most basic of services from any of these stores, as anyone with the skills to provide any service of use has long since been accepted into the city.
<br><br>
''[[$studio.name|Piercing Studio][$Store to $studio]]'' <br>
This is the only trusted location in all of the slums to get piercings without the worry of getting an infection or disease. The prices are pretty high because of this despite the fact that the workers here are not very skilled at performing piercings.
<br><br>
''[[$runepracticum.name|Practicum][$Store to $runepracticum]]'' <br>
A Rune Practicum provides a place for people to have their 'assets' enlarged or reduced through the use of runeworking. Small changes are cheap, but the more complex the runework becomes, the more expensive it is to add more runes.
<hr>
<h3>Guilds</h3>
There are still a few guilds that have chapters outside of the city and inside the slums despite the rampant amount of crime. These guild chapters have a higher registration fee to cover the costs of paying their guards and only have certification for the lower rankings.
<br><br>
''[[Slavers Guild|Slaver Guild][$Guild.type = "Slaver", $Guild.loc = "Slums"]]'' <br>
This guild is on the outskirts of the slums, close to the gate leading into the city. It has a few decently armored guards standing outside of it. This guild allows slavers to take requests to train slaves to certain specifications.
<hr>
</center><<include "Unset Passages">>
<<set $Return = 1>>
<<set $Main = 1>>
<<set $shop to $SlaveShop.name>>
<<include "Mobile Header">>
<center><h3>$SlaveShop.name</h3></center>
<br>
$SlaveShop.welcome
<br><br>
<<if $tips.slavebuying>>
Hide slave buying [[tips|Slave Shop][$tips.slavebuying = 0]].
<br>
<b>Slave Buying</b>
<hr>
@@color:red;Red@@ colored traits @@color:red;severely decreases@@ a slave's price. These traits severely reduce the appeal of a slave, especially age. <br><br>
@@color:orange;Orange@@ colored traits @@color:orange;decreases@@ a slave's price. These traits slightly reduce the appeal of a slave. <br><br>
@@color:yellow;Yellow@@ colored traits @@color:yellow;don't affect@@ a slave's price at all. These traits neither increases nor decreases a slave's appeal. <br><br>
@@color:greenyellow;Yellowish Green@@ colored traits @@color:greenyellow;increases@@ a slave's price. These traits slightly increase the appeal of a slave. <br><br>
@@color:forestgreen;Green@@ colored traits @@color:forestgreen;drastically increases@@ a slave's price. These traits significantly increases the appeal of a slave, especially age.
<<else>>
Show slave buying [[tips|Slave Shop][$tips.slavebuying = 1]].
<</if>>
<<if $boughtSlave>>
<br><br>
<<include "Purchase Slave">>
<<unset $boughtSlave>>
<</if>>
<hr>
<table class="inventory" style='table-layout:fixed;width:950px'>
<tr>
<th style='width: 5%;'></th>
<th style='width: 35%;'>Identity</th>
<th style='width: 20%;'>Price</th>
<th style='width: 40%;'>Description</th>
</tr>
<<for _i to 1; _i <= $SlaveShop.amount; _i++>>
<<if $weekcount >= $SlaveShop[_i].shelflife+4>>
<<include "Empty Cell">>
<<set $SlaveShop[_i] = _cell>>
<<set $SlaveShop[_i].week = $weekcount>>
<<elseif $weekcount >= $SlaveShop[_i].shelflife>>
<<include "Empty Cell">>
<<set $SlaveShop[_i] = _cell>>
<</if>>
<<if $SlaveShop[_i].week <= $weekcount>>
<<set _character = $SlaveShop[_i].slave>>
<<set _character.shelflife = ($weekcount + random(1,4))>>
<<set $SlaveShop[_i] = _character>>
<</if>>
<<if $SlaveShop[_i].name>>
<<set _character to $SlaveShop[_i]>>
<<include "Update Slave">>
<<set _price = commify(_character.price)>>
<tr>
<td><b>@@color:gray;_i@@</b></td>
<td><<race _character.tribe>> | <<print "[[_character.name|SS Slave Description][$activeCharacter to $SlaveShop[" + _i + "]]]">> <<gender _character.sex _character.gender>></td>
<td>@@color:lightgreen;💎_price@@</td>
<td><<include "Brief SS Slave Description">></td>
</tr>
<<else>>
<<set _cell to $SlaveShop[_i]>>
<tr>
<td><b>@@color:gray;_cell.number@@</b></td>
<td colspan=3><b>This cage is empty right now, try checking back in a few weeks.</b></td>
</tr>
<</if>>
<</for>>
</table>
<<include "Save Slave Shop">><<set _maturity = extractWord($maturity[_character.maturity])>>
<<set _an = capitalize(AvsAn.query(_maturity))>>
_an _maturity
<<if _character.skintone>>
_character.skintone
<<elseif _character.fur>>
_character.fur furred
<</if>>
_character.sex
<<if _character.tribe>>
_character.tribe.
<<else>>
_character.race.
<</if>><<include "Unset Passages">>
<<set $Main = 1>>
<<set $Stats = 1>>
<<include "Mobile Header">>
<<set $expenseslide = "Money">>
<<if $gameover == 1>>
<center><b>@@color:red;You are in debt. If you are in debt after two more weeks the game will be over.@@</b></center>
<br><br>
<<elseif $gameover == 2>>
<center><b>@@color:red;You are in debt. If you are in debt after another week the game will be over.@@</b></center>
<br><br>
<</if>>
<<include "Expense Breakdown">><<if $shoptemplate>>
<<include "Shop Templates">>
<<include "Roll Slave">>
<</if>>
<<set _cell to {empty: 1, week: 0, slave: _character, ID:0, number: _i}>>
<<set $letter = ["A", "B", "C", "D", "E"]>>
<<set _cell.ID = random(0, 1000) + $letter.random() + random(0, 1000)>>
<<set _cell.week to $weekcount + 1>><<for _i to 1; _i <= $SlaveShop.amount; _i++>>
<<if $boughtSlave.ID == $SlaveShop[_i].ID>>
<<set $slavenumber = _i>>
<<set _character = $boughtSlave>>
<<break>>
<</if>>
<</for>>
<<set $boughtSlave.origin = "You bought " + $boughtSlave.name + " from " + $SlaveShop.name + ".">>
<<run addSlave($boughtSlave, $boughtSlave.price)>>
<<include "Empty Cell">>
<<set $SlaveShop[_i] = _cell>>
<<include "Save Slave Shop">>
<b>You have purchased $boughtSlave.name!</b><<switch $SlaveShop.name>>
<<case "Jhak's Beast Shack">>
<<set $jhakbeastshack = $SlaveShop>>
<<case "Sasha's Slave Shop">>
<<set $sashaslaveshop = $SlaveShop>>
<<case "Pan's Bargain Basement">>
<<set $panbargainbasement = $SlaveShop>>
<</switch>>A _character.age year old _character.skintone _character.race
<<if _character.tribe != "">>
(_character.tribe)
<</if>>
_character.gender.<<unset $slavenumber>>
<<include "Unset Passages">>
<<set $Return = 1>>
<<include "Mobile Header">>
<<for _i to 1; _i <= $slaves.amount; _i++>>
<<if $activeCharacter.ID == $slaves[_i].ID>>
<<set $slavenumber = _i>>
<<break>>
<</if>>
<</for>>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<if $CurrentTitle != null && $CurrentTitle != $activeCharacter.title>>
<<set $activeCharacter.cooldown.title = 1>>
<</if>>
<<unset $CurrentTitle>>
<<if $slavenumber>>
<<include "Description Header">>
<hr>
<</if>>
<<if $activeCharacter.update.length > 0>>
<<include "Slave Update">>
<hr>
<</if>>
<center><b>Description</b><br></center>
<<if $version == "0.6.">>
[[Test Event|Debug- Event Tester]]
<</if>>
[[Reset Slave's Affection and Hate Values|Reset AH]]
<br><br>
[[Reset Slaves's Sexual SKills|Reset SS]]
<<include "Description">>
<br><br>
<<include "Slave Skills">>
Do you want to change $activeCharacter.name's name? <<textbox "$activeCharacter.name" $activeCharacter.name "Slave Description">>
<<print $heshe[$activeCharacter.gender]>> talks in <<talk "this color">>
<hr>
<<include "Slave History">>
<<if $activeCharacter.cooldown.title>>
<<displayTitle $activeCharacter.title>> | <b>@@color:red;$activeCharacter.name has already changed <<print $hisher[$activeCharacter.gender]>> title once this week.@@</b>
<<else>>
<<displayTitle $activeCharacter.title>> | [[Change Title|Change Title]]
<</if>>
<br>
<<include "Title Descriptions">>
<br><br>
<<include "Slave Expense">>
<br><br>
<<include "Trans Items">>
<br><br>
<<include "Health">>
<hr>
<<set _price = $activeCharacter.ogprice * 0.75>>
<<set _pricepercen = 0>>
<<if $activeCharacter.traits.special.contains("Childhood Slave")>>
<<set _pricepercen = $activeCharacter.titles.length * _price * 0.05>>
<<set _price = $activeCharacter.ogprice * 0.75 + _pricepercen>>
<<else>>
<<set _pricepercen = $activeCharacter.titles.length * _price * 0.1>>
<<set _price = $activeCharacter.ogprice * 0.75 + _pricepercen>>
<</if>>
<<set _textprice = Math.round10(_price,1)>>
<<set _psg = "Sell this slave for 💎" + _textprice + ".">>
<<if !$activeCharacter.contract>>
[[_psg|Sell Slave][$sell = 0]]
<</if>>
<<saveSlave $activeCharacter>><<if $activeCharacter.name>>
<<if $slavenumber == 1>>
<center><= Back | ---- [[$activeCharacter.name|SS Slave Description]] ---- | [[Next =>|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber + 1]]]</center>
<<elseif $slavenumber == $SlaveShop.amount>>
<center>[[<= Back|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber - 1]]] | ---- [[$activeCharacter.name|SS Slave Description]] ---- | Next =></center>
<<else>>
<center>[[<= Back|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber - 1]]] | ---- [[$activeCharacter.name|SS Slave Description]] ---- | [[Next =>|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber + 1]]]</center>
<</if>>
<<else>>
<<if $slavenumber == 1>>
<center><= Back | ---- Empty Cage ---- | [[Next =>|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber + 1]]]</center>
<<elseif $slavenumber == $SlaveShop.amount>>
<center>[[<= Back|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber - 1]]] | ---- Empty Cage ---- | Next =></center>
<<else>>
<center>[[<= Back|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber - 1]]] | ---- Empty Cage ---- | [[Next =>|SS Slave Description][$activeCharacter = $SlaveShop[$slavenumber + 1]]]</center>
<</if>>
<</if>><<include "Update Slave">>
<<set _race = capitalize($activeCharacter.race)>>
<<set _tribe = capitalize($activeCharacter.tribe)>>
<<set _nature = capitalize($activeCharacter.nature)>>
<<set _skintone = capitalize($activeCharacter.skintone)>>
<<set _fur = capitalize($activeCharacter.fur)>>
<<set _age = $UCage[$activeCharacter.maturity]>>
<<set _health = $UChealth[$activeCharacter.health]>>
<<set _weight = $UCweight[$activeCharacter.weight]>>
<<set _beauty = $UCbeauty[$activeCharacter.beauty]>>
<<set _exoticism = getExoticism($activeCharacter.exoticism)>>
<<set _intelligence = $UCintelligence[$activeCharacter.intelligence]>>
<<set _bust = $UCbust[$activeCharacter.bust.current]>>
<<set _butt = $UCbutt[$activeCharacter.gender][$activeCharacter.butt.current]>>
<<set _cock = $cock[$activeCharacter.cock.current]>>
<<set _girth = $UCgirth[$activeCharacter.girth.current]>>
<<set _balls = $UCballs[$activeCharacter.balls.current]>>
<<set _pussy = $UCpussy[$activeCharacter.pussy.current]>>
<<set _circumcised = $UCcircumcised[$activeCharacter.circumcised]>>
<<set _inverted = $UCinverted[$activeCharacter.inverted]>>
<<set _clit = $UCclit[$activeCharacter.clit.current]>>
<<set _hooded = $UChooded[$activeCharacter.hooded]>>
<<set _fatigue = getFatigue($activeCharacter)>>
<<set _mood = getMood($activeCharacter)>>
<<set _lust = getLust($activeCharacter.lust)>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _sanity = getSanity($activeCharacter.sanity)>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _affection = getAffection($activeCharacter.affection.current)>>
<<set _hate = getHate($activeCharacter.hate.current)>>
<<set _status = []>>
<<set _actions = []>>
<<set _assignments = []>>
<<set _description = []>>
<<set _status += "_obedience -- _trust -- _fear -- _affection -- _hate-- _health -- _fatigue -- _weight -- _mood -- _lust">>
<<if $activeCharacter.known.sexualskill>>
<<set _status += " -- _nature">>
<</if>>
<<if $activeCharacter.known.sexualskill == 0>>
<<if $PC.energy.current < 1>>
<<set _actions += "Explore $activeCharacter.name's sexual talent.">>
<<else>>
<<set _linktext = "Explore " + $activeCharacter.name + "'s sexual talent">>
<<set _actions += "[[_linktext|Explore Sex Talent]]">>
<</if>>
<<else>>
<<if $PC.energy.current < 1>>
<<set _actions += "Train -- Interact">>
<<else>>
<<set _actions += "[[Train|Train]] -- [[Interact|Interact]]">>
<</if>>
<</if>>
<<if $estate.brothel.pop < $estate.brothel.cap && $activeCharacter.location != "brothel">>
<<set _actions += " -- <<link [[Assign to Brothel|Main Menu]]>><<run relocateSlave($activeCharacter, $estate, 'brothel')>><</link>>">>
<<elseif $activeCharacter.location == "brothel" && $estate.pop < $estate.cap>>
<<set _actions += " -- <<link [[Remove From Brothel|Main Menu]]>><<run relocateSlave($activeCharacter, $estate, 'estate')>><</link>>">>
<</if>>
<<if $estate.ranch.pop < $estate.ranch.cap && $activeCharacter.location != "ranch">>
<<set _actions += " -- <<link [[Assign to Ranch|Main Menu]]>><<run relocateSlave($activeCharacter, $estate, 'ranch')>><</link>>">>
<<elseif $activeCharacter.location == "ranch" && $estate.pop < $estate.cap>>
<<set _actions += " -- <<link [[Remove From Ranch|Main Menu]]>><<run relocateSlave($activeCharacter, $estate, 'estate')>><</link>>">>
<</if>>
<<if $estate.chattel.pop-_chattelpenpop < $estate.chattel.cap && $activeCharacter.location != "chattel">>
<<set _actions += " -- <<link [[Assign to Chattel|Main Menu]]>><<run relocateSlave($activeCharacter, $estate, 'chattel')>><</link>>">>
<<elseif $activeCharacter.location == "chattel" && $estate.pop < $estate.cap>>
<<set _actions += " -- <<link [[Remove From Chattel|Main Menu]]>><<run relocateSlave($activeCharacter, $estate, 'estate')>><</link>>">>
<</if>>
<<if $activeCharacter.assignment == "rest" && $activeCharacter.location != "chattel">>
<<set _assignments += "<span id='rest'>Resting</span>">>
<<elseif ["estate", "brothel", "ranch"].contains($activeCharacter.location)>>
<<set _assignments += "<<link [[Rest|Main Menu]]>><<set $activeCharacter.assignment = 'rest'>><</link>>">>
<</if>>
<<if $activeCharacter.location == "estate">>
<<if $activeCharacter.assignment == "rest" || $activeCharacter.assignment == "odd jobs" || $activeCharacter.assignment == null>>
<<set _assignments += " -- <<link [[School|Main Menu]]>><<set $activeCharacter.assignment = 'study'>><</link>>">>
<<elseif $activeCharacter.assignment == "study">>
<<set _assignments += " -- Studying">>
<</if>>
<<set _reqFatigue = requiredFatigue($activeCharacter, "odd jobs")>>
<<if $activeCharacter.assignment == "odd jobs">>
<<set _assignments += " -- <span id='work'>Working</span>">>
<<elseif $activeCharacter.fatigue.progress > _reqFatigue>>
<<set _assignments += " -- @@color:red;Work [Fatigued]@@">>
<<else>>
<<set _assignments += " -- <<link [[Work|Main Menu]]>><<set $activeCharacter.assignment = 'odd jobs'>><</link>>">>
<</if>>
<</if>>
<<if $activeCharacter.location == "brothel">>
<<set _reqFatigue = requiredFatigue($activeCharacter, "brothel")>>
<<set _reqHealth = requiredHealth("brothel", $estate)>>
<<if $activeCharacter.assignment == "brothel">>
<<set _assignments += " -- <span id='work'>Working</span>">>
<<elseif $activeCharacter.fatigue.progress > _reqFatigue>>
<<set _assignments += " -- @@color:red;Work [Fatigued]@@">>
<<elseif $activeCharacter.condition.progress <= _reqHealth>>
<<set _assignments += " -- @@color:red;Work [Unhealthy]@@">>
<<else>>
<<set _assignments += " -- <<link [[Work|Main Menu][$main.page = 'brothel']]>><<set $activeCharacter.assignment = 'whore'>><</link>>">>
<</if>>
<</if>>
<<if $activeCharacter.location == "ranch">>
<<set _reqFatigue = requiredFatigue($activeCharacter, "husbandry")>>
<<set _reqHealth = requiredHealth("husbandry", $estate)>>
<<if $activeCharacter.assignment == "husbandry">>
<<set _assignments += " -- <span id='work'>Working</span>">>
<<elseif $activeCharacter.fatigue.progress > _reqFatigue>>
<<set _assignments += " -- @@color:red;Work [Fatigued]@@">>
<<elseif $activeCharacter.condition.progress <= _reqHealth>>
<<set _assignments += " -- @@color:red;Work [Unhealthy]@@">>
<<else>>
<<set _assignments += " -- <span id='work'><<appendLink 'EstateWork'>></span>">>
<</if>>
<</if>>
<<if $activeCharacter.location == "chattel">>
<<if !$activeCharacter.chattel.pen>>
<<set _assignments += "Holding Pen">>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<if $estate.chattel.pens[_p].pop < $estate.chattel.pens[_p].cap>>
<<set _assignments += " -- [[Pen " + _p + "|Main Menu][$estate.chattel.pens[" + _p + "].pop++, $activeCharacter.chattel.pen = " + _p + ", $activeCharacter.chattel.style = $estate.chattel.pens[" + _p + "].style, $activeCharacter.chattel.focus = $estate.chattel.pens[" + _p + "].focus]]">>
<</if>>
<</for>>
<<elseif $activeCharacter.chattel.pen>>
<<if $estate.chattel.pop-_chattelpenpop < $estate.chattel.cap>>
<<set _assignments += "[[Holding Pen|Main Menu][$estate.chattel.pens[" + $activeCharacter.chattel.pen + "].pop--, $activeCharacter.chattel.pen = 0, $activeCharacter.chattel.style = null, $activeCharacter.chattel.focus = null]]">>
<<else>>
<<set _assignments += "Pen " + $activeCharacter.chattel.pen>>
<</if>>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<if $estate.chattel.pens[_p].pop < $estate.chattel.pens[_p].cap && $activeCharacter.chattel.pen != _p>>
<<set _assignments += " -- [[Pen " + _p + "|Main Menu][$estate.chattel.pens[" + $activeCharacter.chattel.pen + "].pop--, $estate.chattel.pens[" + _p + "].pop++, $activeCharacter.chattel.pen = " + _p + ", $activeCharacter.chattel.style = $estate.chattel.pens[" + _p + "].style, $activeCharacter.chattel.focus = $estate.chattel.pens[" + _p + "].focus]]">>
<</if>>
<</for>>
<</if>>
<</if>>
<<set _description += "_age">>
<<if _skintone>>
<<set _description += " _skintone">>
<<elseif _fur>>
<<set _description += " _fur furred">>
<</if>>
<<if _tribe>>
<<set _description += " <<race $activeCharacter.tribe 'Description'>> --">>
<<else>>
<<set _description += " _race --">>
<</if>>
<<set _description += " _intelligence, _beauty, _exoticism">>
<<if $activeCharacter.bust.current > 0>>
<<set _description += " -- _bust Bust">>
<</if>>
<<if $activeCharacter.cock.current > 0 && $activeCharacter.girth.current > 0>>
<<set _description += " -- _circumcised _girth _cock Cock">>
<</if>>
<<if $activeCharacter.pussy.current > 0 && $activeCharacter.clit.current > 0>>
<<set _description += " -- _pussy Pussy, _clit _hooded Clit">>
<<elseif $activeCharacter.pussy.current > 0>>
<<set _description += " -- _pussy Pussy">>
<<elseif $activeCharacter.clit.current > 0>>
<<set _description += " -- _clit _hooded Clit">>
<</if>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th class = "listing" style='width: 11%;'></th>
<td class = "listing" style='width: 89%;'></td>
</tr>
<tr>
<th colspan=2><<displayTitle $activeCharacter.title "Main Menu">><<race $activeCharacter.tribe "Main Menu">> <<print "[[$activeCharacter.name|Slave Description]]">> <<gender $activeCharacter.sex $activeCharacter.gender>> ---- Slave Inspection ---- <<link "Dismiss">><<replace "#inspection" t8n>><<set $activeCharacter = null>><</replace>><</link>></th>
</tr>
<tr>
<th>Status</th>
<td>_status</td>
</tr>
<tr>
<th>Actions</th>
<td>_actions</td>
</tr>
<tr>
<th>Assignment</th>
<td>_assignments</td>
</tr>
<tr>
<th>Description</th>
<td>_description</td>
</tr>
</table><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<set $Stats = 1>>
<<include "Mobile Header">>
<<if $tips.brothel == 1>>
Your brothel is located in [[$activeBrothel.loc|Brothel Description][$tips.brothel to 0]].
<br><br>
<center>Market Research</center>
<hr>
<<print $locdescbrothel[$activeBrothel.loc]>>
<<else>>
You brothel is located in [[$activeBrothel.loc|Brothel Description][$tips.brothel to 1]].
<br><br>
<center>Market Research (Summary)</center>
<hr>
Customer Volume: <<print $marketresearch[$activeBrothel.stats.customervolume]>><br>
Customer Demand: <<print $marketresearch[$activeBrothel.stats.customerdemand]>><br>
Worker Welfare: <<print $marketresearch[$activeBrothel.stats.workerwelfare]>><br>
Customer Tolerance: <<print $marketresearch[$activeBrothel.stats.customertolerance]>>
<</if>>
<br><br>
<center>Brothel Room Status</center><hr>
You have <b><<print [$activeBrothel.rooms.total-$activeBrothel.rooms.used]>></b> unused rooms. Currently <b>$activeBrothel.rooms.used\$activeBrothel.rooms.total</b> rooms have a purpose. The max amount of rooms you can have in this brothel is <b>$activeBrothel.rooms.max</b>.
<br><br>
$activeBrothel.name has <b>$activeBrothel.boudoirs.rooms</b> boudoir(s). There are currently <b><<print $activeBrothel.boudoirs.rooms-$activeBrothel.boudoirs.pop>></b> empty boudoirs. Send slaves here to whore them out during the week.<br>
$activeBrothel.name has <b>$activeBrothel.prisons.rooms</b> prison(s). Send disobediant slaves here to discipline them further during the week. Each prison can hold up to <b><<print [$activeBrothel.prisons.cap/$activeBrothel.prisons.rooms]>></b> slaves. There are currently <b><<print $activeBrothel.prisons.cap-$activeBrothel.prisons.pop>></b> empty prison cells.<br>
$activeBrothel.name has <b>$activeBrothel.dorms.rooms</b> dorms(s). Slaves assigned a bed in a dorm gets rest. Each dormroom can hold up to <b><<print [$activeBrothel.dorms.cap/$activeBrothel.dorms.rooms]>></b> slaves. There are currently <b><<print $activeBrothel.dorms.cap-$activeBrothel.dorms.pop>></b> empty beds.<br>
<<if $activeBrothel.slaves.amount>>
<<set _brothel = $activeBrothel>>
<br>
<center>Brothel Slaves</center><hr>
<<for _k to 1; _k <= $activeBrothel.slaves.amount;_k++>>
<<set _character = $activeBrothel.slaves[_k]>>
<<include "Menu Brief Slave Description">><br>
<</for>>
<</if>><<if $activeCharacter.location == "estate">>
<<if $brothel.dorms.pop >= $brothel.dorms.cap>>
<<set $updates.brothel += "$brothel.name is currently full. If you want to put $activeCharacter.name in this brothel please remove someone from it. <br>">>
<<else>>
<<include "Move Slave">>
<<set $brothel.dorms.pop += 1>>
<<set $brothel.slaves.amount++>>
<<set
$brothel.slaves[$brothel.slaves.amount] = $activeCharacter>>
<<set $activeCharacter.assignment = "rest">>
<<set $activeCharacter.location = "brothel">>
<<set $updates.brothel += "You have sent $activeCharacter.name to $brothel.name. <br>">>
<</if>>
<<elseif $activeCharacter.location == "brothel">>
<<if $slaves.amount >= $estate.cap>>
<<set $updates.brothel += "You have $estate.cap unassigned slaves already. Assign one to a brothel or sell an extra slave to free up some space. <br>">>
<<else>>
<<include "Move Slave">>
<<set $brothel.dorms.pop -= 1>>
<<set $slaves.amount++>>
<<set $slaves[$slaves.amount] = $activeCharacter>>
<<set $activeCharacter.assignment = "rest">>
<<set $activeCharacter.location = "estate">>
<<set $updates.brothel += "You have removed $activeCharacter.name from $brothel.name. <br>">>
<</if>>
<</if>>
<<include "Main">><<run relocateSlave($activeCharacter, $estate, "Removed")>>
<<for _m = 1; _m <= $slaves.amount;_m++>>
<<if $activeCharacter.ID == $slaves[_m].ID>>
<<set $slaves[_m] = null>>
<<break>>
<</if>>
<</for>>
<<set _characters = $slaves>>
<<set $slaves = {amount: 0}>>
<<for _m = 1; _m <= _characters.amount;_m++>>
<<if _characters[_m] != null>>
<<set _character = _characters[_m]>>
<<set $slaves.amount++>>
<<set $slaves[$slaves.amount] = _character>>
<</if>>
<</for>><<if $activeCharacter>>
<<for _v = 1; _v <= $slaves.amount;_v++>>
<<if $activeCharacter.ID == $slaves[_v].ID>>
<<set $slaves[_v] = $activeCharacter>>
<<break>>
<</if>>
<</for>>
<</if>><<set _fatigue = getFatigue(_character)>>
<<set _health = $UChealth[_character.health]>>
<<set _fatiguereq = requiredFatigue($activeCharacter, _character.assignment)>>
<<set _healthreq = requiredHealth(_character.assignment, $estate)>>
<<set $slaveExpense += updateExpense(_character)>>
<<set $activeCharacter.summary = "">>
<<set $extraSum = "">>
<<if _character.ID != "PLAYER">>
<<set _char = "$slaves[" + _i + "]">>
<<else>>
<<set _char = "$PC">>
<</if>>
<<if _character.location == "brothel">>
<<if _character.assignment == "brothel">>
<<set _customers = 0>>
<<set _character.rating = getRating(_character)>>
<<if _character.position == "Guard" && _character.skills["guard"]>>
<<set $estate.brothel.report.guardscore += getGuardScore(_character)>>
<</if>>
<<if _character.position == "Procurer" && _character.skills["manager"]>>
<<set $estate.brothel.report.procurerscore += getProcurerScore(_character)>>
<</if>>
<<if !($estate.brothel.exceptions.pSoliciting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && _character.position == "Guard")>>
<<set _character.popularity.brothel = getPopularity(_character, $estate)>>
<<set _earnings = getBrothelPrice(_character, $estate)>>
<<if $pricetitles.includes(_character.title)>>
<<set _earnings = Math.round(_earnings*1.20)>>
<</if>>
<<set _earnings *= 2>>
<<set _customers = getBrothelCustomers(_character, $estate)>>
<<if $popularitytitles.includes(_character.title)>>
<<set _customers = Math.round(_customers*1.20)>>
<</if>>
<<set $brothelslaves.amount += 1>>
<<set $brothelslaves.popularity += _character.popularity.brothel>>
<<set _totalearned = _customers * _earnings>>
<<set $brothelearnings += _totalearned>>
<<set $totalcustomers += _customers>>
<<set _totalearned = commify(_totalearned)>>
<<if $activeCharacter.ID != "PLAYER">>
<<set $activeCharacter.summary = "<b>" + _character.name + " was whoring this week.</b>">>
<<else>>
<<set $activeCharacter.summary = "<b>You whored yourself out at the brothel for the week.</b>">>
<</if>>
<<if $popularitytitles.includes(_character.title)>>
<<set $activeCharacter.summary += "<br><b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 20% popularity boost.@@</b>">>
<</if>>
<<if $pricetitles.includes(_character.title)>>
<<set $activeCharacter.summary += "<br><b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 20% boost to <<print $hisher['" + _character.gender + "']>> brothel price.@@</b>">>
<</if>>
<<if $activeCharacter.ID != "PLAYER">>
<<set $activeCharacter.summary += "<br><<print $HeShe['" + _character.gender + "']>> served <b>" + _customers + "</b> customers this week for an average of @@color:lightgreen;💎" + _earnings + "@@ per customer, earning a total of @@color:lightgreen;💎" + _totalearned + "@@.">>
<<else>>
<<set $activeCharacter.summary += "<br>You served <b>" + _customers + "</b> customers this week for an average of @@color:lightgreen;💎" + _earnings + "@@ per customer, earning a total of @@color:lightgreen;💎" + _totalearned + "@@.">>
<</if>>
<</if>>
<<if _customers >= 1>>
<<include "Job Scenes">>
<<elseif !($estate.brothel.exceptions.pSoliciting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && _character.position == "Guard")>>
<<set $activeCharacter.summary += " " + _character.name + " had no customers this week, try changing the brothel fetish or train <<print $himher['" + _character.gender + "']>> to better cater toward the brothel's current fetish.">>
<</if>>
<<if $extraSum>>
<<set $activeCharacter.summary += $extraSum>>
<</if>>
<<switch $activeCharacter.position>>
<<case "Host">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'host'>>">>
<<run increaseSkillLvl("host", $activeCharacter, 15, $estate.brothel.levels.hosting)>>
<<case "Attendant">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'attendant'>>">>
<<run increaseSkillLvl("attendant", $activeCharacter, 15, $estate.brothel.levels.attending)>>
<<case "Procurer">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'manager'>>">>
<<run increaseSkillLvl("manager", $activeCharacter, 15, $estate.brothel.levels.managing)>>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'teacher'>>">>
<<run increaseSkillLvl("teacher", $activeCharacter, 15, $estate.brothel.levels.teaching)>>
<<case "Guard">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'guard'>>">>
<<run increaseSkillLvl("guard", $activeCharacter, 15, $estate.brothel.levels.guarding)>>
<<case "Prostitute">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'solicitor'>>">>
<<run increaseSkillLvl("solicitor", $activeCharacter, 15, $estate.brothel.levels.soliciting)>>
<</switch>>
<<if !($estate.brothel.exceptions.pSoliciting == "Yes" && $activeCharacter.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && $activeCharacter.position == "Guard")>>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'solicitor'>>">>
<<run increaseSkillLvl("solicitor", $activeCharacter, 5, $estate.brothel.levels.soliciting)>>
<</if>>
<<if !($estate.brothel.exceptions.pConsorting == "Yes" && $activeCharacter.position == "Procurer") && !($estate.brothel.exceptions.gConsorting == "Yes" && $activeCharacter.position == "Guard")>>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'consorter'>>">>
<<run increaseSkillLvl("consorter", $activeCharacter, 5, $estate.brothel.levels.consorting)>>
<</if>>
<<elseif _character.assignment == "rest">>
<<if $activeCharacter.ID != "PLAYER">>
<<set $activeCharacter.summary = "<b>" + _character.name + " was resting this week.</b><br>">>
<<set $activeCharacter.summary += "You allow " + _character.name + " to take time off from working in the brothel to rest this week so <<print $heshe['" + _character.gender + "']>> can get recover <<print $hisher['" + _character.gender + "']>> health and fatigue. <<print $HeShe['" + _character.gender + "']>> is now " + _health + " and " + _fatigue + ".">>
<<else>>
<<set $activeCharacter.summary = "<b>You took a break from whoring yourself out this week.</b><br>">>
<<set $activeCharacter.summary += "You took time off from working in the brothel to rest this week so you could recover your health and fatigue. You are now " + _health + " and " + _fatigue + ".">>
<</if>>
<</if>>
<<elseif _character.location == "chattel" && _character.chattel.pen>>
<<set $activeCharacter.summary = "<b>" + _character.name + " was resting inside of a pen this week.</b><br>">>
<<penresults>>
<<elseif _character.assignment == "rest">>
<<set $activeCharacter.summary = "<b>" + _character.name + " was resting this week.</b><br>">>
<<set $activeCharacter.summary += "You allow " + _character.name + " to rest this week so <<print $heshe['" + _character.gender + "']>> can get recover <<print $hisher['" + _character.gender + "']>> health and fatigue. <<print $HeShe['" + _character.gender + "']>> is now " + _health + " and " + _fatigue + ".">>
<<elseif _character.assignment == "husbandry">>
<<set _character.popularity.ranch = getPopularity(_character, $estate)>>
<<set _earnings = Math.round(10 + (random(1,5) + ($estate.ranch.popularity / 5)))>>
<<set _litres = getRanchLitres(_character, $estate)>>
<<set _litres *= 4>>
<<set $activeCharacter.summary = "<b>" + _character.name + " was being milked for <<print $hisher['" + _character.gender + "']>> slave produce this week.</b><br>">>
<<if $domesticatedtitles.includes(_character.title)>>
<<set $activeCharacter.summary += "<br><b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 20% produce yield boost boost.@@</b>">>
<<set _litres *= 1.2>>
<</if>>
<<if $pricetitles.includes(_character.title)>>
<<set $activeCharacter.summary += "<br><b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 20% boost to <<print $hisher[_character.gender]>> produce price.@@</b>">>
<<set _earnings *= 1.2>>
<</if>>
<<set $ranchslaves.amount ++>>
<<set $ranchslaves.popularity += _character.popularity.ranch>>
<<set _totalearned = _earnings * _litres>>
<<set $ranchearnings += _totalearned>>
<<set $totallitres += _litres>>
<<set _totalearned = commify(_totalearned)>>
<<if _litres >= 1>>
<<set $activeCharacter.summary += "<b>" + _litres + "</b> litres of slave produce was milked from " + _character.name + " this week for an average of @@color:lightgreen;💎" + _earnings + "@@ per litre, earning a total of @@color:lightgreen;💎" + _totalearned + "@@.">>
<<else>>
<<set $activeCharacter.summary += "No slave produce was milked from " + _character.name + " this week.">>
<</if>>
<<elseif _character.assignment == "odd jobs">>
<<set _income = 2 * random(100,400)>>
<<set $activeCharacter.summary = _character.name + " has earned @@color:lightgreen;💎" + _income + "@@ working odd jobs this week.">>
<<set $slaveIncome += _income>>
<<elseif _character.assignment == "study">>
<<if _character.intelligence == 1>>
<<set _studygenerate = weightedRand({0:0.5, 25:0.3, 50:0.2})>>
<<elseif _character.intelligence == 2>>
<<set _studygenerate = weightedRand({0:0.4, 25:0.4, 50:0.2})>>
<<elseif _character.intelligence == 3>>
<<set _studygenerate = weightedRand({0:0.3, 25:0.4, 50:0.3})>>
<<elseif _character.intelligence == 4>>
<<set _studygenerate = weightedRand({0:0.2, 25:0.4, 50:0.4})>>
<<elseif _character.intelligence == 5>>
<<set $activeCharacter.summary += "@@color:red;" + _character.name + " had already reached highest intelligence and found that lessons at school become boring, cannot obtain knowledge anymore.@@">>
<</if>>
<<if _studygenerate == 0>>
<<set $activeCharacter.summary = _character.name + " could not focus on studying this week and obtained no knowledge. _character.intelligenceexp/100">>
<<elseif _studygenerate == 25>>
<<set _preintexp = _character.intelligenceexp + 25>>
<<set $activeCharacter.summary = _character.name + " could study only a little this week and obtained little knowledge. _preintexp/100">>
<<elseif _studygenerate == 50>>
<<set _preintexp = _character.intelligenceexp + 50>>
<<set $activeCharacter.summary = _character.name + " is passionately able to study this week and obtained greate knowledge. _preintexp/100">>
<</if>>
<<set _character.intelligenceexp += _studygenerate>>
<<if _character.intelligenceexp >= 100>>
<<set _character.intelligence += 1>>
<<set _character.intelligenceexp = 100 - _character.intelligenceexp>>
<<set $activeCharacter.summary += "<br> @@color:lightgreen;" + _character.name + "'s intelligence has been increased to@@" + " <<print $intelligence[_character.intelligence]>>" >>
<</if>>
<</if>>
<<if !$activeCharacter.training>>
<<set $activeCharacter.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set $activeCharacter.training.reward = {small:null, normal:null, large:null}>>
<<set $activeCharacter.training.punishment = {small:null, normal:null, large:null}>>
<</if>>
<<if $activeCharacter.training.trainer>>
<<set $activeCharacter.summary += createSummary($activeCharacter, "Training")>>
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<if $soldSlaves.length>>
<<for _i = 1;_i <= $slaves.amount;_i++>>
<<set _character = $slaves[_i]>>
<<if $soldSlaves.contains(_character.ID)>>
<<set $activeCharacter = _character>>
<<include "Move Slave">>
<<set _i-->>
<</if>>
<</for>>
<<set $soldSlaves = []>>
<</if>>
<<include "Mobile Header">>
<<set $expenseslide = "End Week Expenses">>
<<include "Expense Breakdown">><<if $slaves.amount == 1>>
<center><= Back | ---- [[$activeCharacter.name|Slave Description]] ---- | Next =></center>
<<elseif $slavenumber == 1>>
<center><= Back | ---- [[$activeCharacter.name|Slave Description]] ---- | [[Next =>|Slave Description][$activeCharacter = $slaves[$slavenumber + 1]]]</center>
<<elseif $slavenumber == $slaves.amount>>
<center>[[<= Back|Slave Description][$activeCharacter = $slaves[$slavenumber - 1]]] | ---- [[$activeCharacter.name|Slave Description]] ---- | Next =></center>
<<else>>
<center>[[<= Back|Slave Description][$activeCharacter = $slaves[$slavenumber - 1]]] | ---- [[$activeCharacter.name|Slave Description]] ---- | [[Next =>|Slave Description][$activeCharacter = $slaves[$slavenumber + 1]]]</center>
<</if>><<set _remainder = 0>>
<<set _remaindernum = 0>>
<<set _remaindercolor = "">>
<<set _remaindername = "">>
<<set _brothelincome = "@@color:lightgreen;💎$brothelearnings@@">>
<<set _ranchincome = "@@color:lightgreen;💎$ranchearnings@@">>
<<set $maintenance.estate = 500>>
<<if $estate.brothel.active>>
<<switch $estate.brothel.style>>
<<case null>>
<<set $maintenance.brothel = 250>>
<<case "Open">>
<<set $maintenance.brothel = 500>>
<<case "Theater">>
<<set $maintenance.brothel = 1000>>
<<case "Closed">>
<<set $maintenance.brothel = 1500>>
<</switch>>
<<if $estate.brothel.report.brothelscore >= 100>>
<<run updateBrothelPopularity(15)>>
<<elseif $estate.brothel.report.brothelscore >= 75>>
<<run updateBrothelPopularity(5)>>
<<elseif $estate.brothel.report.brothelscore >= 50>>
<<run updateBrothelPopularity(0)>>
<<elseif $estate.brothel.report.brothelscore >= 25>>
<<run updateBrothelPopularity(-5)>>
<<elseif $estate.brothel.report.brothelscore >= 0>>
<<run updateBrothelPopularity(-15)>>
<</if>>
<<if $estate.brothel.report.guardscore >= 100>>
<<set $brothelexpense = 0>>
<<elseif $estate.brothel.report.guardscore >= 75>>
<<set $brothelexpense *= 0.5>>
<<elseif $estate.brothel.report.guardscore >= 50>>
<<set $brothelexpense *= 1>>
<<elseif $estate.brothel.report.guardscore >= 25>>
<<set $brothelexpense *= 1.5>>
<<elseif $estate.brothel.report.guardscore >= 0>>
<<set $brothelexpense *= 2>>
<</if>>
<<set $brothelexpense = ($totalcustomers * 20)>>
<</if>>
<<if $estate.ranch.active>>
<<set $maintenance.ranch = 500>>
<</if>>
<<if $estate.chattel.active>>
<<if $PC.focus == "Chattel">>
<<set $maintenance.chattel = 250 + ($estate.chattel.pens.amount * 125)>>
<<else>>
<<set $maintenance.chattel = 500 + ($estate.chattel.pens.amount * 250)>>
<</if>>
<</if>>
<<set _variables = [$maintenance.personal, $maintenance.estate, $maintenance.brothel, $maintenance.ranch, $maintenance.chattel, $slaveIncome, $brothelearnings, $ranchearnings, $requestIncome, $resources, $maintenance.total, $slaveExpense, $brothelexpense]>>
<<for _v = 0; _v < _variables.length;_v++>>
<<if isNaN(_variables[_v])>>
<<set _variables[_v] = 0>>
<</if>>
<</for>>
<<set $maintenance.total = $maintenance.personal + $maintenance.estate + $maintenance.brothel + $maintenance.ranch + $maintenance.chattel>>
<<set $revenue.estate = $slaveIncome + $requestIncome>>
<<set $revenue.brothel = $brothelearnings>>
<<set $revenue.ranch = $ranchearnings>>
<<set $revenue.chattel = 0>>
<<set $revenue.total = $slaveIncome + $brothelearnings + $ranchearnings + $requestIncome>>
<<set $expenses.estate = $maintenance.personal + $maintenance.estate + $slaveExpense + $resources>>
<<set $expenses.brothel = $maintenance.brothel + $brothelexpense>>
<<set $expenses.ranch = $maintenance.ranch>>
<<set $expenses.chattel = $maintenance.chattel>>
<<set $expenses.total = $resources + $maintenance.total + $slaveExpense + $brothelexpense>>
<<set $remainder.total = $revenue.total - $expenses.total>>
<<if $remainder.total >= 0>>
<<set $remainder.name = "Net Income">>
<<set $remainder.color = "lightgreen">>
<<else>>
<<set $remainder.name = "Net Loss">>
<<set $remainder.color = "red">>
<<set $remainder.total = $remainder.total * -1>>
<</if>>
<<include "Expenses">><<if $ownpage>>
<<include "Unset Passages">>
<<set $Return = 1>>
<<else>>
<<include "Unset Passages">>
<<set $TrueReturn = 1>>
<</if>>
<<set $energy = 1>>
<<include "Mobile Header">>
<<if $activeCharacter.obedience.current >= 80>>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
$activeCharacter.name obediently displays <<print $hisher[$activeCharacter.gender]>> sexual abilities for you. <<print $HeShe[$activeCharacter.gender]>> seems very confident in <<print $hisher[$activeCharacter.gender]>> skills up until moment <<print $heshe[$activeCharacter.gender]>> has to perform. While <<print $heshe[$activeCharacter.gender]>> remains confident when performing sexual acts <<print $heshe[$activeCharacter.gender]>> is more comfortable with, $activeCharacter.name becomes nervous as soon as <<print $heshe[$activeCharacter.gender]>> is in uncharted territory. Either way, $activeCharacter.name competently performs each act using whatever knowledge <<print $heshe[$activeCharacter.gender]>> has at <<print $hisher[$activeCharacter.gender]>> disposal. <<print $HeShe[$activeCharacter.gender]>> is well trained.
<<case "kuudere">>
When you tell $activeCharacter.name that you'll be testing <<print $himher[$activeCharacter.gender]>> on <<print $hisher[$activeCharacter.gender]>> sexual skills, <<print $heshe[$activeCharacter.gender]>> demonstrates them obediently. No matter how depraved the sex act is, talented or untalented <<print $heshe[$activeCharacter.gender]>> is in said act, $activeCharacter.name performs calmly to the best of <<print $hisher[$activeCharacter.gender]>> ability. Its usually very hard to tell what <<print $heshe[$activeCharacter.gender]>> is thinking but from the yielding look <<print $heshe[$activeCharacter.gender]>> gives you, you can tell that <<print $heshe[$activeCharacter.gender]>> is very well trained.
<<case "himedere">>
$activeCharacter.name proudly struts over to you. <<print $HeShe[$activeCharacter.gender]>> obediently performs any sex act you ask of <<print $himher[$activeCharacter.gender]>> while carrying <<print $himselfherself[$activeCharacter.gender]>> with poise and good deportment. No matter how good <<print $heshe[$activeCharacter.gender]>> is at a particular skill, <<print $heshe[$activeCharacter.gender]>> makes sure that <<print $heshe[$activeCharacter.gender]>> puts as much effort into the performance as possible. You can tell from how eager <<print $heshe[$activeCharacter.gender]>> is to prove <<print $himselfherself[$activeCharacter.gender]>> to you that <<print $heshe[$activeCharacter.gender]>> is trained well.
<<case "dandere">>
$activeCharacter.name is more than willing to show you <<print $hisher[$activeCharacter.gender]>> sexual skills but you can tell that <<print $heshe[$activeCharacter.gender]>> is very nervous about it. <<print $HeShe[$activeCharacter.gender]>> still performs to the best of her ability, letting you know that <<print $heshe[$activeCharacter.gender]>> won't let <<print $hisher[$activeCharacter.gender]>> disposition prevent <<print $himher[$activeCharacter.gender]>> from doing <<print $hisher[$activeCharacter.gender]>> best. This alone tells you how well <<print $heshe[$activeCharacter.gender]>> is trained.
<</switch>>
<<elseif $activeCharacter.obedience.current >= 40>>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
$activeCharacter.name isn't pleased about performing sexual acts for you but understands that punishment awaits <<print $himher[$activeCharacter.gender]>> if <<print $heshe[$activeCharacter.gender]>> doesn't do as <<print $heshe[$activeCharacter.gender]>>'s told. <<print $HeShe[$activeCharacter.gender]>> glares at you throughout the whole process but is at least wise enough to keep <<print $hisher[$activeCharacter.gender]>> attitude in check. Afterwards $activeCharacter.name makes sure to tell you that <<print $heshe[$activeCharacter.gender]>> did the performance of <<print $hisher[$activeCharacter.gender]>> own accord, and not because you asked <<print $himher[$activeCharacter.gender]>> to do it.
<<case "kuudere">>
$activeCharacter.name keeps an emotionless face on at all times during <<print $hisher[$activeCharacter.gender]>> sexual presentation. You can't tell if <<print $heshe[$activeCharacter.gender]>> hates you or not but its clear that <<print $heshe[$activeCharacter.gender]>> is obedient enough to follow your orders. $activeCharacter.name does hesitate briefly before each sexual act, proving that <<print $heshe[$activeCharacter.gender]>> does have some hang-ups about <<print $hisher[$activeCharacter.gender]>> slavery. <<print $HeShe[$activeCharacter.gender]>>'ll need some more training before <<print $heshe[$activeCharacter.gender]>> can be called truely obedient.
<<case "himedere">>
Even though $activeCharacter.name obediently performs <<print $hisher[$activeCharacter.gender]>> sexual presentation, you can tell from the haughty look <<print $heshe[$activeCharacter.gender]>> gives you that <<print $heshe[$activeCharacter.gender]>> still believes that <<print $heshe[$activeCharacter.gender]>> is above being a slave. While you don't want to ruin <<print $hisher[$activeCharacter.gender]>> confidence, $activeCharacter.name needs more obedience.current training so that <<print $heshe[$activeCharacter.gender]>> knows <<print $hisher[$activeCharacter.gender]>> place.
<<case "dandere">>
$activeCharacter.name is obviously anxious about <<print $hisher[$activeCharacter.gender]>> sexual presentation, to the point that you worry it'll affect <<print $hisher[$activeCharacter.gender]>> performance. At points <<print $heshe[$activeCharacter.gender]>> seems so scared of failing that <<print $heshe[$activeCharacter.gender]>> pauses from time to time. You're still able to get a good approximation of where <<print $hisher[$activeCharacter.gender]>> sexual talents are but its clear that <<print $heshe[$activeCharacter.gender]>> requires more training.
<</switch>>
<<else>>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
The amount of hate $activeCharacter.name has for you shows in <<print $hisher[$activeCharacter.gender]>> eyes but you can tell <<print $heshe[$activeCharacter.gender]>> is frightened by the way <<print $heshe[$activeCharacter.gender]>> shivers when in your presence. <<print $HeShe[$activeCharacter.gender]>> even jumps at the sound of your voice and tries to mask <<print $hisher[$activeCharacter.gender]>> fear by glaring at you heatedly. <<print $HisHer[$activeCharacter.gender]>> sexual presentation goes relatively smoothly as any showing of disobedience.current crumbles under the the threat of punishment.
<<case "kuudere">>
You tell $activeCharacter.name that <<print $heshe[$activeCharacter.gender]>> is to perform a sexual presentation and <<print $heshe[$activeCharacter.gender]>> tells you its not going to happen. <<print $HeShe[$activeCharacter.gender]>> puts on a brave front and looks at you with disgust but <<print $hisher[$activeCharacter.gender]>> façade crumbles as soon as you approach <<print $himher[$activeCharacter.gender]>>. Before you know it <<print $heshe[$activeCharacter.gender]>> is performing <<print $hisher[$activeCharacter.gender]>> sexual presentation in earnest. Anytime <<print $heshe[$activeCharacter.gender]>> shows any signs of disobedience.current a stern look from you puts <<print $himher[$activeCharacter.gender]>> in <<print $himher[$activeCharacter.gender]>> place.
<<case "himedere">>
$activeCharacter.name refuses to perform <<print $hisher[$activeCharacter.gender]>> sexual presentation, claiming that <<print $hisher[$activeCharacter.gender]>> family will punish you for abusing <<print $himher[$activeCharacter.gender]>>. You don't even know <<print $hisher[$activeCharacter.gender]>> last name, let alone <<print $hisher[$activeCharacter.gender]>> family but even if you did it wouldn't matter. $activeCharacter.name is your property now and you've already proven that you can discipline <<print $himher[$activeCharacter.gender]>> without repercussion. A hard slap to the face reminds <<print $himher[$activeCharacter.gender]>> of <<print $hisher[$activeCharacter.gender]>> new position and <<print $heshe[$activeCharacter.gender]>> scrambles to perform <<print $hisher[$activeCharacter.gender]>> sexual presentation.
<<case "dandere">>
$activeCharacter.name goes into a fit of crying as soon as you tell <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> has to perform a sexual presentation, begging you to let <<print $himher[$activeCharacter.gender]>> go. You threaten <<print $himher[$activeCharacter.gender]>> with punishment and <<print $heshe[$activeCharacter.gender]>> stifles <<print $hisher[$activeCharacter.gender]>> cries and prepares <<print $himselfherself[$activeCharacter.gender]>> to perform. Even though it takes $activeCharacter.name a while to work through <<print $hisher[$activeCharacter.gender]>> presentation properly, you get a general idea of <<print $hisher[$activeCharacter.gender]>> sexual skills.
<</switch>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<</if>>
<<set _kissing = getSexSkill($activeCharacter.sexualskill.oral.kissing)>>
<<set _fellatio = getSexSkill($activeCharacter.sexualskill.oral.fellatio)>>
<<set _cunnilingus = getSexSkill($activeCharacter.sexualskill.oral.cunnilingus)>>
<<set _analingus = getSexSkill($activeCharacter.sexualskill.oral.analingus)>>
<<set _titjob = getSexSkill($activeCharacter.sexualskill.mammary.intercourse)>>
<<set _breastplay = getSexSkill($activeCharacter.sexualskill.mammary.breastplay)>>
<<set _breastfeeding = getSexSkill($activeCharacter.sexualskill.mammary.breastfeeding)>>
<<set _masturbation = getSexSkill($activeCharacter.sexualskill.manual.masturbation)>>
<<set _fingering = getSexSkill($activeCharacter.sexualskill.manual.fingering)>>
<<set _handjob = getSexSkill($activeCharacter.sexualskill.manual.handjob)>>
<<set _fisting = getSexSkill($activeCharacter.sexualskill.manual.fisting)>>
<<set _vaginal = getSexSkill($activeCharacter.sexualskill.intercourse.vaginal)>>
<<set _anal = getSexSkill($activeCharacter.sexualskill.intercourse.anal)>>
<<set _pitching = getSexSkill($activeCharacter.sexualskill.intercourse.pitching)>>
<<set _pegging = getSexSkill($activeCharacter.sexualskill.intercourse.pegging)>>
<br><br>
<u>Sexual Oral Skills</u><br>
$activeCharacter.name's kissing skills are _kissing. <br>
$activeCharacter.name's fellatio skills are _fellatio. <br>
$activeCharacter.name's cunnilingus skills are _cunnilingus. <br>
$activeCharacter.name's analingus skills are _analingus.
<br><br>
<u>Manual Intercourse</u><br>
$activeCharacter.name's maturbation skills are _masturbation. <br>
$activeCharacter.name's fingering skills are _fingering. <br>
$activeCharacter.name's handjob skills are _handjob. <br>
$activeCharacter.name's fisting skills are _fisting.
<br><br>
<u>Sexual Mammary Skills</u><br>
$activeCharacter.name's breastplay skills are _breastplay. <br>
$activeCharacter.name's breastfeeding skills are _breastfeeding. <br>
$activeCharacter.name's mammary intercourse skills are _titjob.
<br><br>
<u>Genital Intercourse</u><br>
$activeCharacter.name's vaginal skills are _vaginal.
<<if $activeCharacter.virgin>>
@@color:green;$activeCharacter.name is a virgin@@.
<</if>> <br>
$activeCharacter.name's anal skills are _anal.
<<if $activeCharacter.analvirgin>>
@@color:green;$activeCharacter.name is an anal virgin@@.
<</if>> <br>
<<if $activeCharacter.cock>>
$activeCharacter.name's pitching skills are _pitching.
<<else>>
$activeCharacter.name's pegging skills are _pegging.
<</if>>
<<set $activeCharacter.known.sexualskill = 1>>
<<set $activeCharacter.known.virginity = 1>>
<<set $activeCharacter.known.analvirginity = 1>>
<<set $activeCharacter.known.nature = 1>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Return = 1>>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<saveSlave $activeCharacter>>
<<include "Mobile Header">>
<<include "images">>
<<if $subtrainingtype>>
<<unset $subtrainingtype>>
<<if $cheats.includes("energyWell")>>
<<set $PC.energy.current = $PC.energy.max>>
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<</if>>
<<if $trainingtype == "Induce">>
<<set $activeCharacter.fatigue.mental = Math.min($estate.training.incense, $activeCharacter.fatigue.max-1)>>
<<unset $Hypnotism>>
<<unset $trainingtype>>
<</if>>
<</if>>
<<if $PC.energy.current >= 1>>
<center>
<h3>Training</h3>
<center><hr>Physical training can be used to train specific skills, or may be used to force a sexual identity.<br>Hypnotic training can be used to coerce information and imprint new effects in their place.<br></center>
<table style="width:50%">
<tr>
<th style="width:20%"><center>[img[Sex Training|$iconSex][Training Battle][$trainingtype = "Sexual"]]</center></th>
<th style="width:2%">  </th>
<th style="width:20%"><center>[img[D/s Training|$iconWhip][Training Battle][$trainingtype = "D/s"]]</center></th>
<th style="width:2%">  </th>
<th style="width:20%"><center>[img[Induce|$iconHypnosis][Hypnotic Battle][$trainingtype = "Induce", $Hypnotism = null]]</center></th>
</tr>
<tr>
<td><center>Train $activeCharacter.name's sex skills.</center></td>
<td> </td>
<td><center>Teach $activeCharacter.name Dom/sub roles.</center></td>
<td> </td>
<td><center>Induce a like or dislike through hypnotism.</center></td>
</tr>
</table>
<hr>
<center>Force $activeCharacter.name to exhibit a certian sexual identity:</center>
<table style="width:50%">
<tr>
<td><center>[img[Strumpet Training|$iconHarlot][Training Battle][$trainingtype = "Strumpetry"]]</center></td>
<td>  </td>
<td><center>[img[Princess Training|$iconPrincess][Training Battle][$trainingtype = "Femininity"]]</center></td>
<td> </td>
<td><center>[img[Prince Training|$iconPrince][Training Battle][$trainingtype = "Feminization"]]</center></td>
<td>  </td>
<td><center>[img[Stud Training|$iconStud][Training Battle][$trainingtype = "Masculinity"]]</center></td>
</tr>
<tr>
<td><center>Train $activeCharacter.name as a <br>feral female</center></td>
<td> </td>
<td><center>Train $activeCharacter.name as a <br> genteel female.</center></td>
<td> </td>
<td><center>Train $activeCharacter.name as a <br>genteel male.</center></td>
<td> </td>
<td><center>Train $activeCharacter.name as a <br>feral male.</center></td>
</tr>
</table>
</center>
<<else>>
<<include "Main Menu">>
<</if>><<set _rewpun = "">>
<<switch $disciplinesubtype>>
<<case "promise">>
<<set _discipline = 10>>
<<set _mood = 3>>
<<set _submission = 1>>
<<set _rewpun = "reward">>
<<case "encourage">>
<<set _discipline = 20>>
<<set _mood = 2>>
<<set _submission = 2>>
<<set _rewpun = "reward">>
<<case "praise">>
<<set _discipline = 30>>
<<set _mood = 1>>
<<set _submission = 3>>
<<set _rewpun = "reward">>
<<case "threaten">>
<<set _discipline = 10>>
<<set _mood = 1>>
<<set _submission = 1>>
<<set _rewpun = "punishment">>
<<case "admonish">>
<<set _discipline = 20>>
<<set _mood = 2>>
<<set _submission = 2>>
<<set _rewpun = "punishment">>
<<case "scold">>
<<set _discipline = 30>>
<<set _mood = 3>>
<<set _submission = 3>>
<<set _rewpun = "punishment">>
<</switch>>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<b>@@color:forestgreen;Due to $activeCharacter.name being well disciplined, the effect this $subtrainingtype _rewpun has on <<print $hisher[$activeCharacter.gender]>> lust and submision has been increased.@@</b>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<b>@@color:yellow;$activeCharacter.name is disciplined well enough that the effect this $subtrainingtype _rewpun has on <<print $hisher[$activeCharacter.gender]>> lust and submision is normal.@@</b>
<<else>>
<b>@@color:red;Due to $activeCharacter.name being poorly disciplined, the effect this $subtrainingtype _rewpun has on <<print $hisher[$activeCharacter.gender]>> lust and submision has been decreased.@@</b>
<</if>>
<br>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "dandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<set _submission = _submission + random(0,1)>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "kuudere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<set _submission = _submission + random(0,1)>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "himedere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<set _submission = _submission + random(0,1)>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "yandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<set _submission = _submission + random(0,1)>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "hinodere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<set _submission = _submission + random(0,1)>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "deredere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<set _submission = _submission + random(0,1)>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<</switch>>
<<include $disciplinesubtype>>
<<set _mood = 6 + (_mood * 1)>>
<<if _rewpun == "reward">>
<<run increaseMood($activeCharacter, "Serenity", _mood)>>
<<elseif _rewpun == "punishment">>
<<run decreaseMood($activeCharacter, "Serenity", _mood)>>
<</if>>
<<run updateSubmission($activeCharacter, _submission*_effectiveness, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter)>><<switch $disciplinesubtype>>
<<case "slap">>
<<set _discipline = 10>>
<<set _mood = 1>>
<<set _submission = 1>>
<<case "spanking">>
<<set _discipline = 20>>
<<set _mood = 2>>
<<set _submission = 2>>
<<case "beating">>
<<set _discipline = 30>>
<<set _mood = 3>>
<<set _submission = 3>>
<</switch>>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<b>@@color:forestgreen;Due to $activeCharacter.name being well disciplined, the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been increased.@@</b>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<b>@@color:yellow;$activeCharacter.name is disciplined well enough that the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission is normal.@@</b>
<<else>>
<b>@@color:red;Due to $activeCharacter.name being poorly disciplined, the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been decreased.@@</b>
<</if>>
<br>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "dandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "kuudere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "himedere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "hinodere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "deredere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "yandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<</switch>>
<<include "Masochist Check">>
<<include $disciplinesubtype>>
<<set _mood = 6 + (_mood * 2)>>
<<run decreaseMood($activeCharacter, "Happiness", _mood)>>
<<run updateSubmission($activeCharacter, _submission*_effectiveness, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>><<switch $disciplinesubtype>>
<<case "paddling">>
<<set _discipline = 10>>
<<set _mood = 1>>
<<set _submission = 1>>
<<case "caning">>
<<set _discipline = 20>>
<<set _mood = 2>>
<<set _submission = 2>>
<<case "whipping">>
<<set _discipline = 30>>
<<set _mood = 3>>
<<set _submission = 3>>
<</switch>>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<b>@@color:forestgreen;Due to $activeCharacter.name being well disciplined, the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been increased.@@</b>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<b>@@color:yellow;$activeCharacter.name is disciplined well enough that the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission is normal.@@</b>
<<else>>
<b>@@color:red;Due to $activeCharacter.name being poorly disciplined, the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been decreased.@@</b>
<</if>>
<br>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "dandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "kuudere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "himedere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "hinodere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "deredere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "yandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<</switch>>
<<include "Masochist Check">>
<<include $disciplinesubtype>>
<<set _mood = 6 + (_mood * 3)>>
<<run decreaseMood($activeCharacter, "Anxiety", _mood)>>
<<run updateSubmission($activeCharacter, _submission*_effectiveness, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>><<switch $disciplinesubtype>>
<<case "naked walk">>
<<set _discipline = 10>>
<<set _mood = 1>>
<<set _submission = 1>>
<<case "public mouth">>
<<set _discipline = 20>>
<<set _mood = 2>>
<<set _submission = 2>>
<<case "public toilet">>
<<set _discipline = 30>>
<<set _mood = 3>>
<<set _submission = 3>>
<</switch>>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<b>@@color:forestgreen;Due to $activeCharacter.name being well disciplined, the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been increased.@@</b>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<b>@@color:yellow;$activeCharacter.name is disciplined well enough that the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission is normal.@@</b>
<<else>>
<b>@@color:red;Due to $activeCharacter.name being poorly disciplined, the effect this $subtrainingtype punishment has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been decreased.@@</b>
<</if>>
<br>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "dandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "kuudere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0>>
<<else>>
<<set _effectiveness = 2>>
<<set _submission-->>
<</if>>
<<case "himedere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 2>>
<<set _submission-->>
<</if>>
<<case "hinodere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "deredere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "yandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0>>
<<else>>
<<set _effectiveness = 2>>
<<set _submission-->>
<</if>>
<</switch>>
<<include "Masochist Check">>
<<include $disciplinesubtype>>
<<set _mood = 6 + (_mood * 3)>>
<<if $activeCharacter.nature == "kuudere" || $activeCharacter.nature == "tsundere">>
<<run decreaseMood($activeCharacter, "Serenity", _mood)>>
<<elseif $activeCharacter.nature == "tsundere">>
<<run decreaseMood($activeCharacter, "Happiness", _mood)>>
<<elseif $activeCharacter.nature == "dandere">>
<<run decreaseMood($activeCharacter, "Anxiety", _mood)>>
<</if>>
<<run updateSubmission($activeCharacter, _submission*_effectiveness, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>You try to verbally encourage $activeCharacter.name as to nurture <<print $hisher[$activeCharacter.gender]>> current progress. You explain that while things may be rough for <<print $himher[$activeCharacter.gender]>> now, they'll get better as long as <<print $heshe[$activeCharacter.gender]>> keeps putting in the same effort.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name straight up laughs at your encouragement. Not only does <<print $heshe[$activeCharacter.gender]>> not believe you, <<print $heshe[$activeCharacter.gender]>> has no intentions of behaving and being an 'obedient slave' in the future.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name accepts your encouragement but is still cautiously optimistic about the future. <<print $HeShe[$activeCharacter.gender]>> still has doubts about your sincerity and is scared that you're only trying to make <<print $himher[$activeCharacter.gender]>> let down <<print $hisher[$activeCharacter.gender]>> guard so you can sadistically punish <<print $himher[$activeCharacter.gender]>> later.
<<elseif _effectiveness == 1>>
$activeCharacter.name is glad to hear the encouragement and is optimistic about the future. Your words have helped to assuage <<print $hisher[$activeCharacter.gender]>> fears about <<print $hisher[$activeCharacter.gender]>> treatment, if <<print $heshe[$activeCharacter.gender]>> does as told. <<print $HeShe[$activeCharacter.gender]>> still have some reservations following your orders but <<print $heshe[$activeCharacter.gender]>> will try to follow them as closely as possible from now on.
<<elseif _effectiveness == 2>>
Your words of encouragement resonate strongly with $activeCharacter.name. <<print $HeShe[$activeCharacter.gender]>> believes that <<print $heshe[$activeCharacter.gender]>> can follow almost any order you give them and that <<print $heshe[$activeCharacter.gender]>> will be rewarded properly for <<print $hisher[$activeCharacter.gender]>> efforts.
<</if>>You verbally praise $activeCharacter.name for <<print $hisher[$activeCharacter.gender]>> behavior so far. You make sure to call <<print $himher[$activeCharacter.gender]>> by name, explain exactly what you are praising <<print $himher[$activeCharacter.gender]>> for and speak with a sincere tone.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name does not care for your praise. <<print $HeShe[$activeCharacter.gender]>> sticks <<print $hisher[$activeCharacter.gender]>> nose up and ignores you completely. When you're doing praising <<print $himher[$activeCharacter.gender]>>, <<print $heshe[$activeCharacter.gender]>> explains that <<print $heshe[$activeCharacter.gender]>> didn't do anything to get your praise and if <<print $heshe[$activeCharacter.gender]>> did then it was not intended.
<<elseif _effectiveness == 0.5>>
Your praise falls of deaf ears. While $activeCharacter.name is happy to hear the praise, you can tell that <<print $heshe[$activeCharacter.gender]>> isn't really affected by it. You could attempt to seem more sincere but at this point anymore will just have negative effects.
<<elseif _effectiveness == 1>>
$activeCharacter.name is happy to get the praise. <<print $HeShe[$activeCharacter.gender]>> wholeheartedly believes that you mean what you say and is glad <<print $hisher[$activeCharacter.gender]>> efforts have not gone unnoticed.
<<elseif _effectiveness == 2>>
Any praise given to $activeCharacter.name is very effective. Not only does <<print $heshe[$activeCharacter.gender]>> completely believe in the sincerity of your words, <<print $heshe[$activeCharacter.gender]>> also feels obligated to work even harder to make sure <<print $heshe[$activeCharacter.gender]>> does not let you down in the future.
<</if>>You promise $activeCharacter.name that you will give <<print $himher[$activeCharacter.gender]>> a present (physical or sexual) as long as <<print $heshe[$activeCharacter.gender]>> keeps up the progress they have been making so far.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name does not believe your promise for even a second. <<print $HeShe[$activeCharacter.gender]>> explains that not only does <<print $heshe[$activeCharacter.gender]>> not believe your promise, <<print $heshe[$activeCharacter.gender]>> does not want any gift you plan on giving <<print $himher[$activeCharacter.gender]>>.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name politely accepts the promise but doesn't really feel like getting a present is all that special. <<print $HeShe[$activeCharacter.gender]>> gives you no indication that <<print $heshe[$activeCharacter.gender]>> doesn't believe that you'll fulfill your promise but <<print $heshe[$activeCharacter.gender]>> probably believes that the present itself will be something small.
<<elseif _effectiveness == 1>>
$activeCharacter.name is anxious to see what gift you'll get <<print $himher[$activeCharacter.gender]>> and is happy that you think <<print $hisher[$activeCharacter.gender]>> efforts gift worthy.
<<elseif _effectiveness == 2>>
$activeCharacter.name feels special to have received a promise from you. <<print $HeShe[$activeCharacter.gender]>> is so happy that <<print $heshe[$activeCharacter.gender]>> will like the gift no matter how big or small it is. <<print $HeShe[$activeCharacter.gender]>> vows to keep up <<print $hisher[$activeCharacter.gender]>> progress whether <<print $heshe[$activeCharacter.gender]>> gets a present or not.
<</if>><<switch $disciplinesubtype>>
<<case "coddle">>
<<set _discipline = 10>>
<<set _mood = 3>>
<<set _submission = 1>>
<<case "massage">>
<<set _discipline = 20>>
<<set _mood = 2>>
<<set _submission = 2>>
<<case "spa treatment">>
<<set _discipline = 30>>
<<set _mood = 1>>
<<set _submission = 3>>
<<set $PC.money -= 100>>
<</switch>>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<b>@@color:forestgreen;Due to $activeCharacter.name being well disciplined, the effect this $subtrainingtype reward has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been increased.@@</b>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<b>@@color:yellow;$activeCharacter.name is disciplined well enough that the effect this $subtrainingtype reward has on <<print $hisher[$activeCharacter.gender]>> lust and submission is normal.@@</b>
<<else>>
<b>@@color:red;Due to $activeCharacter.name being poorly disciplined, the effect this $subtrainingtype reward has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been decreased.@@</b>
<</if>>
<br>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "dandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "kuudere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "himedere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "hinodere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "deredere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "yandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<</switch>>
<<include $disciplinesubtype>>
<<set _mood = 6 + (_mood * 2)>>
<<run increaseMood($activeCharacter, "Anxiety", _mood)>>
<<run updateSubmission($activeCharacter, _submission*_effectiveness, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>><<switch $disciplinesubtype>>
<<case "sensual kissing">>
<<set _discipline = 10>>
<<set _lust = 1>>
<<set _submission = 1>>
<<case "fingering">>
<<set _discipline = 20>>
<<set _lust = 2>>
<<set _submission = 1>>
<<case "hj">>
<<set _discipline = 20>>
<<set _lust = 2>>
<<set _submission = 1>>
<<case "cun">>
<<set _discipline = 30>>
<<set _lust = 3>>
<<set _submission = 1>>
<<case "blowjob">>
<<set _discipline = 30>>
<<set _lust = 3>>
<<set _submission = 1>>
<</switch>>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<b>@@color:forestgreen;Due to $activeCharacter.name being well disciplined, the effect this $subtrainingtype reward has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been increased.@@</b>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<b>@@color:yellow;$activeCharacter.name is disciplined well enough that the effect this $subtrainingtype reward has on <<print $hisher[$activeCharacter.gender]>> lust and submission is normal.@@</b>
<<else>>
<b>@@color:red;Due to $activeCharacter.name being poorly disciplined, the effect this $subtrainingtype reward has on <<print $hisher[$activeCharacter.gender]>> lust and submission has been decreased.@@</b>
<</if>>
<br>
<<switch $activeCharacter.nature>>
<<case "tsundere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "dandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "kuudere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "himedere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 1>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 1>>
<<else>>
<<set _effectiveness = 0.5>>
<<set _submission-->>
<</if>>
<<case "hinodere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<<case "deredere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 2>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 2>>
<<else>>
<<set _effectiveness = 1>>
<<set _submission-->>
<</if>>
<<case "yandere">>
<<if $activeCharacter.obedience.current >= _discipline*2>>
<<set _effectiveness = 0.5>>
<<set _submission++>>
<<elseif $activeCharacter.obedience.current >= _discipline>>
<<set _effectiveness = 0.5>>
<<else>>
<<set _effectiveness = 0>>
<<set _submission-->>
<</if>>
<</switch>>
<<include $disciplinesubtype>>
<<run updateLust($activeCharacter, _lust)>>
<<set _mood = _lust>>
<<set _mood = 6 + (_mood * 2)>>
<<run increaseMood($activeCharacter, "Happiness", _mood)>>
<<run updateSubmission($activeCharacter, _submission*_effectiveness, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>You admonish $activeCharacter.name for <<print $hisher[$activeCharacter.gender]>> recent behaviour. You explain to <<print $himher[$activeCharacter.gender]>> what is wrong with <<print $hisher[$activeCharacter.gender]>> current behaviour and what kind of behaviour you expect from <<print $himher[$activeCharacter.gender]>>. You also explain that harsher punishment may be required if <<print $heshe[$activeCharacter.gender]>> does not listen to your warnings.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name has no intentions of listening to your warnings. <<print $HeShe[$activeCharacter.gender]>> says that <<print $heshe[$activeCharacter.gender]>> will do as <<print $heshe[$activeCharacter.gender]>> pleases and does not care whether you don't like it or not. <<print $HeShe[$activeCharacter.gender]>> also says that the best way to get over <<print $hisher[$activeCharacter.gender]>> behaviour is for you to get over it.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name does not take your words to heart but does acknowledge <<print $hisher[$activeCharacter.gender]>> wrongdoings. <<print $HeShe[$activeCharacter.gender]>> explains that <<print $heshe[$activeCharacter.gender]>> will do better in the future to behave as you have instructed.
<<elseif _effectiveness == 1>>
$activeCharacter.name listens carefully to your words and apologizes for <<print $hisher[$activeCharacter.gender]>> behaviour. <<print $HeShe[$activeCharacter.gender]>> feels a little bad about being admonished and says that <<print $heshe[$activeCharacter.gender]>> will not err in the future.
<<elseif _effectiveness == 2>>
Your admonishment is particularly effective on $activeCharacter.name. <<print $HeShe[$activeCharacter.gender]>> feels as if <<print $heshe[$activeCharacter.gender]>> has disappointed you and explains that <<print $heshe[$activeCharacter.gender]>> will make sure to correct any and all errors in <<print $hisher[$activeCharacter.gender]>> behaviour.
<</if>>You harshly scold $activeCharacter.name for <<print $hisher[$activeCharacter.gender]>> recent behaviour. You don't even explain to <<print $himher[$activeCharacter.gender]>> what is wrong, as you are sure <<print $heshe[$activeCharacter.gender]>> knows, and tell <<print $himher[$activeCharacter.gender]>> that they are to never act like that again.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name tells you that <<print $heshe[$activeCharacter.gender]>> will act like that again, right after you tell them not to. <<print $HeShe[$activeCharacter.gender]>> says that while <<print $heshe[$activeCharacter.gender]>> is only doing what <<print $heshe[$activeCharacter.gender]>> wants, if you keep bugging <<print $himher[$activeCharacter.gender]>> about <<print $hisher[$activeCharacter.gender]>> behaviour that <<print $heshe[$activeCharacter.gender]>> will act that purposely to annoy you.
<<elseif _effectiveness == 0.5>>
The seriousness of your tone does not get through to $activeCharacter.name but <<print $heshe[$activeCharacter.gender]>> does show that <<print $heshe[$activeCharacter.gender]>> understands that <<print $hisher[$activeCharacter.gender]>> behaviour is wrong. <<print $HeShe[$activeCharacter.gender]>> says <<print $heshe[$activeCharacter.gender]>> will try not to act like that in the future.
<<elseif _effectiveness == 1>>
$activeCharacter.name understands why you're upset with <<print $hisher[$activeCharacter.gender]>> behaviour and is remorseful about it. <<print $HeShe[$activeCharacter.gender]>> sits quietly while you scold <<print $himher[$activeCharacter.gender]>> and promises afterward that it won't happen again.
<<elseif _effectiveness == 2>>
$activeCharacter.name begins to tear up from your words alone. <<print $HeShe[$activeCharacter.gender]>> says <<print $heshe[$activeCharacter.gender]>> is ashamed that you needed to scold <<print $himher[$activeCharacter.gender]>> and swears that you won't need to reprimand <<print $himher[$activeCharacter.gender]>> again for <<print $hisher[$activeCharacter.gender]>> misbehaviour.
<</if>>You threaten $activeCharacter.name with harsher punishment, being sold and possibly death. You explain that <<print $hisher[$activeCharacter.gender]>> behaviour has gotten so bad that you don't know what you'll have to do to get <<print $himher[$activeCharacter.gender]>> in order but it won't be pleasant.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name is surprised that you'd threaten <<print $himher[$activeCharacter.gender]>> so strongly but believes that you threats are empty or is just that fearless. <<print $HeShe[$activeCharacter.gender]>> jokingly says that if you're going to threaten <<print $himher[$activeCharacter.gender]>> with stronger punishment you may as well do it now as there is no way <<print $heshe[$activeCharacter.gender]>> is going to listen to your orders.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name acknowledges the threat with an apology and promise to correct <<print $hisher[$activeCharacter.gender]>> behaviour. Your threat doesn't seem to scare <<print $himher[$activeCharacter.gender]>> into behaving better but <<print $heshe[$activeCharacter.gender]>> does take it seriously.
<<elseif _effectiveness == 1>>
$activeCharacter.name pales as soon as <<print $heshe[$activeCharacter.gender]>> hears your threat. <<print $HeShe[$activeCharacter.gender]>> swears up an down that you won't need to use stronger discipline techniques or that <<print $heshe[$activeCharacter.gender]>> is too disobedient to be trained at all.
<<elseif _effectiveness == 2>>
Your threats extraordinarily effective at frightening $activeCharacter.name. <<print $HeShe[$activeCharacter.gender]>> is absolutely terrified of being sold, or worse -- killed. <<print $HeShe[$activeCharacter.gender]>> says that you will get no more disobedience from <<print $himher[$activeCharacter.gender]>> if <<print $heshe[$activeCharacter.gender]>> can help it.
<</if>>You pull $activeCharacter.name over to you and give <<print $himher[$activeCharacter.gender]>> and hard slap across the face. You follow that up by explaining <<print $hisher[$activeCharacter.gender]>> erroneous behaviour that caused you to slap <<print $himher[$activeCharacter.gender]>>.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
The slap has left $activeCharacter.name stupefied. <<print $HeShe[$activeCharacter.gender]>> doesn't respond well to getting hit at all and just freezes up completely. Your words phase right through <<print $himher[$activeCharacter.gender]>> and it doesn't seem like anything you do for a while will have any lasting affect on <<print $hisher[$activeCharacter.gender]>> behaviour.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name understands why you hit <<print $himher[$activeCharacter.gender]>> but does not believe that it was an appropriate response for <<print $hisher[$activeCharacter.gender]>> bad behaviour. <<print $HeShe[$activeCharacter.gender]>> still agrees to behave better in the future but the strike was largely ineffective.
<<elseif _effectiveness == 1>>
$activeCharacter.name immediately covers the cheek you slapped with <<print $hisher[$activeCharacter.gender]>> hand while simultaneously guarding <<print $himselfherself[$activeCharacter.gender]>> from another blow. After your explanation <<print $heshe[$activeCharacter.gender]>> promises to behave properly as long as you don't hit <<print $himher[$activeCharacter.gender]>> again.
<<elseif _effectiveness == 2>>
$activeCharacter.name starts screaming and cowering as soon as you slap <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> didn't actually expect you to hit <<print $himher[$activeCharacter.gender]>> and now that you have <<print $heshe[$activeCharacter.gender]>> starts pleading for your forgiveness.
<</if>>
You pull $activeCharacter.name over your lap and pull down <<print $hisher[$activeCharacter.gender]>> underwear, exposing <<print $hisher[$activeCharacter.gender]>> ass to you. You tell <<print $himher[$activeCharacter.gender]>> to count every slap you give <<print $himher[$activeCharacter.gender]>> and to thank you for it afterward. You tell <<print $himher[$activeCharacter.gender]>> that any hit <<print $heshe[$activeCharacter.gender]>> does not thank you for will not count towards <<print $hisher[$activeCharacter.gender]>> total spanking count.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name struggles through the whole process. <<print $HeShe[$activeCharacter.gender]>> doesn't count any of the spankings you give <<print $himher[$activeCharacter.gender]>> and <<print $heshe[$activeCharacter.gender]>> definitely doesn't thank you for them. You spend quite a bit of time just callously beating <<print $hisher[$activeCharacter.gender]>> ass until you get tired. If you can't get <<print $himher[$activeCharacter.gender]>> to obey you, you can get <<print $himher[$activeCharacter.gender]>> to fear you.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name misses a few counts and forgets to show gratitude for even more of the spankings. Its clear that while $activeCharacter.name understands what <<print $heshe[$activeCharacter.gender]>> did wrong, <<print $heshe[$activeCharacter.gender]>> does not believe that <<print $heshe[$activeCharacter.gender]>> deserves a spanking for <<print $hisher[$activeCharacter.gender]>> transgressions. <<print $HeShe[$activeCharacter.gender]>> eventually gets through the allotted number of spankings and even though <<print $heshe[$activeCharacter.gender]>> is barely more obedient, <<print $heshe[$activeCharacter.gender]>> will probably think twice about doing something wrong.
<<elseif _effectiveness == 1>>
$activeCharacter.name takes every hit without complaint and makes sure to attempt to count and thank you for everyone one. <<print $HeShe[$activeCharacter.gender]>> starts sobbing halfway through the spanking and has trouble keeping count and giving thanks, earning <<print $himher[$activeCharacter.gender]>> a few extra. Whether <<print $heshe[$activeCharacter.gender]>> believes that the spanking was deserved, <<print $heshe[$activeCharacter.gender]>> behaviour will be better in the future just to avoid another spanking.
<<elseif _effectiveness == 2>>
$activeCharacter.name starts bawling <<print $hisher[$activeCharacter.gender]>> eyes out before you're even a quarter way through the spanking. Its obvious that <<print $heshe[$activeCharacter.gender]>> isn't used to getting disciplined physically, but its much more effective because of that. Half way through <<print $heshe[$activeCharacter.gender]>> forgets to even count or thank you and the spanking lasts a lot longer than it needed to. By the end of it <<print $heshe[$activeCharacter.gender]>> is swearing through <<print $hisher[$activeCharacter.gender]>> tears that <<print $heshe[$activeCharacter.gender]>> won't do anything bad again.
<</if>>You callously beat $activeCharacter.name for <<print $hisher[$activeCharacter.gender]>> transgressions. Making sure to aim for high visibility areas you make sure to hit <<print $himher[$activeCharacter.gender]>> in the face, arms and legs. Not only do you want <<print $himher[$activeCharacter.gender]>> to feel pain, you also want <<print $himher[$activeCharacter.gender]>> to be reminded of <<print $hisher[$activeCharacter.gender]>> beating every time <<print $heshe[$activeCharacter.gender]>> sees one of <<print $hisher[$activeCharacter.gender]>> bruises.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name tries to fight back during <<print $hisher[$activeCharacter.gender]>> disciplining, earning <<print $himher[$activeCharacter.gender]>> an even more brutal beating. After you finish punishing <<print $himher[$activeCharacter.gender]>> you can tell that <<print $heshe[$activeCharacter.gender]>> has nothing but hate for you but you can also see fear in <<print $hisher[$activeCharacter.gender]>> eyes.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name has a hard time just staying still and bearing <<print $hisher[$activeCharacter.gender]>> punishment. While <<print $heshe[$activeCharacter.gender]>> doesn't fight back, <<print $heshe[$activeCharacter.gender]>> thrashes about trying to escape it or at least prevent your hits from striking <<print $himher[$activeCharacter.gender]>> in important spots like <<print $hisher[$activeCharacter.gender]>> face or genitals. This only serves to elongate <<print $hisher[$activeCharacter.gender]>> punishment, earning you more fear than obedience from <<print $himher[$activeCharacter.gender]>>.
<<elseif _effectiveness == 1>>
$activeCharacter.name gives as little resistance to <<print $hisher[$activeCharacter.gender]>> punishment as possible. Either <<print $heshe[$activeCharacter.gender]>> believes that what <<print $heshe[$activeCharacter.gender]>> did warrants a beating or <<print $heshe[$activeCharacter.gender]>> is frightened by the prospect of getting beaten more than necessary. Regardless, the beating will make <<print $himher[$activeCharacter.gender]>> more obedient.
<<elseif _effectiveness == 2>>
$activeCharacter.name doesn't take the beating well at all. <<print $HeShe[$activeCharacter.gender]>> was compliant at first but as soon as you began hitting <<print $himher[$activeCharacter.gender]>>, <<print $heshe[$activeCharacter.gender]>> starts crying and struggling as hard as possible. This doesn't stop you from administering <<print $hisher[$activeCharacter.gender]>> punishment and even eggs you on to continue longer than usual. When you're finally done not only is <<print $heshe[$activeCharacter.gender]>> groveling at your feet but you can tell that <<print $heshe[$activeCharacter.gender]>> is a lot more scared of doing something wrong than <<print $heshe[$activeCharacter.gender]>> was before.
<</if>>You call $activeCharacter.name into your training room as you need a tool for <<print $hisher[$activeCharacter.gender]>> punishment. For this punishment you plan to restrain <<print $himher[$activeCharacter.gender]>> with some rope and paddle <<print $hisher[$activeCharacter.gender]>> ass until its sore.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name doesn't make it easy for you. <<print $HeShe[$activeCharacter.gender]>> struggles against you when you try to tie <<print $himher[$activeCharacter.gender]>> up and tries anything and everything <<print $heshe[$activeCharacter.gender]>> can think of to wiggle <<print $hisher[$activeCharacter.gender]>> way out of the punishment. It takes a while, but you finally get <<print $himher[$activeCharacter.gender]>> restrained and begin waling on <<print $hisher[$activeCharacter.gender]>> ass with no regards for <<print $hisher[$activeCharacter.gender]>> feelings. <<print $HeShe[$activeCharacter.gender]>> is completely emotionally checked out by the time you're done but at least the paddling has sparked some fear into <<print $himher[$activeCharacter.gender]>>.
<<elseif _effectiveness == 0.5>>
You get $activeCharacter.name into <<print $hisher[$activeCharacter.gender]>> binding without much trouble but as soon as the punishment starts <<print $heshe[$activeCharacter.gender]>> tries to struggle <<print $hisher[$activeCharacter.gender]>> way out of <<print $hisher[$activeCharacter.gender]>> restraints. Thats fine, you don't expect <<print $himher[$activeCharacter.gender]>> to just stay still while you wale on <<print $hisher[$activeCharacter.gender]>> ass with a paddle and <<print $heshe[$activeCharacter.gender]>> was obedient enough in the beginning. <<print $HisHer[$activeCharacter.gender]>> writhing does earn <<print $himher[$activeCharacter.gender]>> a few more strikes though. After the punishment is over you can tell that <<print $heshe[$activeCharacter.gender]>> doesn't believe <<print $heshe[$activeCharacter.gender]>> deserves it but <<print $heshe[$activeCharacter.gender]>> won't argue with you about it.
<<elseif _effectiveness == 1>>
$activeCharacter.name dutifully takes <<print $hisher[$activeCharacter.gender]>> punishment without any complaints or struggle. <<print $HeShe[$activeCharacter.gender]>> understands exactly why <<print $heshe[$activeCharacter.gender]>> is being punished and knows that <<print $heshe[$activeCharacter.gender]>> deserves it.
<<elseif _effectiveness == 2>>
$activeCharacter.name starts struggling before you even put on <<print $hisher[$activeCharacter.gender]>> restraints. No matter how well disciplined <<print $heshe[$activeCharacter.gender]>> is, <<print $heshe[$activeCharacter.gender]>> does not take physical punishment well. That works in your favor, it deters <<print $himher[$activeCharacter.gender]>> from disobeying you and strikes some fear into <<print $himher[$activeCharacter.gender]>>.
<</if>>You plan to cane $activeCharacter.name for <<print $hisher[$activeCharacter.gender]>> punishment. You bring <<print $himher[$activeCharacter.gender]>> to the training room to do this and get one of the canes you have laying around. You expect $activeCharacter.name to be a little more obedient and a lot more fearful of you after you're done with <<print $himher[$activeCharacter.gender]>>.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
Its a struggle to even bring $activeCharacter.name into the training room. Luckily, you don't have to restrain <<print $himher[$activeCharacter.gender]>> to give <<print $himher[$activeCharacter.gender]>> a good caning. You drag your cane across <<print $hisher[$activeCharacter.gender]>> body multiple times, ignoring all cries and attempts to escape. You're indiscriminate in where you strike, giving <<print $himher[$activeCharacter.gender]>> a healthy number of stripes all over <<print $hisher[$activeCharacter.gender]>> body. <<print $HeShe[$activeCharacter.gender]>> isn't happy about this and pretty much tells you as much <<print $himselfherself[$activeCharacter.gender]>> with the way <<print $heshe[$activeCharacter.gender]>> glances defiantly at you. At least <<print $heshe[$activeCharacter.gender]>> seems to fear you enough to open <<print $hisher[$activeCharacter.gender]>> mouth and verbally tell you how much <<print $heshe[$activeCharacter.gender]>> hates you.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name obediently follows you into the training room and doesn't object when you explain what <<print $hisher[$activeCharacter.gender]>> punishment is to be. You can tell that <<print $heshe[$activeCharacter.gender]>> doesn't agree with it but <<print $heshe[$activeCharacter.gender]>> isn't going to say that out loud. <<print $HisHer[$activeCharacter.gender]>> misgivings about the punishment only come to light when you strip <<print $himher[$activeCharacter.gender]>> with the cane. <<print $HeShe[$activeCharacter.gender]>> cries, begs and curses you as cane <<print $himher[$activeCharacter.gender]>> over and over again.
<<elseif _effectiveness == 1>>
$activeCharacter.name doesn't object to <<print $hisher[$activeCharacter.gender]>> punishment when you explain what it is. <<print $HeShe[$activeCharacter.gender]>> understands that its your right to punish <<print $himher[$activeCharacter.gender]>> whether <<print $heshe[$activeCharacter.gender]>> deserves it or not.
<<elseif _effectiveness == 2>>
$activeCharacter.name can't hold <<print $himselfherself[$activeCharacter.gender]>> together no matter how obedient <<print $heshe[$activeCharacter.gender]>> is. Flagellation is too much for <<print $himher[$activeCharacter.gender]>> to handle, it seems like <<print $heshe[$activeCharacter.gender]>> has a strong aversion to strong physical pain.
<</if>>You plan to bring $activeCharacter.name into the training room for a whipping. While harsh, you believe this punishment will put a strong fear in <<print $himher[$activeCharacter.gender]>> and make <<print $himher[$activeCharacter.gender]>> much more obedient than <<print $heshe[$activeCharacter.gender]>> currently is.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
You give $activeCharacter.name the chance to obediently follow you into the training room and <<print $heshe[$activeCharacter.gender]>> ignores you, making you to use a heavy-handed approach. You forcibly drag <<print $himher[$activeCharacter.gender]>> into the training room while making sure to lock the door behind you. You pull a whip off of its wall mount and start viciously tearing into <<print $himher[$activeCharacter.gender]>> with it. Normally you would only whip <<print $himher[$activeCharacter.gender]>> across the back, but <<print $heshe[$activeCharacter.gender]>> needs some motivation for following your orders. When the punishment is over <<print $heshe[$activeCharacter.gender]>> fears you more than before but hates you even more than that.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name doesn't cause a fuss when you tell <<print $himher[$activeCharacter.gender]>> to follow you into the training room. Once inside you begin setting up the punishment, leaning <<print $himher[$activeCharacter.gender]>> up against the wall and tying <<print $hisher[$activeCharacter.gender]>> hands to post above <<print $hisher[$activeCharacter.gender]>> head. You pull back, grab you whip and crack it once in the air. $activeCharacter.name's body tenses as <<print $heshe[$activeCharacter.gender]>> realizes what <<print $hisher[$activeCharacter.gender]>> punishment is about to be. <<print $HeShe[$activeCharacter.gender]>> doesn't believe that they've done anything to warrant a whipping but doesn't say so aloud. You whip <<print $himher[$activeCharacter.gender]>> strong enough to tear the skin on <<print $hisher[$activeCharacter.gender]>> back. <<print $HeShe[$activeCharacter.gender]>> fears you a lot more and is a little more obedient.
<<elseif _effectiveness == 1>>
From the time that you tell $activeCharacter.name to go into the training room, to you having <<print $hisher[$activeCharacter.gender]>> hands restrained on a plank above <<print $hisher[$activeCharacter.gender]>> head, <<print $heshe[$activeCharacter.gender]>> doesn't display one sign of resistance. You take your time whipping <<print $himher[$activeCharacter.gender]>> and <<print $heshe[$activeCharacter.gender]>> takes it, not necessarily because <<print $heshe[$activeCharacter.gender]>> believes that <<print $heshe[$activeCharacter.gender]>> deserves it but because <<print $heshe[$activeCharacter.gender]>> knows that its your right to do so. Still, it causes <<print $himher[$activeCharacter.gender]>> to fear you a lot more while making <<print $himher[$activeCharacter.gender]>> a bit more obedient.
<<elseif _effectiveness == 2>>
By the time you have $activeCharacter.name tied up and ready for <<print $hisher[$activeCharacter.gender]>> whipping <<print $heshe[$activeCharacter.gender]>> is sobbing out cries for forgiveness. <<print $HeShe[$activeCharacter.gender]>> is deathly scared of pain and even more of the whip, but that doesn't mean you're going to go easy on <<print $himher[$activeCharacter.gender]>>. You lay into <<print $hisher[$activeCharacter.gender]>> back with the whip causing <<print $himher[$activeCharacter.gender]>> to continuously scream out in pain. When you're done $activeCharacter.name is a blubbering mess and can't even stand. This whipping has made $activeCharacter.name a lot more scared of you and a bit more obedient.
<</if>>You call $activeCharacter.name over and tell <<print $himher[$activeCharacter.gender]>> to strip because you're going to parade <<print $himher[$activeCharacter.gender]>> naked around the city. You hope that this walk will help lower <<print $hisher[$activeCharacter.gender]>> arrogance while supplementing the idea that you're <<print $hisher[$activeCharacter.gender]>> owner.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name is very obedient and quickly follows your orders. <<print $HeShe[$activeCharacter.gender]>> has a very good understanding of <<print $hisher[$activeCharacter.gender]>> status as a slave so taking naked walks aren't a very effective way to discipline <<print $himher[$activeCharacter.gender]>>. They do however affect <<print $hisher[$activeCharacter.gender]>> trust; you can tell from the goosebumps on <<print $himher[$activeCharacter.gender]>> skin that <<print $heshe[$activeCharacter.gender]>> will always be tense during the walks no matter how confident <<print $heshe[$activeCharacter.gender]>> seems to be.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name struggles against your orders forcing you to restrain <<print $himher[$activeCharacter.gender]>> with some rope. You put on <<print $hisher[$activeCharacter.gender]>> collar and lead <<print $himher[$activeCharacter.gender]>> outside by a leash. <<print $HeShe[$activeCharacter.gender]>> is beset by the feeling of humiliation as people begin to point, comment and laugh at <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> tries to close <<print $hisher[$activeCharacter.gender]>> during the ordeal but you order <<print $himher[$activeCharacter.gender]>> to keep them open unless <<print $heshe[$activeCharacter.gender]>> wants you to bring <<print $himher[$activeCharacter.gender]>> on another naked walk later in the day. <<print $HeShe[$activeCharacter.gender]>> obeys, but keeps <<print $hisher[$activeCharacter.gender]>> eyes on the ground. The naked walk has lowered <<print $hisher[$activeCharacter.gender]>> trust in you a bit, but <<print $heshe[$activeCharacter.gender]>> is much more fearful and angry with you than obedient.
<<elseif _effectiveness == 1>>
$activeCharacter.name obediently follows your orders by stripping naked and waiting at the door. At this point <<print $heshe[$activeCharacter.gender]>> would rather be humiliated than beaten. You don't even have to lead <<print $himher[$activeCharacter.gender]>> outside by a leash, <<print $heshe[$activeCharacter.gender]>> seems perfectly content with following closely behind you as you walk around town. While <<print $heshe[$activeCharacter.gender]>> might be able to run away from you at any moment, <<print $heshe[$activeCharacter.gender]>> is level-headed enough to know that running up and down the street isn't going to pan out well for a slave. The walk works well to enforce the idea that $activeCharacter.name is nothing but a slave who has no other option but to listen to you if <<print $heshe[$activeCharacter.gender]>> wants any semblance of <<print $hisher[$activeCharacter.gender]>> freedom back if you decide to give <<print $himher[$activeCharacter.gender]>> some.
<<elseif _effectiveness == 2>>
$activeCharacter.name not only refuses to take the walk, <<print $heshe[$activeCharacter.gender]>> goes as far as to imply that someone like <<print $himher[$activeCharacter.gender]>> should be the one walking you. Its clear that <<print $heshe[$activeCharacter.gender]>> needs to be taken down a notch and the naked walk is the perfect punishment to do so. It takes some effort to physically restrain <<print $himher[$activeCharacter.gender]>> but it isn't long before you drag <<print $himher[$activeCharacter.gender]>> out the door by a leash and collar. The walk doesn't go well for <<print $himher[$activeCharacter.gender]>>; <<print $heshe[$activeCharacter.gender]>> snaps at anyone who makes notice of <<print $himher[$activeCharacter.gender]>>. With you leading <<print $himher[$activeCharacter.gender]>> by a leash with <<print $hisher[$activeCharacter.gender]>> arms restrained <<print $heshe[$activeCharacter.gender]>> can only try to verbally abuse onlookers, which only attracts more people to watch. Once the walk is over $activeCharacter.name looks like <<print $heshe[$activeCharacter.gender]>> is furious with you but from the lack of words coming out of <<print $hisher[$activeCharacter.gender]>> mouth you get the idea that <<print $heshe[$activeCharacter.gender]>> is humbled a little by knowing that everyone thinks of <<print $himher[$activeCharacter.gender]>> as nothing but a slave.
<</if>>You send $activeCharacter.name to a be a public mouth. <<print $HeShe[$activeCharacter.gender]>> will be sent to a public brothel where <<print $heshe[$activeCharacter.gender]>> can have <<print $hisher[$activeCharacter.gender]>> mouth joined to a gloryhole. Usually slaves are only put to work for a maximum of four hours.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name dislikes the idea of being a public mouth but completely understands that it is your right to punish <<print $himher[$activeCharacter.gender]>> as you see fit. You bring <<print $himher[$activeCharacter.gender]>> over to a local public brothel and have <<print $himher[$activeCharacter.gender]>> set up in one of the gloryhole stations. For the next four hours <<print $heshe[$activeCharacter.gender]>> has a steady number of cocks shoved into <<print $hisher[$activeCharacter.gender]>> mouth and even more loads of cum deposited into it. <<print $HeShe[$activeCharacter.gender]>> is visibly shaken by the rough behaviour when you go to pick <<print $himher[$activeCharacter.gender]>> up but you can tell that for <<print $himher[$activeCharacter.gender]>> this was another punishment.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name timidly accepts your punishment and follows your orders. <<print $HeShe[$activeCharacter.gender]>> certainly isn't happy about being sent to a gloryhole and isn't even sure that such a severe punishment should be used on <<print $himher[$activeCharacter.gender]>>. Its easy enough to get <<print $himher[$activeCharacter.gender]>> into the gloryhole but <<print $heshe[$activeCharacter.gender]>> fights against almost every intrusion thrusting into <<print $hisher[$activeCharacter.gender]>> mouth. It makes things a little bit more difficult on <<print $himher[$activeCharacter.gender]>> and when <<print $hisher[$activeCharacter.gender]>> four hours of punishment are up you can tell that <<print $heshe[$activeCharacter.gender]>> is more resentful for being punished than <<print $heshe[$activeCharacter.gender]>> is remorseful for whatever you're punishing <<print $himher[$activeCharacter.gender]>> for.
<<elseif _effectiveness == 1>>
$activeCharacter.name resigns <<print $himselfherself[$activeCharacter.gender]>> to the fate of being a public mouth and obediently follows you to the local public brothel. <<print $HeShe[$activeCharacter.gender]>> has no interest in being one but knows that there are much worse punishments you could give <<print $himher[$activeCharacter.gender]>>. <<print $HisHer[$activeCharacter.gender]>> experience at the gloryhole isn't pleasant and <<print $heshe[$activeCharacter.gender]>> is in tears because of the humiliation and suffering <<print $heshe[$activeCharacter.gender]>> had to go through. <<print $HeShe[$activeCharacter.gender]>> begs you through tears to refrain from sending <<print $himher[$activeCharacter.gender]>> to the gloryhole again and promises to be a better slave in the future.
<<elseif _effectiveness == 2>>
$activeCharacter.name fights against you every step of the way. <<print $HeShe[$activeCharacter.gender]>> screams, kicks and bites at every opportunity given to <<print $himher[$activeCharacter.gender]>> as you drag <<print $himher[$activeCharacter.gender]>> down to the local public brothel. <<print $HeShe[$activeCharacter.gender]>> feels as if <<print $heshe[$activeCharacter.gender]>> is above others, above following your orders and has no intention of serving others sexually. Getting some help from the guards you strap <<print $hisher[$activeCharacter.gender]>> mouth to a gloryhole using a ring gag and some restraints that help to keep <<print $hisher[$activeCharacter.gender]>> mouth aligned with one of the gloryholes. The next four hours are horrible for <<print $himher[$activeCharacter.gender]>>; the name calling, rough treatment of <<print $hisher[$activeCharacter.gender]>> mouth being used as a semen receptacle and whole environment has left <<print $himher[$activeCharacter.gender]>> completely stunned. When you retrieve <<print $himher[$activeCharacter.gender]>> from the hole <<print $heshe[$activeCharacter.gender]>> is completely emotionless but as soon as you mention sending <<print $himher[$activeCharacter.gender]>> back to the gloryhole <<print $heshe[$activeCharacter.gender]>> starts screaming and begging for forgiveness.
<</if>>You send $activeCharacter.name to a local public brothel to become a public toilet for a few hours. <<print $HeShe[$activeCharacter.gender]>> will be strapped into one of the many washroom stalls in the building and left for patrons to use. Although <<print $heshe[$activeCharacter.gender]>> is to be used as a receptacle for human fluids, a public toilet's genitals are not to be used. There is usually a guard or two in the washrooms making sure everything is aboveboard.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This punishment was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This punishment was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This punishment was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This punishment was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name obediently follows you to the local public brothel without complaint. <<print $HeShe[$activeCharacter.gender]>> knows its not <<print $hisher[$activeCharacter.gender]>> place to disagree with the punishment you set for <<print $himher[$activeCharacter.gender]>>. It doesn't matter if its a harsh punishment like being turned into a public toilet or something as small as a scolding, <<print $heshe[$activeCharacter.gender]>> understands that <<print $heshe[$activeCharacter.gender]>> is not going to get out of it. After finding an empty stall and getting <<print $himher[$activeCharacter.gender]>> strapped in, you leave <<print $himher[$activeCharacter.gender]>> for a few hours. When you come back, <<print $heshe[$activeCharacter.gender]>> is a complete mess. Piss, shit, cum and any other possible bodily fluid is all over <<print $himher[$activeCharacter.gender]>>. It doesn't seem to bother <<print $himher[$activeCharacter.gender]>> much until you tell <<print $himher[$activeCharacter.gender]>> to go clean <<print $himselfherself[$activeCharacter.gender]>> up in one of the baths and <<print $heshe[$activeCharacter.gender]>> rushes for the door. <<print $HeShe[$activeCharacter.gender]>> is completely apathetic to <<print $hisher[$activeCharacter.gender]>> punishment.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name actively tries to convince you that <<print $heshe[$activeCharacter.gender]>> doesn't need such harsh punishment but you ignore <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> is completely quiet during the travel to the local public brothel and doesn't even struggle once you start strapping <<print $himher[$activeCharacter.gender]>> into one of the stalls. <<print $HisHer[$activeCharacter.gender]>> face is completely emotionless, it seems like <<print $heshe[$activeCharacter.gender]>> has checked out ever since <<print $heshe[$activeCharacter.gender]>> realized that <<print $heshe[$activeCharacter.gender]>> isn't getting out of <<print $hisher[$activeCharacter.gender]>> punishment. You check back in with <<print $himher[$activeCharacter.gender]>> a few hours later and $activeCharacter.name is a complete mess. <<print $HisHer[$activeCharacter.gender]>> body is painted by a copious amount of bodily fluids but <<print $hisher[$activeCharacter.gender]>> demeanor is mostly the same as when you left <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> seems to have been temporarily traumatized <<print $himher[$activeCharacter.gender]>> by being turned into a public toilet, making the punishment largely ineffective.
<<elseif _effectiveness == 1>>
$activeCharacter.name just seems broken upon hearing what you have planned for <<print $hisher[$activeCharacter.gender]>> punishment. Instead of complaining <<print $heshe[$activeCharacter.gender]>> silently sobs to <<print $himselfherself[$activeCharacter.gender]>> while you bring <<print $himher[$activeCharacter.gender]>> into a local public brothel and get <<print $himher[$activeCharacter.gender]>> strapped into a stall. Once you've made sure <<print $heshe[$activeCharacter.gender]>> is properly secured, you leave <<print $himher[$activeCharacter.gender]>> alone for a few hours. Once you come back <<print $heshe[$activeCharacter.gender]>> seems even more dejected than when you brought <<print $himher[$activeCharacter.gender]>> here which is understandable as <<print $heshe[$activeCharacter.gender]>> is now caked with all kinds of bodily fluids.
<<elseif _effectiveness == 2>>
$activeCharacter.name aggressively fights against you, trying anything possible to get away from you so you can't bring <<print $himher[$activeCharacter.gender]>> to a local public brothel. <<print $HisHer[$activeCharacter.gender]>> struggles are mostly futile as you have <<print $himher[$activeCharacter.gender]>> strapped into one of its stalls within the hour. <<print $HeShe[$activeCharacter.gender]>> thrashes against <<print $hisher[$activeCharacter.gender]>> restraints but quickly finds out how useless it is and starts cursing you instead. You simply tell <<print $himher[$activeCharacter.gender]>> that you'll be back to collect <<print $himher[$activeCharacter.gender]>> in a few hours and leave. When you come back <<print $hisher[$activeCharacter.gender]>> attitude has made a complete 180. <<print $HeShe[$activeCharacter.gender]>> is sobbing violently and starts begging for forgiveness as soon as <<print $heshe[$activeCharacter.gender]>> sees your face. A look of humiliation and disgust covers <<print $hisher[$activeCharacter.gender]>> face, more than just <<print $hisher[$activeCharacter.gender]>> trust in you was damaged during <<print $hisher[$activeCharacter.gender]>> time as a public toilet.
<</if>>You call over $activeCharacter.name so you can coddle <<print $himher[$activeCharacter.gender]>>. Coddling can acknowledge and reinforce a slave's behaviour but is ineffective for most people otherwise. Slaves who refuse to be coddled usually don't become anymore obedient but they may end up less fearful.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name has no interest in being coddled by you. As soon as you get near to <<print $himher[$activeCharacter.gender]>> <<print $heshe[$activeCharacter.gender]>> lashes out at you. You could tie <<print $himher[$activeCharacter.gender]>> up and coddle <<print $himher[$activeCharacter.gender]>> forcefully but that would defeat the purpose of rewarding <<print $himher[$activeCharacter.gender]>>. You decide just to sit in close proximity to <<print $himher[$activeCharacter.gender]>>, allowing <<print $himher[$activeCharacter.gender]>> to get used to you being around <<print $himher[$activeCharacter.gender]>> without you interactive negatively with <<print $himher[$activeCharacter.gender]>>.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name allows you to coddle <<print $himher[$activeCharacter.gender]>> but doesn't seem to care much for it. <<print $HeShe[$activeCharacter.gender]>> isn't receptive to physical affection but that is probably more because of <<print $hisher[$activeCharacter.gender]>> personality than <<print $himher[$activeCharacter.gender]>> having an aversion to being with you. While it will barely help to reinforce good behaviour, it will help lower <<print $hisher[$activeCharacter.gender]>> fear of you.
<<elseif _effectiveness == 1>>
$activeCharacter.name accepts your attempt to coddle <<print $himher[$activeCharacter.gender]>> wholeheartedly. <<print $HeShe[$activeCharacter.gender]>> enjoys the physical attention you're giving <<print $himher[$activeCharacter.gender]>> which helps to reinforce <<print $hisher[$activeCharacter.gender]>> current behaviour. On top of making <<print $himher[$activeCharacter.gender]>> more obedient, it helps assuage any fears <<print $heshe[$activeCharacter.gender]>> has of you.
<<elseif _effectiveness == 2>>
$activeCharacter.name is very receptive to being coddled. <<print $HeShe[$activeCharacter.gender]>> lights up whenever you give <<print $himher[$activeCharacter.gender]>> physical attention. Coddling <<print $himher[$activeCharacter.gender]>> has strongly reinforced <<print $hisher[$activeCharacter.gender]>> current behaviour while also helping to lessen any fear <<print $heshe[$activeCharacter.gender]>> has of you.
<</if>>You decide to give $activeCharacter.name a massage. Massages are a good way to help soothe a slave. Massages are usually not as effective with slaves from a high social class as they usually aren't as attention starved as slaves from lower social classes.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name continuously shrugs off any attempt you make to massage <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> has no interest in whatever reward you have for <<print $himher[$activeCharacter.gender]>> and <<print $heshe[$activeCharacter.gender]>> definitely doesn't want any type of physical affection from you. You end up only giving <<print $himher[$activeCharacter.gender]>> some free time to <<print $himselfherself[$activeCharacter.gender]>> as forcing a reward on <<print $himher[$activeCharacter.gender]>> would defeat its purpose.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name is indifferent to being massaged. <<print $HeShe[$activeCharacter.gender]>> does enjoy being acknowledged and praised but the reward itself isn't stimulating enough for <<print $himher[$activeCharacter.gender]>>. Even though it barely reinforces <<print $hisher[$activeCharacter.gender]>> behaviour, <<print $heshe[$activeCharacter.gender]>> feels a bit more comfortable around you now.
<<elseif _effectiveness == 1>>
$activeCharacter.name appreciates the physical attention a little bit more than normal. <<print $HeShe[$activeCharacter.gender]>> relaxes into your massage as soon as you start, relieving <<print $himher[$activeCharacter.gender]>> of a lot of stress. Not only does it help lower <<print $hisher[$activeCharacter.gender]>> fear for you, but it helps to encourage <<print $hisher[$activeCharacter.gender]>> behaviour.
<<elseif _effectiveness == 2>>
$activeCharacter.name seems to crave physical attention more than anything. Massages are a very effective method of rewarding <<print $himher[$activeCharacter.gender]>>. It lifts <<print $hisher[$activeCharacter.gender]>> mood, massively influences <<print $hisher[$activeCharacter.gender]>> behaviour and helps alleviate any fear <<print $heshe[$activeCharacter.gender]>> has for you.
<</if>>You decide to send $activeCharacter.name to a spa. Full day spa treatments are a great way to physically reward a slave without doing it yourself. There are spas just for slaves so you don't have to worry about <<print $himher[$activeCharacter.gender]>> escaping from you while <<print $heshe[$activeCharacter.gender]>> isn't being supervised by you.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
You tell $activeCharacter.name that you're going to reward <<print $himher[$activeCharacter.gender]>> by sending <<print $himher[$activeCharacter.gender]>> somewhere but <<print $heshe[$activeCharacter.gender]>> refuses to go. Not only does <<print $heshe[$activeCharacter.gender]>> not trust you, <<print $heshe[$activeCharacter.gender]>> makes sure to let you know that <<print $heshe[$activeCharacter.gender]>> doesn't need any type of reward from you. When you tell <<print $himher[$activeCharacter.gender]>> its a spa, <<print $heshe[$activeCharacter.gender]>> reluctantly agrees to go. You drop <<print $himher[$activeCharacter.gender]>> off for a day and come back at night. The worker there tells you that $activeCharacter.name was too tense to enjoy the experience.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name agrees to go to the spa but doesn't seem too enthusiastic about it. <<print $HeShe[$activeCharacter.gender]>> seems more happy to get some time to relax than anything else. You bring <<print $himher[$activeCharacter.gender]>> to the spa and leave <<print $himher[$activeCharacter.gender]>> for the day. When you come back the worker tells you that $activeCharacter.name just lounged around doing nothing for the majority of <<print $hisher[$activeCharacter.gender]>> stay.
<<elseif _effectiveness == 1>>
$activeCharacter.name is more than eager to go to the spa. <<print $HeShe[$activeCharacter.gender]>> enjoys being pampered from time to time, especially when its somewhere <<print $heshe[$activeCharacter.gender]>> can go and forget about being a slave for a few hours. <<print $HeShe[$activeCharacter.gender]>> gives you no issues while you bring <<print $himher[$activeCharacter.gender]>> straight to the spa and you leave <<print $himher[$activeCharacter.gender]>> there for the day. When you return to pick $activeCharacter.name up the worker supervising <<print $hisher[$activeCharacter.gender]>> stay tells you that <<print $heshe[$activeCharacter.gender]>> enjoyed using their facilities.
<<elseif _effectiveness == 2>>
$activeCharacter.name relishes being pampered and is especially blissful when you tell <<print $himher[$activeCharacter.gender]>> that you will be rewarding <<print $himher[$activeCharacter.gender]>> with a few hours at the spa. <<print $HeShe[$activeCharacter.gender]>> practically drags you to the spa, like a dog eager to go on a walk, and promises to be on <<print $hisher[$activeCharacter.gender]>> best behaviour while you leave <<print $himher[$activeCharacter.gender]>> there for the rest of the day. When you pick $activeCharacter.name up at the end of the day, the worker assigned to <<print $himher[$activeCharacter.gender]>> tells you that <<print $heshe[$activeCharacter.gender]>> has been nothing but respectful and easy to work with.
<</if>>You pull $activeCharacter.name into your lap and pull <<print $hisher[$activeCharacter.gender]>> body against yours so that you can kiss <<print $himher[$activeCharacter.gender]>> sensually. A little show of physical affection can go a long way for some slaves in terms of rewards. Not only can it raise a slave's submission to you, it can affect their lust in a positive way.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
When you kiss $activeCharacter.name the look of disgust on <<print $hisher[$activeCharacter.gender]>> face is palpable. Not only was your kiss ineffective, it has only served to turn <<print $himher[$activeCharacter.gender]>> off of you even more than normal.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name is pretty much indifferent to your kiss. While it hasn't completely repulsed <<print $himher[$activeCharacter.gender]>>, it was a middling experience at best.
<<elseif _effectiveness == 1>>
$activeCharacter.name allows you to lead the kiss but is quick to accept your tongue into <<print $hisher[$activeCharacter.gender]>> mouth, as well as feeding <<print $hisher[$activeCharacter.gender]>> into yours.
<<elseif _effectiveness == 2>>
$activeCharacter.name is eager to kiss you. Before you can move your head to kiss <<print $himher[$activeCharacter.gender]>> <<print $heshe[$activeCharacter.gender]>> has pressed <<print $hisher[$activeCharacter.gender]>> lips against yours, tonguing your mouth with fervor.
<</if>>You have $activeCharacter.name spread <<print $hisher[$activeCharacter.gender]>> legs so you can have access to <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'pussy'>>. Fingering a slave is a good way to increase <<print $hisher[$activeCharacter.gender]>> lust, as well as <<print $hisher[$activeCharacter.gender]>> obedience if its effective.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name spreads <<print $hisher[$activeCharacter.gender]>> legs for you, but barely enough for you to get a good look of <<print $hisher[$activeCharacter.gender]>> lips. You basically have to pry <<print $hisher[$activeCharacter.gender]>> legs open, and when you do, <<print $heshe[$activeCharacter.gender]>> is dry as the desert. You try to gently caress <<print $hisher[$activeCharacter.gender]>> outer lips so you can finger <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'pussy'>> with your fingers, but its ineffective.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name spreads <<print $hisher[$activeCharacter.gender]>> legs enough for you to get a good look of <<print $hisher[$activeCharacter.gender]>> cunt lips but they are dry. You slowly caress <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'pussy'>>, causing <<print $himher[$activeCharacter.gender]>> barely enough moisture so that you can give <<print $himher[$activeCharacter.gender]>> a pleasurable fingering.
<<elseif _effectiveness == 1>>
$activeCharacter.name has <<print $hisher[$activeCharacter.gender]>> legs spread wide and <<print $hisher[$activeCharacter.gender]>> visibly cunt wet. With no need for extra foreplay you slowly finger <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'pussy'>> while prepping to insert another. When <<print $heshe[$activeCharacter.gender]>>'s ready you shove another couple of fingers in <<print $hisher[$activeCharacter.gender]>> and rub <<print $hisher[$activeCharacter.gender]>> g-spot to orgasm.
<<elseif _effectiveness == 2>>
$activeCharacter.name's legs are spread wide open, <<print $hisher[$activeCharacter.gender]>> outer lips are soaked and <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'pussy'>> is ready for penetration. You find it very easy to finger $activeCharacter.name, you barely have to use <<print $hisher[$activeCharacter.gender]>> before <<print $heshe[$activeCharacter.gender]>> is coming all over your hand.
<</if>>You have $activeCharacter.name pull down <<print $hisher[$activeCharacter.gender]>> underwear and spread <<print $hisher[$activeCharacter.gender]>> so you can have access to <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'cock'>>. Giving a slave a handjob is a good way to increase <<print $hisher[$activeCharacter.gender]>> lust, as well as <<print $hisher[$activeCharacter.gender]>> obedience if its effective.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
You slowly jerk $activeCharacter.name's <<descriptor $activeCharacter 0 'cock'>> with your hands but the look of discomfort and disgust on <<print $hisher[$activeCharacter.gender]>> face tells you all that you need to know; <<print $heshe[$activeCharacter.gender]>> isn't attracted to you and won't be getting hard enough for you to give <<print $himher[$activeCharacter.gender]>> an orgasm.
<<elseif _effectiveness == 0.5>>
With a few practiced strokes of your hand, you have $activeCharacter.name's cock completely erect. <<print $HisHer[$activeCharacter.gender]>>'s face is a bit pained, most likely from the shame of being jerked off by you rather than a need for release. You give <<print $himher[$activeCharacter.gender]>> words of praise as you caress <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'cock'>> but you aren't able to get <<print $himher[$activeCharacter.gender]>> to orgasm.
<<elseif _effectiveness == 1>>
Before you even touch $activeCharacter.name's cock its hard, displaying how eager <<print $heshe[$activeCharacter.gender]>> is to get some physical relief, even if its just from your hands. You rain praise on <<print $himher[$activeCharacter.gender]>> while you stroke <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'cock'>> to orgasm, which doesn't take long.
<<elseif _effectiveness == 2>>
$activeCharacter.name's cock is completely erect and its head is glistening, completely drenched with precum. You can tell from the pained look on <<print $hisher[$activeCharacter.gender]>> face that <<print $heshe[$activeCharacter.gender]>> is basically begging for release. You don't even have to praise <<print $himher[$activeCharacter.gender]>> this time around, just a few strokes with your hand and $activeCharacter.name jets rope after rope of cum all over <<print $hisher[$activeCharacter.gender]>> stomach, as you've pointed <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'cock'>> right at <<print $hisher[$activeCharacter.gender]>> abdomen.
<</if>>You have $activeCharacter.name spread <<print $hisher[$activeCharacter.gender]>> legs so you can have access to <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'pussy'>>. Giving a slave cunnilingus can greatly increases <<print $hisher[$activeCharacter.gender]>> lust, as well as <<print $hisher[$activeCharacter.gender]>> obedience if its effective.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
$activeCharacter.name spreads <<print $hisher[$activeCharacter.gender]>> legs for you, but barely enough for you to get a good look of <<print $hisher[$activeCharacter.gender]>> lips. You basically have to pry <<print $hisher[$activeCharacter.gender]>> legs open, and when you do, <<print $heshe[$activeCharacter.gender]>> is dry as the desert. You try to tease <<print $hisher[$activeCharacter.gender]>> outer lips and clit with your tongue, but its ineffective.
<<elseif _effectiveness == 0.5>>
$activeCharacter.name spreads <<print $hisher[$activeCharacter.gender]>> legs enough for you to get a good look of <<print $hisher[$activeCharacter.gender]>> cunt lips but they are dry. You slowly tease <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'pussy'>> with your tongue. <<print $HeShe[$activeCharacter.gender]>> gets a little wet but <<print $heshe[$activeCharacter.gender]>> doesn't enjoy the experience at all.
<<elseif _effectiveness == 1>>
$activeCharacter.name has <<print $hisher[$activeCharacter.gender]>> legs spread wide prostating <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'pussy'>>. With no need for extra foreplay you dig right into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'pussy'>> with your tongue. <<print $HeShe[$activeCharacter.gender]>> is not only physically aroused, you bring <<print $himher[$activeCharacter.gender]>> to orgasm.
<<elseif _effectiveness == 2>>
$activeCharacter.name's legs are spread wide open, <<print $hisher[$activeCharacter.gender]>> outer lips are soaked and ready for your mouth. You barely have to give <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'pussy'>> any oral attention before <<print $heshe[$activeCharacter.gender]>> is coming all over your face.
<</if>>You have $activeCharacter.name pull down <<print $hisher[$activeCharacter.gender]>> underwear and spread <<print $hisher[$activeCharacter.gender]>> so you can have access to <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'cock'>>. Giving a slave a blowjob can greatly increases <<print $hisher[$activeCharacter.gender]>> lust, as well as <<print $hisher[$activeCharacter.gender]>> obedience if its effective.
<br><br>
<<if _effectiveness == 0>>
''@@color:red;This reward was ineffective.@@'' <br>
<<elseif _effectiveness == 0.5>>
''@@color:orange;This reward was not very effective.@@'' <br>
<<elseif _effectiveness == 1>>
''@@color:greenyellow;This reward was effective.@@'' <br>
<<elseif _effectiveness == 2>>
''@@color:forestgreen;This reward was very effective.@@'' <br>
<</if>>
<<if _effectiveness == 0>>
You sensually fellate $activeCharacter.name's <<descriptor $activeCharacter 0 'cock'>> but <<print $heshe[$activeCharacter.gender]>> is way to uncomfortable with you to get hard. You've no clue if <<print $hehse[$activeCharacter.gender]>> is scared of you or if <<print $heshe[$activeCharacter.gender]>> finds you unattractive, but either way this reward has been completely ineffective.
<<elseif _effectiveness == 0.5>>
You have to fellate $activeCharacter.name for a few minutes before <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'cock'>> gets hard. <<print $HisHer[$activeCharacter.gender]>>'s face is a bit pained, most likely from the shame of being fellated by you rather than a need for release. You give <<print $himher[$activeCharacter.gender]>> words of praise as you suck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'cock'>> but you aren't able to get <<print $himher[$activeCharacter.gender]>> to orgasm.
<<elseif _effectiveness == 1>>
Before you even touch $activeCharacter.name you see <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'cock'>>, displaying how eager <<print $heshe[$activeCharacter.gender]>> is to get some physical relief, especially if its from your mouth. You rain praise on <<print $himher[$activeCharacter.gender]>> while you suck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'cock'>> to orgasm, which doesn't take long considering <<print $hisher[$activeCharacter.gender]>> initial enthusiasm.
<<elseif _effectiveness == 2>>
$activeCharacter.name's cock is completely erect and its head is glistening, completely drenched with precum. You can tell from the pained look on <<print $hisher[$activeCharacter.gender]>> face that <<print $heshe[$activeCharacter.gender]>> is basically begging for release. You don't even have to praise <<print $himher[$activeCharacter.gender]>> this time around, just a few strokes with your tongue on the head of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 25 'cock'>> and <<print $heshe[$activeCharacter.gender]>> jets rope after rope of cum all over your face. When you tell $activeCharacter.name to lick <<print $hisher[$activeCharacter.gender]>> own spend off your face, <<print $heshe[$activeCharacter.gender]>> does so happily.
<</if>><<set _character = {name: "", race: "", tribe: "", gender: "", sex: "", ogsex: "", skintone: "", fur: "", haircolor: "", hairstyle: "", eyecolor: "", eyedescriptor: "", occupation: "", temperament: "", nature: "", origin: "", assignment: "rest", location: "estate", building: "", room: "", diet: "", sickness: "", promise: "", likes: "", dislikes: "", fears: "", renew: null, memories: "", appointment: "", threaten: "", echo:"", title: "", titles: "", transformation:"", incense:"", hypno: "", info: "", stats: "", cooldown: "", popularity: "", clothes: "", armor: "", weapon: "", tattoo: "", piercing: "", sextoys: "", exoticism: 0, style: 0, will: 0, submission: 0, shaved: 0, lust: 3, mood: {}, customers: 0, amnity:0, sanity: 0, obedience: {}, fear: {}, trust: {}, affection: {}, hate: {}, rating: 0, guilt: 0, tempbehaviour: 0, ID: 0, health: 0, fatigue: 0, expense: 0, rarity: 0, shelflife: 0, age: 0, birthweek:0, maturity: 0, lifespan: 0, intelligence: 0, intelligenceexp: 0, height: 0, inverted: 0, butt: "", lips: "", shoulders: "", hips: "", torso: "", legs: "", bust: "", cock: "", girth: "", balls: "", clit: "", pussy: "", sensitivity: "", gape: 1, analtoy: 0, hooded: 0, vagina: 0, circumcised: 0, chastity: 0, virgin: 0, lactating: "", nectaring:"", analvirgin: 0, beauty: 0, weight: 0, traits: "", fitness: "", color: "", level: 0, levelexp: 0, price: 0, ogprice:0, appeal: 0, reputation: 0, sexualskill: 0, expenses: 0, known:"", impermanent:"", sexual:"", chattel:"", pregnancy: null, history: [], eventlog: [], flags: [], skills: {}, statresist: {}, comstats: {}, position:null, training:{}, combat:{}}>>
<<set _character.combat = {stamina:null, arousal:null, libido:null, text:{}, stimulation:0}>>
<<set _character.combat.stamina = {current:0, max:0}>>
<<set _character.combat.arousal = {current:0, max:0}>>
<<set _character.combat.libido = {current:0, max:0}>>
<<set _character.mood = {scale:"Happiness", current:50}>>
<<set _character.obedience = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.trust = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.fear = {current:100, base:100, mood:0, bonus:0, multi:1}>>
<<set _character.affection = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.hate = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.chattel = {pen:0, style:null, focus:null}>>
<<set _character.pregnancy = {child:[], weeks:0, maturity:0, duration:0, lactating:0, recovery:0, type:"normal", status:null}>>
<<set _character.sexual = {fertility: "", libido: "", strength: "", speed: "", stamina: "", control: ""}>>
<<set _character.sexual.fertility = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.libido = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.strength = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.speed = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.stamina = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.control = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.impermanent = {cock:0, bust:0, clit:0, pussy:0, balls:0}>>
<<set _character.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set _character.training.reward = {small:null, normal:null, large:null}>>
<<set _character.training.punishment = {small:null, normal:null, large:null}>>
<<set _character.stats = {manual:0, oral:0, mammary:0, vanilla:0, anal:0, sissification: 0, bimbofication: 0, femininity: 0, masculinity: 0, strumpetry: 0, dominant: 0, submissive: 0, masculinization:0, chivalry:0, breeding:0}>>
<<set _character.statresist = {slashingres: 0, piercingres: 0, bluntres: 0, elementalres: 0, statusres: 0}>>
<<set _character.comstats = {strength: 0, dexterity: 0, intelligence: 0, mana: 0, charm : 0}>>
<<set _character.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.butt = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cock = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.bust = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.clit = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.pussy = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.girth = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.balls = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sensitivity = {cock:0, breasts:0, anus:0, clit:0, pussy:0, balls:0, mouth:0}>>
<<set _character.lactating = {temporary:0, permanent:0}>>
<<set _character.nectaring = {temporary:0, permanent:0}>>
<<set _character.cum = {quantity:"", quality:"", taste:""}>>
<<set _character.cum.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cum.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cum.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk = {quantity:"", quality:"", taste:""}>>
<<set _character.milk.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar = {quantity:"", quality:"", taste:""}>>
<<set _character.nectar.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.appointment = {type:null, location:null, detail:null}>>
<<set _character.clothes = {outfit: "", head: "", eyes: "", neck: "", hands: "", top: "", underwear: "", bottom: "", legs: "", shoes: ""}>>
<<set _character.clothes.outfit = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:1, class:0, tags:""}>>
<<set _character.clothes.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.eyes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.neck = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.hands = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.top = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.bottom = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.underwear = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.clothes.shoes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _character.armor = {set: "", head: "", torso: "", legs: ""}>>
<<set _character.armor.set = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:1, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment: ""}>>
<<set _character.armor.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set _character.armor.torso = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set _character.armor.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set _character.armor.set.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _character.armor.head.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _character.armor.torso.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _character.armor.legs.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _character.sextoys = {butt: "", vagina: "", cock: "", mouth: "", nipples: "", eyes: "", body: "", hands: ""}>>
<<set _character.sextoys.butt = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _character.sextoys.vagina = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _character.sextoys.cock = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _character.sextoys.nipples = {name: "", vibration:0, weight:0, pain:0, train:0, eqf:0}>>
<<set _character.sextoys.mouth = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _character.sextoys.eyes = {name: "", blindness:0, hypnosis:0, eqf:0}>>
<<set _character.sextoys.hands = {name: "", tightness:0, train:0, eqf:0}>>
<<set _character.sextoys.body = {name: "", tightness:0, train:0, eqf:0}>>
<<set _character.weapon = {strength: 0 , weight: 0}>>
<<set _character.piercing = {ear:"", eyebrow:"", nose:"", tongue:"", lip:"", nipple:"", navel:"", pussy:"", cock:""}>>
<<set _character.piercing.ear = {type:0, jewelry:0}>>
<<set _character.piercing.eyebrow = {type:0, jewelry:0}>>
<<set _character.piercing.nose = {type:0, jewelry:0}>>
<<set _character.piercing.tongue = {type:0, jewelry:0}>>
<<set _character.piercing.lip = {type:0, jewelry:0}>>
<<set _character.piercing.nipple = {type:0, jewelry:0}>>
<<set _character.piercing.navel = {type:0, jewelry:0}>>
<<set _character.piercing.pussy = {type:0, jewelry:0}>>
<<set _character.piercing.cock = {type:0, jewelry:0}>>
<<set _character.tattoo = {body:null, face:null, innerlip:null, neck:null, upperback:null, shoulder:null, upperarm:null, lowerarm:null, hands:null, chest:null, ribcage:null, lowerback:null, abdomen:null, pelvis:null, hips:null, buttocks:null, upperleg:null, lowerleg:null, ankle:null, feet:null}>>
<<set _character.titles = []>>
<<set _character.likes = []>>
<<set _character.dislikes = []>>
<<set _character.fears = []>>
<<set _character.color = []>>
<<set _character.update = []>>
<<set _character.cooldown = {title:0, inspection:0, talk:0}>>
<<set _character.info = {endweek:null}>>
<<set _character.transformation = {progress:0, item:"None", circulating: "None", duration:0}>>
<<set _character.incense = {item:"None"}>>
<<set _character.echo = {subtype:"", total:0}>>
<<set _character.promise = {made:0,weeks:0}>>
<<set _character.threaten = {made:0,weeks:0}>>
<<set _character.diet = {status:"Normal", progress:0}>>
<<set _character.fitness = {status:"None", progress:0}>>
<<set _character.fatigue = {status:"None", mental:null, physical:null, max:null, progress:0}>>
<<set _character.popularity = {brothel:0, ranch:0}>>
<<set _character.condition = {status:"None", progress:0}>>
<<set _character.traits = {ears:"", tail:"", feet:"", hands:"", body:"", description:"", list:[], special: ""}>>
<<set _character.hypno = {bimbo:0, cum:0, masochism:0, sadism:0, muscle:0, domesticated:0}>><<set _health = $UChealth[$activeCharacter.health]>>
<<set _weight = $UCweight[$activeCharacter.weight]>>
<<set _tiredness = getFatigue($activeCharacter)>>
<<set _diet = $activeCharacter.diet.status>>
<<set _dietProgress = $activeCharacter.diet.progress>>
<<set _workout = $activeCharacter.fitness.status>>
<<set _workoutProgress = $activeCharacter.fitness.progress>>
<<set _fatigue = $activeCharacter.fatigue.status>>
<<set _fatigueProgress = $activeCharacter.fatigue.progress>>
<<set _condition = $activeCharacter.condition.status>>
<<set _conditionProgress = $activeCharacter.condition.progress>>
<b>Health Management</b><br>
_health | _tiredness <br>
<<if _condition == "None">>
[[Remedy|Slave Description][$activeCharacter.condition.status = "Remedy"]] | No Curative | [[Panacea|Slave Description][$activeCharacter.condition.status = "Panacea"]]
<<elseif _condition == "Remedy">>
Remedy | [[No Curative|Slave Description][$activeCharacter.condition.status = "None"]] | [[Panacea|Slave Description][$activeCharacter.condition.status = "Panacea"]]
<<elseif _condition == "Panacea">>
[[Remedy|Slave Description][$activeCharacter.condition.status = "Remedy"]] | [[No Curative|Slave Description][$activeCharacter.condition.status = "None"]] | Panacea
<</if>>
<br>
<<if _fatigue == "None">>
[[Ether|Slave Description][$activeCharacter.fatigue.status = "Ether"]] | No Curative | [[Pasithea|Slave Description][$activeCharacter.fatigue.status = "Pasithea"]]
<<elseif _fatigue == "Ether">>
Ether | [[No Curative|Slave Description][$activeCharacter.fatigue.status = "None"]] | [[Pasithea|Slave Description][$activeCharacter.fatigue.status = "Pasithea"]]
<<elseif _fatigue == "Pasithea">>
[[Ether|Slave Description][$activeCharacter.fatigue.status = "Ether"]] | [[No Curative|Slave Description][$activeCharacter.fatigue.status = "None"]] | Pasithea
<</if>>
<br><br>
<b>Weight Management</b><br>
_weight <br>
<<if _diet == "Normal">>
[[High Calorie Diet|Slave Description][$activeCharacter.diet.status = "High"]] | Normal Diet | [[Low Calorie Diet|Slave Description][$activeCharacter.diet.status = "Low"]]
<<elseif _diet == "High">>
High Calorie Diet | [[Normal Diet|Slave Description][$activeCharacter.diet.status = "Normal"]] | [[Low Calorie Diet|Slave Description][$activeCharacter.diet.status = "Low"]]
<<elseif _diet == "Low">>
[[High Calorie Diet|Slave Description][$activeCharacter.diet.status = "High"]] | [[Normal Diet|Slave Description][$activeCharacter.diet.status = "Normal"]] | Low Calorie Diet
<</if>>
<br>
<<if _workout == "None">>
[[Heavy Workout|Slave Description][$activeCharacter.fitness.status = "Heavy"]] | No Workout | [[Light Workout|Slave Description][$activeCharacter.fitness.status = "Light"]]
<<elseif _workout == "Heavy">>
Heavy Workout | [[No Workout|Slave Description][$activeCharacter.fitness.status = "None"]] | [[Light Workout|Slave Description][$activeCharacter.fitness.status = "Light"]]
<<elseif _workout == "Light">>
[[Heavy Workout|Slave Description][$activeCharacter.fitness.status = "Heavy"]] | [[No Workout|Slave Description][$activeCharacter.fitness.status = "None"]] | Light Workout
<</if>><<include "Descriptors">>
<<set _name = $activeCharacter.name>>
<<set _gender = $activeCharacter.gender>>
<<set _maturity = $maturity[$activeCharacter.maturity]>>
<<set _intelligence = $intelligence[$activeCharacter.intelligence]>>
<<set _beauty = $beauty[$activeCharacter.beauty]>>
<<set _health = $health[$activeCharacter.health]>>
<<set _weight = $weight[$activeCharacter.weight]>>
<<set _height = getHeight($activeCharacter.height, $activeCharacter.legs.current-$activeCharacter.legs.base)>>
<<set _cumquantity = $quantity[$activeCharacter.cum.quantity.current]>>
<<set _cumquality = $quality[$activeCharacter.cum.quality.current]>>
<<set _cumtaste = $taste.cum[$activeCharacter.cum.taste.current]>>
<<set _milkquantity = $quantity[$activeCharacter.milk.quantity.current]>>
<<set _milkquality = $quality[$activeCharacter.milk.quality.current]>>
<<set _milktaste = $taste.milk[$activeCharacter.milk.taste.current]>>
<<set _nectarquantity = $quantity[$activeCharacter.nectar.quantity.current]>>
<<set _nectarquality = $quality[$activeCharacter.nectar.quality.current]>>
<<set _nectartaste = $taste.nectar[$activeCharacter.nectar.taste.current]>>
<<set _fatigue = getFatigue($activeCharacter)>>
<<set _an = AvsAn.query(extractWord(_maturity))>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _obedience = lowercasecolor(_obedience)>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _fear = lowercasecolor(_fear)>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _trust = lowercasecolor(_trust)>>
<<set _affection = getAffection($activeCharacter.affection.current)>>
<<set _affection = lowercasecolor(_affection)>>
<<set _hate = getHate($activeCharacter.hate.current)>>
<<set _hate = lowercasecolor(_hate)>>
<<set _nature = capitalize($activeCharacter.nature)>>
<<set _exoticism = getExoticism($activeCharacter.exoticism)>>
<<set _exoticism = lowercasecolor(_exoticism)>>
<<set _gape = getGape($activeCharacter.gape)>>
<<set _cockSens = getSensitivity($activeCharacter.sensitivity.cock)>>
<<set _breastSens = getSensitivity($activeCharacter.sensitivity.breasts)>>
<<set _anusSens = getSensitivity($activeCharacter.sensitivity.anus)>>
<<set _ballsSens = getSensitivity($activeCharacter.sensitivity.balls)>>
<<set _clitSens = getSensitivity($activeCharacter.sensitivity.clit)>>
<<set _pussySens = getSensitivity($activeCharacter.sensitivity.pussy)>>
<<set _mouthSens = getSensitivity($activeCharacter.sensitivity.mouth)>>
<<set _sexualstrength = getSexualStat($activeCharacter.sexual.strength.current)>>
<<set _sexualspeed = getSexualStat($activeCharacter.sexual.speed.current)>>
<<set _sexualstamina = getSexualStat($activeCharacter.sexual.stamina.current)>>
<<set _sexualcontrol = getSexualStat($activeCharacter.sexual.control.current)>>
<<if $activeCharacter.color == "">>
<<if $activeCharacter.sex == "male">>
<<set $activeCharacter.color = ["blue"]>>
<<elseif $activeCharacter.sex == "female">>
<<set _character.color = ["pink"]>>
<<elseif $activeCharacter.sex == "futanari">>
<<set $activeCharacter.color= ["purple"]>>
<<elseif $activeCharacter.sex == "shemale">>
<<set $activeCharacter.color= ["forestgreen"]>>
<</if>>
<</if>>
<<if !$activeCharacter.pregnancy.recovery>>
<<set _weeksuntilbirth = $activeCharacter.pregnancy.duration - $activeCharacter.pregnancy.weeks>>
<</if>>
<<if $activeCharacter.tribe == "mongrel">>
<<set _cock = "knotted">>
<<elseif $activeCharacter.tribe == "pantheran">>
<<set _cock = "barbed">>
<<elseif $activeCharacter.tribe == "minataur">>
<<set _cock = "bull">>
<<elseif $activeCharacter.tribe == "orc">>
<<set _cock = "orc">>
<<else>>
<<set _cock = $race[$activeCharacter.skintone]>>
<</if>>
<<set _maturitytext = extractWord(_maturity)>>
<br>
<center>
<<traitdesc $activeCharacter.title $activeCharacter>>
<<if $activeCharacter.position>>
<<traitdesc $activeCharacter.position $activeCharacter>>
<</if>>
<<traitdesc $activeCharacter.tribe $activeCharacter>>
<<traitdesc $activeCharacter.traits.special $activeCharacter>>
<<if $activeCharacter.sex == "male" && $activeCharacter.stats.sissification == 100>>
<<traitdesc "sissy" $activeCharacter>>
<<else>>
<<traitdesc $activeCharacter.sex $activeCharacter>>
<</if>>
<<traitdesc _maturitytext $activeCharacter>>
<<if $activeCharacter.pregnancy.status>>
<<traitdesc "pregnant" $activeCharacter>>
<</if>>
</center>
<br>
_name's _an _maturity
<<if $activeCharacter.skintone>>
$activeCharacter.skintone
<<elseif $activeCharacter.fur>>
$activeCharacter.fur furred
<</if>>
$activeCharacter.gender
<<if $activeCharacter.tribe>>
$activeCharacter.tribe.
<<else>>
$activeCharacter.race.
<</if>>
<<if $activeCharacter.occupation>>
<<print $HeShe[$activeCharacter.gender]>> was $activeCharacter.occupation before <<print $heshe[$activeCharacter.gender]>> was a slave.
<</if>>
$activeCharacter.origin
<br><br>
<<displayMood $activeCharacter>>
From the interactions you've had with $activeCharacter.name you can tell that <<print $heshe[$activeCharacter.gender]>> is <<print $intelligence[$activeCharacter.intelligence]>>. In regards to <<print $hisher[$activeCharacter.gender]>> discipline, <<print $heshe[$activeCharacter.gender]>> is <<moodStats "Obedience" $activeCharacter>>. When it comes to having trust, <<print $heshe[$activeCharacter.gender]>> is <<moodStats "Trust" $activeCharacter>>. As for <<print $hisher[$activeCharacter.gender]>> courage, <<print $heshe[$activeCharacter.gender]>> is <<moodStats "Fear" $activeCharacter>>.
When it comes to <<print $hisher[$activeCharacter.gender]>> feelings towards you personally. With <<print $hisher[$activeCharacter.gender]>> affection, <<print $heshe[$activeCharacter.gender]>> <<moodStats "Affection" $activeCharacter>> you. And with <<print $hisher[$activeCharacter.gender]>> hatred, <<print $heshe[$activeCharacter.gender]>> <<moodStats "Hate" $activeCharacter>> you
<br><br>
<<include "Clothes-Inspect Descriptions">>
<br>
[[Change clothes|Clothes Description]]
<br>
_name is exoticism is _exoticism, affected by <<print $hisher[$activeCharacter.gender]>> [[piercings|Piercing Description]].
<br><br>
_name is _beauty. <<print $HeShe[$activeCharacter.gender]>> has $activeCharacter.haircolor hair styled $activeCharacter.hairstyle. <<print $HeShe[$activeCharacter.gender]>> has $activeCharacter.eyedescriptor $activeCharacter.eyecolor eyes. <<print $HeShe[$activeCharacter.gender]>> is _height and is _weight.
<<physicalTraits $activeCharacter "Race">>
<<if $activeCharacter.lips.current>>
<<print $HeShe[$activeCharacter.gender]>> has <<print $lips[$activeCharacter.lips.current]>> lips.
<<attributeDescriptor "Lips" $activeCharacter.lips.current $activeCharacter>>
<</if>>
The sensitivity of <<print $hisher[$activeCharacter.gender]>> mouth is _mouthSens.
<<if $activeCharacter.shoulders.current && $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders and <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.shoulders.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<</if>>
<<if $activeCharacter.hips.current>>
<<print $HisHer[$activeCharacter.gender]>> hips are <<print $hips[$activeCharacter.hips.current]>>.
<</if>>
<<if $activeCharacter.legs.current>>
<<print $HeShe[$activeCharacter.gender]>> has two <<print $legs[$activeCharacter.legs.current]>> legs.
<</if>>
<<if $activeCharacter.pregnancy.status>>
<br><br>
<b>[Week $activeCharacter.pregnancy.weeks (<<print capitalize($activeCharacter.pregnancy.type)>>)]</b>
<<if _weeksuntilbirth>>
$activeCharacter.name is due to give birth in _weeksuntilbirth weeks.
<<elseif $activeCharacter.pregnancy.recovery>>
$activeCharacter.name will recover from <<print $hisher[$activeCharacter.gender]>> pregnancy in $activeCharacter.pregnancy.recovery weeks.
<</if>>
$activeCharacter.pregnancy.status
<</if>>
<<if $activeCharacter.known.sexualskill>>
<br><br>
_name's sexual fortitude is _sexualstrength and <<print $hisher[$activeCharacter.gender]>> responsiveness during sexual intercourse is _sexualspeed. <<print $HisHer[$activeCharacter.gender]>> sexual stamina is _sexualstamina and <<print $hisher[$activeCharacter.gender]>> sexual control is _sexualcontrol.
<</if>>
<br><br>
<<if $activeCharacter.bust.current>>
_name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> <<print $bust[$activeCharacter.bust.current]>> sized breasts. The sensitivity of <<print $hisher[$activeCharacter.gender]>> breasts are _breastSens.
<<else>>
_name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> chest. The sensitivity of <<print $hisher[$activeCharacter.gender]>> nipples are _breastSens.
<</if>>
<<if $activeCharacter.milk.quality.current && $activeCharacter.milk.quantity.current && $activeCharacter.milk.taste.current>>
<<print $HeShe[$activeCharacter.gender]>> is lactating, and can produce a _milkquantity amount of _milkquality milk. <<print $HisHer[$activeCharacter.gender]>> milk has a _milktaste taste to it.
<<elseif ["holstaur"].contains($activeCharacter.tribe) && $activeCharacter.virgin>>
<<print $HeShe[$activeCharacter.gender]>> is not lactating and cannot produce any milk until <<print $heshe[$activeCharacter.gender]>> loses <<print $hisher[$activeCharacter.gender]>> virginity.
<<else>>
<<print $HeShe[$activeCharacter.gender]>> is not lactating so <<print $heshe[$activeCharacter.gender]>> produce any milk.
<</if>>
<<if $activeCharacter.girth.current>>
<<set _girth = extractWord($girth[$activeCharacter.girth.current])>>
<<set _an = AvsAn.query(_girth)>>
<</if>>
<<if $activeCharacter.cock.current && $activeCharacter.girth.current>>
$activeCharacter.name has _an <<print $girth[$activeCharacter.girth.current]>>, <<print $cock[$activeCharacter.cock.current]>> <<print $circumcised[$activeCharacter.circumcised]>> _cock cock hanging between <<print $hisher[$activeCharacter.gender]>> legs. The sensitivity of <<print $hisher[$activeCharacter.gender]>> cock is _cockSens.
<<if $activeCharacter.cum.quality.current && $activeCharacter.cum.quantity.current && $activeCharacter.cum.taste.current && !$activeCharacter.balls.current>>
It can produce a _cumquantity amount of _cumquality semen. <<print $HisHer[$activeCharacter.gender]>> semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $activeCharacter.balls.current>>
<<print $HeShe[$activeCharacter.gender]>> has a pair of <<print $balls[$activeCharacter.balls.current]>> balls. The sensitivity of <<print $hisher[$activeCharacter.gender]>> balls are _ballsSens.
<<if $activeCharacter.cum.quality.current && $activeCharacter.cum.quantity.current && $activeCharacter.cum.taste.current && $activeCharacter.cock.current && $activeCharacter.girth.current>>
When full they can produce a _cumquantity amount of _cumquality semen. <<print $HisHer[$activeCharacter.gender]>> semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $activeCharacter.pussy.current>>
<<print $HisHer[$activeCharacter.gender]>> pussy is <<print $pussy[$activeCharacter.pussy.current]>>. The sensitivity of <<print $hisher[$activeCharacter.gender]>> pussy is _pussySens.
<<if $activeCharacter.nectar.quality.current && $activeCharacter.nectar.quantity.current && $activeCharacter.nectar.taste.current>>
When aroused <<print $hisher[$activeCharacter.gender]>> pussy produces a _nectarquantity amount of _nectarquality nectar. <<print $HisHer[$activeCharacter.gender]>> nectar has a _nectartaste taste to it.
<<elseif ["elf"].contains($activeCharacter.race) && $activeCharacter.virgin>>
<<print $HeShe[$activeCharacter.gender]>> is not nectaring and cannot produce any nectar until <<print $heshe[$activeCharacter.gender]>> loses <<print $hisher[$activeCharacter.gender]>> virginity.
<<else>>
<<print $HeShe[$activeCharacter.gender]>> is not nectaring so <<print $heshe[$activeCharacter.gender]>> cannot produce any nectar.
<</if>>
<</if>>
<<if $activeCharacter.clit.current>>
<<print $HeShe[$activeCharacter.gender]>> has a <<print $clitoris[$activeCharacter.clit.current]>> and <<print $hooded[$activeCharacter.hooded]>> clit. The sensitivity of <<print $hisher[$activeCharacter.gender]>> is _clitSens.
<</if>>
_name's ass is <<print $butt[$activeCharacter.gender][$activeCharacter.butt.current]>>.
<<if $activeCharacter.gape == 100>>
<<print $HisHer[$activeCharacter.gender]>> asshole has been _gape to the point that you can fit multiple intrusions into <<print $hisher[$activeCharacter.gender]>> asshole without causing <<print $himher[$activeCharacter.gender]>> any pain.
<<elseif $activeCharacter.gape >= 80>>
$<<print $HisHer[$activeCharacter.gender]>> asshole is _gape and can accommodate almost any size intrusion.
<<elseif $activeCharacter.gape >= 60>>
<<print $hisher[$activeCharacter.gender]>> asshole is _gape and as long as <<print $heshe[$activeCharacter.gender]>> uses lube <<print $heshe[$activeCharacter.gender]>> can accommodate people of any size.
<<elseif $activeCharacter.gape >= 40>>
<<print $HisHer[$activeCharacter.gender]>> ass has been _gape. It can fit a full sized intrusion but anything larger than that can cause pain even with lube.
<<elseif $activeCharacter.gape >= 20>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape but it has seen some use.
<<elseif $activeCharacter.gape >= 0>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape. You can barely fit your finger in it, let alone a full sized intrusion.
<</if>>
The sensitivity of <<print $hisher[$activeCharacter.gender]>> anus is _anusSens.
<<if $activeCharacter.virgin || $activeCharacter.analvirgin>>
<br>
<</if>>
<<if $activeCharacter.virgin>>
<br>
$activeCharacter.name is a @@color:green;virgin@@.
<</if>>
<<if $activeCharacter.analvirgin>>
<br>
<<print $HeShe[$activeCharacter.gender]>> is an @@color:green;anal virgin@@.
<</if>><<set _character.appeal = getAppeal(_character)>>
<<set _character.diet.progress = setDietProgress(_character)>>
<<set _character.fitness.progress = setFitnessProgress(_character)>>
<<set _character.condition.progress = setConditionProgress(_character)>>
<<set _character.ogsex = _character.sex>>
<<run updateMaxFatigue(_character)>>
<<set _character.fatigue.physical = _character.fatigue.max>>
<<set _character.fatigue.mental = _character.fatigue.max>>
<<if _character.gender == "male">>
<<if _character.sexualskill.manual.handjob < 20>>
<<set _character.sexualskill.manual.handjob = 20>>
<</if>>
<<if _character.sexualskill.oral.fellatio < 20>>
<<set _character.sexualskill.oral.fellatio = 20>>
<</if>>
<<elseif _character.gender == "female">>
<<if _character.sexualskill.manual.fingering < 20>>
<<set _character.sexualskill.manual.fingering = 20>>
<</if>>
<<if _character.sexualskill.oral.cunnilingus < 20>>
<<set _character.sexualskill.oral.cunnilingus = 20>>
<</if>>
<</if>>
<<if ["human", "canus", "neko", "goblin"].contains(_character.tribe)>>
<<set _character.rarity = 1>>
<<elseif ["dwarf", "gnome", "mongrel", "pantheran", "holstaur", "minotaur"].contains(_character.tribe)>>
<<set _character.rarity = 2>>
<<elseif ["giant", "forest elf", "moon rabbit", "orc"].contains(_character.tribe)>>
<<set _character.rarity = 3>>
<<elseif ["high elf", "dark elf"].contains(_character.tribe)>>
<<set _character.rarity = 4>>
<</if>>
<<set _character.price = getPrice(_character)>>
<<set _character.ogprice = _character.price>>
<<set $letter = ["A", "B", "C", "D", "E"]>>
<<set _character.ID = "SLAVE" + random(0, 1000) + $letter.random() + random(0, 1000)>>
<<set _naturelist = ["dandere", "tsundere", "kuudere", "himedere", "hinodere", "deredere", "yandere"]>>
<<if $slavetemplate == "OriginFSlave">>
<<set _character.nature = "himedere">>
<<elseif $slavetemplate == "OriginMSlave">>
<<set _character.nature = "himedere">>
<<else>>
<<set _character.nature = _naturelist.random()>>
<</if>>
<<set _character.sanity = 70>>
<<if _character.sex == "male">>
<<set _character.color = ["blue"]>>
<<elseif _character.sex == "female">>
<<set _character.color = ["pink"]>>
<<elseif _character.sex == "futanari">>
<<set _character.color= ["purple"]>>
<<elseif _character.sex == "shemale">>
<<set _character.color= ["forestgreen"]>>
<</if>>
<<if _character.nature == "tsundere">>
<<set _character.fear.base = random(20,60)>>
<<set _character.trust.base = random(0,40)>>
<<set _character.obedience.base = random(0,40)>>
<<set _character.affection.base = random(0,10)>>
<<set _character.hate.base = random(10,50)>>
<<elseif _character.nature == "dandere">>
<<set _character.fear.base = random(20,60)>>
<<set _character.trust.base = random(20,60)>>
<<set _character.obedience.base = random(20,60)>>
<<set _character.affection.base = random(10,30)>>
<<set _character.hate.base = random(0,10)>>
<<elseif _character.nature == "kuudere">>
<<set _character.fear.base = random(0,40)>>
<<set _character.trust.base = random(0,40)>>
<<set _character.obedience.base = random(0,40)>>
<<set _character.affection.base = random(0,10)>>
<<set _character.hate.base = random(0,20)>>
<<elseif _character.nature == "himedere">>
<<set _character.fear.base = random(20,60)>>
<<set _character.trust.base = random(0,40)>>
<<set _character.obedience.base = random(0,40)>>
<<set _character.affection.base = random(0,0)>>
<<set _character.hate.base = random(10,40)>>
<<elseif _character.nature == "dandere">>
<<set _character.fear.base = random(20,60)>>
<<set _character.trust.base = random(20,60)>>
<<set _character.obedience.base = random(20,60)>>
<<set _character.affection.base = random(10,30)>>
<<set _character.hate.base = random(0,10)>>
<<elseif _character.nature == "deredere">>
<<set _character.fear.base = random(0,20)>>
<<set _character.trust.base = random(0,20)>>
<<set _character.obedience.base = random(0,20)>>
<<set _character.affection.base = random(10,30)>>
<<set _character.hate.base = random(0,5)>>
<<elseif _character.nature == "hinodere">>
<<set _character.fear.base = random(20,60)>>
<<set _character.trust.base = random(0,10)>>
<<set _character.obedience.base = random(0,10)>>
<<set _character.affection.base = random(0,0)>>
<<set _character.hate.base = random(10,40)>>
<<elseif _character.nature == "yandere">>
<<set _character.fear.base = random(0,20)>>
<<set _character.trust.base = random(0,30)>>
<<set _character.obedience.base = random(0,20)>>
<<set _character.affection.base = random(0,20)>>
<<set _character.hate.base = random(0,20)>>
<</if>>
<<run refreshObedience(_character)>>
<<run refreshTrust(_character)>>
<<run refreshFear(_character)>>
<<run refreshAffection(_character)>>
<<run refreshHate(_character)>>
<<set _jobpool = []>>
<<set _villageraces = ["human", "dwarf", "gnome", "neko", "canus", "moon rabbit", "high elf"]>>
<<set _forestraces = ["giant", "pantheran", "mongrel", "minotaur", "holstaur", "forest elf", "dark elf", "orc", "goblin"]>>
<<set _villagejobs = ["baker", "tradesman", "villager", "butcher", "tailor", "carpenter", "adventurer", "herald", "jester", "blacksmith", "farmer", "hunter", "gatherer", "innkeeper", "apothecary", "shepherd", "guard"]>>
<<set _noblevillagejobs = ["knight", "councilor", "village elder", "chancellor", "marshal", "diplomat", "merchant", "chaplain", "priest"]>>
<<set _forestjobs = ["adventurer", "gatherer", "hunter", "farmer", "fighter", "crafter", "trader", "trapper", "carver", "potter"]>>
<<set _nobleforestjobs = ["small tribe's chief", "shaman", "village elder", "healer", "magician"]>>
<<if _character.nature == "himedere">>
<<if _villageraces.contains(_character.race)>>
<<set _jobpool = mergeArray(_jobpool, _noblevillagejobs)>>
<<else>>
<<set _jobpool = mergeArray(_jobpool, _nobleforestjobs)>>
<</if>>
<<elseif _character.nature == "kuudere">>
<<if _villageraces.contains(_character.race)>>
<<set _jobpool = mergeArray(_jobpool, _noblevillagejobs)>>
<<set _jobpool = mergeArray(_jobpool, _villagejobs)>>
<<else>>
<<set _jobpool = mergeArray(_jobpool, _nobleforestjobs)>>
<<set _jobpool = mergeArray(_jobpool, _forestjobs)>>
<</if>>
<<else>>
<<if _villageraces.contains(_character.race)>>
<<set _jobpool = mergeArray(_jobpool, _villagejobs)>>
<<else>>
<<set _jobpool = mergeArray(_jobpool, _forestjobs)>>
<</if>>
<</if>>
<<set _character.occupation = _jobpool.random()>>
<<set _an = AvsAn.query(_character.occupation)>>
<<if _character.maturity == 1>>
<<set _character.occupation = _an + " " + _character.occupation + "'s " + $childtitle[_character.gender]>>
<<else>>
<<set _character.occupation = _an + " " + _character.occupation>>
<</if>>
<<if $slavetemplate == "OriginFSlave">>
<<set $activeCharacter = _character>>
<<set $activeCharacter.traits.special = "Childhood Pet">>
<<elseif $slavetemplate == "OriginMSlave">>
<<set $activeCharacter = _character>>
<<set $activeCharacter.traits.special = "Childhood Pet">>
<<else>>
<</if>>
<<if $slavetemplate == "OriginFSlave">>
<<set $activeCharacter = _character>>
<<run addSlave($activeCharacter)>>
<<elseif $slavetemplate == "OriginMSlave">>
<<set $activeCharacter = _character>>
<<run addSlave($activeCharacter)>>
<<else>>
<</if>><<include "Modernize Slave">>
<<set _fatiguetitles = 0>>
<<set _healthtitles = 0>>
<<if $fatiguetitles.includes(_character.title)>>
<<set _fatiguetitles = 1>>
<</if>>
<<if $healthtitles.includes(_character.title)>>
<<set _healthtitles = 1>>
<</if>>
<<if $endweek>>
<<set _character.diet.progress = updateDiet(_character)>>
<<set _character.fitness.progress = updateFitness(_character)>>
<<set _character.condition.progress = updateCondition(_character, $difficulty, _healthtitles, $estate)>>
<<set _character.fatigue.progress = updateFatigue(_character, $difficulty, _fatiguetitles, $estate)>>
<<run updateMaxFatigue(_character)>>
<</if>>
<<run updateTitles(_character)>>
<<run getSexTraits(_character)>>
<<run updateExoticism(_character)>>
<<run updateMood(_character)>>
<<set _character.health = updateHealth(_character)>>
<<set _character.weight = updateWeight(_character)>>
<<set _character.expense = updateExpense(_character)>><<set $roll = random(1,6)>>
<<set $events.choice = null>>
<<set $events.scene = null>>
<<set $events.scenes = ["Basic - Dietary Concerns - Start", "Basic - Behavioural Dispute - Start"]>>
<<set _commonEnslavementScenes = ["Common - Backdoor Slave Sale - Start", "Common - Hard Times - Start", "Common - Trespasser - Start", "Common - Thicker Than Water - Start"]>>
<<set _s = random(1, $slaves.amount)>>
<<set $activeCharacter = $slaves[_s]>>
<<if random(1,10) > 7>>
<<set $events.scenes.push.apply($events.scenes, _commonEnslavementScenes)>>
<</if>>
<<if $activeCharacter.obedience.current < 60>>
<<set $events.scenes.push("Basic - Kleptomaniac - Start", "Basic - Confrontation - Start", "Basic - Work Dispute - Start")>>
<</if>>
<<if $activeCharacter.fear.current >= 40>>
<<set $events.scenes.push("Basic - Scared Stiff - Start", "Basic - Restless Nights - Start")>>
<</if>>
<<if $activeCharacter.trust.current < 40>>
<<set $events.scenes.push("Basic - Egocentric Attitude - Start")>>
<</if>>
<<if $activeCharacter.trust.current > 50 and $activeCharacter.obedience.current > 50 and $masochisttitles.includes($activeCharacter.title)>>
<<set $events.scenes.push("Fruits of your Labor")>>
<</if>>
<<if $activeCharacter.assignment == "brothel" && !($estate.brothel.exceptions.pSoliciting == "Yes" && $activeCharacter.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && $activeCharacter.position == "Guard")>>
<<set $events.scenes.push("Basic - Irate Customer", "Basic - Customer Contentment", "Basic - Property Damage", "Basic - Obsessed", "Basic - Marital Affair", "Basic - Renthouse", "Basic - Coming of Age")>>
<<if $activeCharacter.obedience.current < 60>>
<<set $events.scenes.push("Basic - Sex Slave Strike")>>
<</if>>
<</if>>
<<set $events.scene = $events.scenes.random()>>
<<if _commonEnslavementScenes.includes($events.scene)>>
<<set $slavetemplate = "Common Enslavement Event">>
<<include "Roll Slave">>
<<set $activeCharacter = _character>>
<</if>><<widget "statbar">>
<<set _ee = $args[0] / $args[1]>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * 30)>>
<<else>>
<<set _current = Math.ceil(_ee * 30)>>
<</if>>
<<set _gone = 30 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<if $args[2]>>
<<set _cstat = '[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _gstat = '@@color:' + "gray" + ';' + _gone + '@@]'>>
<<else>>
<<set _cstat = '@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _gstat = '@@color:' + "gray" + ';' + _gone + '@@'>>
<</if>>
<<print _cstat + _gstat>>
<</widget>><<widget "money">>
<<if $PC.money >= 0>>
<<set _money = commify($PC.money)>>
<<print "@@color:lightgreen;💎_money@@">>
<<else>>
<<set _money = $PC.money * -1>>
<<set _money = commify($PC.money)>>
<<print "@@color:red;(💎_money)@@">>
<</if>>
<</widget>><<if $Guild.type == "Slaver" && $PC.guild.slaver.rank>>\
Player Stats
|stattable|k
| ![[Money|Money]] | <<money>> |
| !Energy | <<statbar $PC.energy.current $PC.energy.max>> |
<hr>
Slavers Guild | Rank <<print $GuildRankings[$PC.guild.slaver.rank]>>
|stattable|k
| !EXP | <<statbar $PC.guild.slaver.exp $PC.guild.slaver.maxexp>> |
<<elseif $endweek && $PC.guild.slaver.oldrequest>>\
Player Stats
|stattable|k
| !Money | <<money>> |
| !Energy | <<statbar $PC.energy.current $PC.energy.max>> |
<hr>
Slavers Guild | Rank <<print $GuildRankings[$PC.guild.slaver.rank]>>
|stattable|k
| !EXP | <<statbar $PC.guild.slaver.exp $PC.guild.slaver.maxexp>> |
<<elseif $endweek>>\
Player Stats
|stattable|k
| !Money | <<money>> |
| !Energy |<<statbar $PC.energy.current $PC.energy.max>> |
<<elseif $Brothel>>
Player Stats
|stattable|k
| ![[Money|Money]] | <<money>> |
| !Energy | <<statbar $PC.energy.current $PC.energy.max>> |
<hr>
Brothel Stats
|stattable|k
| !Popularity | <<statbar $estate.brothel.popularity.total 300>> |
<<elseif $Ranch>>
Player Stats
|stattable|k
| ![[Money|Money]] | <<money>> |
| !Energy | <<statbar $PC.energy.current $PC.energy.max>> |
<hr>
Ranch Stats
|stattable|k
| !Popularity | <<statbar $estate.ranch.popularity 100>> |
<<else>>\
Player Stats
|stattable|k
| ![[Money|Money]] | <<money>> |
| !Energy | <<statbar $PC.energy.current $PC.energy.max>> |
<</if>>\<<unset $Version>>
<<unset $NextWeek>>
<<unset $Main>>
<<unset $MainMenu>>
<<unset $Continue>>
<<unset $Next>>
<<unset $Return>>
<<unset $TrueReturn>>
<<unset $Previous>>
<<unset $Training>>
<<unset $EndTraining>>
<<unset $Travel>>
<<unset $Brothel>>
<<unset $Ranch>>
<<unset $Chattel>>
<<unset $sexContinue>>
<<unset $CustomLink>>
<<if $playerStatus && (passage() != "Piercing Description" && !$activeCharacter)>>
<<unset $playerStatus>>
<<unset $activeCharacter>>
<</if>>
<<if $estate.brothel.page != "Presentation" && $main.page != "brothel" && passage() != "Ranch">>
<<unset $style>>
<</if>>
<<include "Modernize PC">>
<<include "Descriptors">>
<<include "Races">>
<<include "Skills">>
<<include "Pronouns">><<include "Unset Passages">>
<<include "Descriptors">>
<<set $Return = 1>>
<<include "Mobile Header">>
<<set _name = $identifySlave.name>>
<<set _gender = $identifySlave.gender>>
<<set _maturity = $maturity[$identifySlave.maturity]>>
<<set _intelligence = $intelligence[$identifySlave.intelligence]>>
<<set _beauty = $beauty[$identifySlave.beauty]>>
<<set _health = $health[$identifySlave.health]>>
<<set _weight = $weight[$identifySlave.weight]>>
<<set _height = getHeight($identifySlave.height, $identifySlave.legs.current-$identifySlave.legs.base)>>
<<set _cumquantity = $quantity[$identifySlave.cum.quantity.current]>>
<<set _cumquality = $quality[$identifySlave.cum.quality.current]>>
<<set _cumtaste = $taste.cum[$identifySlave.cum.taste.current]>>
<<set _milkquantity = $quantity[$identifySlave.milk.quantity.current]>>
<<set _milkquality = $quality[$identifySlave.milk.quality.current]>>
<<set _milktaste = $taste.milk[$identifySlave.milk.taste.current]>>
<<set _nectarquantity = $quantity[$identifySlave.nectar.quantity.current]>>
<<set _nectarquality = $quality[$identifySlave.nectar.quality.current]>>
<<set _nectartaste = $taste.nectar[$identifySlave.nectar.taste.current]>>
<<set _fatigue = getFatigue($identifySlave)>>
<<set _an = AvsAn.query(extractWord(_maturity))>>
<<set _obedience = getObedience($identifySlave.obedience.current)>>
<<set _obedience = lowercasecolor(_obedience)>>
<<set _fear = getFear($identifySlave.fear.current)>>
<<set _fear = lowercasecolor(_fear)>>
<<set _trust = getTrust($identifySlave.trust.current)>>
<<set _trust = lowercasecolor(_trust)>>
<<set _affection = getAffection($identifySlave.affection.current)>>
<<set _affection = lowercasecolor(_affection)>>
<<set _hate = getHate($identifySlave.hate.current)>>
<<set _hate = lowercasecolor(_hate)>>
<<set _nature = capitalize($identifySlave.nature)>>
<<set _exoticism = getExoticism($identifySlave.exoticism)>>
<<set _exoticism = lowercasecolor(_exoticism)>>
<<set _gape = getGape($identifySlave.gape)>>
<<set _cockSens = getSensitivity($identifySlave.sensitivity.cock)>>
<<set _breastSens = getSensitivity($identifySlave.sensitivity.breasts)>>
<<set _anusSens = getSensitivity($identifySlave.sensitivity.anus)>>
<<set _ballsSens = getSensitivity($identifySlave.sensitivity.balls)>>
<<set _clitSens = getSensitivity($identifySlave.sensitivity.clit)>>
<<set _pussySens = getSensitivity($identifySlave.sensitivity.pussy)>>
<<set _mouthSens = getSensitivity($identifySlave.sensitivity.mouth)>>
<<set _sexualstrength = getSexualStat($identifySlave.sexual.strength.current)>>
<<set _sexualspeed = getSexualStat($identifySlave.sexual.speed.current)>>
<<set _sexualstamina = getSexualStat($identifySlave.sexual.stamina.current)>>
<<set _sexualcontrol = getSexualStat($identifySlave.sexual.control.current)>>
<<if !$identifySlave.pregnancy.recovery>>
<<set _weeksuntilbirth = $identifySlave.pregnancy.duration - $identifySlave.pregnancy.weeks>>
<</if>>
<<if $identifySlave.tribe == "mongrel">>
<<set _cock = "knotted">>
<<elseif $identifySlave.tribe == "pantheran">>
<<set _cock = "barbed">>
<<elseif $identifySlave.tribe == "minataur">>
<<set _cock = "bull">>
<<elseif $identifySlave.tribe == "orc">>
<<set _cock = "orc">>
<<else>>
<<set _cock = $race[$identifySlave.skintone]>>
<</if>>
<<set _maturitytext = extractWord(_maturity)>>
<br>
<center>
<<traitdesc $identifySlave.title $identifySlave>>
<<if $identifySlave.position>>
<<traitdesc $identifySlave.position $identifySlave>>
<</if>>
<<traitdesc $identifySlave.tribe $identifySlave>>
<<if $identifySlave.sex == "male" && $identifySlave.stats.sissification == 100>>
<<traitdesc "sissy" $identifySlave>>
<<else>>
<<traitdesc $identifySlave.sex $identifySlave>>
<</if>>
<<traitdesc _maturitytext $identifySlave>>
<<if $identifySlave.pregnancy.status>>
<<traitdesc "pregnant" $identifySlave>>
<</if>>
</center>
<br>
_name's _an _maturity
<<if $identifySlave.skintone>>
$identifySlave.skintone
<<elseif $identifySlave.fur>>
$identifySlave.fur furred
<</if>>
$identifySlave.gender
<<if $identifySlave.tribe>>
$identifySlave.tribe.
<<else>>
$identifySlave.race.
<</if>>
<<if $identifySlave.occupation>>
<<print $HeShe[$identifySlave.gender]>> was $identifySlave.occupation before <<print $heshe[$identifySlave.gender]>> was a slave.
<</if>>
$identifySlave.origin
<br><br>
<<displayMood $identifySlave>>
From the interactions you've had with $identifySlave.name you can tell that <<print $heshe[$identifySlave.gender]>> is <<print $intelligence[$identifySlave.intelligence]>>. In regards to <<print $hisher[$identifySlave.gender]>> discipline, <<print $heshe[$identifySlave.gender]>> is <<moodStats "Trust" $identifySlave>>. As for <<print $hisher[$identifySlave.gender]>> courage, <<print $heshe[$identifySlave.gender]>> is <<moodStats "Fear" $identifySlave>>.
<br><br>
_name is exoticism is _exoticism, affected by <<print $hisher[$identifySlave.gender]>> [[piercings|Piercing Description]].
<br><br>
_name is _beauty. <<print $HeShe[$identifySlave.gender]>> has $identifySlave.haircolor hair styled $identifySlave.hairstyle. <<print $HeShe[$identifySlave.gender]>> has $identifySlave.eyedescriptor $identifySlave.eyecolor eyes. <<print $HeShe[$identifySlave.gender]>> is _height and is _weight.
<<physicalTraits $identifySlave "Race">>
<<if $identifySlave.lips.current>>
<<print $HeShe[$identifySlave.gender]>> has <<print $lips[$identifySlave.lips.current]>> lips.
<<attributeDescriptor "Lips" $identifySlave.lips.current $identifySlave>>
<</if>>
The sensitivity of <<print $hisher[$identifySlave.gender]>> mouth is _mouthSens.
<<if $identifySlave.shoulders.current && $identifySlave.torso.current>>
<<print $HisHer[$identifySlave.gender]>> <<print $shoulders[$identifySlave.shoulders.current]>> shoulders and <<print $torso[$identifySlave.torso.current]>> torso frames <<print $hisher[$identifySlave.gender]>> upper body.
<<attributeDescriptor "Shoulders" $identifySlave.shoulders.current $identifySlave>>
<<elseif $identifySlave.shoulders.current>>
<<print $HisHer[$identifySlave.gender]>> <<print $shoulders[$identifySlave.shoulders.current]>> shoulders frames <<print $hisher[$identifySlave.gender]>> upper body.
<<attributeDescriptor "Shoulders" $identifySlave.shoulders.current $identifySlave>>
<<elseif $identifySlave.torso.current>>
<<print $HisHer[$identifySlave.gender]>> <<print $torso[$identifySlave.torso.current]>> torso frames <<print $hisher[$identifySlave.gender]>> upper body.
<</if>>
<<if $identifySlave.hips.current>>
<<print $HisHer[$identifySlave.gender]>> hips are <<print $hips[$identifySlave.hips.current]>>.
<</if>>
<<if $identifySlave.legs.current>>
<<print $HeShe[$identifySlave.gender]>> has two <<print $legs[$identifySlave.legs.current]>> legs.
<</if>>
<<if $identifySlave.pregnancy.status>>
<br><br>
<b>[Week $identifySlave.pregnancy.weeks (<<print capitalize($identifySlave.pregnancy.type)>>)]</b>
<<if _weeksuntilbirth>>
$identifySlave.name is due to give birth in _weeksuntilbirth weeks.
<<elseif $identifySlave.pregnancy.recovery>>
$identifySlave.name will recover from <<print $hisher[$identifySlave.gender]>> pregnancy in $identifySlave.pregnancy.recovery weeks.
<</if>>
$identifySlave.pregnancy.status
<</if>>
<<if $identifySlave.known.sexualskill>>
<br><br>
_name's sexual fortitude is _sexualstrength and <<print $hisher[$identifySlave.gender]>> responsiveness during sexual intercourse is _sexualspeed. <<print $HisHer[$identifySlave.gender]>> sexual stamina is _sexualstamina and <<print $hisher[$identifySlave.gender]>> sexual control is _sexualcontrol.
<</if>>
<br><br>
<<if $identifySlave.bust.current > 1>>
_name has <<print $inverted[$identifySlave.inverted]>> nipples on <<print $hisher[$identifySlave.gender]>> <<print $bust[$identifySlave.bust.current]>> sized breasts. The sensitivity of <<print $hisher[$identifySlave.gender]>> breasts are _breastSens.
<<else>>
_name has <<print $inverted[$identifySlave.inverted]>> nipples on <<print $hisher[$identifySlave.gender]>> chest. The sensitivity of <<print $hisher[$identifySlave.gender]>> nipples are _breastSens.
<</if>>
<<if $identifySlave.milk.quality.current && $identifySlave.milk.quantity.current && $identifySlave.milk.taste.current>>
<<print $HeShe[$identifySlave.gender]>> is lactating, and can produce a _milkquantity amount of _milkquality milk. <<print $HisHer[$identifySlave.gender]>> milk has a _milktaste taste to it.
<<elseif ["holstaur"].contains($identifySlave.tribe) && $identifySlave.virgin>>
<<print $HeShe[$identifySlave.gender]>> is not lactating and cannot produce any milk until <<print $heshe[$identifySlave.gender]>> loses <<print $hisher[$identifySlave.gender]>> virginity.
<<else>>
<<print $HeShe[$identifySlave.gender]>> is not lactating so <<print $heshe[$identifySlave.gender]>> produce any milk.
<</if>>
<<if $identifySlave.girth.current > 0>>
<<set _girth = extractWord($girth[$identifySlave.girth.current])>>
<<set _an = AvsAn.query(_girth)>>
<</if>>
<<if $identifySlave.cock.current > 0 && $identifySlave.girth.current > 0>>
$identifySlave.name has _an <<print $girth[$identifySlave.girth.current]>>, <<print $cock[$identifySlave.cock.current]>> <<print $circumcised[$identifySlave.circumcised]>> _cock cock hanging between <<print $hisher[$identifySlave.gender]>> legs. The sensitivity of <<print $hisher[$identifySlave.gender]>> cock is _cockSens.
<<if $identifySlave.cum.quality.current && $identifySlave.cum.quantity.current && $identifySlave.cum.taste.current && !$identifySlave.balls.current>>
It can produce a _cumquantity amount of _cumquality semen. <<print $HisHer[$identifySlave.gender]>> semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $identifySlave.balls.current > 0>>
<<print $HeShe[$identifySlave.gender]>> has a pair of <<print $balls[$identifySlave.balls.current]>> balls. The sensitivity of <<print $hisher[$identifySlave.gender]>> balls are _ballsSens.
<<if $identifySlave.cum.quality.current && $identifySlave.cum.quantity.current && $identifySlave.cum.taste.current && $identifySlave.cock.current && $identifySlave.girth.current>>
When full they can produce a _cumquantity amount of _cumquality semen. <<print $HisHer[$identifySlave.gender]>> semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $identifySlave.pussy.current > 0>>
<<print $HisHer[$identifySlave.gender]>> pussy is <<print $pussy[$identifySlave.pussy.current]>>. The sensitivity of <<print $hisher[$identifySlave.gender]>> pussy is _pussySens.
<<if $identifySlave.nectar.quality.current && $identifySlave.nectar.quantity.current && $identifySlave.nectar.taste.current>>
When aroused <<print $hisher[$identifySlave.gender]>> pussy produces a _nectarquantity amount of _nectarquality nectar. <<print $HisHer[$identifySlave.gender]>> nectar has a _nectartaste taste to it.
<<elseif ["elf"].contains($identifySlave.race) && $identifySlave.virgin>>
<<print $HeShe[$identifySlave.gender]>> is not nectaring and cannot produce any nectar until <<print $heshe[$identifySlave.gender]>> loses <<print $hisher[$identifySlave.gender]>> virginity.
<<else>>
<<print $HeShe[$identifySlave.gender]>> is not nectaring so <<print $heshe[$identifySlave.gender]>> cannot produce any nectar.
<</if>>
<</if>>
<<if $identifySlave.clit.current > 0>>
<<print $HeShe[$identifySlave.gender]>> has a <<print $clitoris[$identifySlave.clit.current]>> and <<print $hooded[$identifySlave.hooded]>> clit. The sensitivity of <<print $hisher[$identifySlave.gender]>> is _clitSens.
<</if>>
_name's ass is <<print $butt[$identifySlave.gender][$identifySlave.butt.current]>>.
<<if $identifySlave.gape == 100>>
<<print $HisHer[$identifySlave.gender]>> asshole has been _gape to the point that you can fit multiple intrusions into <<print $hisher[$identifySlave.gender]>> asshole without causing <<print $himher[$identifySlave.gender]>> any pain.
<<elseif $identifySlave.gape >= 80>>
$<<print $HisHer[$identifySlave.gender]>> asshole is _gape and can accommodate almost any size intrusion.
<<elseif $identifySlave.gape >= 60>>
<<print $hisher[$identifySlave.gender]>> asshole is _gape and as long as <<print $heshe[$identifySlave.gender]>> uses lube <<print $heshe[$identifySlave.gender]>> can accommodate people of any size.
<<elseif $identifySlave.gape >= 40>>
<<print $HisHer[$identifySlave.gender]>> ass has been _gape. It can fit a full sized intrusion but anything larger than that can cause pain even with lube.
<<elseif $identifySlave.gape >= 20>>
<<print $HisHer[$identifySlave.gender]>> asshole is _gape but it has seen some use.
<<elseif $identifySlave.gape >= 0>>
<<print $HisHer[$identifySlave.gender]>> asshole is _gape. You can barely fit your finger in it, let alone a full sized intrusion.
<</if>>
The sensitivity of <<print $hisher[$identifySlave.gender]>> anus is _anusSens.
<<if $identifySlave.virgin || $identifySlave.analvirgin>>
<br>
<</if>>
<<if $identifySlave.virgin>>
<br>
$identifySlave.name is a @@color:green;virgin@@.
<</if>>
<<if $identifySlave.analvirgin>>
<br>
<<print $HeShe[$identifySlave.gender]>> is an @@color:green;anal virgin@@.
<</if>><<switch $slavetemplate>>
<<case "Jhak">>
<<set _low = 14>>
<<set _high = 20>>
<<set _baseprice = 1000>>
<<set _multi = 1>>
<<if _characterShop>>
<<set _characterShop.maxamount = 20>>
<</if>>
<<case "Sasha">>
<<set _low = 20>>
<<set _high = 30>>
<<set _baseprice = 1000>>
<<set _multi = 1>>
<<if _characterShop>>
<<set _characterShop.maxamount = 30>>
<</if>>
<<case "Pan">>
<<set _low = 6>>
<<set _high = 10>>
<<set _baseprice = 1000>>
<<set _multi = 1.5>>
<<if _characterShop>>
<<set _characterShop.maxamount = 10>>
<</if>>
<</switch>>
<<include "Unset Passages">>
<<include "Unset Wardrobe">>
<<include "Items">>
<<set $MainMenu = 1>>
<<unset $SlaveShop>>
<<unset $slavenumber>>
<<unset $ownpage>>
<<set $Guild = {type:null, loc:null}>>
<<set $NextWeek = 1>>
<<set $Travel = 1>>
<<include "Mobile Header">>
<<unset $playerStatus>>
<<unset $identifySlave>>
<<if settings.cheats>>
<<if $cheat == "goldHoard">>
<<set $PC.money += 100000>>
<<elseif $cheat == "dragonHoard">>
<<set $PC.money += 100000000>>
<<elseif $cheat == "trueOrc">>
<<set $PC.energy.current = $PC.energy.max>>
<<elseif $cheat == "spaDay">>
<<if !$activeCharacter>>
<b>@@color:red;Error!@@</b> <br>
The code you entered requires an active slave. Call a slave into your office by clicking on their name before using this code again.
<br><br>
<<else>>
<<set $activeCharacter.fatigue.physical = $activeCharacter.fatigue.max>>
<<set $activeCharacter.fatigue.mental = $activeCharacter.fatigue.max>>
<<set $activeCharacter.condition.progress = 100>>
<<set $activeCharacter.fatigue.progress = 0>>
<</if>>
<</if>>
<<if ["goldHoard", "trueOrc", "spaDay", "energyWell", "healthSustain", "moodBlockers"].contains($cheat)>>
<<run addCheatPage($cheat)>>
<</if>>
<<if ["energyWell", "healthSustain", "moodBlockers"].contains($cheat)>>
<<run toggleCheat($cheat)>>
<</if>>
<<set $cheat = null>>
<</if>>
<<include "Updates">>
<center>
<big>''Manage $estate.name Slaves''</big>
<br>
<<if $slaves.amount == 0>>
You currently don't own any slaves. You can buy your first slave by traveling to slave market in the [[Waiross Slums|Slums]].
<</if>>
</center>
<<if $activeCharacter>>
<<set _ID = $activeCharacter.ID>>
<<else>>
<<set _ID = null>>
<</if>>
<<set _institutes = ["estate"]>>
<<if $estate.brothel.active>>
<<set _institutes.push("brothel")>>
<</if>>
<<if $estate.ranch.pop>>
<<set _institutes.push("ranch")>>
<</if>>
<<if $estate.chattel.pop>>
<<set _institutes.push("chattel")>>
<</if>>
<<if $estate.chattel.active>>
<<set _chattelcap = $estate.chattel.cap>>
<<set _chattelpenpop = 0>>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<set _chattelcap += $estate.chattel.pens[_p].cap>>
<<set _chattelpenpop += $estate.chattel.pens[_p].pop>>
<<set $estate.chattel.pens[_p].stylepage = null>>
<</for>>
<</if>>
<<if !_institutes.includes($main.page)>>
<<set $main.page = _institutes[0]>>
<</if>>
<span id="inspection">
<<if $activeCharacter>>
<<set _character = $activeCharacter>>
<<include "Slave Inspection">>
<<saveSlave $activeCharacter>>
<</if>>
</span>
<<if _institutes.length>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<<if _institutes.contains("estate")>>
<<if $main.page == "estate">>
<th>$estate.name [$estate.pop/$estate.cap]</th>
<<else>>
<th><<print "[[" + $estate.name + " [" + $estate.pop + "/" + $estate.cap + "]|Main Menu][$main.page = 'estate', $activeCharacter = null]]">></th>
<</if>>
<</if>>
<<if _institutes.contains("brothel")>>
<<if $main.page == "brothel">>
<th>$estate.brothel.name [$estate.brothel.pop/$estate.brothel.cap]</th>
<<else>>
<th><<print "[[" + $estate.brothel.name + " [" + $estate.brothel.pop + "/" + $estate.brothel.cap + "]|Main Menu][$main.page = 'brothel', $activeCharacter = null]]">></th>
<</if>>
<</if>>
<<if _institutes.contains("ranch")>>
<<if $main.page == "ranch">>
<th>Ranch Slaves[$estate.ranch.pop/$estate.ranch.cap]</th>
<<else>>
<th><<print "[[Ranch Slaves[" + $estate.ranch.pop + "/" + $estate.ranch.cap + "]|Main Menu][$main.page = 'ranch', $activeCharacter = null]]">></th>
<</if>>
<</if>>
<<if _institutes.contains("chattel")>>
<<if $main.page == "chattel">>
<th>Chattel Slaves[$estate.chattel.pop/_chattelcap]</th>
<<else>>
<th><<print "[[Chattel Slaves[" + $estate.chattel.pop + "/" + _chattelcap + "]|Main Menu][$main.page = 'chattel', $activeCharacter = null]]">></th>
<</if>>
<</if>>
</tr>
</table>
<<if ["brothel"].contains($main.page)>>
<<include "Brothel UI">>
<<elseif ["estate"].contains($main.page)>>
<<include "Estate UI">>
<<elseif $main.page == "chattel">>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<<if $estate.chattel.pop > _chattelpenpop>>
<tr>
<th class = "listing" style='width: 34%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
</tr>
<tr>
<th colspan = 7>Holding Pen [<<print $estate.chattel.pop-_chattelpenpop>>/$estate.chattel.cap]</th>
</tr>
<tr>
<th style='width: 34%;'>Identity</th>
<th class = "listing" style='width: 11%;'>Obedience</th>
<th class = "listing" style='width: 11%;'>Trust</th>
<th class = "listing" style='width: 11%;'>Fear</th>
<th class = "listing" style='width: 11%;'>Affection</th>
<th class = "listing" style='width: 11%;'>Hate</th>
<th class = "listing" style='width: 11%;'>Health</th>
<th class = "listing" style='width: 11%;'>Fatigue</th>
<th class = "listing" style='width: 11%;'>Weight</th>
</tr>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if _character.location == "chattel" && !_character.chattel.pen>>
<tr>
<td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> <<print "[[_character.name|Main Menu][$activeCharacter to $slaves[" + _i + "]]]">> <<gender _character.sex _character.gender>> <<print "[[✓|Slave Description][$activeCharacter to $slaves[" + _i + "]]]">></td>
<td class = "listing"><<print getObedience(_character.obedience.current)>></td>
<td class = "listing"><<print getTrust(_character.trust.current)>></td>
<td class = "listing"><<print getFear(_character.fear.current)>></td>
<td class = "listing"><<print getAffection(_character.affection.current)>></td>
<td class = "listing"><<print getHate(_character.hate.current)>></td>
<td class = "listing"><<print $UChealth[_character.health]>></td>
<td class = "listing"><<print getFatigue(_character)>></td>
<td class = "listing"><<print $UCweight[_character.weight]>></td>
</tr>
<</if>>
<</for>>
<</if>>
<<for _num = 1; _num <= $estate.chattel.pens.amount; _num++>>
<<set _pen = $estate.chattel.pens[_num]>>
<<if _pen.pop>>
<tr>
<th class = "listing" style='width: 34%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
</tr>
<tr>
<th colspan = 7>Pen _num [_pen.pop/_pen.cap]</th>
</tr>
<tr>
<th style='width: 34%;'>Identity</th>
<th class = "listing" style='width: 11%;'>Obedience</th>
<th class = "listing" style='width: 11%;'>Trust</th>
<th class = "listing" style='width: 11%;'>Fear</th>
<th class = "listing" style='width: 11%;'>Affection</th>
<th class = "listing" style='width: 11%;'>Hate</th>
<th class = "listing" style='width: 11%;'>Health</th>
<th class = "listing" style='width: 11%;'>Fatigue</th>
<th class = "listing" style='width: 11%;'>Weight</th>
</tr>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if _character.location == "chattel" && _character.chattel.pen == _num>>
<tr>
<td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> <<print "[[_character.name|Main Menu][$activeCharacter to $slaves[" + _i + "]]]">> <<gender _character.sex _character.gender>> <<print "[[✓|Slave Description][$activeCharacter to $slaves[" + _i + "]]]">></td>
<td class = "listing"><<print getObedience(_character.obedience.current)>></td>
<td class = "listing"><<print getTrust(_character.trust.current)>></td>
<td class = "listing"><<print getFear(_character.fear.current)>></td>
<td class = "listing"><<print getAffection(_character.affection.current)>></td>
<td class = "listing"><<print getHate(_character.hate.current)>></td>
<td class = "listing"><<print $UChealth[_character.health]>></td>
<td class = "listing"><<print getFatigue(_character)>></td>
<td class = "listing"><<print $UCweight[_character.weight]>></td>
</tr>
<</if>>
<</for>>
<</if>>
<</for>>
</table>
<<else>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th style='width: 34%;'>Identity</th>
<th class = "listing" style='width: 11%;'>Obedience</th>
<th class = "listing" style='width: 11%;'>Trust</th>
<th class = "listing" style='width: 11%;'>Fear</th>
<th class = "listing" style='width: 11%;'>Affection</th>
<th class = "listing" style='width: 11%;'>Hate</th>
<th class = "listing" style='width: 11%;'>Health</th>
<th class = "listing" style='width: 11%;'>Fatigue</th>
<th class = "listing" style='width: 11%;'>Weight</th>
</tr>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<include "Modernize Slave">>
<<if _character.location == $main.page>>
<tr>
<td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> <<print "<<link '" + amendString(_character.name) + "'>><<set $activeCharacter = $slaves[" + _i + "]>><<replace '#inspection' t8n>><<set _character = $activeCharacter>><<include 'Slave Inspection'>><<saveSlave $activeCharacter>><</replace>><</link>>">> <<gender _character.sex _character.gender>> <<print "[[✓|Slave Description][$activeCharacter to $slaves[" + _i + "]]]">></td>
<td class = "listing"><<print getObedience(_character.obedience.current)>></td>
<td class = "listing"><<print getTrust(_character.trust.current)>></td>
<td class = "listing"><<print getFear(_character.fear.current)>></td>
<td class = "listing"><<print getAffection(_character.affection.current)>></td>
<td class = "listing"><<print getHate(_character.hate.current)>></td>
<td class = "listing"><<print $UChealth[_character.health]>></td>
<td class = "listing"><<print getFatigue(_character)>></td>
<td class = "listing"><<print $UCweight[_character.weight]>></td>
</tr>
<</if>>
<</for>>
</table>
<</if>>
<</if>><<include "Unset Passages">>
<b>--Game Over--</b>
<br><br>
You've been in debt for too long.<<include "Titles">>
<<set _price = $activeCharacter.ogprice * 0.75>>
<<set _pricepercen = 0>>
<<if $activeCharacter.traits.special.contains("Childhood Slave")>>
<<set _pricepercen = $activeCharacter.titles.length * _price * 0.05>>
<<set _price = $activeCharacter.ogprice * 0.75 + _pricepercen>>
<<set _price = Math.round10(_price,1)>>
<<else>>
<<set _pricepercen = $activeCharacter.titles.length * _price * 0.1>>
<<set _price = $activeCharacter.ogprice * 0.75 + _pricepercen>>
<<set _price = Math.round10(_price,1)>>
<</if>>
<<if $sell == 0>>
<<include "Unset Passages">>
<<set $Return = 1>>
<<include "Mobile Header">>
Are you sure you want to sell $activeCharacter.name for @@color:lightgreen;💎_price@@? A slave's selling price is based on how many titles you trained them to do, the more they're worth. You'll get even more if you choose to sell them at the auction house instead.
[[Yes|Sell Slave][$sell = 1]] | [[No|Slave Description]]
<<else>>
<<include "Unset Passages">>
<<set $Main = 1>>
<<include "Mobile Header">>
You have sold $activeCharacter.name for @@color:lightgreen;💎_price@@.
<<set $PC.money += _price>>
<<include "Move Slave">>
<</if>><<include "Unset Passages">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<set $Training = 1>>
<<if $activeCharacter.fatigue.physical != $activeCharacter.fatigue.max>>
<<set _basesub = $activeCharacter.submission>>
<<elseif $obediencetitles.includes($activeCharacter.title) || $activeCharacter.obedience.current == 140>>
<<set _basesub = 100>>
<<elseif $activeCharacter.obedience.current < 20 && $activeCharacter.fear.current < 20>>
<<set _basesub = 0>>
<<elseif $activeCharacter.obedience.current < 40 && $activeCharacter.fear.current < 40>>
<<set _basesub = 20>>
<<elseif $activeCharacter.obedience.current < 60 && $activeCharacter.fear.current < 60>>
<<set _basesub = 40>>
<<elseif $activeCharacter.obedience.current < 80 && $activeCharacter.fear.current < 80>>
<<set _basesub = 60>>
<<elseif $activeCharacter.obedience.current < 100 && $activeCharacter.fear.current < 100>>
<<set _basesub = 70>>
<<elseif $activeCharacter.obedience.current < 120>>
<<set _basesub = 80>>
<<elseif $activeCharacter.obedience.current < 140>>
<<set _basesub = 90>>
<</if>>
<<if $activeCharacter.fatigue.physical != $activeCharacter.fatigue.max>>
<<set _basewill = $activeCharacter.will>>
<<elseif $trusttitles.includes($activeCharacter.title) || $activeCharacter.trust.current == 140 || $activeCharacter.fear.current >= 80>>
<<set _basewill = 0>>
<<elseif $activeCharacter.trust.current < 20>>
<<set _basewill = 100>>
<<elseif $activeCharacter.trust.current < 40>>
<<set _basewill = 80>>
<<elseif $activeCharacter.trust.current < 60>>
<<set _basewill = 60>>
<<elseif $activeCharacter.trust.current < 80>>
<<set _basewill = 40>>
<<elseif $activeCharacter.trust.current < 100>>
<<set _basewill = 30>>
<<elseif $activeCharacter.trust.current < 120>>
<<set _basewill = 20>>
<<elseif $activeCharacter.trust.current < 140>>
<<set _basewill = 10>>
<</if>>
<<if !$subtrainingtype>>
<<set $Previous = "Train">>
<<set $LustCount = 0>>
<<set $activeCharacter.submission = _basesub>>
<<set $activeCharacter.will = _basewill>>
<<else>>
<<set $EndTraining = "End Training">>
<</if>>
<<include "Mobile Header">>
<<if $tips.training>>
<<include "Training Tips">>
<</if>>
<<if !$tips.training>>
<<set _tl = $trainingtype + " Training">>
<center><h3>[[_tl|Training Battle][$tips.training = 1]]</h3></center>
<<else>>
<center><h3>$trainingtype Training</h3></center>
<</if>>
<center>
<<include $trainingtype>>
<hr>
<h3>Discipline</h3>
<<include "Rewards">>
<<include "Punishments">>
</center><<if $trainingtype == "Sexual">>\
|stattable|k
| !Will | <<statbar $activeCharacter.will 100>> |
| !Submission | <<statbar $activeCharacter.submission 100>> |
| !Fatigue | <<statbar $activeCharacter.fatigue.physical $activeCharacter.fatigue.max>> |
| !Mood | <<print getMood($activeCharacter)>> |
| !Lust | <<print getLust($activeCharacter.lust)>> |
| !Dominant | <<statbar $activeCharacter.stats.dominant 100>> |
| !Submissive | <<statbar $activeCharacter.stats.submissive 100>> |
| !@@color:#b71c1c;Strumpetry@@ | <<statbar $activeCharacter.stats.strumpetry 100>> |
| !@@color:#004dcf;Masculinity@@ | <<statbar $activeCharacter.stats.masculinity 100>> |
| !@@color:#f78da7;Femininity@@ | <<statbar $activeCharacter.stats.femininity 100>> |
| !@@color:#3A82FF;Sissification@@ | <<statbar $activeCharacter.stats.sissification 100>> |
| !@@color:#ffffff;Focus@@ | !<<statbar $activeCharacter.fatigue.mental $activeCharacter.fatigue.max>> |
<<elseif $trainingtype == "Induce">>\
|stattable|k
| !Will | <<statbar $activeCharacter.will 100>> |
| !Submission | <<statbar $activeCharacter.submission 100>> |
| !Fatigue | <<statbar $activeCharacter.fatigue.physical $activeCharacter.fatigue.max>> |
| !Mood | <<print getMood($activeCharacter)>> |
| !Lust | <<print getLust($activeCharacter.lust)>> |
| !Dominant | <<statbar $activeCharacter.stats.dominant 100>> |
| !Submissive | <<statbar $activeCharacter.stats.submissive 100>> |
| !@@color:#b71c1c;Strumpetry@@ | <<statbar $activeCharacter.stats.strumpetry 100>> |
| !@@color:#004dcf;Masculinity@@ | <<statbar $activeCharacter.stats.masculinity 100>> |
| !@@color:#f78da7;Femininity@@ | <<statbar $activeCharacter.stats.femininity 100>> |
| !@@color:#3A82FF;Sissification@@ | <<statbar $activeCharacter.stats.sissification 100>> |
| !@@color:#ffffff;Focus@@ | !<<statbar $activeCharacter.fatigue.mental $activeCharacter.fatigue.max>> |
<<elseif $trainingtype == "Feminization">>\
|stattable|k
| !Will | <<statbar $activeCharacter.will 100>> |
| !Submission | <<statbar $activeCharacter.submission 100>> |
| !Fatigue | <<statbar $activeCharacter.fatigue.physical $activeCharacter.fatigue.max>> |
| !Mood | <<print getMood($activeCharacter)>> |
| !Lust | <<print getLust($activeCharacter.lust)>> |
| !Dominant | <<statbar $activeCharacter.stats.dominant 100>> |
| !Submissive | <<statbar $activeCharacter.stats.submissive 100>> |
| !@@color:#b71c1c;Strumpetry@@ | <<statbar $activeCharacter.stats.strumpetry 100>> |
| !@@color:#004dcf;Masculinity@@ | <<statbar $activeCharacter.stats.masculinity 100>> |
| !@@color:#f78da7;Femininity@@ | <<statbar $activeCharacter.stats.femininity 100>> |
| !@@color:#3A82FF;Sissification@@ | <<statbar $activeCharacter.stats.sissification 100>> |
| !@@color:#ffffff;Focus@@ | !<<statbar $activeCharacter.fatigue.mental $activeCharacter.fatigue.max>> |
<<elseif $trainingtype == "Femininity">>\
|stattable|k
| !Will | <<statbar $activeCharacter.will 100>> |
| !Submission | <<statbar $activeCharacter.submission 100>> |
| !Fatigue | <<statbar $activeCharacter.fatigue.physical $activeCharacter.fatigue.max>> |
| !Mood | <<print getMood($activeCharacter)>> |
| !Lust | <<print getLust($activeCharacter.lust)>> |
| !Dominant | <<statbar $activeCharacter.stats.dominant 100>> |
| !Submissive | <<statbar $activeCharacter.stats.submissive 100>> |
| !@@color:#b71c1c;Strumpetry@@ | <<statbar $activeCharacter.stats.strumpetry 100>> |
| !@@color:#004dcf;Masculinity@@ | <<statbar $activeCharacter.stats.masculinity 100>> |
| !@@color:#f78da7;Femininity@@ | <<statbar $activeCharacter.stats.femininity 100>> |
| !@@color:#3A82FF;Sissification@@ | <<statbar $activeCharacter.stats.sissification 100>> |
| !@@color:#ffffff;Focus@@ | !<<statbar $activeCharacter.fatigue.mental $activeCharacter.fatigue.max>> |
<<elseif $trainingtype == "Masculinity">>\
|stattable|k
| !Will | <<statbar $activeCharacter.will 100>> |
| !Submission | <<statbar $activeCharacter.submission 100>> |
| !Fatigue | <<statbar $activeCharacter.fatigue.physical $activeCharacter.fatigue.max>> |
| !Mood | <<print getMood($activeCharacter)>> |
| !Lust | <<print getLust($activeCharacter.lust)>> |
| !Dominant | <<statbar $activeCharacter.stats.dominant 100>> |
| !Submissive | <<statbar $activeCharacter.stats.submissive 100>> |
| !@@color:#b71c1c;Strumpetry@@ | <<statbar $activeCharacter.stats.strumpetry 100>> |
| !@@color:#004dcf;Masculinity@@ | <<statbar $activeCharacter.stats.masculinity 100>> |
| !@@color:#f78da7;Femininity@@ | <<statbar $activeCharacter.stats.femininity 100>> |
| !@@color:#3A82FF;Sissification@@ | <<statbar $activeCharacter.stats.sissification 100>> |
| !@@color:#ffffff;Focus@@ | !<<statbar $activeCharacter.fatigue.mental $activeCharacter.fatigue.max>> |
<<elseif $trainingtype == "Strumpetry">>\
|stattable|k
| !Will | <<statbar $activeCharacter.will 100>> |
| !Submission | <<statbar $activeCharacter.submission 100>> |
| !Fatigue | <<statbar $activeCharacter.fatigue.physical $activeCharacter.fatigue.max>> |
| !Mood | <<print getMood($activeCharacter)>> |
| !Lust | <<print getLust($activeCharacter.lust)>> |
| !Dominant | <<statbar $activeCharacter.stats.dominant 100>> |
| !Submissive | <<statbar $activeCharacter.stats.submissive 100>> |
| !@@color:#b71c1c;Strumpetry@@ | <<statbar $activeCharacter.stats.strumpetry 100>> |
| !@@color:#004dcf;Masculinity@@ | <<statbar $activeCharacter.stats.masculinity 100>> |
| !@@color:#f78da7;Femininity@@ | <<statbar $activeCharacter.stats.femininity 100>> |
| !@@color:#3A82FF;Sissification@@ | <<statbar $activeCharacter.stats.sissification 100>> |
| !@@color:#ffffff;Focus@@ | !<<statbar $activeCharacter.fatigue.mental $activeCharacter.fatigue.max>> |
<<elseif $trainingtype == "D/s">>\
|stattable|k
| !Will | <<statbar $activeCharacter.will 100>> |
| !Submission | <<statbar $activeCharacter.submission 100>> |
| !Fatigue | <<statbar $activeCharacter.fatigue.physical $activeCharacter.fatigue.max>> |
| !Mood | <<print getMood($activeCharacter)>> |
| !Lust | <<print getLust($activeCharacter.lust)>> |
| !Dominant | <<statbar $activeCharacter.stats.dominant 100>> |
| !Submissive | <<statbar $activeCharacter.stats.submissive 100>> |
| !@@color:#b71c1c;Strumpetry@@ | <<statbar $activeCharacter.stats.strumpetry 100>> |
| !@@color:#004dcf;Masculinity@@ | <<statbar $activeCharacter.stats.masculinity 100>> |
| !@@color:#f78da7;Femininity@@ | <<statbar $activeCharacter.stats.femininity 100>> |
| !@@color:#3A82FF;Sissification@@ | <<statbar $activeCharacter.stats.sissification 100>> |
| !@@color:#ffffff;Focus@@ | !<<statbar $activeCharacter.fatigue.mental $activeCharacter.fatigue.max>> |
<</if>>\<<include "FTV">>
<<include "Feminization Training">><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<if $activeCharacter.shaved == 0>>
$activeCharacter.name's wild and unkempt body hair is completely unbecoming for someone considered to be a woman. <<print $HisHer[$activeCharacter.gender]>> genital area is in worse condition, completely covering the base of <<print $hisher[$activeCharacter.gender]>> <<print getCock($activeCharacter)>> <<print $circumcised[$activeCharacter.circumcised]>> cock. The state of <<print $hisher[$activeCharacter.gender]>> taint and asshole isn't any better.
<<elseif $activeCharacter.shaved == 1>>
While $activeCharacter.name's body hair is not completely uncouth, the area around <<print $hisher[$activeCharacter.gender]>> <<print getCock($activeCharacter)>> <<print $circumcised[$activeCharacter.circumcised]>> cock is completely covered in hair. <<print $HisHer[$activeCharacter.gender]>> taint and asshole have a lot of hair as well.
<<elseif $activeCharacter.shaved == 2>>
$activeCharacter.name has little to no body hair. It seems like <<print $hisher[$activeCharacter.gender]>> hair is only just growing from the last time it was cut. There is a small amount of stubble around <<print $hisher[$activeCharacter.gender]>> <<print getCock($activeCharacter)>> <<print $circumcised[$activeCharacter.circumcised]>> cock. <<print $HisHer[$activeCharacter.gender]>> taint and asshole have a little stubble as well.
<</if>>
You explain to $activeCharacter.name that <<print $heshe[$activeCharacter.gender]>> needs to be completely shaved.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name vehemently refuses to shave.''@@
<br>
$activeCharacter.name argues that <<print $heshe[$activeCharacter.gender]>> doesn't need to shave because <<print $heshe[$activeCharacter.gender]>> is not a woman. <<print $HeShe[$activeCharacter.gender]>> runs away from you anytime you get near as <<print $heshe[$activeCharacter.gender]>> has no desire to shave <<print $himselfherself[$activeCharacter.gender]>> and definitely doesn't trust you to be anywhere near <<print $hisher[$activeCharacter.gender]>> genitals with any type of blade. The razor you're planning to shave <<print $himher[$activeCharacter.gender]>> with isn't the least bit intimidating. However $activeCharacter.name sees it differently and is actively covering <<print $hisher[$activeCharacter.gender]>> junk with <<print $hisher[$activeCharacter.gender]>> hands so you won't to be able to shave <<print $himher[$activeCharacter.gender]>> properly.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name refuses to shave.''@@
<br>
$activeCharacter.name silently stirs to <<print $himselfherself[$activeCharacter.gender]>> while watching you clean the razor you plan to shave <<print $himher[$activeCharacter.gender]>> with. <<print $HeShe[$activeCharacter.gender]>> has massive reservations about allowing you to shave <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> doesn't trust you enough and <<print $heshe[$activeCharacter.gender]>> is extremely worried about why you want to shave <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> may not know what you have planned exactly, but whatever it is <<print $heshe[$activeCharacter.gender]>> doesn't want anything to do with it. To protect <<print $himselfherself[$activeCharacter.gender]>> <<print $heshe[$activeCharacter.gender]>> has covered <<print $hisher[$activeCharacter.gender]>> genitals with <<print $hisher[$activeCharacter.gender]>> hands.
<<elseif _roll == 3>>
@@color:yellow;''You forceful shave $activeCharacter.name's genital area, taint and asshole.''@@
<br>
$activeCharacter.name immediately refuses to cooperate, cupping <<print $hisher[$activeCharacter.gender]>> genital area in defense. Having no patience for disobedience you make your way for <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> reacts to your movement by retreating until <<print $heshe[$activeCharacter.gender]>> is backed into a corner. <<print $HeShe[$activeCharacter.gender]>> tells you that <<print $heshe[$activeCharacter.gender]>> doesn't want you to shave <<print $himher[$activeCharacter.gender]>>. Unluckily for him, your plans require no input from <<print $himher[$activeCharacter.gender]>>. You push <<print $himher[$activeCharacter.gender]>> hard, knocking <<print $himher[$activeCharacter.gender]>> to the ground and then crouch over <<print $himher[$activeCharacter.gender]>>. You try to unpeel <<print $hisher[$activeCharacter.gender]>> hands from around <<print $hisher[$activeCharacter.gender]>> crotch but <<print $heshe[$activeCharacter.gender]>> doesn't let you. You smirk and put your hand around <<print $hisher[$activeCharacter.gender]>> and start to apply pressure. <<print $HisHer[$activeCharacter.gender]>> eyes pop open in surprise as <<print $heshe[$activeCharacter.gender]>> realizes that you're squeezing <<print $hisher[$activeCharacter.gender]>> balls with <<print $hisher[$activeCharacter.gender]>> own hands. Somehow <<print $heshe[$activeCharacter.gender]>> manages to plead for mercy through the pain. Happy with <<print $hisher[$activeCharacter.gender]>> response you slowly release <<print $himher[$activeCharacter.gender]>> and tell <<print $himher[$activeCharacter.gender]>> to turn around so you can properly shave <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> does so with quietly and shows no signs of resistance.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly allows you to shave <<print $hisher[$activeCharacter.gender]>> genital area, taint and asshole.''@@
<br>
$activeCharacter.name has some reservations about being shaved. <<print $HeShe[$activeCharacter.gender]>> trusts you enough that <<print $heshe[$activeCharacter.gender]>> doesn't think you're going to hurt <<print $himher[$activeCharacter.gender]>> intentionally unless you say so but <<print $heshe[$activeCharacter.gender]>> isn't fond of being treated like a woman. You can tell from the troubled look on <<print $hisher[$activeCharacter.gender]>> face that <<print $heshe[$activeCharacter.gender]>> is thinking about refusing to comply. Ultimately <<print $heshe[$activeCharacter.gender]>> choses to listen to you, probably more scared of being punished than <<print $heshe[$activeCharacter.gender]>> is scared of being treated like a woman instead of a man.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name compliantly allows you to shave <<print $hisher[$activeCharacter.gender]>> genital area, taint and asshole.''@@
<br>
You tell $activeCharacter.name to get on all fours and raise <<print $hisher[$activeCharacter.gender]>> ass up so you can shave <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> obediently follows your orders without question. <<print $HeShe[$activeCharacter.gender]>> is very content to follow your orders and <<print $heshe[$activeCharacter.gender]>> isn't worried about being treated like a girl in the slightest. You can see from the look on <<print $hisher[$activeCharacter.gender]>> face that <<print $heshe[$activeCharacter.gender]>> is fond of the attention you're giving <<print $himher[$activeCharacter.gender]>> as well.
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 1, _roll)>>
<<if _roll >= 3>>
<<set $activeCharacter.shaved = 3>>
<</if>><<set _mood = getMood($activeCharacter)>>
<<set _mood = lowercasecolor(_mood)>>
<<set _scale = $activeCharacter.mood.current>>
<<if _scale < 25>>
@@color:red;''$activeCharacter.name is currently _mood.''@@
<br>
$activeCharacter.name's submission will increase at a ''greatly reduced'' rate for <<print $hisher[$activeCharacter.gender]>> training and discipline.
<<elseif _scale < 50>>
@@color:orange;''$activeCharacter.name is currently _mood.''@@
<br>
$activeCharacter.name's submission will increase at a ''reduced'' rate for <<print $hisher[$activeCharacter.gender]>> training and discipline.
<<elseif _scale < 75>>
@@color:yellow;''$activeCharacter.name is currently _mood.''@@
<br>
$activeCharacter.name's submission will increase at a ''normal'' rate for <<print $hisher[$activeCharacter.gender]>> training and discipline.
<<elseif _scale < 100>>
@@color:greenyellow;''$activeCharacter.name is currently _mood.''@@
<br>
$activeCharacter.name's submission will increase at an ''increased'' rate for <<print $hisher[$activeCharacter.gender]>> training and discipline.
<<elseif _scale == 100>>
@@color:forestgreen;''$activeCharacter.name is currently _mood.''@@
<br>
$activeCharacter.name's submission will increase at a ''greatly increased'' rate for <<print $hisher[$activeCharacter.gender]>> training and discipline.
<</if>><<switch $activeCharacter.lust>>
<<case 1>>
@@color:red;''$activeCharacter.name is currently undersexed.''@@<br>
$activeCharacter.name will be much less inclined to follow your orders. Being undersexed will naturally have negative affects on <<print $hisher[$activeCharacter.gender]>> mood.
<<case 2>>
@@color:orange;''$activeCharacter.name is sexually sated.''@@<br>
$activeCharacter.name will be less inclined to follow your orders. Being undersexed will naturally have negative affects on <<print $hisher[$activeCharacter.gender]>> mood.
<<case 3>>
@@color:yellow;''$activeCharacter.name's lust is at a normal level.''@@<br>
$activeCharacter.name will not have any positive or negative inclinations to follow your orders, nor will <<print $hisher[$activeCharacter.gender]>> mood be affected in any way.
<<case 4>>
@@color:greenyellow;''$activeCharacter.name is currently horny.''@@<br>
$activeCharacter.name will be more inclined to follow your orders. Being horny will naturally have positive affects on <<print $hisher[$activeCharacter.gender]>> mood.
<<case 5>>
@@color:forestgreen;''$activeCharacter.name is currently oversexed.''@@ <br>
$activeCharacter.name will be much more inclined to follow your orders. Being oversexed for too long will have negative affects on <<print $hisher[$activeCharacter.gender]>> mood.
<</switch>>
<<if $LustCount >= 2>>
<br><br>
@@color:red;''$activeCharacter.name mood has been negatively affected by being oversexed too long.''@@
<</if>>
<<if $activeCharacter.lust == 5 && $subtrainingtype && $subtrainingtype != "Waiting">>
<<set $LustCount++>>
<<elseif $activeCharacter.lust != 5>>
<<set $LustCount = 0>>
<</if>>|chart|k
|>|>|>|>| !Punishments |
| ! | !Verbal | !Corporal | !Flagellation | !Degredation |
| Level 1 | [[Threaten|Results][$subtrainingtype = "verbal", $disciplinesubtype = "threaten"]] | [[Slap|Results][$subtrainingtype = "corporal", $disciplinesubtype = "slap"]] | [[Paddling|Results][$subtrainingtype = "flagellation", $disciplinesubtype = "paddling"]] | [[Naked Walk|Results][$subtrainingtype = "degradation", $disciplinesubtype = "naked walk"]] |
| Level 2 | [[Admonish|Results][$subtrainingtype = "verbal", $disciplinesubtype = "admonish"]] | [[Spanking|Results][$subtrainingtype = "corporal", $disciplinesubtype = "spanking"]] | [[Caning|Results][$subtrainingtype = "flagellation", $disciplinesubtype = "caning"]] | [[Public Mouth|Results][$subtrainingtype = "degradation", $disciplinesubtype = "public mouth"]] |
| Level 3 | [[Scold|Results][$subtrainingtype = "verbal", $disciplinesubtype = "scold"]] | [[Beating|Results][$subtrainingtype = "corporal", $disciplinesubtype = "beating"]] | [[Whipping|Results][$subtrainingtype = "flagellation", $disciplinesubtype = "whipping"]] | [[Public Toilet|Results][$subtrainingtype = "degradation", $disciplinesubtype = "public toilet"]] |<<if $activeCharacter.cock.current >= 1 && $activeCharacter.pussy.current >= 1>>\
|chart|k
|>|>|>| !Rewards |
| ! | !Verbal | !Physical | !Sexual |
| Level 1 | [[Promise|Results][$subtrainingtype = "verbal", $disciplinesubtype = "promise"]] | [[Coddle|Results][$subtrainingtype = "physical", $disciplinesubtype = "coddle"]] | [[Sensual Kissing|Results][$subtrainingtype = "sexual", $disciplinesubtype = "sensual kissing"]] |
| Level 2 | [[Encourage|Results][$subtrainingtype = "verbal", $disciplinesubtype = "encourage"]] | [[Massage|Results][$subtrainingtype = "physical", $disciplinesubtype = "massage"]] | [[Fingering|Results][$subtrainingtype = "sexual", $disciplinesubtype = "fingering"]] / [[Handjob|Results][$subtrainingtype = "sexual", $disciplinesubtype = "hj"]] |
| Level 3 | [[Praise|Results][$subtrainingtype = "verbal", $disciplinesubtype = "praise"]] | [[Spa Treatment|Results][$subtrainingtype = "physical", $disciplinesubtype = "spa treatment"]] | [[Cunnilingus|Results][$subtrainingtype = "sexual", $disciplinesubtype = "cun"]] / [[Blowjob|Results][$subtrainingtype = "sexual", $disciplinesubtype = "blowjob"]] |
<<elseif $activeCharacter.cock.current >= 1>>\
|chart|k
|>|>|>| !Rewards |
| ! | !Verbal | !Physical | !Sexual |
| Level 1 | [[Promise|Results][$subtrainingtype = "verbal", $disciplinesubtype = "promise"]] | [[Coddle|Results][$subtrainingtype = "physical", $disciplinesubtype = "coddle"]] | [[Sensual Kissing|Results][$subtrainingtype = "sexual", $disciplinesubtype = "sensual kissing"]] |
| Level 2 | [[Encourage|Results][$subtrainingtype = "verbal", $disciplinesubtype = "encourage"]] | [[Massage|Results][$subtrainingtype = "physical", $disciplinesubtype = "massage"]] | [[Handjob|Results][$subtrainingtype = "sexual", $disciplinesubtype = "hj"]] |
| Level 3 | [[Praise|Results][$subtrainingtype = "verbal", $disciplinesubtype = "praise"]] | [[Spa Treatment|Results][$subtrainingtype = "physical", $disciplinesubtype = "spa treatment"]] | [[Blowjob|Results][$subtrainingtype = "sexual", $disciplinesubtype = "blowjob"]] |
<<elseif $activeCharacter.pussy.current>>\
|chart|k
|>|>|>| !Rewards |
| ! | !Verbal | !Physical | !Sexual |
| Level 1 | [[Promise|Results][$subtrainingtype = "verbal", $disciplinesubtype = "promise"]] | [[Coddle|Results][$subtrainingtype = "physical", $disciplinesubtype = "coddle"]] | [[Sensual Kissing|Results][$subtrainingtype = "sexual", $disciplinesubtype = "sensual kissing"]] |
| Level 2 | [[Encourage|Results][$subtrainingtype = "verbal", $disciplinesubtype = "encourage"]] | [[Massage|Results][$subtrainingtype = "physical", $disciplinesubtype = "massage"]] | [[Fingering|Results][$subtrainingtype = "sexual", $disciplinesubtype = "fingering"]] |
| Level 3 | [[Praise|Results][$subtrainingtype = "verbal", $disciplinesubtype = "praise"]] | [[Spa Treatment|Results][$subtrainingtype = "physical", $disciplinesubtype = "spa treatment"]] | [[Cunnilingus|Results][$subtrainingtype = "sexual", $disciplinesubtype = "cun"]] |
<</if>>\<<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
$activeCharacter.name needs to go through proper gender training for <<print $himher[$activeCharacter.gender]>> to be turned into a proper sissy. To achieve this you have $activeCharacter.name repeat simple statements that refer to <<print $himher[$activeCharacter.gender]>> in the third person as a woman (eg. '$activeCharacter.name is a very pretty girl. She makes sure to be well shaven for her master.'). Whenever <<print $heshe[$activeCharacter.gender]>> fails to repeat the statements properly you administer a small shock to <<print $himher[$activeCharacter.gender]>> using an thunder enchanted cane. If done repeatedly, it can help to get $activeCharacter.name to start thinking of <<print $himselfherself[$activeCharacter.gender]>> as a woman.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name refuses to repeat any parts of the statements you give <<print $himher[$activeCharacter.gender]>>.''@@
<br>
$activeCharacter.name doesn't even try to attempt repeating any of the statements you give him, stating that <<print $heshe[$activeCharacter.gender]>> doesn't see <<print $himselfherself[$activeCharacter.gender]>> as a slave and <<print $heshe[$activeCharacter.gender]>> definitely doesn't see <<print $himselfherself[$activeCharacter.gender]>> as a woman. With every statement <<print $heshe[$activeCharacter.gender]>> refuses to repeat you poke and prod <<print $himher[$activeCharacter.gender]>> with your thunder enchanted cane, sending <<print $himher[$activeCharacter.gender]>> screaming and convulsing to the ground multiple times. It seems to have no affect on <<print $himher[$activeCharacter.gender]>> though, as every time <<print $heshe[$activeCharacter.gender]>> gets back up <<print $heshe[$activeCharacter.gender]>> still refuses to repeat any of the statements that you give <<print $himher[$activeCharacter.gender]>>.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name amends the statements by using male pronouns instead of female ones.''@@
<br>
$activeCharacter.name doesn't attempt repeating the first statement you give <<print $himher[$activeCharacter.gender]>>. Instead, <<print $heshe[$activeCharacter.gender]>> watches you for your reaction. When you reach for the thunder enchanted cane, <<print $heshe[$activeCharacter.gender]>> begins to start speaking. <<print $HeShe[$activeCharacter.gender]>> repeats your statements almost exactly word for word, except <<print $heshe[$activeCharacter.gender]>> uses male pronouns in the place of the female ones. You immediately shock <<print $himher[$activeCharacter.gender]>> with the cane, sending <<print $himher[$activeCharacter.gender]>> tumbling to the ground with a high-pitched yelp. When <<print $heshe[$activeCharacter.gender]>> recovers, you give <<print $himher[$activeCharacter.gender]>> another statement but <<print $heshe[$activeCharacter.gender]>> continues to replace all the pronouns. No matter how many times you shock <<print $himher[$activeCharacter.gender]>> for <<print $hisher[$activeCharacter.gender]>> purposeful errors, <<print $heshe[$activeCharacter.gender]>> continues to do the same thing.
<<elseif _roll == 3>>
@@color:yellow;''$activeCharacter.name repeats your statements properly after some corrective discipline.''@@
<br>
$activeCharacter.name refuses to be compliant. For the first few statements <<print $heshe[$activeCharacter.gender]>> is completely silent; a few corrective taps from your thunder enchanted cane gets <<print $himher[$activeCharacter.gender]>> to start speaking. Then <<print $heshe[$activeCharacter.gender]>> begins to purposefully butcher the statements given to <<print $himher[$activeCharacter.gender]>> by repeating them completely incorrectly. A few more corrective taps finally gets <<print $himher[$activeCharacter.gender]>> to start repeating the statements you give <<print $himher[$activeCharacter.gender]>> verbatim. Still, you can tell from the look on <<print $hisher[$activeCharacter.gender]>> face that <<print $heshe[$activeCharacter.gender]>> isn't happy about doing this at all. <<print $HeShe[$activeCharacter.gender]>> is only doing it to prevent <<print $himselfherself[$activeCharacter.gender]>> from being punished but as long as you get <<print $himher[$activeCharacter.gender]>> to repeat the words the training will work eventually.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name actively repeats the statements given to <<print $himher[$activeCharacter.gender]>> with few errors.''@@
<br>
$activeCharacter.name doesn't argue against your orders and instead genuinely tries gender training. <<print $HisHer[$activeCharacter.gender]>> first few attempts are without error but as soon as you increase the difficulty <<print $hisher[$activeCharacter.gender]>> answers are riddled with mistakes. Instead of having <<print $himher[$activeCharacter.gender]>> just repeat whatever you say, you tell <<print $himher[$activeCharacter.gender]>> to use female pronouns in place of whichever ones you use. You start off with a few statements already amended with female pronouns and then switch to one with male pronouns. Every time it catches $activeCharacter.name off guard you prod <<print $himher[$activeCharacter.gender]>> with the thunder enchanted cane. Each time <<print $heshe[$activeCharacter.gender]>> gets punished <<print $heshe[$activeCharacter.gender]>> takes <<print $hisher[$activeCharacter.gender]>> time repeating the statements, actively making sure to replace the pronouns with female ones.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name breezes through gender training.''@@
<br>
$activeCharacter.name not only completes <<print $hisher[$activeCharacter.gender]>> gender training without any complaints, <<print $heshe[$activeCharacter.gender]>> does so very efficiently. <<print $HeShe[$activeCharacter.gender]>> repeats every statement you give <<print $himher[$activeCharacter.gender]>> with ease and no error. You give <<print $himher[$activeCharacter.gender]>> statements with male pronouns and tell <<print $himher[$activeCharacter.gender]>> to properly amend them with female pronouns and <<print $heshe[$activeCharacter.gender]>> does so naturally. <<print $HeShe[$activeCharacter.gender]>> does make small errors here and there, prompting you to prod <<print $himher[$activeCharacter.gender]>> with the thunder enchanted cane but for the most part, the training goes really well for $activeCharacter.name.
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _roll2 = random(1,4)>>
Social training is an important part of the feminization process for sissies. There are many facets in which you plan to train $activeCharacter.name socially. Any profane language in <<print $hisher[$activeCharacter.gender]>> vocabulary will be banned in public, <<print $hisher[$activeCharacter.gender]>> posture must be perfect, <<print $heshe[$activeCharacter.gender]>> must display proper etiquette around the table, <<print $heshe[$activeCharacter.gender]>> has to be polite and <<print $heshe[$activeCharacter.gender]>> must submissive at all times. Basically, you'll be training <<print $himher[$activeCharacter.gender]>> to be a prim and proper lady while in the public company of others.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name completely rejects the notion that <<print $heshe[$activeCharacter.gender]>> should be more ladylike.''@@
<br>
<<switch _roll2>>
<<case 1>>
You begin training by trying to get $activeCharacter.name to remove some of the more vulgar words from <<print $hisher[$activeCharacter.gender]>> vocabulary. You give <<print $himher[$activeCharacter.gender]>> a few replacement phrases and words but <<print $heshe[$activeCharacter.gender]>> just ends up cursing more than <<print $heshe[$activeCharacter.gender]>> usually does. You wash <<print $hisher[$activeCharacter.gender]>> mouth with some soap every time <<print $heshe[$activeCharacter.gender]>> curses but it doesn't seem to deter <<print $himher[$activeCharacter.gender]>> from swearing.
<<case 2>>
You try to get $activeCharacter.name to practice proper standing, sitting and walking postures but <<print $heshe[$activeCharacter.gender]>> ignores all your instructions. You use quick yet firm flicks of a crop on <<print $hisher[$activeCharacter.gender]>> body where <<print $hisher[$activeCharacter.gender]>> posture is lacking in an attempt to get <<print $himher[$activeCharacter.gender]>> to posture properly but <<print $heshe[$activeCharacter.gender]>> slumps back to normal right away.
<<case 3>>
You have $activeCharacter.name practice <<print $hisher[$activeCharacter.gender]>> etiquette around the table. You explain to <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> must be modest at all times while eating and that <<print $heshe[$activeCharacter.gender]>> must use <<print $hisher[$activeCharacter.gender]>> utensils properly. All your words seem to fall on deaf ears as <<print $heshe[$activeCharacter.gender]>> gobbles down <<print $hisher[$activeCharacter.gender]>> food uncouthly as soon as its put in front of <<print $himher[$activeCharacter.gender]>>. You try to get <<print $himher[$activeCharacter.gender]>> to eat more slowly by spicing up <<print $hisher[$activeCharacter.gender]>> food but <<print $heshe[$activeCharacter.gender]>> makes a point of eating just as fast anyways.
<<case 4>>
You bring $activeCharacter.name outside to socialize with people on the streets. Before you brought <<print $himher[$activeCharacter.gender]>> outside, you reminded <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> must be demure but polite to everyone <<print $heshe[$activeCharacter.gender]>> talks with. As soon as you get outside, $activeCharacter.name acts completely different than what you coached <<print $himher[$activeCharacter.gender]>> to do. Anytime you get someone to talk to <<print $himher[$activeCharacter.gender]>>, <<print $heshe[$activeCharacter.gender]>> completely ignores them. You allow each person to flog <<print $hisher[$activeCharacter.gender]>> ass once if they feel slighted, but it doesn't actually affect how $activeCharacter.name acts around others.
<</switch>>
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name shows no interest in <<print $hisher[$activeCharacter.gender]>> social training.''@@
<br>
<<switch _roll2>>
<<case 1>>
$activeCharacter.name ignores any initiative you make at trying to get <<print $himher[$activeCharacter.gender]>> to use more polite words. <<print $HeShe[$activeCharacter.gender]>> isn't cursing aggressively in response being social trained but at the same time <<print $heshe[$activeCharacter.gender]>> isn't responding to it at all.
<<case 2>>
$activeCharacter.name doesn't respond to your attempts to fix <<print $hisher[$activeCharacter.gender]>> posture. <<print $HeShe[$activeCharacter.gender]>> completely ignores your corrections and sits, stand and walks the exact same way no matter what you say.
<<case 3>>
$activeCharacter.name eats however <<print $heshe[$activeCharacter.gender]>> pleases with whatever utensil <<print $heshe[$activeCharacter.gender]>> pleases. You try to coach <<print $himher[$activeCharacter.gender]>> on which utensils to eat with and how to eat with grace but <<print $heshe[$activeCharacter.gender]>> pays you no mind. <<print $HeShe[$activeCharacter.gender]>> isn't interested in being social trained in the slightest.
<<case 4>>
For $activeCharacter.name's social training you decide to bring <<print $himher[$activeCharacter.gender]>> outside and have <<print $himher[$activeCharacter.gender]>> interact with the people on the street. You give <<print $himher[$activeCharacter.gender]>> a basket full of fruit, tell <<print $himher[$activeCharacter.gender]>> <<print $heshe[$activeCharacter.gender]>> must politely offer them to passers-by and that when <<print $heshe[$activeCharacter.gender]>> has no more fruit in the basket the training is over. Your words seem to completely go though $activeCharacter.name's ears as <<print $heshe[$activeCharacter.gender]>> walks up to people and aggressively tries to hand them out to get rid of them as fast as possible. When <<print $heshe[$activeCharacter.gender]>> comes back with an empty basket.
<</switch>>
<<elseif _roll == 3>>
@@color:yellow;''$activeCharacter.name is forcibly made to complete <<print $hisher[$activeCharacter.gender]>> social training properly.''@@
<br>
<<switch _roll2>>
<<case 1>>
Before you even begin the lesson you grab some soap and begin scrubbing out $activeCharacter.name's mouth. <<print $HeShe[$activeCharacter.gender]>> complains and tries to fight back but you just scrub harder in reaction. When <<print $heshe[$activeCharacter.gender]>> finally settles down, you have <<print $himher[$activeCharacter.gender]>> explain how <<print $heshe[$activeCharacter.gender]>> feels using select phrases that <<print $heshe[$activeCharacter.gender]>> gives you. Knowing that you aren't afraid to punish <<print $himher[$activeCharacter.gender]>> for no reason, <<print $heshe[$activeCharacter.gender]>> makes sure to use the phrases you give <<print $himher[$activeCharacter.gender]>>.
<<case 2>>
You plan to work on $activeCharacter.name's posture but <<print $heshe[$activeCharacter.gender]>> isn't being compliant. Instead of lashing <<print $himher[$activeCharacter.gender]>> with a crop whenever <<print $heshe[$activeCharacter.gender]>> fails to follow your instructions, you lay into whatever part of <<print $hisher[$activeCharacter.gender]>> body you feel offends proper posture. At this point <<print $heshe[$activeCharacter.gender]>> couldn't even stand lay down properly if <<print $heshe[$activeCharacter.gender]>> wanted to but you still have <<print $himher[$activeCharacter.gender]>> practice <<print $hisher[$activeCharacter.gender]>> posture anyways. <<print $HeShe[$activeCharacter.gender]>> does so earnestly, afraid of anymore punishment. While <<print $hisher[$activeCharacter.gender]>> muscle memory for good posture is not being developed, <<print $heshe[$activeCharacter.gender]>> has accepted doing <<print $hisher[$activeCharacter.gender]>> social training.
<<case 3>>
Every time you try to explain how to use utensils or scold <<print $himher[$activeCharacter.gender]>> for eating improperly, $activeCharacter.name completely ignores you. Its like your words go out one ear and out the next. You decide to completely micromanage all of <<print $hisher[$activeCharacter.gender]>> movements with the use of a crop. Every time <<print $heshe[$activeCharacter.gender]>> reaches for the wrong utensil, you lash <<print $hisher[$activeCharacter.gender]>> hand harshly with the crop. Anytime <<print $heshe[$activeCharacter.gender]>> starts eating to fast you give <<print $himher[$activeCharacter.gender]>> a quick lash against <<print $hisher[$activeCharacter.gender]>> cheek. Eventually $activeCharacter.name just follows your orders out of fear of being hit.
<<case 4>>
You bring $activeCharacter.name outside for some interactive social training. You get <<print $himher[$activeCharacter.gender]>> to interact with people in a multitude of ways but <<print $heshe[$activeCharacter.gender]>> is never polite like you've coached <<print $himher[$activeCharacter.gender]>> to be. You strip and spank <<print $hisher[$activeCharacter.gender]>> bare bottom every time <<print $heshe[$activeCharacter.gender]>>'s difficult, causing <<print $himher[$activeCharacter.gender]>> to feel greatly ashamed. After the first few times <<print $heshe[$activeCharacter.gender]>> smartens up and begins behaving appropriately.
<</switch>>
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly does <<print $hisher[$activeCharacter.gender]>> social training.''@@
<br>
<<switch _roll2>>
<<case 1>>
You give $activeCharacter.name a few words and phrases to replace some of <<print $hisher[$activeCharacter.gender]>> old, more crude vocabulary. You have <<print $himher[$activeCharacter.gender]>> express <<print $hisher[$activeCharacter.gender]>> feelings on an assortment of things using <<print $hisher[$activeCharacter.gender]>> new vocabulary and <<print $heshe[$activeCharacter.gender]>> does so gingerly. <<print $HeShe[$activeCharacter.gender]>> makes a few mistakes but at least <<print $heshe[$activeCharacter.gender]>> attempted the training in earnest.
<<case 2>>
After coaching $activeCharacter.name on <<print $hisher[$activeCharacter.gender]>> posture <<print $heshe[$activeCharacter.gender]>> cautiously attempts to follow your advice. <<print $HisHer[$activeCharacter.gender]>> hesitation shows in <<print $hisher[$activeCharacter.gender]>> posture, which you reprimand <<print $himher[$activeCharacter.gender]>> for, but overall <<print $heshe[$activeCharacter.gender]>> is showing good progress.
<<case 3>>
You explain proper utensil usage and etiquette around the table to $activeCharacter.name and <<print $heshe[$activeCharacter.gender]>> seems to take it all in seriously. Before using a utensil <<print $heshe[$activeCharacter.gender]>> takes a few seconds to remember which is which and often has to stop <<print $himselfherself[$activeCharacter.gender]>> from eating too quickly.
<<case 4>>
You have $activeCharacter.name go outside and interact with people on the street. <<print $HeShe[$activeCharacter.gender]>> isn't eager to do <<print $hisher[$activeCharacter.gender]>> social training outside but does so with little complaint. <<print $HeShe[$activeCharacter.gender]>> tries to be polite an demure while talking to others though <<print $heshe[$activeCharacter.gender]>> sometimes comes off creepy instead.
<</switch>>
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name does well in <<print $hisher[$activeCharacter.gender]>> social training, and does so of <<print $hisher[$activeCharacter.gender]>> own free will.''@@
<br>
<<switch _roll2>>
<<case 1>>
You give $activeCharacter.name a few new phrases and words to use in <<print $hisher[$activeCharacter.gender]>> vocabulary that befit a well-spoken lady. $activeCharacter.name takes them and runs with them, using them correctly and easily as if <<print $heshe[$activeCharacter.gender]>> had been using them <<print $hisher[$activeCharacter.gender]>> whole life.
<<case 2>>
You coach $activeCharacter.name on <<print $hisher[$activeCharacter.gender]>> posture. <<print $HeShe[$activeCharacter.gender]>> follows your instruction as closely as possible and constantly asks you for constructive criticism.
<<case 3>>
You teach $activeCharacter.name proper utensil usage and etiquette around the table. <<print $HeShe[$activeCharacter.gender]>> listens to your words carefully and actively attempts to incorporate what you've told <<print $himher[$activeCharacter.gender]>> to <<print $hisher[$activeCharacter.gender]>> behavior around the table.
<<case 4>>
You bring $activeCharacter.name outside so <<print $heshe[$activeCharacter.gender]>> can interact with the people on the street. You coach <<print $himher[$activeCharacter.gender]>> on how to be polite and reserved while talking to anyone. $activeCharacter.name follows your orders perfectly, seemingly as if <<print $heshe[$activeCharacter.gender]>> has been doing this <<print $hisher[$activeCharacter.gender]>> whole life.
<</switch>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 1, _roll)>><<include "Unset Passages">>
<<set $Continue = "Main Menu">>
<<set $Training = 1>>
<<unset $subtrainingtype>>
<<include "Mobile Header">>
<center><h3>Training Report</h3></center>
<<set _oldObedience = getObedience($activeCharacter.obedience.current)>>
<<set _oldObedienceNum = $activeCharacter.obedience.current>>
<<set _oldFear = getFear($activeCharacter.fear.current)>>
<<set _oldFearNum = $activeCharacter.fear.current>>
<<set _oldTrust = getTrust($activeCharacter.trust.current)>>
<<set _oldTrustNum = $activeCharacter.trust.current>>
<<set _oldAffection = getAffection($activeCharacter.affection.current)>>
<<set _oldAffectionNum = $activeCharacter.affection.current>>
<<set _oldHate = getHate($activeCharacter.hate.current)>>
<<set _oldHateNum = $activeCharacter.hate.current>>
<<run updateObedience($activeCharacter)>>
<<run updateTrust($activeCharacter)>>
<<run updateFear($activeCharacter)>>
<<run updateAffection($activeCharacter)>>
<<run updateHate($activeCharacter)>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _obedienceNum = $activeCharacter.obedience.current>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _fearNum = $activeCharacter.fear.current>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _trustNum = $activeCharacter.trust.current>>
<<set _affection = getAffection($activeCharacter.affection.current)>>
<<set _affectionNum = $activeCharacter.affection.current>>
<<set _hate = getHate($activeCharacter.hate.current)>>
<<set _hateNum = $activeCharacter.hate.current>>
<<if $cheats.includes("energyWell")>>
<<set $PC.energy.current = $PC.energy.max>>
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<</if>>
<<if $activeCharacter.lust >= 4>>
<<set $activeCharacter.lust-->>
<</if>>
<<if $activeCharacter.mood == 5>>
<<set $activeCharacter.mood-->>
<</if>>
<<if $feartitles.includes($activeCharacter.title)>>
<<set $activeCharacter.submission = $activeCharacter.submission>>
<<else>>
<<set $activeCharacter.submission = Math.round($activeCharacter.submission*0.8)>>
<</if>>
<<if $cheats.includes("energyWell")>>
<<set $activeCharacter.fatigue.physical = $activeCharacter.fatigue.max>>
<<else>>
<<set $activeCharacter.fatigue.physical = $activeCharacter.fatigue.max-1>>
<</if>>
<<if _oldObedienceNum < _obedienceNum>>
''@@color:greenyellow;$activeCharacter.name's obedience to you has increased.@@''
<<elseif _oldObedienceNum > _obedienceNum>>
''@@color:red;$activeCharacter.name's obedience to you has decreased.@@''
<<else>>
''@@color:gray;$activeCharacter.name's obedience to you has not changed.@@''
<</if>>
<br>
<<if _oldObedience != _obedience>>
$activeCharacter.name's obedience level has changed from ''_oldObedience'' to ''_obedience''.
<<else>>
$activeCharacter.name's obedience level has remained ''_obedience''.
<</if>>
<br><br>
<<if _oldFearNum > _fearNum>>
''@@color:greenyellow;$activeCharacter.name's fear of you has decreased.@@''
<<elseif _oldFearNum < _fearNum>>
''@@color:red;$activeCharacter.name's fear of you has increased.@@''
<<else>>
''@@color:gray;$activeCharacter.name's fear of you has not changed.@@''
<</if>>
<br>
<<if _oldFear != _fear>>
$activeCharacter.name's fear level has changed from ''_oldFear'' to ''_fear''.
<<else>>
$activeCharacter.name's fear level has remained ''_fear''.
<</if>>
<br><br>
<<if _oldTrustNum < _trustNum>>
''@@color:greenyellow;$activeCharacter.name's trust has increased.@@''
<<elseif _oldTrustNum > _trustNum>>
''@@color:red;$activeCharacter.name's trust has decreased.@@''
<<else>>
''@@color:gray;$activeCharacter.name's trust has not changed.@@''
<</if>>
<br>
<<if _oldTrust != _trust>>
$activeCharacter.name's trust level has changed from ''_oldTrust'' to ''_trust''.
<<else>>
$activeCharacter.name's trust level has remained ''_trust''.
<</if>>
<br><br>
<<if _oldAffectionNum < _affectionNum>>
''@@color:forestgreen;$activeCharacter.name's affection has increased.@@''
<<elseif _oldAffectionNum > _affectionNum>>
''@@color:red;$activeCharacter.name's affection has decreased.@@''
<<else>>
''@@color:yellow;$activeCharacter.name's affection has not changed.@@''
<</if>>
<br>
<<if _oldAffection != _affection>>
$activeCharacter.name's affection level has changed from ''_oldAffection'' to ''_affection''.
<<else>>
$activeCharacter.name's affection level has remained as ''_affection''.
<</if>>
<br><br>
<<if _oldHateNum < _hateNum>>
''@@color:forestgreen;$activeCharacter.name's hate has increased.@@''
<<elseif _oldHateNum > _hateNum>>
''@@color:red;$activeCharacter.name's hate has decreased.@@''
<<else>>
''@@color:yellow;$activeCharacter.name's hate has not changed.@@''
<</if>>
<br>
<<if _oldHate != _hate>>
$activeCharacter.name's hate level has changed from ''_oldHate'' to ''_hate''.
<<else>>
$activeCharacter.name's hate level has remained as ''_hate''.
<</if>>
<br><br>
<<displayMood $activeCharacter>>
<<run updateTitles($activeCharacter)>>
<<if $activeCharacter.update.length >= 1>>
<br><br>
<<include "Slave Update">>
<</if>>
<<saveSlave $activeCharacter>><center><h3>[[Training Tips|Training Battle][$tips.training = 0]]</h3></center>
<<if $activeCharacter.title == "Confident Slave">>
<<displayTitle $activeCharacter.title "text" "$activeCharacter.name’s active title is $activeCharacter.title. This title increases submission retention after a training session.">> <br><br>
<<elseif $activeCharacter.title == "Loyal Slave">>
<<displayTitle $activeCharacter.title "text" "$activeCharacter.name’s active title is $activeCharacter.title. This title grants a boost in submission for the first training session of the week.">> <br><br>
<<elseif $activeCharacter.title == "Trustful Slave">>
<<displayTitle $activeCharacter.title "text" "$activeCharacter.name’s active title is $activeCharacter.title. This title decreases the amount of will possessed for the first training session of the week.">> <br><br>
<b>@@color:forestgreen;@@</b>
<<elseif $activeCharacter.title == "Perfect Slave">>
<<displayTitle $activeCharacter.title "text" "$activeCharacter.name’s active title is $activeCharacter.title. This title increases submission retention after a training session, a boost in submission for the first training session of the week and decreases the amount of will possessed for the first training session of the week.">> <br><br>
<</if>>
The goal of sexual training is to raise a slave's submission as high as possible so you can successfully train him or her.
<<if $trainingtype == "feminization">>
A slave's sissification status will rise upon successful training sessions.
<</if>>
<br><br>
Using different rewards and punishments, you can affect a slave's mood, lust and submission. Low level rewards affect a slave's mood more than submission, while high level rewards affect submission more than mood. Punishments give a lot of submission but will lower the mood of the slave. The lower the level of the punishment, the less affect it will have on a slave's mood and submission. Sexual rewards affect lust instead of mood but they only give a small amount of submission.
<br><br>
<b>Tips;</b>
<ul>
<li>The affectiveness of punishments and rewards vary depending on slave personality and obedience.</li>
<li>A slave with a lot of <b>trust</b> will start with a lot of <b>will</b>.</li>
<li>A slave with a lot of <b>OBEDIENCE</b> or <b>FEAR</b> will start off with some <b>submission</b>.</li>
<li>Each session you start off with 5 turns, but every subsequent session for that slave during the same week will start you off with 4 turns.</li>
<li><b>Will</b> resets at the end of the week. A willful slave will require multiple training sessions per week.</li>
<li>You keep some <b>submission</b> going into subsequent training sessions, but it will reset at the end of the week.</li>
</ul>
<hr><<include "STV">>
<<include "Sexual Training">><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
Training a sissy to act properly isn't the only important part of feminization. They must be able to look the part as well, making cross-dressing one of the most important facets to sissification. You must make sure $activeCharacter.name not only is comfortable wearing women clothes and undergarments, <<print $heshe[$activeCharacter.gender]>> must also be able to properly dress <<print $himselfherself[$activeCharacter.gender]>> as well.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name completely refuses to wear any female clothing.''@@
<br>
$activeCharacter.name tries to rip or throw away any female clothing you give <<print $himher[$activeCharacter.gender]>>. Not only is <<print $heshe[$activeCharacter.gender]>> not interested in female clothing, <<print $heshe[$activeCharacter.gender]>> seems offended that you would even suggest that <<print $heshe[$activeCharacter.gender]>> wear them.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name isn't interested in wearing female clothing.''@@
<br>
You give $activeCharacter.name some basic female garbs and underwear to put on. <<print $HeShe[$activeCharacter.gender]>> firmly states that <<print $heshe[$activeCharacter.gender]>> has no desire to wear any type of female clothing because <<print $heshe[$activeCharacter.gender]>> is a man.
<<elseif _roll == 3>>
@@color:yellow;''You force $activeCharacter.name to wear female clothing.''@@
<br>
You give $activeCharacter.name some female clothes to wear but <<print $heshe[$activeCharacter.gender]>> doesn't want to put them on. Unamused by <<print $hisher[$activeCharacter.gender]>> disobedience, you forcibly pin <<print $himher[$activeCharacter.gender]>> down and rip the clothes off <<print $hisher[$activeCharacter.gender]>> back. Having no choice but to wear the clothes you give <<print $himher[$activeCharacter.gender]>> or go naked, <<print $heshe[$activeCharacter.gender]>> wears them.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly wears the female clothing you give <<print $himher[$activeCharacter.gender]>>.''@@
<br>
$activeCharacter.name takes any clothes that you give <<print $himher[$activeCharacter.gender]>> to wear. Its clear from the look on <<print $hisher[$activeCharacter.gender]>> face that <<print $heshe[$activeCharacter.gender]>> isn't happy about wearing them but <<print $heshe[$activeCharacter.gender]>> doesn't want to face any kind of punishment for refusing them.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name models the women clothing you give <<print $himher[$activeCharacter.gender]>> without complaint.''@@
<br>
You give $activeCharacter.name some women clothing to wear and <<print $heshe[$activeCharacter.gender]>> obediently wears them. <<print $HeShe[$activeCharacter.gender]>> does so resolutely, putting them on simply because you say so and <<print $heshe[$activeCharacter.gender]>> also makes sure to fashion them properly on <<print $himselfherself[$activeCharacter.gender]>>.
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
You plan to make $activeCharacter.name wear a butt-plug for a week.
<<if $activeCharacter.gape == 100>>
$activeCharacter.name's asshole is pretty much stretched to the maximum it can be without damaging <<print $hisher[$activeCharacter.gender]>> anal sphincter. At this point, making <<print $himher[$activeCharacter.gender]>> wear a butt-plug this week is more about reinforcing the idea that <<print $hisher[$activeCharacter.gender]>> ass is to be used as you see fit.
<<elseif $activeCharacter.gape >= 60>>
$activeCharacter.name's asshole is gaping and can pretty much accommodate any size intrusion but it can still be stretched a little bit more.
<<elseif $activeCharacter.gape >= 40>>
To keep $activeCharacter.name's asshole loose, you decide to put a large butt-plug up <<print $hisher[$activeCharacter.gender]>> ass. It still has quite a ways to go before its can fit almost anything in there but as of now as long as <<print $heshe[$activeCharacter.gender]>> uses lube <<print $heshe[$activeCharacter.gender]>> can accommodate people of any size.
<<elseif $activeCharacter.gape >= 20>>
$activeCharacter.name's asshole has seen some use but its still quite tight. Using a medium sized butt-plug, you plan to stretch <<print $hisher[$activeCharacter.gender]>> asshole even more.
<<elseif $activeCharacter.gape >= 0>>
$activeCharacter.name's asshole is very tight and can barely fit a small butt-plug in it. As long as you can get <<print $himher[$activeCharacter.gender]>> to wear it, <<print $heshe[$activeCharacter.gender]>>'ll loosen up quickly and you'll be able to start using bigger plugs.
<</if>>
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name vehemently refuses to let you put anything up <<print $hisher[$activeCharacter.gender]>> butt.''@@
<br>
You try to insert a butt-plug into $activeCharacter.name's ass but <<print $heshe[$activeCharacter.gender]>> actively fights off every attempt you make. <<print $HeShe[$activeCharacter.gender]>> makes it very clear that <<print $heshe[$activeCharacter.gender]>> is a man and does not appreciate you trying to change that.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name doesn't agree to putting a butt-plug up <<print $hisher[$activeCharacter.gender]>> ass.''@@
<br>
$activeCharacter.name tells you that <<print $heshe[$activeCharacter.gender]>> won't let you put a butt-plug up <<print $hisher[$activeCharacter.gender]>> ass, and if you somehow are able to do it that <<print $heshe[$activeCharacter.gender]>>'ll just take it out right away. <<print $HeShe[$activeCharacter.gender]>> is still very attached to the idea of being a man.
<<elseif _roll == 3>>
@@color:yellow;''You forcibly shove a butt-plug up $activeCharacter.name's ass.''@@
<br>
You force $activeCharacter.name onto <<print $hisher[$activeCharacter.gender]>> hands and knees, pull down <<print $hisher[$activeCharacter.gender]>> pants and then forcefully insert the butt-plug into <<print $hisher[$activeCharacter.gender]>> waiting asshole with no lube.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly lets you put a butt-plug up <<print $hisher[$activeCharacter.gender]>> ass.''@@
<br>
$activeCharacter.name doesn't want the insertion of the plug to be any less painful than it needs to be so <<print $heshe[$activeCharacter.gender]>> allows you to do it with little complaint. Since <<print $heshe[$activeCharacter.gender]>> is compliant, you lube <<print $himher[$activeCharacter.gender]>> and the plug before inserting it.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name puts the butt-plug up <<print $hisher[$activeCharacter.gender]>> ass <<print $himselfherself[$activeCharacter.gender]>>.''@@
<br>
You don't even have to put the plug into $activeCharacter.name's ass. <<print $HeShe[$activeCharacter.gender]>> gets the plug, lubes <<print $himselfherself[$activeCharacter.gender]>> and the plug and inserts it all on <<print $hisher[$activeCharacter.gender]>> own.
<</if>>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("anus", $activeCharacter, _roll)>>
<<print increaseGape($activeCharacter, _roll*2)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
Having $activeCharacter.name wear a chastity cage reinforces the idea that <<print $heshe[$activeCharacter.gender]>> is not to receive pleasure from <<print $hisher[$activeCharacter.gender]>> cock but from <<print $hisher[$activeCharacter.gender]>> asspussy instead. It also helps <<print $himher[$activeCharacter.gender]>> understand that you're in control of <<print $hisher[$activeCharacter.gender]>> body, not <<print $himher[$activeCharacter.gender]>>.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name struggles too much for you to be able to put on the chastity cage.''@@
<br>
$activeCharacter.name fights you every time you get near <<print $himher[$activeCharacter.gender]>> with the chastity cage. <<print $HeShe[$activeCharacter.gender]>> is very against of the idea of not being able to use <<print $hisher[$activeCharacter.gender]>> dick as <<print $heshe[$activeCharacter.gender]>> pleases. You explain that if <<print $heshe[$activeCharacter.gender]>> wants pleasure <<print $heshe[$activeCharacter.gender]>> can use <<print $hisher[$activeCharacter.gender]>> asspussy but <<print $heshe[$activeCharacter.gender]>> states clearly that <<print $heshe[$activeCharacter.gender]>> has no plans to do so as <<print $heshe[$activeCharacter.gender]>> is a man, not a woman.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name is against you putting a chastity cage on <<print $himher[$activeCharacter.gender]>>.''@@
<br>
You try to put the chastity cage on $activeCharacter.name but <<print $heshe[$activeCharacter.gender]>> constantly complains and runs. <<print $HeShe[$activeCharacter.gender]>> tells you that <<print $heshe[$activeCharacter.gender]>> will not allow you to be in control of <<print $hisher[$activeCharacter.gender]>> body and orgasms. You explain that <<print $heshe[$activeCharacter.gender]>> can still find pleasure anytime <<print $heshe[$activeCharacter.gender]>> wants through <<print $hisher[$activeCharacter.gender]>> ass, but it doesn't change <<print $hisher[$activeCharacter.gender]>> mind in the slightest.
<<elseif _roll == 3>>
@@color:yellow;''You put a chastity cage on $activeCharacter.name through use of force.''@@
<br>
You attempt to put the chastity cage on $activeCharacter.name but <<print $heshe[$activeCharacter.gender]>> doesn't allow you to, forcing you to grab <<print $hisher[$activeCharacter.gender]>> balls and squeeze until <<print $heshe[$activeCharacter.gender]>> can't complain or struggle any longer. With you hand still wrapped tightly around <<print $himher[$activeCharacter.gender]>>, you quickly release and put the cage on while <<print $heshe[$activeCharacter.gender]>> is still out of commission.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly allows you to put the chastity cage on <<print $himher[$activeCharacter.gender]>>.''@@
<br>
You can tell from the look on $activeCharacter.name's face that <<print $heshe[$activeCharacter.gender]>> clearly does not want you to put a chastity cage on <<print $hisher[$activeCharacter.gender]>> dick but <<print $heshe[$activeCharacter.gender]>> doesn't want to fight against your orders and make things more difficult than they have to be. <<print $HeShe[$activeCharacter.gender]>> still makes a few complaints, but you're able to put the chastity on.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name puts on <<print $hisher[$activeCharacter.gender]>> chastity cage.''@@
<br>
You give $activeCharacter.name <<print $hisher[$activeCharacter.gender]>> chastity cage to put on and <<print $heshe[$activeCharacter.gender]>> does so without complaint. Whether its because <<print $heshe[$activeCharacter.gender]>> is feeling obedient today or <<print $heshe[$activeCharacter.gender]>> truly has relinquished control of <<print $hisher[$activeCharacter.gender]>> cock and balls to you, <<print $heshe[$activeCharacter.gender]>> has done it out of <<print $hisher[$activeCharacter.gender]>> own accord which is a very good sign.
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
Training $activeCharacter.name to use <<print $hisher[$activeCharacter.gender]>> asspussy is an important part of the feminization process. Having <<print $himher[$activeCharacter.gender]>> masturbate <<print $hisher[$activeCharacter.gender]>> ass with a dildo will get <<print $himher[$activeCharacter.gender]>> used to the idea of orgasming through <<print $hisher[$activeCharacter.gender]>> prostate. It will also help <<print $himher[$activeCharacter.gender]>> overcome any reservations <<print $heshe[$activeCharacter.gender]>> has about having a cock up <<print $hisher[$activeCharacter.gender]>> ass.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name is completely against the idea of masturbating anally.''@@
<br>
You give $activeCharacter.name a dildo to masturbate with and <<print $heshe[$activeCharacter.gender]>> throws it right at you. <<print $HeShe[$activeCharacter.gender]>> tells you that not only is <<print $heshe[$activeCharacter.gender]>> not interested in doing that, men don't need, and shouldn't masturbate anally as long as they have a perfectly functioning dick. <<print $HeShe[$activeCharacter.gender]>> is very against the idea of being treated like a woman in any capacity.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name isn't interested in anal masturbation.''@@
<br>
$activeCharacter.name argues against using a dildo to masturbate anally. <<print $HeShe[$activeCharacter.gender]>> explains to you that since <<print $heshe[$activeCharacter.gender]>> is a man, if <<print $heshe[$activeCharacter.gender]>> wants to orgasm <<print $heshe[$activeCharacter.gender]>> is perfectly happy using <<print $hisher[$activeCharacter.gender]>> dick to do so. <<print $HeShe[$activeCharacter.gender]>> also tells you that while women may find pleasure getting fucked anally, its not possible for men.
<<elseif _roll == 3>>
@@color:yellow;''You force $activeCharacter.name to masturbate anally.''@@
<br>
You turn $activeCharacter.name around, kick <<print $himher[$activeCharacter.gender]>> to the ground and strip <<print $himher[$activeCharacter.gender]>> of <<print $hisher[$activeCharacter.gender]>> clothes. You force <<print $himher[$activeCharacter.gender]>> into face down, ass up position and then shove the dildo into <<print $hisher[$activeCharacter.gender]>> asshole without sans lube and slowly fuck <<print $himher[$activeCharacter.gender]>> with it.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly masturbates anally.''@@
<br>
$activeCharacter.name isn't content to masturbate anally but yields to your authority. <<print $HeShe[$activeCharacter.gender]>> isn't eager to find out what will happen if <<print $heshe[$activeCharacter.gender]>> tries to fight against your orders, so <<print $heshe[$activeCharacter.gender]>> lubes up the dildo and slowly fucks into <<print $himselfherself[$activeCharacter.gender]>> with it. <<print $HisHer[$activeCharacter.gender]>> face clearly shows <<print $hisher[$activeCharacter.gender]>> displeasure, but at least <<print $heshe[$activeCharacter.gender]>> is doing it of <<print $hisher[$activeCharacter.gender]>> own accord.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name eagerly masturbates anally.''@@
<br>
$activeCharacter.name lubes both <<print $hisher[$activeCharacter.gender]>> asshole and the dildo. <<print $HeShe[$activeCharacter.gender]>> shows no reluctance as <<print $heshe[$activeCharacter.gender]>> puts the dildo to <<print $hisher[$activeCharacter.gender]>> ass, slowly inserts it and fucks <<print $himselfherself[$activeCharacter.gender]>> with it. If <<print $heshe[$activeCharacter.gender]>> has any reservations with using <<print $hisher[$activeCharacter.gender]>> ass for pleasure, its clear that its gone for the moment.
<</if>>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("anus", $activeCharacter, _roll)>>
<<print increaseGape($activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
$activeCharacter.name has to go through proper anal training. <<print $HeShe[$activeCharacter.gender]>> must be trained on how to be a proper bottom. <<print $HisHer[$activeCharacter.gender]>> actions and speech must be submissive and <<print $heshe[$activeCharacter.gender]>> also must be trained to stay hard during anal intercourse.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name refuses to let you train <<print $himher[$activeCharacter.gender]>> anally.''@@
<br>
$activeCharacter.name fights off any advance you make towards <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> passionately yells out <<print $hisher[$activeCharacter.gender]>> repulsion for <<print $hisher[$activeCharacter.gender]>> ass being used for anything other than releasing waste. According to <<print $himher[$activeCharacter.gender]>>, because <<print $heshe[$activeCharacter.gender]>> is not a woman, there is no reason that <<print $heshe[$activeCharacter.gender]>> should be treated like one.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name doesn't agree to letting you train <<print $himher[$activeCharacter.gender]>> anally.''@@
<br>
$activeCharacter.name avoids any contact with you and fervently argues against being treated as a bottom. <<print $HeShe[$activeCharacter.gender]>> explains that only women are submissive in bed and that <<print $hisher[$activeCharacter.gender]>> ass isn't going to be used for anything other than shitting.
<<elseif _roll == 3>>
@@color:yellow;''You force $activeCharacter.name to complete <<print $hisher[$activeCharacter.gender]>> anal training.''@@
<br>
You bind $activeCharacter.name's arms and legs and push <<print $himher[$activeCharacter.gender]>> over a table. You pull <<print $hisher[$activeCharacter.gender]>> pants down and shove your cock up <<print $hisher[$activeCharacter.gender]>> ass unlubed. <<print $HeShe[$activeCharacter.gender]>> cries out in pain but you ignore <<print $himher[$activeCharacter.gender]>> as you forcefully plunge into <<print $himher[$activeCharacter.gender]>> again and again.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly participates in <<print $hisher[$activeCharacter.gender]>> anal training.''@@
<br>
Not wanting to make things anymore problematic, $activeCharacter.name allows you to train <<print $himher[$activeCharacter.gender]>> anally. You can tell that <<print $heshe[$activeCharacter.gender]>> doesn't agree with being submissive nor is <<print $heshe[$activeCharacter.gender]>> comfortable with being reamed in the ass but being compliant is the most important step to accepting <<print $hisher[$activeCharacter.gender]>> new role.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name is eager to complete <<print $hisher[$activeCharacter.gender]>> anal training.''@@
<br>
$activeCharacter.name happily spreads <<print $hisher[$activeCharacter.gender]>> ass for you. <<print $HeShe[$activeCharacter.gender]>> tries <<print $hisher[$activeCharacter.gender]>> best to act submissive and actively tries to keep <<print $hisher[$activeCharacter.gender]>> erection during the duration of the training. Even if <<print $heshe[$activeCharacter.gender]>> isn't attracted to men, <<print $heshe[$activeCharacter.gender]>> can still feel stimulated through anal sex.
<</if>>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("anus", $activeCharacter, _roll)>>
<<print increaseGape($activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "kissing skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.oral.kissing)>>
<<case 1>>
$activeCharacter.name is bad enough at kissing that you have to start <<print $himher[$activeCharacter.gender]>> off with the basics. This lesson you focus on getting $activeCharacter.name to initiate a closed mouth kiss properly with you.
<<case 2>>
$activeCharacter.name is able to initiate a kiss properly but <<print $heshe[$activeCharacter.gender]>> has little to no idea what to do after that. This lesson you focus on teaching $activeCharacter.name proper hand and body movement while kissing.
<<case 3>>
$activeCharacter.name is able show proper enthusiasm during a kiss but <<print $heshe[$activeCharacter.gender]>> isn't skilled enough skilled enough to give a pleasurable experience. This lesson you focus on teaching $activeCharacter.name how to kiss erotically. Since <<print $heshe[$activeCharacter.gender]>> is still a novice at that, you leave teaching about tongue use for another time.
<<case 4>>
$activeCharacter.name is pretty good at kissing and only needs a few more lessons before <<print $hisher[$activeCharacter.gender]>> skills are perfected. This lesson you focus on teaching $activeCharacter.name how to kiss with <<print $hisher[$activeCharacter.gender]>> tongue properly.
<<case 5>>
$activeCharacter.name's kissing ability is almost perfect. This lesson you focus on perfecting the skills $activeCharacter.name has already built up by having <<print $himher[$activeCharacter.gender]>> practice various kissing techniques.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*1)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.oral.kissing = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.oral.kissing)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "fellatio skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.oral.fellatio)>>
<<case 1>>
$activeCharacter.name is terrible at giving blowjobs, so much so that you wonder if <<print $heshe[$activeCharacter.gender]>> has ever even heard of the term before <<print $hisher[$activeCharacter.gender]>> enslavement to you. You plan to focus on getting $activeCharacter.name familiar with blowjobs by getting <<print $himher[$activeCharacter.gender]>> to lick, suckle and hold <<print $penis[$PC.cock.current]>> in <<print $hisher[$activeCharacter.gender]>> mouth for prolonged periods of time.
<<case 2>>
$activeCharacter.name is familiar enough with giving blowjobs that you can start teaching <<print $himher[$activeCharacter.gender]>> how to use <<print $hisher[$activeCharacter.gender]>> tongue when giving fellatio. For the entire lesson you plan to have $activeCharacter.name practice licking <<print $penis[$PC.cock.current]>>. You also make sure <<print $heshe[$activeCharacter.gender]>> gives equal attention to <<print $testicles[$PC.balls]>> the whole ordeal.
<<case 3>>
$activeCharacter.name seems good enough with the basics that you can start teaching <<print $himher[$activeCharacter.gender]>> the importance of and technique to sucking cock. This lesson you plan to have $activeCharacter.name practice sucking on <<print $penis[$PC.cock.current]>> and <<print $penis[$PC.cock.current]>> for prolonged periods of time, using a number of different techniques.
<<case 4>>
$activeCharacter.name can give a good enough blowjob but needs to understand that a good cumdump knows that <<print $hisher[$activeCharacter.gender]>> job isn't finished with an orgasm. For this lesson you plan to teach $activeCharacter.name where <<print $heshe[$activeCharacter.gender]>> should be cummed on, how to clean <<print $himselfherself[$activeCharacter.gender]>> with <<print $hisher[$activeCharacter.gender]>> tongue and fingers as to arouse customers and how to clean up the person or people cumming on <<print $himher[$activeCharacter.gender]>>.
<<case 5>>
$activeCharacter.name is a first-rate cocksucker. You don't have much left to teach <<print $himher[$activeCharacter.gender]>> until <<print $hisher[$activeCharacter.gender]>> cock sucking skills become perfect. You finally can plan to teach $activeCharacter.name on how to deepthroat and take a proper mouth fucking. This lesson you alternate between getting <<print $himher[$activeCharacter.gender]>> to practice taking a cock deep in <<print $hisher[$activeCharacter.gender]>> throat and you fucking <<print $hisher[$activeCharacter.gender]>> mouth recklessly with <<print $penis[$PC.cock.current]>>.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.oral.fellatio = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.oral.fellatio)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "cunnilingus skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.oral.cunnilingus)>>
<<case 1>>
$activeCharacter.name has no idea how to give cunnilingus. When you allowed <<print $himher[$activeCharacter.gender]>> to practice on <<print $vagina[$PC.pussy.current]>>, <<print $heshe[$activeCharacter.gender]>> showed no enthusiasm, giving shallow licks while refusing to give any attention to <<print $clit[$PC.clit]>>. You plan to spend most of the lesson teaching $activeCharacter.name where to lick and suck a cunt, as well as explaining that <<print $heshe[$activeCharacter.gender]>> needs to devote a lot of attention to the clit.
<<case 2>>
$activeCharacter.name knows where to lick, suck and give attention to a cunt but <<print $heshe[$activeCharacter.gender]>> has no idea how to do it properly. <<print $HeShe[$activeCharacter.gender]>> is very clinical and robotic in the way <<print $heshe[$activeCharacter.gender]>> gives cunnilingus, sucking most of the enjoyment out of the act for the receiver. For this lesson you plan to have $activeCharacter.name practice licking <<print $vagina[$PC.pussy.current]>> more sensually while explaining that <<print $heshe[$activeCharacter.gender]>> might as well do it properly, as <<print $heshe[$activeCharacter.gender]>> isn't going anywhere until you're satisfied.
<<case 3>>
$activeCharacter.name can give passable cunnilingus but <<print $heshe[$activeCharacter.gender]>> can't last for long enough for the average person to get off. <<print $HeShe[$activeCharacter.gender]>> gets tired quickly and <<print $hisher[$activeCharacter.gender]>> skill and attentiveness quickly drops off because of it. You plan to spend most of the lesson teaching $activeCharacter.name how to pace <<print $himselfherself[$activeCharacter.gender]>> when licking a cunt. You also plan to spend a majority of the lesson making sure that <<print $hisher[$activeCharacter.gender]>> enthusiasm is kept even while tired.
<<case 4>>
$activeCharacter.name's cunnilingus skills are relatively decent. <<print $HeShe[$activeCharacter.gender]>> can consistently get people to orgasm but there is little to no sensuality in the way <<print $heshe[$activeCharacter.gender]>> does it. This lesson you plan to teach $activeCharacter.name the importance of sensuality. You explain that <<print $hisher[$activeCharacter.gender]>> mouth is not the only thing to be used while giving cunnilingus. You focus on <<print $hisher[$activeCharacter.gender]>> hand movements and <<print $hisher[$activeCharacter.gender]>> moaning during the act.
<<case 5>>
$activeCharacter.name's cunnilingus skills are pretty much perfect but there are still things that <<print $heshe[$activeCharacter.gender]>> can be taught to increase the experience. Even though you're planning to teaching $activeCharacter.name how to give cunnilingus you spend the lesson showing <<print $himher[$activeCharacter.gender]>> how to finger a cunt in conjunction with sucking on the clit.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.oral.cunnilingus = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.oral.cunnilingus)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "analingus skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.oral.analingus)>>
<<case 1>>
$activeCharacter.name has little to no knowledge on how to give a proper rimjob and requires tolerance training before you can even begin the skill training. You plan to focus on giving $activeCharacter.name sensitivity training for proper rimjob etiquette. Instead of getting <<print $himher[$activeCharacter.gender]>> used to the smell and taste of feces, you teach <<print $himher[$activeCharacter.gender]>> how to suppress the need to give an unsavory reaction.
<<case 2>>
$activeCharacter.name doesn't mind the smell or taste of feces, or at least doesn't visibly show <<print $hisher[$activeCharacter.gender]>> aversion to it. Either way, its enough for you to begin teaching <<print $himher[$activeCharacter.gender]>> how to give a rimjob. For the lesson you plan to have $activeCharacter.name lick your ass while you correct <<print $hisher[$activeCharacter.gender]>> technique. If that doesn't take up enough time, you plan to train <<print $hisher[$activeCharacter.gender]>> endurance for the rest of the lesson.
<<case 3>>
$activeCharacter.name's rimjobs are passable but they need a little more active tongue usage to be considered decent. This lesson you plan to focus on teaching $activeCharacter.name how to tongue the inside of an ass. The lesson is a harder test of endurance and tolerance, but isn't that difficult for someone who has given a few rimjobs before.
<<case 4>>
Technique wise, $activeCharacter.name's rimjobs are great. However, there are still a few things to be worked on. You plan to have $activeCharacter.name spend the lesson learning how to pleasure someone's genitals while giving them a rimjob. The rimjob itself is good but <<print $heshe[$activeCharacter.gender]>> has to practice <<print $hisher[$activeCharacter.gender]>> rhythm of working you to up to a slow orgasm while focusing on the rimjob as well.
<<case 5>>
$activeCharacter.name can give an amazing rimjob but it isn't perfect. Just a little more training should be enough to push <<print $himher[$activeCharacter.gender]>> to that level. This lesson you plan to coach $activeCharacter.name on how to give a mentally stimulating rimjob. You have <<print $himher[$activeCharacter.gender]>> practice sensually running <<print $hisher[$activeCharacter.gender]>> free hand slowly across your body while <<print $heshe[$activeCharacter.gender]>> <<print $groan[$activeCharacter.gender]>>s enthusiastically into your ass.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.oral.analingus = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.oral.analingus)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.sissification == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.sissification >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.sissification >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.sissification >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.sissification >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
$activeCharacter.name has to go through proper anal training. <<print $HeShe[$activeCharacter.gender]>> must be trained on how to be a proper bottom. <<print $Hisher[$activeCharacter.gender]>> actions and speech must be submissive and <<print $heshe[$activeCharacter.gender]>> also must be trained to stay hard during anal intercourse.
<br><br>
<<if _roll == 1>>
@@color:red;''$activeCharacter.name refuses to let you train <<print $himher[$activeCharacter.gender]>> anally.''@@
<br>
$activeCharacter.name fights off any advance you make towards <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> passionately yells out <<print $hisher[$activeCharacter.gender]>> repulsion for <<print $hisher[$activeCharacter.gender]>> ass being used for anything other than releasing waste. According to <<print $himher[$activeCharacter.gender]>>, there is no way <<print $heshe[$activeCharacter.gender]>> will allow you to fuck <<print $himher[$activeCharacter.gender]>> with a strap-on nor will <<print $heshe[$activeCharacter.gender]>> allow you to treat <<print $himher[$activeCharacter.gender]>> as a woman.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name doesn't agree to letting you train <<print $himher[$activeCharacter.gender]>> anally.''@@
<br>
$activeCharacter.name avoids any contact with you and fervently argues against being treated as a bottom. <<print $HeShe[$activeCharacter.gender]>> explains that only women like you are submissive in bed and that <<print $hisher[$activeCharacter.gender]>> ass isn't going to be used for anything other than shitting.
<<elseif _roll == 3>>
@@color:yellow;''You force $activeCharacter.name to complete <<print $hisher[$activeCharacter.gender]>> anal training.''@@
<br>
You bind $activeCharacter.name's arms and legs and push <<print $himher[$activeCharacter.gender]>> over a table. You pull <<print $hisher[$activeCharacter.gender]>> pants down and shove the dildo you have strapped to your waist up <<print $hisher[$activeCharacter.gender]>> ass unlubed. <<print $HeShe[$activeCharacter.gender]>> cries out in pain but you ignore <<print $himher[$activeCharacter.gender]>> as you forcefully plunge into <<print $himher[$activeCharacter.gender]>> again and again.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly participates in <<print $hisher[$activeCharacter.gender]>> anal training.''@@
<br>
Not wanting to make things anymore problematic, $activeCharacter.name allows you to train <<print $himher[$activeCharacter.gender]>> anally. You can tell that <<print $heshe[$activeCharacter.gender]>> doesn't agree with being submissive nor is <<print $heshe[$activeCharacter.gender]>> comfortable with being reamed in the ass but being compliant is the most important step to accepting <<print $hisher[$activeCharacter.gender]>> new role.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name is eager to complete <<print $hisher[$activeCharacter.gender]>> anal training.''@@
<br>
$activeCharacter.name happily spreads <<print $hisher[$activeCharacter.gender]>> ass for your strap-on. <<print $HeShe[$activeCharacter.gender]>> tries <<print $hisher[$activeCharacter.gender]>> best to act submissive and actively tries to keep <<print $hisher[$activeCharacter.gender]>> erection during the duration of the training. Even if <<print $heshe[$activeCharacter.gender]>> isn't gay, <<print $heshe[$activeCharacter.gender]>> can still feel stimulated through anal sex.
<</if>>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("anus", $activeCharacter, _roll)>>
<<print increaseGape($activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSissification($activeCharacter, 3, _roll)>><<set $estate.location = "Slums">>
<<unset $Previous>>
/* Slave Shops */
<<set $slavetemplate = "Jhak">>
<<set $shoptemplate = 1>>
<<include "Stock Shops">>
<<set $jhakbeastshack = _characterShop>>
<<set $jhakbeastshack.name = "Jhak's Beast Shack">>
<<set $jhakbeastshack.description = "A slave shop that sells substandard quality beastmen slaves.">>
<<set $jhakbeastshack.welcome = "Jhak: Welcome to my beast shack! Who would you like to purchase?">>
<<set $slavetemplate = "Sasha">>
<<set $shoptemplate = 1>>
<<include "Stock Shops">>
<<set $sashaslaveshop = _characterShop>>
<<set $sashaslaveshop.name = "Sasha's Slave Shop">>
<<set $sashaslaveshop.description = "A slave shop that sells a large assortment of substandard quality slaves.">>
<<set $sashaslaveshop.welcome = "Sasha: Take a look around and choose wisely, all sales are final!">>
<<set $slavetemplate = "Pan">>
<<set $shoptemplate = 1>>
<<include "Stock Shops">>
<<set $panbargainbasement = _characterShop>>
<<set $panbargainbasement.name = "Pan's Bargain Basement">>
<<set $panbargainbasement.description = "A small shop that stocks few slaves.">>
<<set $panbargainbasement.welcome = "Pan: These are all the recent junk from my shop. Prices are final, I have to find a way turn a profit on them somehow.">>
/* Slave Shops */
<center><titled>New Estate</titled></center>
<br>
You purchase some land in the slums called <<textbox "$estate.name" "Slum Amaro Estate">> and register it with the city officials.
<br><br>
It may take a few years, but if you report your weekly revenue to the officials, pass the interviews they give you and pay for your citizenship then you can finally start living in the inner city. Alternatively, you could bribe one of the officials or join one of the many syndicates still operating within the slums. Either way, you'll have to buy some slaves and start training them for use in your brothel so you can gain some revenue and reputation.
<br><br>
Most slaves you can buy will be of poor quality. You figure that your best bet would be to purchase a young, healthy but fat slave. You'll be able to cut costs by feeding the slave a low calorie diet. If possible, it would be good to purchase a <<print getObedience(20)>> slave rather than a <<print getObedience(0)>> one. In the short term it will be hard to gain money due to the investment expenses for training up a slave, but in the long run it will be well worth the money.
<br><br>
Alternatively you could buy the cheapest slaves you can find and then work them to the bone. They'll likely die after a few weeks of service so you can spend the minimum amount possible on their expenses. When they pass away, you can just buy more cheap slaves to use. This isn't a good long term plan as slaves must recoup the costs of their expenses as well as turn a profit before they pass.
<br><br>
[[Continue|Main]]<<if $updates.brothel>>
<b>Brothel Updates</b> <br>
$updates.brothel
<</if>>
<<if $updates.compendium>>
<b>Compendium Updates</b> <br>
$updates.compendium
<</if>>
<<if $updates.brothel || $updates.compendium>>
<hr>
<</if>>
<<set $updates = {compendium: "", brothel: "", farm: "", slaver: "", slave: ""}>><<set _fatiguereq = requiredFatigue($activeCharacter)>>
<<set _sparefatigue = 100 - $activeCharacter.fatigue.progress>>
<<if $newassignment == "rest">>
<<if $activeCharacter.assignment == "whoring">>
<<set $brothel.boudoirs.pop-->>
<<set $activeCharacter.assignment = $newassignment>>
<<set $updates.brothel += "You send " + $activeCharacter.name + " to rest in " + $hisher[$activeCharacter.gender] + " for the rest of the week. <br>">>
<<elseif $activeCharacter.assignment == "prison">>
<<set $brothel.prisons.pop-->>
<<set $activeCharacter.assignment = $newassignment>>
<<set $updates.brothel += "You send " + $activeCharacter.name + " to rest in " + $hisher[$activeCharacter.gender] + " for the rest of the week. <br>">>
<</if>>
<<elseif $newassignment == "whoring">>
<<if $brothel.boudoirs.rooms == $brothel.boudoirs.pop>>
<<set $updates.brothel += "All boudoirs are currently full. If you would like to whore out " + $activeCharacter.name + " in one of them, remove someone from their post. <br>">>
<<elseif _fatiguereq > _sparefatigue>>
<<set $updates.brothel += $activeCharacter.name + " is too fatigued to work a boudior. Allow " + $himher[$activeCharacter.gender] + " to rest for a while so " + $heshe[$activeCharacter.gender] + " can regain " + $hisher[$activeCharacter.gender] + " strength. <br>">>
<<elseif $activeCharacter.assignment == "prison">>
<<set $brothel.prisons.pop-->>
<<set $brothel.boudoirs.pop++>>
<<set $activeCharacter.assignment = $newassignment>>
<<set $updates.brothel += "You put " + $activeCharacter.name + " to work in one of " + $brothel.name + "'s boudoirs for the rest of the week. <br>">>
<<elseif $activeCharacter.assignment == "rest">>
<<set $brothel.boudoirs.pop++>>
<<set $activeCharacter.assignment = $newassignment>>
<<set $updates.brothel += "You put " + $activeCharacter.name + " to work in one of " + $brothel.name + "'s boudoirs for the rest of the week. <br>">>
<</if>>
<<elseif $newassignment == "prison">>
<<if $brothel.prisons.cap == $brothel.prisons.pop>>
<set $updates.brothel += "All prisons are currently full. If you would like to put " + $activeCharacter.name + " in one of them, remove someone from their cell. <br>">>
<<elseif $activeCharacter.assignment == "rest">>
<<set $brothel.prisons.pop++>>
<<set $activeCharacter.assignment = $newassignment>>
<<set $updates.brothel += "You put " + $activeCharacter.name + " in one of " + $brothel.name + "'s prison cells for the rest of the week. <br>">>
<<elseif $activeCharacter.assignment == "whoring">>
<<set $brothel.prisons.pop++>>
<<set $brothel.boudoirs.pop-->>
<<set $activeCharacter.assignment = $newassignment>>
<<set $updates.brothel += "You put " + $activeCharacter.name + " in one of " + $brothel.name + "'s prison cells for the rest of the week. <br>">>
<</if>>
<</if>>
<<saveSlave $activeCharacter>>
<<unset $newassignment>>
<<include "Main">>|stats|k
|>| !$estate.brothel.name Summary |
| Total Money Earned | @@color:lightgreen;💎_brothelearnings@@ |
| Total Customers | $totalcustomers |<center>
<h3>Expense Breakdown</h3>
<<if $gameover == 1>>
<b>@@color:red;You are in debt. If you are in debt after two more weeks the game will be over.@@</b>
<br><br>
<<elseif $gameover == 2>>
<b>@@color:red;You are in debt. If you are in debt after another week the game will be over.@@</b>
<br><br>
<</if>>
<<if $expenseslide == "Money">>
This is a simulated expense breakdown that calculates your deficit or surplus for this week. Your personal and brothel expenses are counted up and are subtracted from the income you've gained last week week. <b>A more accurate expense breakdown will be calculated at the end of the week.</b>
<<else>>
This is a simulated expense breakdown that calculates your deficit or surplus for this week. Your personal and brothel expenses are counted up and are subtracted from the income you've gained this week.
<</if>>
</center>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th colspan = 100>Income Statement</th></tr>
<tr><th colspan = 50>Revenue</th>
<th colspan = 50>Expenses</th></tr>
<tr>
<th class = 'nobottom' colspan = 100>[[Estate|Expenses][$summary.income.estate = summarySwitch($summary.income.estate)]]</th>
</tr>
<<if !$summary.income.estate>>
<tr>
<td class = 'noborder' colspan = 25>Slave Income</td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($slaveIncome)>>@@</td>
<td class = 'noborder' colspan = 25>Slave Expense</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($slaveExpense)>>@@</td>
</tr>
<tr>
<td class = 'noborder' colspan = 25>Guild Income</td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($requestIncome)>>@@</td>
<td class = 'noborder' colspan = 25>Maintenace</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($maintenance.estate)>>@@</td>
</tr>
<tr>
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25>Personal</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($maintenance.personal)>>@@</td>
</tr>
<tr>
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25>Resources</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($resources)>>@@</td>
</tr>
<</if>>
<tr>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($revenue.estate)>>@@</td>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($expenses.estate)>>@@</td>
</tr>
<tr>
<th class = 'nobottom' colspan = 100>[[Brothel|Expenses][$summary.income.brothel = summarySwitch($summary.income.brothel)]]</th>
</tr>
<<if !$summary.income.brothel>>
<tr>
<td class = 'noborder' colspan = 25>Customer Fees</td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($brothelearnings)>>@@</td>
<td class = 'noborder' colspan = 25>Healthcare</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($brothelexpense)>>@@</td>
</tr>
<tr>
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25>Maintenace</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($maintenance.brothel)>>@@</td>
</tr>
<</if>>
<tr>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($revenue.brothel)>>@@</td>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($expenses.brothel)>>@@</td>
</tr>
<tr>
<th class = 'nobottom' colspan = 100>[[Ranch|Expenses][$summary.income.ranch = summarySwitch($summary.income.ranch)]]</th>
</tr>
<<if !$summary.income.ranch>>
<tr>
<td class = 'noborder' colspan = 25>Produce</td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($ranchearnings)>>@@</td>
<td class = 'noborder' colspan = 25>Maintenace</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($maintenance.ranch)>>@@</td>
</tr>
<</if>>
<tr>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($revenue.ranch)>>@@</td>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($expenses.ranch)>>@@</td>
</tr>
<tr>
<th class = 'nobottom' colspan = 100>[[Chattel|Expenses][$summary.income.chattel = summarySwitch($summary.income.chattel)]]</th>
</tr>
<<if !$summary.income.chattel>>
<tr class= "bottom">
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25></td>
<td class = 'noborder' colspan = 25>Maintenace</td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($maintenance.chattel)>>@@</td>
</tr>
<</if>>
<tr>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($revenue.chattel)>>@@</td>
<td class = 'noborder' colspan = 25><b>Total</b></td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($expenses.chattel)>>@@</td>
</tr>
<tr><th class = 'nobottom' colspan = 100>Summary</th></tr>
<tr>
<td class = 'nobottom' colspan = 75><b>Total Revenue</b></td>
<td class = 'noborder' colspan = 25>@@color:lightgreen;💎<<print commify($revenue.total)>>@@</td>
</tr>
<tr class = "bottom">
<td class = 'notop' colspan = 75><b>Total Expense</b></td>
<td class = 'noborder' colspan = 25>@@color:red;💎<<print commify($expenses.total)>>@@</td>
</tr>
<tr>
<td colspan = 75><b>$remainder.name</b></td>
<td colspan = 25><<print "@@color:" + $remainder.color + ";💎<<print commify(" + $remainder.total + ")>>@@">></td>
</tr>
</table><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "fingering skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.manual.fingering)>>
<<case 1>>
$activeCharacter.name barely knows anything about a woman's vagina, if anything. For this lesson you plan to spend it explaining and showing $activeCharacter.name the female anatomy.
<<case 2>>
$activeCharacter.name only knows a little bit about fingering women. For this lesson you plan to explain the importance of preparing oneself for fingering someone to $activeCharacter.name. This includes making sure that all <<print $hisher[$activeCharacter.gender]>> fingers are properly trimmed and filed, and have been properly washed.
<<case 3>>
If given the chance, $activeCharacter.name jumps straight to finger banging to start off the foreplay. You plan to explain to $activeCharacter.name that before <<print $heshe[$activeCharacter.gender]>> can begin fingering someone, <<print $heshe[$activeCharacter.gender]>> must get the vagina wet enough to do so. The most optimal way being by gently massaging the labia and clitoral hood.
<<case 4>>
$activeCharacter.name has the basics down but his fingering skills are only just above mediocre. For this lesson you plan to teach $activeCharacter.name how to watch <<print $hisher[$activeCharacter.gender]>> partner for signs of enjoyment or displeasure and how to properly react to them.
<<case 5>>
$activeCharacter.name's ability to give a proper fingering is virtually perfect. The only thing left <<print $heshe[$activeCharacter.gender]>> has to work on is putting those skills to good use. You plan to spend this lesson teaching $activeCharacter.name how to give a higher level of pleasure by stimulating the mind with erotic wording.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.manual.fingering = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.manual.fingering)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "masturbation skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.manual.masturbation)>>
<<case 1>>
$activeCharacter.name is very shy about masturbating in front of others. You plan to spend the majority of the lesson teaching $activeCharacter.name that <<print $hisher[$activeCharacter.gender]>> masturbation is a performance act and isn’t about <<print $hisher[$activeCharacter.gender]>> physical pleasure.
<<case 2>>
$activeCharacter.name hasn’t much experience exploring <<print $himselfherself[$activeCharacter.gender]>> and doesn’t know much about <<print $hisher[$activeCharacter.gender]>> body or masturbating. You plan to have $activeCharacter.name explore <<print $hisher[$activeCharacter.gender]>> body while you explain <<print $hisher[$activeCharacter.gender]>> anatomy to <<print $himher[$activeCharacter.gender]>>.
<<case 3>>
$activeCharacter.name knows about basic masturbation and how to bring <<print $himselfherself[$activeCharacter.gender]>> to orgasm but nothing beyond that. You plan to teach $activeCharacter.name proper edging techniques and then have <<print $himher[$activeCharacter.gender]>> practice them. Doing so will help increase <<print $hisher[$activeCharacter.gender]>> sexual endurance and will teach <<print $himher[$activeCharacter.gender]>> how to elongate <<print $hisher[$activeCharacter.gender]>> sexual performance.
<<case 4>>
$activeCharacter.name can put on a decent masturbation performance but <<print $hisher[$activeCharacter.gender]>> vocal performance is greatly lacking. You plan to have $activeCharacter.name spend the lesson practicing <<print $groan[$activeCharacter.gender]>>ing. <<print $HisHer[$activeCharacter.gender]>> performance can be greatly enhanced as long as <<print $hisher[$activeCharacter.gender]>> <<print $groan[$activeCharacter.gender]>>ing is believable.
<<case 5>>
$activeCharacter.name’s masturbation performance is very good but <<print $hisher[$activeCharacter.gender]>> orgasms are lacking in excitement. For this lesson you plan to have $activeCharacter.name practice exaggerating <<print $hisher[$activeCharacter.gender]>> orgasms greatly.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if ["female"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<<print increaseSensitivity("clit", $activeCharacter, _roll)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<elseif ["male"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.25)>>
<<elseif ["futanari"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll)>>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<elseif ["shemale"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.manual.masturbation = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.manual.masturbation)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "handjob skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.manual.handjob)>>
<<case 1>>
$activeCharacter.name's handjobs can only be described as unpleasurable. <<print $HeShe[$activeCharacter.gender]>> grips too hard or limp, and doesn't use any type of lubrication. Its clear that <<print $heshe[$activeCharacter.gender]>> needs a lot of training. You plan to hold the back of $activeCharacter.name's hand with your own and guide <<print $hisher[$activeCharacter.gender]>> hand up and down <<print $penis[$PC.cock.current]>>. During the lesson you will help <<print $himher[$activeCharacter.gender]>> find the right amount pressure to use all while stressing the importance of lubrication during a handjob.
<<case 2>>
$activeCharacter.name has enough basic knowledge about handjobs to give a somewhat pleasurable experience. It would still take time for <<print $himher[$activeCharacter.gender]>> to bring someone to orgasm but at least <<print $heshe[$activeCharacter.gender]>> can get them there. This lesson you plan to focus mainly on teaching $activeCharacter.name how important stimulating the head of a cock is. You have $activeCharacter.name carefully caress the head of <<print $penis[$PC.cock.current]>> lubed up while jerking off <<print $shaft[$PC.cock.current]>> with <<print $hisher[$activeCharacter.gender]>> other hand.
<<case 3>>
$activeCharacter.name understands the main components to giving a good handjob but still needs a lot of practice before <<print $heshe[$activeCharacter.gender]>> can be considered decent at it. You plan to spend most of this lesson having $activeCharacter.name practice stroking <<print $penis[$PC.cock.current]>> while making sure that <<print $testicles[$PC.balls]>> aren't ignored during <<print $hisher[$activeCharacter.gender]>> handjobs.
<<case 4>>
Although $activeCharacter.name is skilled at many aspects of giving handjobs, <<print $heshe[$activeCharacter.gender]>> has a difficult time putting all of them together to create a single sensual experience. The whole lesson you plan to have $activeCharacter.name practice using <<print $hisher[$activeCharacter.gender]>> skills in tandem without making it noticeable that <<print $heshe[$activeCharacter.gender]>> is using a multitude of techniques rather than one.
<<case 5>>
$activeCharacter.name has pretty much mastered how to give a handjob. All that is left to do is teach <<print $himher[$activeCharacter.gender]>> one more thing before <<print $heshe[$activeCharacter.gender]>> can consider <<print $hisher[$activeCharacter.gender]>> handjob skill perfect. You plan to spend this lesson teaching $activeCharacter.name how to edge someone with a handjob. Teaching the slowed and pleasurable hand movements are easy for someone of <<print $hisher[$activeCharacter.gender]>> skill. What takes a little bit more time is teaching <<print $himher[$activeCharacter.gender]>> how to detect when someone is about to cum and how much to slow down so that its delayed as long as possible.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.manual.handjob = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.manual.handjob)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "fisting skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.manual.fisting)>>
<<case 1>>
$activeCharacter.name knows nothing about fisting, which really isn't surprising as it isn't a very common act. For this lesson you plan to teach $activeCharacter.name the importance of safety and cleanliness during fisting. You plan to have <<print $himher[$activeCharacter.gender]>> practice washing <<print $hisher[$activeCharacter.gender]>> hands as well as setting the scene properly.
<<case 2>>
$activeCharacter.name has some preliminary knowledge about fisting but has no idea how to actually begin the process. You plan to teach $activeCharacter.name the basics of being fisting, as well as fisting during this lesson. You also have to explain that its something that has to be worked on, not everyone can be fisted and barely anyone who can have a fist just shoved up their vagina or ass without foreplay.
<<case 3>>
$activeCharacter.name can perform the basics when it comes to fisting. <<print $HeShe[$activeCharacter.gender]>> knows how to set the play up cleanly and knows how to properly prepare <<print $himselfherself[$activeCharacter.gender]>> or someone else for fisting with the little to no vaginal or anal tearing. For this lesson you plan to teach $activeCharacter.name how to make the act very pleasurable for a partner, as well as how to receive pleasure from being fisted.
<<case 4>>
$activeCharacter.name only knows about safe, consensual and pleasurable fisting. Not all partners will give <<print $himher[$activeCharacter.gender]>> the time to make sure everything will be safe. This lesson you plan to teach $activeCharacter.name how to perform and receive a more harsh fisting. This includes how to properly care for <<print $himselfherself[$activeCharacter.gender]>> after being fisted harshly as well as how to give <<print $hisher[$activeCharacter.gender]>> more masochistic partners a rough fisting.
<<case 5>>
$activeCharacter.name is very proficient when it comes to being fisted and fisting <<print $hisher[$activeCharacter.gender]>> partners. For this lesson you plan to teach $activeCharacter.name you plan to have <<print $himher[$activeCharacter.gender]>> practice the nuances of fisting someone anally. Although <<print $heshe[$activeCharacter.gender]>> already knows how to do so safely, it still takes a large amount of time, effort and skill to get someone to orgasm from anal fisting.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.manual.fisting = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.manual.fisting)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "breastplay">>
<<switch getSkillLevel($activeCharacter.sexualskill.mammary.breastplay)>>
<<case 1>>
$activeCharacter.name knows nothing about the anatomy of breasts or their erogenous zones. For this lesson you plan to spend a majority of the lesson explaining the anatomy of breasts and how to stimulate them to $activeCharacter.name. You plan to spend the rest of the lesson explaining to <<print $himher[$activeCharacter.gender]>> the difference in sensitivities between the nipples, the areola and the rest of the breast.
<<case 2>>
$activeCharacter.name knows where the erogenous zones on breasts but not how to stimulate them. This lesson you plan to have $activeCharacter.name learn how to stimulate each of the erogenous zones with the <<print $hisher[$activeCharacter.gender]>> hands.
<<case 3>>
$activeCharacter.name understands basic breastplay but has little to no knowledge on proper play progression. You plan to spend this lesson teaching $activeCharacter.name to start breastplay with soft, sensual kneading and how to slowly work <<print $hisher[$activeCharacter.gender]>> way up to being more rough with <<print $hisher[$activeCharacter.gender]>> partner by slapping and roughly massaging them.
<<case 4>>
$activeCharacter.name's breastplay skills are decent but <<print $heshe[$activeCharacter.gender]>> still needs a lot more skills before <<print $heshe[$activeCharacter.gender]>> can be considered skilled. For this lesson you plan to teach $activeCharacter.name how to orally stimulate breasts using <<print $hisher[$activeCharacter.gender]>> tongue and teeth.
<<case 5>>
$activeCharacter.name is very good at breastplay but other than technical skill, its very uninspired. You plan to spend this lesson teaching $activeCharacter.name the importance of teasing <<print $hisher[$activeCharacter.gender]>> partner with <<print $hisher[$activeCharacter.gender]>> skills.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.mammary.breastplay = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.mammary.breastplay)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "breastfeeding skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.mammary.breastfeeding)>>
<<case 1>>
Although $activeCharacter.name breasts are lactating, <<print $heshe[$activeCharacter.gender]>> has little to no idea about how to sexually service others by letting them feed on <<print $hisher[$activeCharacter.gender]>> milk. You plan to have $activeCharacter.name get comfortable with the idea of letting adults feed from <<print $hisher[$activeCharacter.gender]>> breasts by having <<print $himher[$activeCharacter.gender]>> feed <<print $hisher[$activeCharacter.gender]>> nipple into your mouth, allowing you to nurse on <<print $hisher[$activeCharacter.gender]>> teet.
<<case 2>>
$activeCharacter.name is comfortable with adults suck on <<print $hisher[$activeCharacter.gender]>> breasts for <<print $hisher[$activeCharacter.gender]>> milk, but <<print $heshe[$activeCharacter.gender]>> doesn't know how to extend the sexual play from there. For this lesson you have $activeCharacter.name practice humming and speaking soothing words to you while <<print $heshe[$activeCharacter.gender]>> allows you to suckle on <<print $hisher[$activeCharacter.gender]>> breasts, to enhance the atmosphere.
<<case 3>>
$activeCharacter.name is not only comfortable with allowing others to suckle on <<print $himher[$activeCharacter.gender]>>, <<print $heshe[$activeCharacter.gender]>> knows how to soothe <<print $hisher[$activeCharacter.gender]>> partners in a mentally calming manner. However, <<print $heshe[$activeCharacter.gender]>> still has much to learn about the physical aspect of breastfeeding play. You plan to teach $activeCharacter.name how to physically soothe <<print $hisher[$activeCharacter.gender]>> partners by having <<print $himher[$activeCharacter.gender]>> practice caressing you in erotic ways that don't raise your arousal too much.
<<case 4>>
$activeCharacter.name's ability to provide a service through breastfeeding is good enough to satisfy many, if not most of <<print $hisher[$activeCharacter.gender]>> potential partners. <<print $HeShe[$activeCharacter.gender]>> is still required to learn how to sexually stimulate <<print $hisher[$activeCharacter.gender]>> partner during the breastfeeding play. For this lesson you teach $activeCharacter.name how to caress you, and others sexually so that you may be able to orgasm while you feed on <<print $hisher[$activeCharacter.gender]>> milk.
<<case 5>>
$activeCharacter.name knows many techniques for <<print $hisher[$activeCharacter.gender]>> breastfeeding sexual play but has a hard time putting them all together to create one sensual, calming and orgasmic experience. You have $activeCharacter.name spend the whole lesson practicing using all of <<print $hisher[$activeCharacter.gender]>> skills in tandem by having <<print $himher[$activeCharacter.gender]>> soothe you with <<print $hisher[$activeCharacter.gender]>> words while <<print $heshe[$activeCharacter.gender]>> caresses you calmingly with one hand and sexually stimulates your sexual organs with <<print $hisher[$activeCharacter.gender]>> other.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("breasts", $activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.mammary.breastfeeding = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.mammary.breastfeeding)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "paizuri skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.mammary.intercourse)>>
<<case 1>>
$activeCharacter.name needs a lot of training before <<print $heshe[$activeCharacter.gender]>> can give a proper titjob. <<print $HeShe[$activeCharacter.gender]>> has a general idea of what to do but has no idea where to actually start. For this lesson you plan to teach $activeCharacter.name how to prepare for a titjob by making certain that <<print $heshe[$activeCharacter.gender]>> understands that titjobs aren't to be given dry. You have teach <<print $himher[$activeCharacter.gender]>> to wet <<print $penis[$PC.cock.current]>> and how to use lube to properly prepare <<print $hisher[$activeCharacter.gender]>> tits.
<<case 2>>
$activeCharacter.name is experienced enough to know not to give titjobs dry but <<print $hisher[$activeCharacter.gender]>> skills are either lacking or non-existent. You plan to have $activeCharacter.name practice rubbing <<print $penis[$PC.cock.current]>> between <<print $hisher[$activeCharacter.gender]>> tightly squeezed breasts. The idea is straightforward so most of the lesson will be spent teaching <<print $himher[$activeCharacter.gender]>> how to work <<print $penis[$PC.cock.current]>> in a sensual rhythm fast enough to bring someone to orgasm.
<<case 3>>
$activeCharacter.name can give a basic titjob which may be good enough for a significant other but is horrible for someone who's sole purpose is to provide sexual relief. For this lesson you plan to have $activeCharacter.name message <<print $penis[$PC.cock.current]>> between <<print $hisher[$activeCharacter.gender]>> breasts while <<print $heshe[$activeCharacter.gender]>> keeps <<print $hisher[$activeCharacter.gender]>> body mostly still. Kneading <<print $hisher[$activeCharacter.gender]>> breasts against <<print $penis[$PC.cock.current]>> requires more hand skill and endurance than anything else.
<<case 4>>
Even though $activeCharacter.name knows how to give a titjob, <<print $heshe[$activeCharacter.gender]>> still needs some more training before you can consider <<print $himher[$activeCharacter.gender]>> very skilled. You plan to spend most of the lesson teaching $activeCharacter.name the importance of using <<print $hisher[$activeCharacter.gender]>> mouth to enhance the experience. <<print $HeShe[$activeCharacter.gender]>> spends the lesson sucking and slobbering all over the head of <<print $penis[$PC.cock.current]>> while the majority of its length remains sandwiched between <<print $hisher[$activeCharacter.gender]>> tits.
<<case 5>>
$activeCharacter.name can give a pleasurable titjob but it feels very clinical, lacking and uninspired. <<print $HeShe[$activeCharacter.gender]>> needs to learn their is more to it than just shaking <<print $hisher[$activeCharacter.gender]>> breasts. You plan to teach $activeCharacter.name how to set a proper mood and how to mentally excite people. <<print $HeShe[$activeCharacter.gender]>> practices stripping <<print $hisher[$activeCharacter.gender]>> top and bra in a sexy manner and talking dirty during the actual titjob.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.mammary.intercourse = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.mammary.intercourse)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0.1, 4:0.4, 5:0.5})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.1, 3:0.2, 4:0.3, 5:0.4})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "sex skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.intercourse.vaginal)>>
<<case 1>>
$activeCharacter.name's vocal performance during sex is non-existent during penetrative sex, and doesn't know what to do when being penetrated. <<print $HeShe[$activeCharacter.gender]>> will require intensive training before <<print $heshe[$activeCharacter.gender]>> at having sex. For this lesson you plan to correct $activeCharacter.name physically whenever <<print $hisher[$activeCharacter.gender]>> vocal or physical performance is lacking in enthusiasm. Before long, <<print $heshe[$activeCharacter.gender]>> should be physically conditioned to be more active during any sexual intercourse.
<<case 2>>
$activeCharacter.name sexual prowess is basically non-existent. <<print $HeShe[$activeCharacter.gender]>> has a hard time keeping <<print $hisher[$activeCharacter.gender]>> erection and ejaculates prematurely frequently. <<print $HeShe[$activeCharacter.gender]>> will require a lot of training before <<print $hisher[$activeCharacter.gender]>> sex skills are anywhere near passable. For this lesson you plan to have $activeCharacter.name masturbate <<print $himselfherself[$activeCharacter.gender]>> to the edge of <<print $hisher[$activeCharacter.gender]>> orgasm before stopping for a small break before beginning again.
<<case 3>>
$activeCharacter.name is capable of keeping a prolonged erection and can use basic hip movement but other than that <<print $himher[$activeCharacter.gender]>> sex skills are fairly poor. For this lesson you plan to teach $activeCharacter.name a large range of different sexual positions and how to contract <<print $hisher[$activeCharacter.gender]>> pussy muscles. <<print $HeShe[$activeCharacter.gender]>> may not be able to remember all of the positions but the idea is to get <<print $himher[$activeCharacter.gender]>> to do something other than just missionary or doggy-style during sex.
<<case 4>>
As far as you can tell, $activeCharacter.name is a decent lover. <<print $HeShe[$activeCharacter.gender]>> is active during sex and has good control of <<print $hisher[$activeCharacter.gender]>> orgasms and PC muscles. That being said, <<print $heshe[$activeCharacter.gender]>> would do well to learn that sex isn't just limited to intercourse. You plan to have $activeCharacter.name spend the lesson practicing physical actions that don't have anything to do with <<print $hisher[$activeCharacter.gender]>> penis or cunt. <<print $HisHer[$activeCharacter.gender]>> touches, kisses and general sensuality during sex should be improved upon.
<<case 5>>
$activeCharacter.name knows how to fuck, very well in fact. The only things you can train <<print $himher[$activeCharacter.gender]>> to do is how to make it a performance. You plan to teach $activeCharacter.name how to sell sex as a complete experience this lesson. You focus on refining <<print $hisher[$activeCharacter.gender]>> vocal performance, including things like how to talk dirty and how to fake an orgasm.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.intercourse.vaginal = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.intercourse.vaginal)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "anal sex skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.intercourse.anal)>>
<<case 1>>
$activeCharacter.name doesn't understand the importance of keeping <<print $hisher[$activeCharacter.gender]>> ass clean other than basic hygiene. For this lesson you plan to teach $activeCharacter.name how to properly clean out <<print $hisher[$activeCharacter.gender]>> ass by giving <<print $himher[$activeCharacter.gender]>> an enema. After being taught a few times, $activeCharacter.name will be able to do it <<print $himselfherself[$activeCharacter.gender]>>.
<<case 2>>
$activeCharacter.name has no experience being sodomized and has very little knowledge about the act. For this lesson you plan to teach $activeCharacter.name how to properly prepare <<print $hisher[$activeCharacter.gender]>> asshole and the importance of using a non-numbing lube.
<<case 3>>
$activeCharacter.name understands the anal preparation process but knows little about the actual act. You plan to spend this lesson having $activeCharacter.name practice sodomizing <<print $himselfherself[$activeCharacter.gender]>> with a dildo to get used to performing the act.
<<case 4>>
$activeCharacter.name's ass is usable as a fuckhole but <<print $heshe[$activeCharacter.gender]>> has no idea how to make the experience pleasurable for <<print $hisher[$activeCharacter.gender]>> partner. You plan to spend this lesson teaching $activeCharacter.name how to properly tense <<print $hisher[$activeCharacter.gender]>> asshole muscles as to give <<print $hisher[$activeCharacter.gender]>> partner a more pleasurable experience.
<<case 5>>
$activeCharacter.name anal skills are pretty much perfect. This lesson you plan to focus on teaching $activeCharacter.name how to properly finish an anal session. This includes making sure that everything is clean, especially the tool used to sodomize <<print $himher[$activeCharacter.gender]>>, whether its a dildo or a real cock. You especially plan to have $activeCharacter.name practice cleaning <<print $himselfherself[$activeCharacter.gender]>> off <<print $penis[$PC.cock.current]>> after you finish fucking <<print $hisher[$activeCharacter.gender]>> ass with it.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("anus", $activeCharacter, _roll)>>
<<print increaseGape($activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.intercourse.anal = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.intercourse.anal)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0.1, 4:0.4, 5:0.5})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.1, 3:0.2, 4:0.3, 5:0.4})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "sex skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.intercourse.vaginal)>>
<<case 1>>
$activeCharacter.name's vocal performance during sex is non-existent. The only time <<print $heshe[$activeCharacter.gender]>> makes any sound is during <<print $hisher[$activeCharacter.gender]>> climax, and even then its very quiet and unsatisfactory. You plan to get $activeCharacter.name to be more vocal during sex by physically correcting <<print $himher[$activeCharacter.gender]>> with subtle pinches, strikes and tweaks when <<print $heshe[$activeCharacter.gender]>> has been quiet during sex for too long.
<<case 2>>
$activeCharacter.name sexual prowess is basically non-existent. <<print $HeShe[$activeCharacter.gender]>> has a hard time keeping <<print $hisher[$activeCharacter.gender]>> erection and ejaculates prematurely frequently. <<print $HeShe[$activeCharacter.gender]>> will require a lot of training before <<print $hisher[$activeCharacter.gender]>> sex skills are anywhere near passable. For this lesson you plan to have $activeCharacter.name masturbate <<print $himselfherself[$activeCharacter.gender]>> to the edge of <<print $hisher[$activeCharacter.gender]>> orgasm before stopping for a small break before beginning again.
<<case 3>>
$activeCharacter.name is capable of keeping an erection during sex without prematurely ejaculating but other than that <<print $himher[$activeCharacter.gender]>> sex skills are fairly poor. For this lesson you plan to teach $activeCharacter.name a large range of different sexual positions. <<print $HeShe[$activeCharacter.gender]>> may not be able to remember all of the positions but the idea is to get <<print $himher[$activeCharacter.gender]>> to do something other than just missionary or doggy-style during sex.
<<case 4>>
As far as you can tell, $activeCharacter.name is a decent lover. <<print $HeShe[$activeCharacter.gender]>> is active during sex and has good control of <<print $hisher[$activeCharacter.gender]>> orgasms. That being said, <<print $heshe[$activeCharacter.gender]>> would do well to learn that sex isn't just limited to intercourse. You plan to have $activeCharacter.name spend the lesson practicing physical actions that don't have anything to do with <<print $hisher[$activeCharacter.gender]>> penis. <<print $HisHer[$activeCharacter.gender]>> touches, kisses and general sensuality during sex should be improved upon.
<<case 5>>
$activeCharacter.name knows how to fuck, very well in fact. The only things you can train <<print $himher[$activeCharacter.gender]>> to do is how to make it a performance. You plan to teach $activeCharacter.name how to sell sex as a complete experience this lesson. You focus on refining <<print $hisher[$activeCharacter.gender]>> vocal performance, including things like how to talk dirty.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.intercourse.vaginal = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.intercourse.vaginal)>><<if $activeCharacter.submission == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0.1, 4:0.4, 5:0.5})>>
<<elseif $activeCharacter.submission >= 80>>
<<set _weightedroll = weightedRoll({1:0, 2:0.1, 3:0.2, 4:0.3, 5:0.4})>>
<<elseif $activeCharacter.submission >= 60>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "sex skills">>
<<switch getSkillLevel($activeCharacter.sexualskill.intercourse.vaginal)>>
<<case 1>>
$activeCharacter.name knows what goes where, but that is the extent of <<print $hisher[$activeCharacter.gender]>> knowledge about sex. <<print $HeShe[$activeCharacter.gender]>> will require a lot of training before <<print $hisher[$activeCharacter.gender]>> sex skills are anywhere near passable. This lesson you plan to spend a majority of your time thrusting <<print $penis[$PC.cock.current]>> wildly into $activeCharacter.name. It doesn't matter if <<print $heshe[$activeCharacter.gender]>> isn't a very active participant, the point of the lesson is just to get <<print $himher[$activeCharacter.gender]>> used to having sex.
<<case 2>>
$activeCharacter.name fucks like a dead fish. <<print $HeShe[$activeCharacter.gender]>> makes no attempts to engage at all during sex, and barely makes any audible sounds. <<print $HeShe[$activeCharacter.gender]>> might be used to sex but <<print $heshe[$activeCharacter.gender]>> definitely doesn't know how to have sex. You plan to make $activeCharacter.name take a much more active role in sex during the lesson by having <<print $himher[$activeCharacter.gender]>> riding <<print $penis[$PC.cock.current]>> in cowgirl position.
<<case 3>>
During sex $activeCharacter.name can at least move <<print $hisher[$activeCharacter.gender]>> hips but <<print $hisher[$activeCharacter.gender]>> skills are otherwise very poor. This lesson you plan to spend more time on having $activeCharacter.name do kegel exercises rather than actually having sex. You continually stress to <<print $himher[$activeCharacter.gender]>> the importance of learning how to contract <<print $hisher[$activeCharacter.gender]>> pussy muscles around a cock.
<<case 4>>
As far as you can tell, $activeCharacter.name is a decent lover. <<print $HeShe[$activeCharacter.gender]>> is active during sex and has good control of <<print $hisher[$activeCharacter.gender]>> PC muscles. That being said, <<print $heshe[$activeCharacter.gender]>> would do well to learn that sex isn't just limited to intercourse. You plan to have $activeCharacter.name spend the lesson practicing physical actions that don't have anything to do with <<print $hisher[$activeCharacter.gender]>> cunt. <<print $HisHer[$activeCharacter.gender]>> touches, kisses and general sensuality during sex should be improved upon.
<<case 5>>
$activeCharacter.name knows how to fuck, very well in fact. The only things you can train <<print $himher[$activeCharacter.gender]>> to do is how to make it a performance. You plan to teach $activeCharacter.name how to sell sex as a complete experience this lesson. You focus on refining <<print $hisher[$activeCharacter.gender]>> vocal performance, including how to properly fake an orgasm if needed.
<<case 6>>
$activeCharacter.name has already perfected <<print $hisher[$activeCharacter.gender]>> _trainingname skill. You plan on having $activeCharacter.gender practice just to keep <<print $hisher[$activeCharacter.gender]>> _trainingname skills polished.
<</switch>>
<br><br>
<<include "Training Results">>
<<if _roll > 2>>
<br>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<set $activeCharacter.sexualskill.intercourse.vaginal = increaseSkill($activeCharacter, _roll, $activeCharacter.sexualskill.intercourse.vaginal)>><<if $activeCharacter.mood.current < 25 && $activeCharacter.mood.scale == "Sanity">>
@@color:red;''$activeCharacter.name is mindbroken and cannot learn any new skills or improve on the ones <<print $heshe[$activeCharacter.gender]>> has.''@@
<br>
Your efforts in training $activeCharacter.name are fruitless, there is little to nothing going on in <<print $hisher[$activeCharacter.gender]>> head so everything you try to teach <<print $himher[$activeCharacter.gender]>> goes in one ear and out the other. If you plan on training <<print $himher[$activeCharacter.gender]>>, you will have to raise <<print $hisher[$activeCharacter.gender]>> sanity by treating <<print $himher[$activeCharacter.gender]>> positively.
<<elseif _roll == 1>>
@@color:red;''$activeCharacter.name physically refuses to practice <<print $hisher[$activeCharacter.gender]>> _trainingname.''@@
<br>
$activeCharacter.name has no intentions of learning anything you have to teach <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> kicks, punches and screams at the top of <<print $hisher[$activeCharacter.gender]>> lungs anytime you get close to <<print$himher[$activeCharacter.gender]>>. Clearly, <<print$heshe[$activeCharacter.gender]>> wants nothing to do with you whether its intimate or not.
<<elseif _roll == 2>>
@@color:orange;''$activeCharacter.name verbally refuses to practice <<print $hisher[$activeCharacter.gender]>> _trainingname.''@@
<br>
$activeCharacter.name is not interested in practicing <<print $hisher[$activeCharacter.gender]>> _trainingname. <<print $HeShe[$activeCharacter.gender]>> firmly explains to you that <<print $heshe[$activeCharacter.gender]>> will not listen to any lesson you try to give <<print $himher[$activeCharacter.gender]>>. True to <<print $hisher[$activeCharacter.gender]>> words, anytime you try to begin the lesson <<print $heshe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> body away from you in protest.
<<elseif _roll == 3>>
@@color:yellow;''You force $activeCharacter.name to practice <<print $hisher[$activeCharacter.gender]>> _trainingname.''@@
<br>
$activeCharacter.name attempts to ignore your training but you use enough force necessary to keep <<print $hisher[$activeCharacter.gender]>> attention on you. When the lesson becomes physical, you basically have to force yourself on $activeCharacter.name to get <<print $himher[$activeCharacter.gender]>> to participate in the practice. This is not a very effective way of training, but its more effective than having the <<print $himher[$activeCharacter.gender]>> do nothing but ignore or fight you the whole lesson.
<<elseif _roll == 4>>
@@color:greenyellow;''$activeCharacter.name reluctantly practice <<print $hisher[$activeCharacter.gender]>> _trainingname.''@@
<br>
$activeCharacter.name responds and reacts to your lesson favorably. <<print$HisHer[$activeCharacter.gender]>> actions are unsure but there is little to no hesitation in <<print$hisher[$activeCharacter.gender]>> decision to practice <<print $hisher[$activeCharacter.gender]>> _trainingname. <<print$HeShe[$activeCharacter.gender]>> isn't exactly enthusiastic about <<print$hisher[$activeCharacter.gender]>> training but <<print$hisher[$activeCharacter.gender]>> lack of resistance is good enough for you to teach <<print$himher[$activeCharacter.gender]>> a reasonably amount.
<<elseif _roll == 5>>
@@color:forestgreen;''$activeCharacter.name eagerly practice <<print $hisher[$activeCharacter.gender]>> _trainingname.''@@
<br>
$activeCharacter.name shows no hesitation at all when it comes to practicing <<print $hisher[$activeCharacter.gender]>> _trainingname. <<print$HeShe[$activeCharacter.gender]>> is very enthusiastic about it, making it very easy for you to teach <<print$himher[$activeCharacter.gender]>> anything you need to about the subject without any problems.
<</if>>
<<if _roll >= 3>>
<<print checkVirginity($activeCharacter, $subtrainingtype, _roll, "training")>>
<</if>>Orignal game created by Onerglossi.<br>
This is a mod/update created by xwirez.<br>
This mod builds on a previous mod by Kalloi with story elements and events by Its4fun, and with intelligence and school functions created by shadow14613.
<br><br>
<center><h2>Welcome to Fantasy Slave Trainer.</h2><h3>This is an erotic text game depicting slave trade in a fantasy world. <br> You must be 18 years or older to play this game due to the sexual nature of this game's content.</h3>
[[I am 18 years of age or older and want to play this game.|Difficulty]]</center><<unset $Continue>>
<<unset $Previous>>
<b>Please choose which difficulty you would like to play at.</b>
<br><br>
<b>[[Default Difficulty|CC - Race Selection][$difficulty = "default"]]</b><br>
The default difficulty allows the player to play and enjoy the game, exploring the content as they see fit without having to micromanage slaves and money. Slaves will be much easier to train, they won't be as fatigued from doing their jobs and will recover very quickly.
<br><br>
<b>[[Hard Difficulty|CC - Race Selection][$difficulty = "hard"]]</b><br>
This difficulty is for people who want to be challenged while playing the game. Slaves will be a lot harder to train and will require more energy focused on them. They become fatigued quicker and will require more rest to get them back to peak condition.
<<set $NC = {tribe: "Canus", sex: "Male", gender: "Male", virgin: "Virgin", analvirgin: "Virgin", pregnancy: "None", statpoints:5}>>
<<set $PC = {name: "Player", race: "", tribe: "", gender: "", sex: "", ogsex: "", skintone: "", fur: "", haircolor: "", clothes: "", armor: "", hairstyle: "", eyecolor: "", eyedescriptor: "", occupation: "", temperament: "", nature: "", origin: "", assignment: "rest", location: "estate", building: "", room: "", diet: "", sickness: "", promise: "", likes: "", dislikes: "", fears: "", renew: null, memories: "", appointment: "", threaten: "", echo:"", title: "", titles: "", transformation:"", incense:"", hypno: "", info: "", stats: "",
statslvl: "", cooldown: "", popularity: "", weapon: "", sextoys: "", tattoo: "", piercing: "", color: "", exoticism: 0, style: 0, will: 0, submission: 0, shaved: 0, lust: 3, mood: {}, customers: 0, amnity:0, sanity: 0, obedience: {}, fear: {}, trust: {}, rating: 0, guilt: 0, tempbehaviour: 0, ID: 0, health: 0, fatigue: 0, expense: 0, rarity: 0, shelflife: 0, age: 0, birthweek:0, maturity: 0, lifespan: 0, intelligence: 0, intelligenceexp: 0, height: 0, inverted: 0, butt: "", lips: "", shoulders: "", hips: "", torso: "", legs: "", bust: "", cock: "", girth: "", balls: "", clit: "", pussy: "", sensitivity: "", gape: 1, analtoy: 0, hooded: 0, vagina: 0, circumcised: 0, chastity: 0, virgin: 0, lactating: "", nectaring:"", analvirgin: 0, beauty: 0, weight: 0, traits: "", fitness: "", level: 0, levelexp: 0, price: 0, ogprice:0, appeal: 0, youth: "", reputation: 0, sexualskill: 0, expenses: 0, known:"", impermanent:"", sexual:"", chattel:"", pregnancy: null, slavecap:4, guild:{}, chopblock:{}, energy:{}, history: [], eventlog: [], skills: {}, statresist: {}, comstats: {},position:null, training:{}, combat:{}}>>
/*<<set $PC to {name: "", gender: "", sex: "", penis: 0, balls: 0, vagina: 0, clit: 0, genitals: "", guild: "", age: 0, money: 0, level: 1, slavecap: 4, energy: ""}>>*/
<<set $PC.combat = {stamina:null, arousal:null, libido:null, text:{}, stimulation:0}>>
<<set $PC.combat.stamina = {current:0, max:0}>>
<<set $PC.combat.arousal = {current:0, max:0}>>
<<set $PC.combat.libido = {current:0, max:0}>>
<<set $PC.mood = {scale:"Happiness", current:50}>>
<<set $PC.obedience = {current:100, base:100, mood:0, bonus:0, multi:1}>>
<<set $PC.trust = {current:100, base:100, mood:0, bonus:0, multi:1}>>
<<set $PC.fear = {current:100, base:100, mood:0, bonus:0, multi:1}>>
<<set $PC.guild = {slaver:{}}>>
<<set $PC.guild.slaver = {rank:0, level:3, grade:"E", exp:0, maxexp:100, contract:[], contractmax:1, excess:0, rankup:0, reward:0}>>
<<set $PC.energy = {current: 4, max: 4}>>
<<set $PC.focus = "Rest">>
<<set $PC.color = "">>
<<set $PC.chopblock = {relationships:{}, reputation:"", registration:0}>>
<<set $PC.chopblock.relationships = {slyvine: "", zorvoth: "", agnes: "", Mavis:"", Moris:""}>>
<<set $PC.chopblock.relationships.sylvine = {trust:0, rank:"E", maxtrust:100, favor:0, dislike:0, contract:[], flags:[], contractmax:1, excess:0, reward:0, limit:0, salemax:1}>>
<<set $PC.chopblock.relationships.zorvoth = {trust:0, rank:"E", maxtrust:100, favor:0, dislike:0, contract:[], flags:[], contractmax:1, excess:0, reward:0, limit:0, salemax:1}>>
<<set $PC.chopblock.relationships.agnes = {trust:0, rank:"E", maxtrust:100, favor:0, dislike:0, contract:[], flags:[], contractmax:1, excess:0, reward:0, limit:0, salemax:1}>>
<<set $PC.chattel = {pen:0, style:null, focus:null}>>
<<set $PC.pregnancy = {child:[], weeks:0, maturity:0, duration:0, lactating:0, recovery:0, type:"normal", status:null}>>
<<set $PC.sexual = {fertility: "", libido: "", strength: "", speed: "", stamina: "", control: ""}>>
<<set $PC.sexual.fertility = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.libido = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.strength = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.speed = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.stamina = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.control = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.impermanent = {cock:0, bust:0, clit:0, pussy:0, balls:0}>>
<<set $PC.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set $PC.training.reward = {small:null, normal:null, large:null}>>
<<set $PC.training.punishment = {small:null, normal:null, large:null}>>
<<set $PC.stats = {manual:0, oral:0, mammary:0, vanilla:0, anal:0, sissification: 0, bimbofication: 0, femininity: 0, masculinity: 0, strumpetry: 0, dominant: 0, submissive: 0, masculinization:0, chivalry:0, breeding:0, knight1: 0, mage1:0, thief1:0, trainer1:0}>>
<<set $PC.statslvl = {knightlevel:0, magelevel:0, thieflevel:0, trainerlevel:0}>>
<<set $PC.statresist = {slashingres: 0, piercingres: 0, bluntres: 0, elementalres: 0, statusres: 0}>>
<<set $PC.comstats = {strength: 0, dexterity: 0, intelligence: 0, mana: 0, charm : 0}>>
<<set $PC.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.butt = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.cock = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.bust = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.clit = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.pussy = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.girth = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.balls = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sensitivity = {cock:0, breasts:0, anus:0, clit:0, pussy:0, balls:0, mouth:0}>>
<<set $PC.lactating = {temporary:0, permanent:0}>>
<<set $PC.nectaring = {temporary:0, permanent:0}>>
<<set $PC.cum = {quantity:"", quality:"", taste:""}>>
<<set $PC.cum.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.cum.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.cum.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.milk = {quantity:"", quality:"", taste:""}>>
<<set $PC.milk.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.milk.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.milk.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.nectar = {quantity:"", quality:"", taste:""}>>
<<set $PC.nectar.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.nectar.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.nectar.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.appointment = {type:null, location:null, detail:null}>>
<<set $PC.clothes = {outfit: "", head: "", eyes: "", neck: "", hands: "", top: "", underwear: "", bottom: "", legs: "", shoes: ""}>>
<<set $PC.clothes.outfit = {type:1, clothes:1, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:1, class:0, tags:""}>>
<<set $PC.clothes.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.eyes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.neck = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.hands = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.top = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.bottom = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.underwear = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.shoes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.armor = {set: "", head: "", torso: "", legs: ""}>>
<<set $PC.armor.set = {type:1, clothes:1, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:1, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment: ""}>>
<<set $PC.armor.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $PC.armor.torso = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $PC.armor.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $PC.armor.set.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.armor.head.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.armor.torso.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.armor.legs.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.sextoys = {butt: "", vagina: "", cock: "", mouth: "", nipples: "", eyes: "", hands: "", body: ""}>>
<<set $PC.sextoys.butt = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.vagina = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.cock = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.nipples = {name: "", vibration:0, weight:0, pain:0, train:0, eqf:0}>>
<<set $PC.sextoys.mouth = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.eyes = {name: "", blindness:0, hypnosis:0, eqf:0}>>
<<set $PC.sextoys.hands = {name: "", tightness:0, train:0, eqf:0}>>
<<set $PC.sextoys.body = {name: "", tightness:0, train:0, eqf:0}>>
<<set $PC.weapon = {strength: 0 , weight: 0}>>
<<set $PC.piercing = {ear:"", eyebrow:"", nose:"", tongue:"", lip:"", nipple:"", navel:"", pussy:"", cock:""}>>
<<set $PC.piercing.ear = {type:0, jewelry:0}>>
<<set $PC.piercing.eyebrow = {type:0, jewelry:0}>>
<<set $PC.piercing.nose = {type:0, jewelry:0}>>
<<set $PC.piercing.tongue = {type:0, jewelry:0}>>
<<set $PC.piercing.lip = {type:0, jewelry:0}>>
<<set $PC.piercing.nipple = {type:0, jewelry:0}>>
<<set $PC.piercing.navel = {type:0, jewelry:0}>>
<<set $PC.piercing.pussy = {type:0, jewelry:0}>>
<<set $PC.piercing.cock = {type:0, jewelry:0}>>
<<set $PC.tattoo = {body:null, face:null, innerlip:null, neck:null, upperback:null, shoulder:null, upperarm:null, lowerarm:null, hands:null, chest:null, ribcage:null, lowerback:null, abdomen:null, pelvis:null, hips:null, buttocks:null, upperleg:null, lowerleg:null, ankle:null, feet:null}>>
<<set $PC.titles = []>>
<<set $PC.likes = []>>
<<set $PC.dislikes = []>>
<<set $PC.fears = []>>
<<set $PC.update = []>>
<<set $PC.cooldown = {title:0, influence:0}>>
<<set $PC.info = {endweek:null}>>
<<set $PC.transformation = {progress:0, item:"None", circulating: "None", duration:0}>>
<<set $PC.incense = {item:"None"}>>
<<set $PC.echo = {subtype:"", total:0}>>
<<set $PC.promise = {made:0,weeks:0}>>
<<set $PC.threaten = {made:0,weeks:0}>>
<<set $PC.diet = {status:"Normal", progress:0}>>
<<set $PC.fitness = {status:"None", progress:0}>>
<<set $PC.fatigue = {status:"None", mental:null, physical:null, max:null, progress:0}>>
<<set $PC.popularity = {brothel:0, ranch:0}>>
<<set $PC.condition = {status:"None", progress:100}>>
<<set $PC.traits = {ears:"", tail:"", feet:"", hands:"", body:"", description:"", list:[]}>>
<<set $PC.hypno = {bimbo:0, cum:0, masochism:0, sadism:0, muscle:0, domesticated:0}>><<include "Titles">>
<<if $activeCharacter.title == "Bimbo">>
$activeCharacter.name is a bimbo. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead. Nothing of importance goes on in <<print $hisher[$activeCharacter.gender]>> head, <<print $heshe[$activeCharacter.gender]>> only thinks of superficial things. Being turned into a bimbo has not affected <<print $hisher[$activeCharacter.gender]>> intelligence despite <<print $hisher[$activeCharacter.gender]>> change in thinking.
<<elseif $activeCharacter.title == "Bimboy">>
$activeCharacter.name is a bimboy. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead who only thinks of superficial things and has been trained to be a true masculine. <<print $HeShe[$activeCharacter.gender]>> is basically the masculine version of a bimbo.
<<elseif $activeCharacter.title == "Bimbo Slut">>
$activeCharacter.name is a bimbo slut. <<print $HeShe[$activeCharacter.gender]>> has been trained to both love and crave sex as well as hypnotized into an airhead. The only thoughts <<print $heshe[$activeCharacter.gender]>> has are either materialistic in nature or something to do with sex.
<<elseif $activeCharacter.title == "Brody">>
$activeCharacter.name is a brody. <<print $HeShe[$activeCharacter.gender]>> has been psychologically trained to think and be a man. <<print $HeShe[$activeCharacter.gender]>> hopes to one day be transformed physically into a man. $activeSlave.name uses male pronouns.
<<elseif $activeCharacter.title == "Breeding Slave">>
$activeCharacter.name is a breeding slave. <<print $HeShe[$activeCharacter.gender]>> has been trained for breeding purposes. <<print $HeShe[$activeCharacter.gender]>> understands <<print $hisher[$activeCharacter.gender]>> role as a breeding slave and all the dynamics that come with it.
<<elseif $activeCharacter.title == "Bull">>
$activeCharacter.name is a bull. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a domesticated breeding animal. <<print $HeShe[$activeCharacter.gender]>> whole purpose is to breed as many sows as possible before getting too old.
<<elseif $activeCharacter.title == "Cavalier">>
$activeCharacter.name is a cavalier. <<print $HeShe[$activeCharacter.gender]>> has been trained to be chivalrous. <<print $HeShe[$activeCharacter.gender]>> strives to be the gallant, considerate and courteous person <<print $heshe[$activeCharacter.gender]>> was trained to be.
<<elseif $activeCharacter.title == "Cicisbeo">>
$activeCharacter.name is a cicisbeo. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a chivalrous true masculine. <<print $HeShe[$activeCharacter.gender]>> will be the paragon of machismo, being able to display a wide array of highly admired traits in men.
<<elseif $activeCharacter.title == "Confident Slave">>
$activeCharacter.name is a confident slave. <<print $HeShe[$activeCharacter.gender]>> has no fear for <<print $hisher[$activeCharacter.gender]>> future and is completely accepting of <<print $hisher[$activeCharacter.gender]>> position as a slave. This doesn’t mean that <<print $heshe[$activeCharacter.gender]>> is completely obedient but it display that <<print $heshe[$activeCharacter.gender]>> is used to the slave life.
<<elseif $activeCharacter.title == "Courtesan">>
$activeCharacter.name is a courtesan. <<print $HeShe[$activeCharacter.gender]>> has been trained to be like a true feminine who loves and craves sex. <<print $HeShe[$activeCharacter.gender]>> will be a high-class woman in public but will be a sexual fiend in private.
<<elseif $activeCharacter.title == "Cumsar">>
$activeCharacter.name is a cumsar. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into loving any type of cum, whether it be from a man, woman or monster. <<print $HeShe[$activeCharacter.gender]>> is interested in anything that has to do with cum, even if it doesn't explicitly include sex.
<<elseif $activeCharacter.title == "Cumslut">>
$activeCharacter.name is a cumslut. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into loving any type of cum, whether it be from a man, woman or monster. <<print $HeShe[$activeCharacter.gender]>> has also been trained to love and crave sex, making <<print $himher[$activeCharacter.gender]>> very receptive to being used for sex.
<<elseif $activeCharacter.title == "Domesticated">>
$activeCharacter.name is domesticated. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into loving being treated, and acting like a domesticated animal. While <<print $heshe[$activeCharacter.gender]>> is domesticated, it doesn't necessarily mean <<print $heshe[$activeCharacter.gender]>> is trained.
<<elseif $activeCharacter.title == "Domesticated Bitch">>
$activeCharacter.name is domesticated. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into loving being treated, acting like a domesticated animal and trained to love sex. <<print $HeShe[$activeCharacter.gender]>> is a great slave for those who love sex with superfluous slave produce.
<<elseif $activeCharacter.title == "Dominant">>
$activeCharacter.name is a dominant. <<print $HeShe[$activeCharacter.gender]>> has been trained to play the dominant role during and outside of sexual intercourse. This doesn’t mean that <<print $hisher[$activeCharacter.gender]>> personality is dominant, it simply means that <<print $heshe[$activeCharacter.gender]>> knows how to play the role properly.
<<elseif $activeCharacter.title == "Dominatrix">>
$activeCharacter.name is a dominatrix. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a dominant feminine who has been hypnotized to feel pleasure giving and seeing others in pain. <<print $HeShe[$activeCharacter.gender]>> prefers to sadistically dominate <<print $hisher[$activeCharacter.gender]>> sexual partners.
<<elseif $activeCharacter.title == "Drag King">>
$activeCharacter.name is a drag king. <<print $HeShe[$activeCharacter.gender]>> has been completely psychologically trained to think and be a completely masculine man. <<print $HeShe[$activeCharacter.gender]>> uses male pronouns.
<<elseif $activeCharacter.title == "Feminine">>
$activeCharacter.name is a feminine. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a true feminine. This usually pertains to things outside of sex and has little to no bearing on <<print $hisher[$activeCharacter.gender]>> actual personality.
<<elseif $activeCharacter.title == "Feminine Bimbo">>
$activeCharacter.name is a feminine bimbo. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead who only thinks of superficial things and has been trained to be a true feminine. <<print $HeShe[$activeCharacter.gender]>> holds bimbonic interests but knows how to carry <<print $himselfherself[$activeCharacter.gender]>> with practiced femininity.
<<elseif $activeCharacter.title == "Feminine Sissy">>
$activeCharacter.name is a feminine sissy. <<print $HeShe[$activeCharacter.gender]>> has been completely psychologically trained to think and be a completely feminine woman. <<print $HeShe[$activeCharacter.gender]>> uses female pronouns.
<<elseif $activeCharacter.title == "Feminine Sissy Bimbo">>
$activeCharacter.name is a feminine sissy bimbo. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead who only thinks of superficial things and has been trained to think and be a completely feminine woman. <<print $HeShe[$activeCharacter.gender]>> holds bimbonic interests, knows how to carry <<print $himselfherself[$activeCharacter.gender]>> with practiced femininity and uses female pronouns.
<<elseif $activeCharacter.title == "Femme Sub">>
$activeCharacter.name is a femme sub. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a true feminine as well as a submissive. <<print $HeShe[$activeCharacter.gender]>> acts completely feminine throughout most of the day and becomes servile during any bedroom play.
<<elseif $activeCharacter.title == "Gigolo">>
$activeCharacter.name is a gigolo. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a masculine who thoroughly enjoys having sex. <<print $HeShe[$activeCharacter.gender]>> acts masculine during nonsexual moments but during sexual play <<print $heshe[$activeCharacter.gender]>> conforms to <<print $hisher[$activeCharacter.gender]>> partner's preferences.
<<elseif $activeCharacter.title == "Incubus">>
$activeCharacter.name is a Incubus. <<print $HeShe[$activeCharacter.gender]>> was trained to be a masculine who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. <<print $HeShe[$activeCharacter.gender]>> will prey upon both the physically and mentally weak in a sexual manner.
<<elseif $activeCharacter.title == "Loyal Slave">>
$activeCharacter.name is a loyal slave. <<print $HeShe[$activeCharacter.gender]>> is completely obedient to whomever is <<print $hisher[$activeCharacter.gender]>> master. While <<print $heshe[$activeCharacter.gender]>> may have some small issues with following orders, <<print $hisher[$activeCharacter.gender]>> level of obedience is pretty much the highest you can expect from a slave.
<<elseif $activeCharacter.title == "Man Eater">>
$activeCharacter.name is a man eater. <<print $HeShe[$activeCharacter.gender]>> was trained to be a sex loving slut who has been hypnotized to feel pleasure giving and seeing others in pain. <<print $HeShe[$activeCharacter.gender]>> enjoys inflicting both psychological and physical pain upon the people <<print $heshe[$activeCharacter.gender]>> has sex with.
<<elseif $activeCharacter.title == "Masculine">>
$activeCharacter.name is a masculine. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a true masculine. This usually pertains to things outside of sex and has little to no bearing on <<print $hisher[$activeCharacter.gender]>> actual personality.
<<elseif $activeCharacter.title == "Masculine Bottom">>
$activeCharacter.name is a masculine bottom. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a true masculine as well as trained on how to be a proper submissive. <<print $HeShe[$activeCharacter.gender]>> acts masculine during most of the day but during any sexual act <<print $heshe[$activeCharacter.gender]>> takes on a much more submissive role.
<<elseif $activeCharacter.title == "Masculine Muscle Bimbo">>
$activeCharacter.name is a masculine muscle bimbo. <<Print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness, things that are materialistic in nature or something to do with sex. <<print $HeShe[$activeCharacter.gender]>> has also been trained to be a true masculine, usually pertaining to things outside of sex and has little to no bearing on <<print $hisher[$activeCharacter.gender]>> actual personality.
<<elseif $activeCharacter.title == "Masculine Top">>
$activeCharacter.name is a masculine top. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a true masculine as well as trained on how to be a proper submissive. <<print $HeShe[$activeCharacter.gender]>> acts masculine during most of the day and during any sexual act <<print $heshe[$activeCharacter.gender]>> takes on a much dominant role.
<<elseif $activeCharacter.title == "Masochist">>
$activeCharacter.name is a masochist. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized to feel pain as pleasure. Masochists aren’t necessarily submissive but usually find that they can get the most pleasure from people who hold power over them.
<<elseif $activeCharacter.title == "Muscle Bimbo">>
$activeCharacter.name is a muscle bimbo. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness, things that are materialistic in nature or something to do with sex.
<<elseif $activeCharacter.title == "Muscle Bitch">>
$activeCharacter.name is a muscle bitch. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and has been trained to be like a true feminine as well as trained on how to be a proper submissive. <<print $HeShe[$activeCharacter.gender]>> acts completely feminine throughout most of the day and becomes servile during any bedroom play.
<<elseif $activeCharacter.title == "Muscle Slave">>
$activeCharacter.name is a muscle slave. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and trained to be like a submissive masculine. <<print $HeShe[$activeCharacter.gender]>> acts masculine during most of the day but during any sexual act <<print $heshe[$activeCharacter.gender]>> takes on a much more submissive role.
<<elseif $activeCharacter.title == "Painslut">>
$activeCharacter.name is a painslut. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized to feel all but the most intense pain as pleasure. Coupled with the fact that <<print $heshe[$activeCharacter.gender]>> has been trained to love and crave sex, $activeCharacter.name has been trained to love a very rough play during sexual intercourse.
<<elseif $activeCharacter.title == "Perfect Slave">>
$activeCharacter.name is a perfect slave. <<print $HeShe[$activeCharacter.gender]>> not only is as obedient as a slave can be, but <<print $heshe[$activeCharacter.gender]>> has no fears about <<print $hisher[$activeCharacter.gender]>> future as a slave and is very modest while remaining confident in <<print $hisher[$activeCharacter.gender]>> skills.
<<elseif $activeCharacter.title == "Sadist">>
$activeCharacter.name is a sadist. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized to feel pleasure giving and seeing others in pain. Sadists aren’t necessarily dominant but usually find that they can get the most pleasure by being in a position of power to put others in pain.
<<elseif $activeCharacter.title == "Sex Fiend">>
$activeCharacter.name is a sex fiend. <<print $HeShe[$activeCharacter.gender]>> has been been trained to be an expert on giving sexual pleasure. Sex fiends don't necessarily enjoy sex but they still make for very experienced and talented sexual partners.
<<elseif $activeCharacter.title == "Sex Slave">>
$activeCharacter.name is a sex slave. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized to feel pain as pleasure and she has been trained to play the submissive role during and outside of sexual intercourse. These two traits generally make for a good combination when training someone to be used exclusively for sex.
<<elseif $activeCharacter.title == "Sissy">>
$activeCharacter.name is a sissy. <<print $HeShe[$activeCharacter.gender]>> has been completely psychologically trained to think and be a woman. <<print $HeShe[$activeCharacter.gender]>> hopes to one day be transformed physically into a woman. $activeCharacter.name uses female pronouns.
<<elseif $activeCharacter.title == "Sissy Bimbo">>
$activeCharacter.name is a sissy bimbo. <<print $HeShe[$activeCharacter.gender]>> has been conditioned to think and be a woman. <<print $HeShe[$activeCharacter.gender]>> has also been hypnotized into a bimbo. Nothing goes on in <<print $hisher[$activeCharacter.gender]>> head other than sex, clothing and other things of that nature.
<<elseif $activeCharacter.title == "Sissy Slut">>
$activeCharacter.name is a sissy slut. <<print $HeShe[$activeCharacter.gender]>> has been thoroughly trained to think and be a woman as well as trained to love and crave any kind of sex. On top of this <<print $heshe[$activeCharacter.gender]>> has also been physically transformed into a woman to match <<print $hisher[$activeCharacter.gender]>> mentality.
<<elseif $activeCharacter.title == "Sissy Slut Bimbo">>
$activeCharacter.name is a sissy slut bimbo. Not only is <<print $heshe[$activeCharacter.gender]>> a transformed sissy, the only thing <<print $heshe[$activeCharacter.gender]>> is concerned with is sex, clothing, <<print $hisher[$activeCharacter.gender]>> appearance and more sex. <<print $heshe[$activeCharacter.gender]>> has also been trained to crave any type of sex <<print $heshe[$activeCharacter.gender]>> can get.
<<elseif $activeCharacter.title == "Slave">>
$activeCharacter.name is a slave. <<print $HeShe[$activeCharacter.gender]>> has lost all right to <<print $hisher[$activeCharacter.gender]>> person, and now belongs to someone else. The only way <<print $heshe[$activeCharacter.gender]>> will find freedom is if <<print $hisher[$activeCharacter.gender]>> owner sets <<print $himher[$activeCharacter.gender]>> free.
<<elseif $activeCharacter.title == "Slut">>
$activeCharacter.name is a slut. <<print $HeShe[$activeCharacter.gender]>> has been trained to love and crave sex. This does not necessarily mean that <<print $heshe[$activeCharacter.gender]>> is good at sex, but <<print $heshe[$activeCharacter.gender]>> brings a level of enthusiasm to <<print $hisher[$activeCharacter.gender]>> sexual performance that can't be taught through singular sexual skills.
<<elseif $activeCharacter.title == "Sow">>
$activeCharacter.name is a sow. <<print $HeShe[$activeCharacter.gender]>> has been trained to be a domesticated breeding animal. <<print $HeShe[$activeCharacter.gender]>> whole purpose is to be breed by as many bulls as possible before getting too old.
<<elseif $activeCharacter.title == "Submissive">>
$activeCharacter.name is a submissive. <<print $HeShe[$activeCharacter.gender]>> has been trained to play the submissive role during and outside of sexual intercourse. This doesn’t mean that <<print $hisher[$activeCharacter.gender]>> personality is submissive, it simply means that <<print $heshe[$activeCharacter.gender]>> knows how to play the role properly.
<<elseif $activeCharacter.title == "Succubus">>
$activeCharacter.name is a succubus. <<print $HeShe[$activeCharacter.gender]>> was trained to be a sex loving slut who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. <<print $HeShe[$activeCharacter.gender]>> will often sadistically play with <<print $hisher[$activeCharacter.gender]>> partners before draining them of their cum, male or female.
<<elseif $activeCharacter.title == "Superjock">>
$activeCharacter.name is a superjock. <<print $HeShe[$activeCharacter.gender]>> has been hypnotized into an airhead. <<print $HeShe[$activeCharacter.gender]>> thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness; if <<print $heshe[$activeCharacter.gender]>> isn't thinking about <<print $hisher[$activeCharacter.gender]>> fitness, <<print $heshe[$activeCharacter.gender]>> isn't thinking period.
<<elseif $activeCharacter.title == "Switch">>
$activeCharacter.name is a switch. <<print $HeShe[$activeCharacter.gender]>> has been trained to play the dominant and submissive role during and outside of sexual intercourse. This doesn’t mean that <<print $hisher[$activeCharacter.gender]>> personality is dominant or submissive, it simply means that <<print $heshe[$activeCharacter.gender]>> knows how to play the role properly.
<<elseif $activeCharacter.title == "Transformed Brody">>
$activeCharacter.name is a transformed brody. Not only has <<print $heshe[$activeCharacter.gender]>> been conditioned to think and behave like a man, <<print $heshe[$activeCharacter.gender]>> has been physically transformed to be one as well.
<<elseif $activeCharacter.title == "Transformed Sissy">>
$activeCharacter.name is a transformed sissy. Not only has <<print $heshe[$activeCharacter.gender]>> been conditioned to think and behave like a woman, <<print $heshe[$activeCharacter.gender]>> has been physically transformed to be one as well.
<<elseif $activeCharacter.title == "Trustful Slave">>
$activeCharacter.name is a trustful slave. <<print $HeShe[$activeCharacter.gender]>> has absolute trust in you as <<print $hisher[$activeCharacter.gender]>> owner. In <<print $hisher[$activeCharacter.gender]>> mind, anything you say is 100% gospel unless you state otherwise.
<</if>>
<<if $brodytitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Male Transformation Bonus
<</if>>
<<if $cattlingtitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Fertility
<</if>>
<<if $chivalrytitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Sexual Stamina
<</if>>
<<if $cumtitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Decreased]@@'' Brothel Fatigue
<</if>>
<<if $domesticatedtitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Slave Produce
<</if>>
<<if $feartitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Submission Retention
<</if>>
<<if $masochisttitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Decreased]@@'' Pain/Humiliation Drawback
<</if>>
<<if $obediencetitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Submission Base
<</if>>
<<if $popularitytitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Brothel/Ranch Popularity
<</if>>
<<if $sissytitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Female Transformation Bonus
<</if>>
<<if $sextitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Sexual Ability
<</if>>
<<if $subtitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Decreased]@@'' Hypnosis Resistance
<</if>>
<<if $superjocktitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Fitness Bonus
<</if>>
<<if $trusttitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Decreased]@@'' Base Will
<</if>>
<<if $fatiguetitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Fatigue Regen
<</if>>
<<if $healthtitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Health Regen
<</if>>
<<if $pricetitles.includes($activeCharacter.title)>>
<br>
''@@color:greenyellow;[Slightly Increased]@@'' Brothel/Ranch Price
<</if>><<include "Unset Passages">>
<<set $Previous = "Train">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<set $Training = 1>>
<<set _hypnotitle = 0>>
<<include "Mobile Header">>
<<if $PC.titles.includes("Apprentice") or $PC.titles.includes("Sage's Apprentice")>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.2, 5:0.1})>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set $hypnoroll = _roll>>
<</if>>
<<if $cheats.includes("energyWell")>>
<<set $activeCharacter.fatigue.mental = $activeCharacter.fatigue.max>>
<</if>>
<<if !$Hypnotism>>
<<set $Hypnotism = {page:"Basic", type:null, incense:null, choice:null, number:0}>>
<<set $subtrainingtype = "Standby">>
<</if>>
<<if $Hypnotism.incense == null>>
<center><h3>Hypnotic Induction</h3></center>
$activeCharacter.name is currently in the incense room. The stick of incense you choose to burn will place <<print $himher[$activeCharacter.gender]>> in a hypnotic trance. While in that state, <<print $hisher[$activeCharacter.gender]>> mind is completely malleable to your guidance. The stronger the stick of incense, the more effective your words will have on <<print $hisher[$activeCharacter.gender]>> mind while <<print $heshe[$activeCharacter.gender]>> in the hypnotic trance. This will cause some fatigue for $activeCharacter.name. Once $activeCharacter.name is no longer in a hypnotic trance, most of the effects of your suggestions and actions will revert. Repeated sessions are required for a lasting effect.
<br><br>
<b>Incense Management</b><br>
<<if !$Hypnotism.choice>>
None
<<else>>
[[None|Hypnotic Battle][$Hypnotism.choice = null]]
<</if>>
<<for _t = 1; _t <= $inventory.amount; _t++>>
<<set _item = $inventory[_t]>>
<<if _item.type == "Incense" && _item.name != $Hypnotism.choice && _item.amount >= 1>>
| <<print "[[_item.name|Hypnotic Battle][$Hypnotism.choice = $inventory[" + _t + "].name]]">> (x_item.amount)
<<elseif _item.name == $Hypnotism.choice>>
| _item.name (x_item.amount)
<<set $Hypnotism.number = _t>>
<</if>>
<</for>>
<<if $Hypnotism.choice>>
<br><br>
<<print "[[Burn Incense|Hypnotic Battle][$inventory[" + $Hypnotism.number + "].amount--, $Hypnotism.incense = $inventory[" + $Hypnotism.number + "], $Hypnotism.choice = null, $subtrainingtype = 'Standby']]">> | <<print $inventory[$Hypnotism.number].description>>
<</if>>
<<else>>
<<if $Hypnotism.incense != null && $activeCharacter.fatigue.mental > 0>>
<center><h3>Hypnotic Induction</h3></center>
<<include "Hypno Chart">>
<</if>>
<<if $subtrainingtype != "Standby">>
<<include $subtrainingtype>>
<<run updateTitles($activeCharacter)>>
<</if>>
<<if $activeCharacter.update.length >= 1>>
<hr>
<<include "Slave Update">>
<</if>>
<</if>><<include "Unset Passages">>
<<include "Titles">>
<<set $TrueReturn = 1>>
<<set $CurrentTitle = $activeCharacter.title>>
<<include "Mobile Header">>
<center><h3>Change Title</h3>
Change $activeCharacter.name's title to any of the titles below that <<print $heshe[$activeCharacter.gender]>> has unlocked. Different titles will grant different bonuses.
<br><br>
<b>You can only change $activeCharacter.name's title once a week.</b>
</center>
<hr>
<<if $activeCharacter.titles.includes("Bimbo")>>
<center>
<h3>Bimbo Titles</h3>
Bimbo titles are earned by slaves who have been hypnotized into an airhead. Being a bimbo isn't a determinant of whether or not someone is smart. Bimbos can learn things just as fast as anyone if intelligent enough. Bimbos just prefer to think about things like sex and clothes more than anything else.
</center>
<br><br>
<<displayTitle "Bimbo" "rank">> [[Bimbo|Slave Description][$activeCharacter.title = "Bimbo"]]
<br>
$activeCharacter.name gained this common title by being hypnotized into being an airhead. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity.
<<if $activeCharacter.titles.includes("Bimboy")>>
<br><br>
<<displayTitle "Bimboy" "rank">> [[Bimboy|Slave Description][$activeCharacter.title = "Bimboy"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true masculine. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Bimbo Slut")>>
<br><br>
<<displayTitle "Bimbo Slut" "rank">> [[Bimbo Slut|Slave Description][$activeCharacter.title = "Bimbo Slut"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead as well as trained to love and crave sex. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and brothel/slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Feminine Bimbo")>>
<br><br>
<<displayTitle "Feminine Bimbo" "rank">> [[Feminine Bimbo|Slave Description][$activeCharacter.title = "Feminine Bimbo"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true feminine. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Muscle Bimbo")>>
<br><br>
<<displayTitle "Muscle Bimbo" "rank">> [[Muscle Bimbo|Slave Description][$activeCharacter.title = "Muscle Bimbo"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness, things that are materialistic in nature or something to do with sex. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and <<print $hisher[$activeCharacter.gender]>> ability to stay physically fit.
<</if>>
<<if $activeCharacter.titles.includes("Sissy Bimbo")>>
<br><br>
<<displayTitle "Sissy Bimbo" "rank">> [[Sissy Bimbo|Slave Description][$activeCharacter.title = "Sissy Bimbo"]]
<br>
$activeCharacter.name gained this uncommon title by being completely sissified as well as being hypnotized into an airhead. This title grants easier female transformations and a small boost to popularity.
<</if>>
<<if $activeCharacter.titles.includes("Feminine Sissy Bimbo")>>
<br><br>
<<displayTitle "Feminine Sissy Bimbo" "rank">> [[Feminine Sissy Bimbo|Slave Description][$activeCharacter.title = "Feminine Sissy Bimbo"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who only thinks of superficial things and has been trained to think and be a completely feminine woman. This title grants easier female transformations, a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Masculine Muscle Bimbo")>>
<br><br>
<<displayTitle "Masculine Muscle Bimbo" "rank">> [[Masculine Muscle Bimbo|Slave Description][$activeCharacter.title = "Masculine Muscle Bimbo"]]
<br>
$activeCharacter.name gained this unique title by being completely hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness, things that are materialistic in nature or something to do with sex. <<print $HeShe[$activeCharacter.gender]>> has also been trained to be a true masculine. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity, <<print $hisher[$activeCharacter.gender]>> ability to stay physically fit and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Sissy Slut Bimbo")>>
<br><br>
<<displayTitle "Sissy Slut Bimbo" "rank">> [[Sissy Slut Bimbo|Slave Description][$activeCharacter.title = "Sissy Slut Bimbo"]]
<br>
$activeCharacter.name gained this rare title by being completely sissified, being transformed into a woman, being trained to be a slut as well as being hypnotized into an airhead. This title grants even easier female transformations, grants a small boost to popularity and a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Brody")>>
<center>
<h3>Brody Titles</h3>
Brody titles are earned by slaves who have been completely brodified. A brody can gain multiple titles by meeting numerous requirements but must stay completely brodified to keep all and any titles earned. Brodies use male pronouns and are more accepting of male transformations.
</center>
<br><br>
<<displayTitle "Brody" "rank">> [[Brody|Slave Description][$activeCharacter.title = "Brody"]]
<br>
$activeCharacter.name gained this common title by being completely brodified. This title grants easier male transformations.
<<if $activeCharacter.titles.includes("Drag King")>>
<br><br>
<<displayTitle "Drag King" "rank">> [[Drag King|Slave Description][$activeCharacter.title = "Drag King"]]
<br>
$activeCharacter.name gained this uncommon title by being psychologically trained to think and be a completely masculine man. This title grants easier male transformations and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Transformed Brody")>>
<br><br>
<<displayTitle "Transformed Brody" "rank">> [[Transformed Brody|Slave Description][$activeCharacter.title = "Transformed Brody"]]
<br>
$activeCharacter.name gained this uncommon title by being completely brodified as well as being transformed into a man. This title grants even easier male transformations.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Breeding Slave")>>
<center>
<h3>Cattling Titles</h3>
Cattling titles are earned by slaves who have been trained to be breeding slaves. These slaves competely understand their role as a breeding slave and all the large and small dynamics that come with it.
</center>
<br><br>
<<displayTitle "Breeding Slave" "rank">> [[Breeding Slave|Slave Description][$activeCharacter.title = "Breeding Slave"]]
<br>
$activeCharacter.name gained this common title by being trained to be a breeding slave. This title increases a slave's fertility.
<<if $activeCharacter.titles.includes("Bull")>>
<br><br>
<<displayTitle "Bull" "rank">> [[Bull|Slave Description][$activeCharacter.title = "Bull"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be a domesticated breeding animal. This title increases a slave's fertility and increases slave produce yield.
<</if>>
<<if $activeCharacter.titles.includes("Sow")>>
<br><br>
<<displayTitle "Sow" "rank">> [[Sow|Slave Description][$activeCharacter.title = "Sow"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be a domesticated breeding animal. This title increases a slave's fertility and increases slave produce yield.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Cavalier")>>
<center>
<h3>Chivalry Titles</h3>
Chivalry titles are earned by slaves who have been trained to be chivalrous. These slaves hold themselves to a code of honor, but that doesn't mean they are necessarily obedient. They are as susceptible to bad behaviour as any other slave.
</center>
<br><br>
<<displayTitle "Cavalier" "rank">> [[Cavalier|Slave Description][$activeCharacter.title = "Cavalier"]]
<br>
$activeCharacter.name gained this common title by being trained to be chivalrous. This title increases a slave's sexual stamina.
<<if $activeCharacter.titles.includes("Cicisbeo")>>
<br><br>
<<displayTitle "Cicisbeo" "rank">> [[Cicisbeo|Slave Description][$activeCharacter.title = "Cicisbeo"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be chivalrous and a true masculine. This title increases a slave's sexual stamina and restores a small amount of health at the end of the week.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Cumsar")>>
<center>
<h3>Cum Titles</h3>
Cum titles are earned by slaves who have been hypnotized to love and crave cum. Cumsars worship and reverse cum and often make sure to not to waste any of it if possible.
</center>
<br><br>
<<displayTitle "Cumsar" "rank">> [[Cumsar|Slave Description][$activeCharacter.title = "Cumsar"]]
<br>
$activeCharacter.name gained this common title by being hypnotized to love and crave cum.
<<if $activeCharacter.titles.includes("Cumslut")>>
<br><br>
<<displayTitle "Cumslut" "rank">> [[Cumslut|Slave Description][$activeCharacter.title = "Cumslut"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to love and crave sex as well as being hypnotized to love cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and lowers slave fatigue from being whored out.
<</if>>
<<if $activeCharacter.titles.includes("Succubus")>>
<br><br>
<<displayTitle "Succubus" "rank">> [[Succubus|Slave Description][$activeCharacter.title = "Succubus"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a sex loving slut who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and lowers slave fatigue from being whored out.
<</if>>
<<if $activeCharacter.titles.includes("Incubus")>>
<br><br>
<<displayTitle "Incubus" "rank">> [[Incubus|Slave Description][$activeCharacter.title = "Incubus"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a masculine who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and restores a small amount of health at the end of the week.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Domesticated")>>
<center>
<h3>Domesticated Titles</h3>
Domesticated titles are earned by slaves who have been hypnotized to be a domesticated animal. Domesticated slaves naturally keep their toilet training and ability to socialize with humans, but otherwise be animals.
</center>
<br><br>
<<displayTitle "Domesticated" "rank">> [[Domesticated|Slave Description][$activeCharacter.title = "Domesticated"]]
<br>
$activeCharacter.name gained this common title by being hypnotized to be a domesticated animal. This title increases slave produce yield.
<<if $activeCharacter.titles.includes("Bull")>>
<br><br>
<<displayTitle "Bull" "rank">> [[Bull|Slave Description][$activeCharacter.title = "Bull"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be a domesticated breeding animal. This title increases a slave's fertility and increases slave produce yield.
<</if>>
<<if $activeCharacter.titles.includes("Domesticated Bitch")>>
<br><br>
<<displayTitle "Domesticated Bitch" "rank">> [[Domesticated Bitch|Slave Description][$activeCharacter.title = "Domesticated Bitch"]]
<br>
$activeCharacter.name gained this uncommon title by being hypnotized into loving being treated, acting like a domesticated animal and trained to love sex. This title increases slave produce yield and a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Sow")>>
<br><br>
<<displayTitle "Sow" "rank">> [[Sow|Slave Description][$activeCharacter.title = "Sow"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be a domesticated breeding animal. This title increases a slave's fertility and increases slave produce yield.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Dominant") || $activeCharacter.titles.includes("Submissive")>>
<center>
<h3>D/s Titles</h3>
Dominant and submissive titles are earned by slaves who have been trained to either be dominant or submissive. Unlike other training, slaves who have been taught these skills see them exactly as such; skills. They don’t generally affect how they may otherwise act, but do grant the knowledge on how to act out these roles during sexual intercourse or otherwise.
</center>
<<if $activeCharacter.titles.includes("Dominant")>>
<br><br>
<<displayTitle "Dominant" "rank">> [[Dominant|Slave Description][$activeCharacter.title = "Dominant"]]
<br>
$activeCharacter.name gained this common title by being trained to be dominant.
<</if>>
<<if $activeCharacter.titles.includes("Submissive")>>
<br><br>
<<displayTitle "Submissive" "rank">> [[Submissive|Slave Description][$activeCharacter.title = "Submissive"]]
<br>
$activeCharacter.name gained this common title by being trained to be submissive. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized.
<</if>>
<<if $activeCharacter.titles.includes("Femme Sub")>>
<br><br>
<<displayTitle "Femme Sub" "rank">> [[Femme Sub|Slave Description][$activeCharacter.title = "Femme Sub"]]
<br>
$activeCharacter.name gained this uncommon title by being taught to be a true feminine as well as a submissive. This title restores a small amount of fatigue at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized.
<</if>>
<<if $activeCharacter.titles.includes("Masculine Bottom")>>
<br><br>
<<displayTitle "Masculine Bottom" "rank">> [[Masculine Bottom|Slave Description][$activeCharacter.title = "Masculine Bottom"]]
<br>
$activeCharacter.name gained this uncommon title by being taught the masculine role as well as how to be submissive. This title restores a small amount of health at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized.
<</if>>
<<if $activeCharacter.titles.includes("Masculine Top")>>
<br><br>
<<displayTitle "Masculine Top" "rank">> [[Masculine Top|Slave Description][$activeCharacter.title = "Masculine Top"]]
<br>
$activeCharacter.name gained this uncommon title by being taught the masculine role as well as how to be dominant. This title restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Sex Slave")>>
<br><br>
<<displayTitle "Sex Slave" "rank">> [[Sex Slave|Slave Description][$activeCharacter.title = "Sex Slave"]]
<br>
$activeCharacter.name gained this uncommon title by being hypnotized to feel pain as pleasure as well as trained to play the submissive role during and outside of sexual intercourse. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized and pain/humiliation punishment is less detrimental to <<print $hisher[$activeCharacter.gender]>> mood.
<</if>>
<<if $activeCharacter.titles.includes("Switch")>>
<br><br>
<<displayTitle "Switch" "rank">> [[Switch|Slave Description][$activeCharacter.title = "Switch"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be both submissive and dominant. This title grants more successful hypnotism sessions.
<</if>>
<<if $activeCharacter.titles.includes("Dominatrix")>>
<br><br>
<<displayTitle "Dominatrix" "rank">> [[Dominatrix|Slave Description][$activeCharacter.title = "Dominatrix"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a dominant feminine who has been hypnotized to feel pleasure giving and seeing others in pain. This title restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Muscle Bitch")>>
<br><br>
<<displayTitle "Muscle Bitch" "rank">> [[Muscle Bitch|Slave Description][$activeCharacter.title = "Muscle Bitch"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and has been trained to be a true feminine as well as trained on how to be a proper submissive. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized, restores a small amount of fatigue at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to maintain <<print $hisher[$activeCharacter.gender]>> physical fitness.
<</if>>
<<if $activeCharacter.titles.includes("Muscle Slave")>>
<br><br>
<<displayTitle "Muscle Slave" "rank">> [[Muscle Slave|Slave Description][$activeCharacter.title = "Muscle Slave"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and trained to be a submissive masculine. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized, restores a small amount of health at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to maintain <<print $hisher[$activeCharacter.gender]>> physical fitness.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Feminine")>>
<center>
<h3>Feminine Titles</h3>
Feminine titles are earned by slaves who have been taught the feminine role. These slaves have been taught how to act and look the part of someone described as 'feminine’.
</center>
<br><br>
<<displayTitle "Feminine" "rank">> [[Feminine|Slave Description][$activeCharacter.title = "Feminine"]]
<br>
$activeCharacter.name gained this common title by being taught the feminine role. This title restores a small amount of fatigue at the end of the week.
<<if $activeCharacter.titles.includes("Courtesan")>>
<br><br>
<<displayTitle "Courtesan" "rank">> [[Courtesan|Slave Description][$activeCharacter.title = "Courtesan"]]
<br>
$activeCharacter.name gained this uncommon title by being completely trained to be a true feminine who loves and craves sex. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Feminine Bimbo")>>
<br><br>
<<displayTitle "Feminine Bimbo" "rank">> [[Feminine Bimbo|Slave Description][$activeCharacter.title = "Feminine Bimbo"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true feminine. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Feminine Sissy")>>
<br><br>
<<displayTitle "Feminine Sissy" "rank">> [[Feminine Sissy|Slave Description][$activeCharacter.title = "Feminine Sissy"]]
<br>
$activeCharacter.name gained this uncommon title by being psychologically trained to think and be a completely feminine woman. This title grants easier female transformations and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Femme Sub")>>
<br><br>
<<displayTitle "Femme Sub" "rank">> [[Femme Sub|Slave Description][$activeCharacter.title = "Femme Sub"]]
<br>
$activeCharacter.name gained this uncommon title by being taught to be a true feminine as well as a submissive. This title restores a small amount of fatigue at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized.
<</if>>
<<if $activeCharacter.titles.includes("Dominatrix")>>
<br><br>
<<displayTitle "Dominatrix" "rank">> [[Dominatrix|Slave Description][$activeCharacter.title = "Dominatrix"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a dominant feminine who has been hypnotized to feel pleasure giving and seeing others in pain. This title restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Feminine Sissy Bimbo")>>
<br><br>
<<displayTitle "Feminine Sissy Bimbo" "rank">> [[Feminine Sissy Bimbo|Slave Description][$activeCharacter.title = "Feminine Sissy Bimbo"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who only thinks of superficial things and has been trained to think and be a completely feminine woman. This title grants easier female transformations, a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Muscle Bitch")>>
<br><br>
<<displayTitle "Muscle Bitch" "rank">> [[Muscle Bitch|Slave Description][$activeCharacter.title = "Muscle Bitch"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and has been trained to be a true feminine as well as trained on how to be a proper submissive. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized, restores a small amount of fatigue at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to maintain <<print $hisher[$activeCharacter.gender]>> physical fitness.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Masculine")>>
<center>
<h3>Masculine Titles</h3>
Masculine titles are earned by slaves who have been taught the masculine role. These slaves have been taught how to act and look the part of someone described as 'masculine’.
</center>
<br><br>
<<displayTitle "Masculine" "rank">> [[Masculine|Slave Description][$activeCharacter.title = "Masculine"]]
<br>
$activeCharacter.name gained this common title by being taught the masculine role. This title restores a small amount of health at the end of the week.
<<if $activeCharacter.titles.includes("Bimboy")>>
<br><br>
<<displayTitle "Bimboy" "rank">> [[Bimboy|Slave Description][$activeCharacter.title = "Bimboy"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true masculine. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Cicisbeo")>>
<br><br>
<<displayTitle "Cicisbeo" "rank">> [[Cicisbeo|Slave Description][$activeCharacter.title = "Cicisbeo"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be chivalrous and a true masculine. This title increases a slave's sexual stamina and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Drag King")>>
<br><br>
<<displayTitle "Drag King" "rank">> [[Drag King|Slave Description][$activeCharacter.title = "Drag King"]]
<br>
$activeCharacter.name gained this uncommon title by being psychologically trained to think and be a completely masculine man. This title grants easier male transformations and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Gigolo")>>
<br><br>
<<displayTitle "Gigolo" "rank">> [[Gigolo|Slave Description][$activeCharacter.title = "Gigolo"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be a masculine who thoroughly enjoys having sex. This title restores a small amount of health at the end of the week and a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Masculine Bottom")>>
<br><br>
<<displayTitle "Masculine Bottom" "rank">> [[Masculine Bottom|Slave Description][$activeCharacter.title = "Masculine Bottom"]]
<br>
$activeCharacter.name gained this uncommon title by being taught the masculine role as well as how to be submissive. This title restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Masculine Top")>>
<br><br>
<<displayTitle "Masculine Top" "rank">> [[Masculine Top|Slave Description][$activeCharacter.title = "Masculine Top"]]
<br>
$activeCharacter.name gained this uncommon title by being taught the masculine role as well as how to be dominant. This title restores small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Incubus")>>
<br><br>
<<displayTitle "Incubus" "rank">> [[Incubus|Slave Description][$activeCharacter.title = "Incubus"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a masculine who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Masculine Muscle Bimbo")>>
<br><br>
<<displayTitle "Masculine Muscle Bimbo" "rank">> [[Masculine Muscle Bimbo|Slave Description][$activeCharacter.title = "Masculine Muscle Bimbo"]]
<br>
$activeCharacter.name gained this unique title by being completely hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness, things that are materialistic in nature or something to do with sex. <<print $HeShe[$activeCharacter.gender]>> has also been trained to be a true masculine. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity, <<print $hisher[$activeCharacter.gender]>> ability to stay physically fit and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Muscle Slave")>>
<br><br>
<<displayTitle "Muscle Slave" "rank">> [[Muscle Slave|Slave Description][$activeCharacter.title = "Muscle Slave"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and trained to be a submissive masculine. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized, restores a small amount of health at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to maintain <<print $hisher[$activeCharacter.gender]>> physical fitness.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Masochist") || $activeCharacter.titles.includes("Sadist")>>
<center>
<h3>Sadomasochist Titles</h3>
Sadomasochist titles are earned by slaves who have been hypnotized to either feel pain as pleasure, or to feel pleasure giving pain. These traits don’t define a slave’s personality, they only represent what a slave might find pleasurable. They have no correlation with being dominant or submissive.
</center>
<<if $activeCharacter.titles.includes("Masochist")>>
<br><br>
<<displayTitle "Masochist" "rank">> [[Masochist|Slave Description][$activeCharacter.title = "Masochist"]]
<br>
$activeCharacter.name gained this common title by being hypnotized to feel pain as pleasure. Pain and humiliation punishment is less detrimental to <<print $hisher[$activeCharacter.gender]>> mood.
<</if>>
<<if $activeCharacter.titles.includes("Sadist")>>
<br><br>
<<displayTitle "Sadist" "rank">> [[Sadist|Slave Description][$activeCharacter.title = "Sadist"]]
<br>
$activeCharacter.name gained this common title by being hypnotized to feel pleasure giving and seeing others in pain.
<</if>>
<<if $activeCharacter.titles.includes("Man Eater")>>
<br><br>
<<displayTitle "Man Eater" "rank">> [[Man Eater|Slave Description][$activeCharacter.title = "Man Eater"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be a sex loving slut who has been hypnotized to feel pleasure giving and seeing others in pain. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Painslut")>>
<br><br>
<<displayTitle "Painslut" "rank">> [[Painslut|Slave Description][$activeCharacter.title = "Painslut"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to love and crave sex as well as being hypnotized to love pain. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price. Pain and humiliation punishment is less detrimental to <<print $hisher[$activeCharacter.gender]>> mood.
<</if>>
<<if $activeCharacter.titles.includes("Sex Slave")>>
<br><br>
<<displayTitle "Sex Slave" "rank">> [[Sex Slave|Slave Description][$activeCharacter.title = "Sex Slave"]]
<br>
$activeCharacter.name gained this uncommon title by being hypnotized to feel pain as pleasure as well as trained to play the submissive role during and outside of sexual intercourse. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized and pain/humiliation punishment is less detrimental to <<print $hisher[$activeCharacter.gender]>> mood.
<</if>>
<<if $activeCharacter.titles.includes("Dominatrix")>>
<br><br>
<<displayTitle "Dominatrix" "rank">> [[Dominatrix|Slave Description][$activeCharacter.title = "Dominatrix"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a dominant feminine who has been hypnotized to feel pleasure giving and seeing others in pain. This title restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Incubus")>>
<br><br>
<<displayTitle "Incubus" "rank">> [[Incubus|Slave Description][$activeCharacter.title = "Incubus"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a masculine who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Succubus")>>
<br><br>
<<displayTitle "Succubus" "rank">> [[Succubus|Slave Description][$activeCharacter.title = "Succubus"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a sex loving slut who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and lowers slave fatigue from being whored out.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Sissy")>>
<center>
<h3>Sissy Titles</h3>
Sissy titles are earned by slaves who have been completely sissified. A sissy can gain multiple titles by meeting numerous requirements but must stay completely sissified to keep all and any titles earned. Sissies use female pronouns and are more accepting of female transformations.
</center>
<br><br>
<<displayTitle "Sissy" "rank">> [[Sissy|Slave Description][$activeCharacter.title = "Sissy"]]
<br>
$activeCharacter.name gained this common title by being completely sissified. This title grants easier female transformations.
<<if $activeCharacter.titles.includes("Feminine Sissy")>>
<br><br>
<<displayTitle "Feminine Sissy" "rank">> [[Feminine Sissy|Slave Description][$activeCharacter.title = "Feminine Sissy"]]
<br>
$activeCharacter.name gained this uncommon title by being psychologically trained to think and be a completely feminine woman. This title grants easier female transformations and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Sissy Bimbo")>>
<br><br>
<<displayTitle "Sissy Bimbo" "rank">> [[Sissy Bimbo|Slave Description][$activeCharacter.title = "Sissy Bimbo"]]
<br>
$activeCharacter.name gained this uncommon title by being completely sissified as well as being hypnotized into an airhead. This title grants easier female transformations and a small boost to popularity.
<</if>>
<<if $activeCharacter.titles.includes("Transformed Sissy")>>
<br><br>
<<displayTitle "Transformed Sissy" "rank">> [[Transformed Sissy|Slave Description][$activeCharacter.title = "Transformed Sissy"]]
<br>
$activeCharacter.name gained this uncommon title by being completely sissified as well as being transformed into a woman. This title grants even easier female transformations.
<</if>>
<<if $activeCharacter.titles.includes("Feminine Sissy Bimbo")>>
<br><br>
<<displayTitle "Feminine Sissy Bimbo" "rank">> [[Feminine Sissy Bimbo|Slave Description][$activeCharacter.title = "Feminine Sissy Bimbo"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who only thinks of superficial things and has been trained to think and be a completely feminine woman. This title grants easier female transformations, a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Sissy Slut")>>
<br><br>
<<displayTitle "Sissy Slut" "rank">> [[Sissy Slut|Slave Description][$activeCharacter.title = "Sissy Slut"]]
<br>
$activeCharacter.name gained this unique title by being completely sissified, being transformed into a woman as well as being trained to be a slut. This title grants even easier female transformations and a boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Sissy Slut Bimbo")>>
<br><br>
<<displayTitle "Sissy Slut Bimbo" "rank">> [[Sissy Slut Bimbo|Slave Description][$activeCharacter.title = "Sissy Slut Bimbo"]]
<br>
$activeCharacter.name gained this rare title by being completely sissified, being transformed into a woman, being trained to be a slut as well as being hypnotized into an airhead. This title grants even easier female transformations, grants a small boost to popularity and a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Sex Fiend")>>
<center>
<h3>Sex Fiend Titles</h3>
Sex fiend titles are earned by slaves who have been trained to be an expert on giving sexual pleasure. These slaves have extensive practical and theoretical knowledge about sex but aren't necessarily enthused about the act.
</center>
<br><br>
<<displayTitle "Sex Fiend" "rank">> [[Sex Fiend|Slave Description][$activeCharacter.title = "Sex Fiend"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be an expert on giving sexual pleasure. This title increases a slave's ability to give sexual pleasure.
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Slave")>>
<center>
<h3>Slave Titles</h3>
Apart from the common slave rank, slave titles are earned by slaves who have demonstrated that they are the cream of the crop in one area or another. Slave titles can grant boosts to basic slave stats.
</center>
<br><br>
<<displayTitle "Slave" "rank">> [[Slave|Slave Description][$activeCharacter.title = "Slave"]]
<br>
$activeCharacter.name gained this common title by being enslaved. This basic title grants no boosts.
<<if $activeCharacter.titles.includes("Confident Slave")>>
<br><br>
<<displayTitle "Confident Slave" "rank">> [[Confident Slave|Slave Description][$activeCharacter.title = "Confident Slave"]]
<br>
This uncommon title was gained upon this slave reaching minimum fear. This title increases submission retention after a training session.
<</if>>
<<if $activeCharacter.titles.includes("Loyal Slave")>>
<br><br>
<<displayTitle "Loyal Slave" "rank">> [[Loyal Slave|Slave Description][$activeCharacter.title = "Loyal Slave"]]
<br>
This uncommon title was gained upon this slave reaching maximum obedience. This title grants a boost in submission for the first training session of the week.
<</if>>
<<if $activeCharacter.titles.includes("Trustful Slave")>>
<br><br>
<<displayTitle "Trustful Slave" "rank">> [[Trustful Slave|Slave Description][$activeCharacter.title = "Trustful Slave"]]
<br>
This uncommon title was gained upon this slave reaching maximum trust. This title decreases the amount of will possessed for the first training session of the week.
<</if>>
<<if $activeCharacter.titles.includes("Perfect Slave")>>
<br><br>
<<displayTitle "Perfect Slave" "rank">> [[Perfect Slave|Slave Description][$activeCharacter.title = "Perfect Slave"]]
<br>
This unique title was gained upon this slave reaching maximum obedience, trust and minimum fear. This title increases submission retention after a training session, a boost in submission for the first training session of the week and decreases the amount of will possessed for the first training session of the week.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Slut")>>
<center>
<h3>Slut Titles</h3>
Slut titles are earned by slaves who have been properly trained in strumpetry. Sluts are trained to enjoy any type of sexual activity but can still be trained to enjoy certain acts more than others.
</center>
<br><br>
<<displayTitle "Slut" "rank">> [[Slut|Slave Description][$activeCharacter.title = "Slut"]]
<br>
$activeCharacter.name gained this common title by being thoroughly trained in strumpetry. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<<if $activeCharacter.titles.includes("Bimbo Slut")>>
<br><br>
<<displayTitle "Bimbo Slut" "rank">> [[Bimbo Slut|Slave Description][$activeCharacter.title = "Bimbo Slut"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead as well as trained to love and crave sex. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and brothel/slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Courtesan")>>
<br><br>
<<displayTitle "Courtesan" "rank">> [[Courtesan|Slave Description][$activeCharacter.title = "Courtesan"]]
<br>
$activeCharacter.name gained this uncommon title by being completely trained to be a true feminine who loves and craves sex. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and restores a small amount of fatigue at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Cumslut")>>
<br><br>
<<displayTitle "Cumslut" "rank">> [[Cumslut|Slave Description][$activeCharacter.title = "Cumslut"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to love and crave sex as well as being hypnotized to love cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and lowers slave fatigue from being whored out.
<</if>>
<<if $activeCharacter.titles.includes("Domesticated Bitch")>>
<br><br>
<<displayTitle "Domesticated Bitch" "rank">> [[Domesticated Bitch|Slave Description][$activeCharacter.title = "Domesticated Bitch"]]
<br>
$activeCharacter.name gained this uncommon title by being hypnotized into loving being treated, acting like a domesticated animal and trained to love sex. This title increases slave produce yield and a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Man Eater")>>
<br><br>
<<displayTitle "Man Eater" "rank">> [[Man Eater|Slave Description][$activeCharacter.title = "Man Eater"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to be a sex loving slut who has been hypnotized to feel pleasure giving and seeing others in pain. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Painslut")>>
<br><br>
<<displayTitle "Painslut" "rank">> [[Painslut|Slave Description][$activeCharacter.title = "Painslut"]]
<br>
$activeCharacter.name gained this uncommon title by being trained to love and crave sex as well as being hypnotized to love pain. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price. Pain and humiliation punishment is less detrimental to <<print $hisher[$activeCharacter.gender]>> mood.
<</if>>
<<if $activeCharacter.titles.includes("Sissy Slut")>>
<br><br>
<<displayTitle "Sissy Slut" "rank">> [[Sissy Slut|Slave Description][$activeCharacter.title = "Sissy Slut"]]
<br>
$activeCharacter.name gained this unique title by being completely sissified, being transformed into a woman as well as being trained to be a slut. This title grants even easier female transformations and a boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<<if $activeCharacter.titles.includes("Succubus")>>
<br><br>
<<displayTitle "Succubus" "rank">> [[Succubus|Slave Description][$activeCharacter.title = "Succubus"]]
<br>
$activeCharacter.name gained this unique title by being trained to be a sex loving slut who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price and lowers slave fatigue from being whored out.
<</if>>
<<if $activeCharacter.titles.includes("Sissy Slut Bimbo")>>
<br><br>
<<displayTitle "Sissy Slut Bimbo" "rank">> [[Sissy Slut Bimbo|Slave Description][$activeCharacter.title = "Sissy Slut Bimbo"]]
<br>
$activeCharacter.name gained this rare title by being completely sissified, being transformed into a woman, being trained to be a slut as well as being hypnotized into an airhead. This title grants even easier female transformations, grants a small boost to popularity and a small boost to <<print $hisher[$activeCharacter.gender]>> brothel and slave produce price.
<</if>>
<hr>
<</if>>
<<if $activeCharacter.titles.includes("Superjock")>>
<center>
<h3>Superjock Titles</h3>
Superjock titles are earned by slaves who have been hypnotized into an airhead who thinks about nothing but their own fitness. Superjock slaves aren't particularly smart, but they aren't stupid either. They only appear unintelligent due to being hypnotized into using all their brainpower for one thing and one thing only; their fitness.
</center>
<br><br>
<<displayTitle "Superjock" "rank">> [[Superjock|Slave Description][$activeCharacter.title = "Superjock"]]
<br>
$activeCharacter.name gained this common title by being hypnotized into an airhead who thinks about nothing but <<print $hisher[$activeCharacter.gender]>> own fitness. This title grants a natural boost to a slaves ability to stay physically fit.
<<if $activeCharacter.titles.includes("Muscle Bimbo")>>
<br><br>
<<displayTitle "Muscle Bimbo" "rank">> [[Muscle Bimbo|Slave Description][$activeCharacter.title = "Muscle Bimbo"]]
<br>
$activeCharacter.name gained this uncommon title by being completely hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness, things that are materialistic in nature or something to do with sex. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity and <<print $hisher[$activeCharacter.gender]>> ability to stay physically fit.
<</if>>
<<if $activeCharacter.titles.includes("Masculine Muscle Bimbo")>>
<br><br>
<<displayTitle "Masculine Muscle Bimbo" "rank">> [[Masculine Muscle Bimbo|Slave Description][$activeCharacter.title = "Masculine Muscle Bimbo"]]
<br>
$activeCharacter.name gained this unique title by being completely hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness, things that are materialistic in nature or something to do with sex. <<print $HeShe[$activeCharacter.gender]>> has also been trained to be a true masculine. This title grants a small boost to <<print $hisher[$activeCharacter.gender]>> popularity, <<print $hisher[$activeCharacter.gender]>> ability to stay physically fit and restores a small amount of health at the end of the week.
<</if>>
<<if $activeCharacter.titles.includes("Muscle Bitch")>>
<br><br>
<<displayTitle "Muscle Bitch" "rank">> [[Muscle Bitch|Slave Description][$activeCharacter.title = "Muscle Bitch"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and has been trained to be a true feminine as well as trained on how to be a proper submissive. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized, restores a small amount of fatigue at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to maintain <<print $hisher[$activeCharacter.gender]>> physical fitness.
<</if>>
<<if $activeCharacter.titles.includes("Muscle Slave")>>
<br><br>
<<displayTitle "Muscle Slave" "rank">> [[Muscle Slave|Slave Description][$activeCharacter.title = "Muscle Slave"]]
<br>
$activeCharacter.name gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher[$activeCharacter.gender]>> own fitness and trained to be a submissive masculine. This title makes it easier for <<print $himher[$activeCharacter.gender]>> to be hypnotized, restores a small amount of health at the end of the week and makes it easier for <<print $himher[$activeCharacter.gender]>> to maintain <<print $hisher[$activeCharacter.gender]>> physical fitness.
<</if>>
<hr>
<</if>><<widget "colortext">>
<<print "@@color:"+$args[0]+";"+$args[1]+"@@">><</widget>><<widget "displayTitle">>
<<include "Titles">>
<<if $commontitles.includes($args[0])>>
<<set _titlecolor = "gray">>
<<set _titletype = "Common">>
<<elseif $uncommontitles.includes($args[0])>>
<<set _titlecolor = "forestgreen">>
<<set _titletype = "Uncommon">>
<<elseif $uniquetitles.includes($args[0])>>
<<set _titlecolor = "darkturquoise">>
<<set _titletype = "Unique">>
<<elseif $raretitles.includes($args[0])>>
<<set _titlecolor = "mediumslateblue">>
<<set _titletype = "Rare">>
<<elseif $specialtitles.includes($args[0])>>
<<set _titlecolor = "mediumvioletred">>
<<set _titletype = "Special">>
<</if>>
<<if $args[1] == "rank">>
<b><<print "@@color:"+_titlecolor+";["+_titletype+"]@@">></b>
<<elseif $args[1] == "title">>
<b><<print "@@color:"+_titlecolor+";"+$args[0]+"@@">></b>
<<elseif $args[1] == "Main Menu">>
<b><<print "@@color:"+_titlecolor+";["+$args[0]+"]@@">></b>
<<elseif $args[1] == "text">>
<b><<print "@@color:"+_titlecolor+";"+$args[2]+"@@">></b>
<<elseif $args[1] == "name">>
<b><<print "@@color:"+_titlecolor+";"+$args[0]+" "+$args[2]+"@@">></b>
<<else>>
<b><<print "@@color:"+_titlecolor+";["+_titletype+"] "+$args[0]+"@@">></b>
<</if>>
<</widget>>|chart|k
|>|>| !Femininity |
| !Basic Training | !Physical Training | !Mental Training |
| [[Posture|Results][$subtrainingtype = "Feminine Posture"]] | [[Dance|Results][$subtrainingtype = "Dance"]] | [[Empathy|Results][$subtrainingtype = "Empathy"]] |
| [[Mannerisms|Results][$subtrainingtype = "Feminine Mannerisms"]] | [[Arts|Results][$subtrainingtype = "Arts"]] | [[Patience|Results][$subtrainingtype = "Patience"]] |
| [[Hygiene|Results][$subtrainingtype = "Hygiene"]] | [[Yoga|Results][$subtrainingtype = "Yoga"]] | [[Feminine Identity|Results][$subtrainingtype = "Feminine Identity"]] ||chart|k
|>|>| !Masculinity |
| !Basic Training | !Physical Training | !Mental Training |
| [[Posture|Results][$subtrainingtype = "Masculine Posture"]] | [[Excersize|Results][$subtrainingtype = "Excersize"]] | [[Mentality Training|Results][$subtrainingtype = "Mentality Training"]] |
| [[Body Language Training|Results][$subtrainingtype = "Body Language Training"]] | [[Fight Training|Results][$subtrainingtype = "Fight Training"]] | [[Stoicism|Results][$subtrainingtype = "Stoicism"]] |
| [[Appearance Training|Results][$subtrainingtype = "Appearance Training"]] | [[Meditation|Results][$subtrainingtype = "Meditation"]] | [[Masculine Power|Results][$subtrainingtype = "Masculine Power"]] ||chart|k
|>|>| !Strumpetry |
| !Basic Training | !Physical Training | !Mental Training |
| [[Display Training|Results][$subtrainingtype = "Display Training"]] | [[Sex Training|Results][$subtrainingtype = "Sex Training"]] | [[Free Use Indoctrination|Results][$subtrainingtype = "Free Use Indoctrination"]] |
| [[Exposure Training|Results][$subtrainingtype = "Exposure Training"]] | [[Stamina Training|Results][$subtrainingtype = "Sexual Stamina Training"]] | [[Sexual Aggression|Results][$subtrainingtype = "Sexual Aggression"]] |
| [[Wardrobe Training|Results][$subtrainingtype = "Wardrobe Training"]] | [[Orgasm Training|Results][$subtrainingtype = "Orgasm Training"]] | [[Strumpet Acceptance|Results][$subtrainingtype = "Strumpet Acceptance"]] ||chart|k
|>|>| !Dominant / Submissive |
| !Level | !Submissive Training | !Dominant Training |
| Basic | [[Positional Training|Results][$subtrainingtype = "Positional Training"]] | [[Voice Training|Results][$subtrainingtype = "Voice Training"]] |
| Intermediate | [[Speech Training|Results][$subtrainingtype = "Speech Training"]] | [[Implement Training|Results][$subtrainingtype = "Implement Training"]] |
|~| [[Subordinate Training|Results][$subtrainingtype = "Subordinate Training"]] | [[Confidence Training|Results][$subtrainingtype = "Confidence Training"]] |
| Advanced | [[Tolerance Training|Results][$subtrainingtype = "Tolerance Training"]] | [[Anger Management|Results][$subtrainingtype = "Anger Management"]] |<<include "Unset Passages">>
<<include "Shops">>
<<set $Return = 1>>
<<set $Main = 1>>
<<include "Mobile Header">>
<center><h3>$Store.name</h3></center>
<br>
$Store.welcome
<<if !$Store.focus>>
<<set $Store.focus = "General">>
<</if>>
<<if $boughtitem>>
<<include "Purchase Item">>
<</if>>
<hr>
<table class='inventory' style='table-layout:fixed;width:1000px'>
<<if $Store.name == "Olyssa's Atelier">>
<tr>
<<if $Store.focus == "General">>
<th colspan = 16>General</th>
<<else>>
<th colspan = 16>[[General|General Store][$Store.focus = "General"]]</th>
<</if>>
<<if $Store.focus == "Lesser Elixirs">>
<th colspan = 17>Lesser Elixirs</th>
<<else>>
<th colspan = 17>[[Lesser Elixirs|General Store][$Store.focus = "Lesser Elixirs"]]</th>
<</if>>
<<if $Store.focus == "Elixirs">>
<th colspan = 16>Elixirs</th>
<<else>>
<th colspan = 16>[[Elixirs|General Store][$Store.focus = "Elixirs"]]</th>
<</if>>
<<if $Store.focus == "Greater Elixirs">>
<th colspan = 17>Greater Elixirs</th>
<<else>>
<th colspan = 17>[[Greater Elixirs|General Store][$Store.focus = "Greater Elixirs"]]</th>
<</if>>
<<if $Store.focus == "Grand Elixirs">>
<th colspan = 17>Grand Elixirs</th>
<<else>>
<th colspan = 17>[[Grand Elixirs|General Store][$Store.focus = "Grand Elixirs"]]</th>
<</if>>
<<if $Store.focus == "Sovereign Elixirs">>
<th colspan = 17>Sovereign Elixirs</th>
<<else>>
<th colspan = 17>[[Sovereign Elixirs|General Store][$Store.focus = "Sovereign Elixirs"]]</th>
<</if>>
</tr>
<</if>>
<tr>
<th colspan = 30>Name</th>
<th colspan = 70>Description</th>
</tr>
<<for _i = 0; _i < $Store.inventory.length;_i++>>
<<set _item = $Store.inventory[_i]>>
<<set _price = commify(_item.price)>>
<<if _item.category != $Store.focus>>
<<continue>>
<</if>>
<<if $PC.money >= _item.price*25>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">> <<print "[[(5x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 5]]">> <<print "[[(10x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 10]]">> <<print "[[(25x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 25]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<elseif $PC.money >= _item.price*10>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">> <<print "[[(5x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 5]]">> <<print "[[(10x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 10]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<elseif $PC.money >= _item.price*5>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">> <<print "[[(5x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 5]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<elseif $PC.money >= _item.price>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|General Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<else>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@</b></td>
<td colspan = 70>_item.description</td>
</tr>
<</if>>
<</for>>
</table><<include "Items">>
/* General Stores */
<<set $olyssaatelier = {name:"", welcome:"", inventory:""}>>
<<set $olyssaatelier.name = "Olyssa's Atelier">>
<<set $olyssaatelier.welcome = "Olyssa: Welcome to my alchemist studio. Anything you see on the shelves is for sale!">>
<<set $olyssaatelier.inventory = [$LIP, $NIP, $LSI]>>
<<if $PC.guild.slaver.rank == 0>>
<<elseif ["E-3", "E-2", "E-1"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set $olyssaatelier.inventory.push($LLGE, $LSGE, $LHGE, $LTOGE, $LLEGE, $LAGE, $LCLGE, $LCGGE, $LTGE, $LBGE, $LPGE, $LCGE)>>
<<elseif ["D-3", "D-2", "D-1"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set $olyssaatelier.inventory.push($LLGE, $LSGE, $LHGE, $LTOGE, $LLEGE, $LAGE, $LCLGE, $LCGGE, $LTGE, $LBGE, $LPGE, $LCGE, $LGE, $SGE, $HGE, $TOGE, $LEGE, $AGE, $CLGE, $CGGE, $TGE, $BGE, $PGE, $CGE)>>
<<elseif ["C-3", "C-2", "C-1"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set $olyssaatelier.inventory.push($LLGE, $LSGE, $LHGE, $LTOGE, $LLEGE, $LAGE, $LCLGE, $LCGGE, $LTGE, $LBGE, $LPGE, $LCGE, $LGE, $SGE, $HGE, $TOGE, $LEGE, $AGE, $CLGE, $CGGE, $TGE, $BGE, $PGE, $CGE, $GLGE, $GSGE, $GHGE, $GTOGE, $GLEGE, $GAGE, $GCLGE, $GCGGE, $GTGE, $GBGE, $GPGE, $GCGE)>>
<<elseif ["B-3", "B-2", "B-1"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set $olyssaatelier.inventory.push($LLGE, $LSGE, $LHGE, $LTOGE, $LLEGE, $LAGE, $LCLGE, $LCGGE, $LTGE, $LBGE, $LPGE, $LCGE, $LGE, $SGE, $HGE, $TOGE, $LEGE, $AGE, $CLGE, $CGGE, $TGE, $BGE, $PGE, $CGE, $GLGE, $GSGE, $GHGE, $GTOGE, $GLEGE, $GAGE, $GCLGE, $GCGGE, $GTGE, $GBGE, $GPGE, $GCGE, $GRLGE, $GRSGE, $GRHGE, $GRTOGE, $GRLEGE, $GRAGE, $GRCLGE, $GRCGGE, $GRTGE, $GRBGE, $GRPGE, $GRCGE)>>
<<elseif ["A-3", "A-2", "A-1", "S"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set $olyssaatelier.inventory.push($LLGE, $LSGE, $LHGE, $LTOGE, $LLEGE, $LAGE, $LCLGE, $LCGGE, $LTGE, $LBGE, $LPGE, $LCGE, $LGE, $SGE, $HGE, $TOGE, $LEGE, $AGE, $CLGE, $CGGE, $TGE, $BGE, $PGE, $CGE, $GLGE, $GSGE, $GHGE, $GTOGE, $GLEGE, $GAGE, $GCLGE, $GCGGE, $GTGE, $GBGE, $GPGE, $GCGE, $GRLGE, $GRSGE, $GRHGE, $GRTOGE, $GRLEGE, $GRAGE, $GRCLGE, $GRCGGE, $GRTGE, $GRBGE, $GRPGE, $GRCGE, $SLGE, $SSGE, $SHGE, $STOGE, $SLEGE, $SAGE, $SCLGE, $SCGGE, $STGE, $SBGE, $SPGE, $SCGE)>>
<</if>>
<<set $mayasbulkbarn = {name:"", welcome:"", inventory:"", jewelry:1, clothes:1}>>
<<set $mayasbulkbarn.name = "Maya's Bulk Barn">>
<<set $mayasbulkbarn.welcome = "Maya: Please look around and buy any bulk item that you like!">>
<<set $mayasbulkbarn.inventory = [$SEJS, $SEES, $SENS, $SETS, $SELS, $SENiS, $SENaS, $SECS, $SEPS, $SSEJS, $SSEES, $SSENS, $SSETS, $SSELS, $SSENiS, $SSENaS, $SSECS, $SSEPS]>>
<<set $erinsexemporium = {name:"", welcome:"", inventory:"", jewelry:1, clothes:1}>>
<<set $erinsexemporium.name = "Erin's Sex Emporium">>
<<set $erinsexemporium.welcome = "Erin: Welcome to my sex emporium, please feel free to look around and purchase at your leisure.">>
<<set $erinsexemporium.inventory = [$Dildo, $Blindfold, $Rope, $Whip]>>
<<set $studio = {name:"Piercing Studio", type:"Piercing", level: 1}>>
<<set $runepracticum = {name:"Rune Practicum"}>>
<<set $slaverslumshop = {name:"", welcome:"", inventory:""}>>
<<set $slaverslumshop.name = "Slavers Guild Shop">>
<<set $slaverslumshop.welcome = "The guild’s shop has an assortment of advanced potions and incense for sale that can’t be purchased anywhere else in the slums.">>
<<set $slaverslumshop.inventory = [$GSI, $GAP, $LCLGE, $LBGE, $LCGGE, $LTGE, $LCGE, $LPGE]>>
<<set $villageshop = {name:"", welcome:"", inventory:""}>>
<<set $villageshop.name = "Mysterious Door">>
<<set $villageshop.welcome ="<center>You enter and a grizzled Pantheran greets you.<br><q>Greetings traveler! I smelled you coming. This one has wares if you have gems.</q> <br>You remain puzzled for a second, then look around at the merchant's wares.</center><br>">>
<<set $villageshop.inventory = [$GSI, $GAP, $LIP, $NIP,]>>
<<set $claireclothing = {name:"", welcome:"", inventory:"", jewelry:1, clothes:1}>>
<<set $claireclothing.name = "Claire's Clothing">>
<<set $claireclothing.welcome = "Claire: Welcome to claire's clothing! We don't have the most fanciest or even cleanest of clothes but at least they're clothes!">>
<<if $PC.guild.slaver.grade == "D">>
<<set $claireclothing.inventory = [$BP, $BB, $DD, $DS, $GS, $RS, $CS, $CP, $CT, $BLUP, $PNKLP, $CST, $WL, $OH, $BSCS, $WSCS]>>
<<elseif $PC.guild.slaver.grade == "C">>
<<set $claireclothing.inventory = [$BP, $BB, $DD, $DS, $GS, $RS, $CS, $CP, $CT, $BLUP, $PNKLP, $REP, $BMP, $BD, $BLD, $BS, $CST, $WL, $OH, $OL, $RH, $BSCS, $WSCS, $BSKCS]>>
<<elseif $PC.guild.slaver.grade == "B">>
<<set $claireclothing.inventory = [$BP, $BB, $DD, $DS, $GS, $RS, $CS, $CP, $CT, $BLUP, $PNKLP, $REP, $BMP, $BD, $BLD, $BS, $CST, $VNS, $LSB, $WL, $OH, $OL, $RH, $BSCS, $WSCS, $BSKCS]>>
<<else>>
<<set $claireclothing.inventory = [$BP, $BB, $DD, $DS, $GS, $RS, $WL, $OH, $BSCS, $WSCS]>>
<</if>>
/* General Stores */<br><br>
<b>You bought $boughtitem.amount $boughtitem.name.</b>
<<set $PC.money -= $boughtitem.price*$boughtitem.amount>>
<<run addItem($inventory, $boughtitem)>>
<<unset $boughtitem>>
<<unset _item>>
<b>Transformation Management</b>
<br>
<<if $activeCharacter.transformation.item == "None">>
None
<<else>>
[[None|Slave Description][$activeCharacter.transformation.item = "None"]]
<</if>>
<<set _transitems = 0>>
<<for _t = 1; _t <= $inventory.amount; _t++>>
<<set _item = $inventory[_t]>>
<<if _item.type == "Transformative" && _item.name != $activeCharacter.transformation.item && _item.amount >= 1>>
| <<print "[[_item.name|Slave Description][$activeCharacter.transformation.item = $inventory[" + _t + "].name]]">> (x_item.amount)
<<set _transitems++>>
<<elseif _item.name == $activeCharacter.transformation.item>>
| _item.name (x_item.amount)
<<set _itemname = _item.name>>
<<set _itemdescription = _item.description>>
<<set _transitems++>>
<</if>>
<<if _item.name == $activeCharacter.transformation.circulating>>
<<set _currentItem = _item>>
<</if>>
<</for>>
<<if $activeCharacter.transformation.duration > 1>>
<br><br>
_currentItem.name is currently circulating through $activeCharacter.name's body. You cannot give $activeCharacter.name any doses from a transformative until the effects of the old tonic is completely flushed out of <<print $hisher[$activeCharacter.gender]>> body. It will take $activeCharacter.transformation.duration weeks for its effects to fade.
<<elseif $activeCharacter.transformation.duration == 1>>
<br><br>
_currentItem.name is currently circulating through $activeCharacter.name's body. You cannot give $activeCharacter.name any doses from a transformative until the effects of the old tonic is completely flushed out of <<print $hisher[$activeCharacter.gender]>> body. The effects will fade after this week.
<</if>>
<br><br>
<<if _itemname && $activeCharacter.transformation.duration <= 0>>
This week you will be giving $activeCharacter.name doses of _itemname. _itemdescription
<<elseif _itemname && $activeCharacter.transformation.duration > 0>>
You will give $activeCharacter.name doeses of _itemname when _currentItem.name is completely out of <<print $hisher[$activeCharacter.gender]>> system. _itemdescription
<<else>>
This week you won't be giving $activeCharacter.name any doses from a transformative tonic.
<</if>>
<<if !_transitems>>
You currently don't have any transformative items. You can purchase them from a general store in the [[slums|Slums]].
<</if>><<if $tips.slaveexpense == 0>>
<b>[[Slave Expense|Slave Description][$tips.slaveexpense = 1]]</b>
<br>
This slave's weekly expnese is currently <b>@@color:red;💎$activeCharacter.expense@@.</b>
<<elseif $tips.slaveexpense == 1>>
<b>[[Slave Expense|Slave Description][$tips.slaveexpense = 0]]</b>
<br>
This slave's weekly expnese is currently <b>@@color:red;💎$activeCharacter.expense@@.</b>
<br><br>
A slave's expense is determined by their diet and the curatives used on them.
<br><br>
A @@color:yellow;low calorie diet@@ costs 💎50 to maintain. <br>
A @@color:yellow;normal calorie diet@@ costs 💎100 to maintain. <br>
A @@color:yellow;high calorie diet@@ costs 💎200 to maintain. <br>
<br>
@@color:yellow;Remedies restore health@@, costing 💎100 per week. <br>
@@color:forestgreen;Panaceas significantly restore health@@, costing 💎500 per week. <br>
<br>
@@color:yellow;Ethers restore fatigue@@, costing 💎100 per week. <br>
@@color:forestgreen;Pasitheas significantly restore fatigue@@, costing 💎500 per week.
<</if>><<if _character.pregnancy.child.length || _character.pregnancy.recovery>>
<<set _character.pregnancy.weeks++>>
<</if>>
<<if _character.pregnancy.recovery>>
<<set _character.pregnancy.recovery-->>
<<if !_character.pregnancy.recovery>>
<<set _character.pregnancy.weeks = 0>>
<<set _character.pregnancy.status = null>>
<<set _character.summary += "<br><br><b>@@color:forestgreen;" + _character.name + " recovered from <<print $hisher['" + _character.gender + "']>> pregnancy.@@</b>">>
<<set _character.summary += "<br>" + _character.name + "'s body has completely recovered from <<print $hisher['" + _character.gender + "']>> previous pregnancy. <<print $HeShe['" + _character.gender + "']>> can now get pregnant again.">>
<</if>>
<</if>>
<<if _character.pregnancy.weeks>>
<<pregnancyStatus>>
<</if>>
<<if _character.pregnancy.impregnated && _character.pregnancy.weeks == 1>>
<<set _character.summary += "<br><br><b>@@color:forestgreen;(<<print capitalize('" + _character.pregnancy.type + "')>>) " + _character.name + " has been impregnated.@@</b>">>
<<if _character.pregnancy.type == "normal">>
<<set $resources += 5000>>
<<set _character.summary += "<br>You had " + _character.name + " drink a standard pregnancy elixir, costing @@color:red;💎5,000@@. <<print $HisHer['" + _character.gender + "']>> pregnancy will last " + _character.pregnancy.duration + " weeks long and <<print $hisher['" + _character.gender + "']>> recovery period will last for 4 weeks after that.">>
<<elseif _character.pregnancy.type == "multipregnancy">>
<<set $resources += 10000>>
<<set _character.summary += "<br>You had " + _character.name + " drink a multipregnancy elixir, costing @@color:red;💎10,000@@. <<print $HisHer['" + _character.gender + "']>> pregnancy will last " + _character.pregnancy.duration + " weeks long and <<print $hisher['" + _character.gender + "']>> recovery period will last for 4 weeks after that. <<print $HeShe['" + _character.gender + "']>> can still be inseminated up to five more times, allowing <<print $himher['" + _character.gender + "']>> to birth six offspring with one pregnancy. Every offspring after the first will have a stronger deficieny in stats than the last.">>
<<elseif _character.pregnancy.type == "hyperpregnancy">>
<<set $resources += 20000>>
<<set _character.summary += "<br>You had " + _character.name + " drink a hyperpregnancy elixir, costing @@color:red;💎20,000@@. <<print $HisHer['" + _character.gender + "']>> pregnancy will last " + _character.pregnancy.duration + " weeks long and <<print $hisher['" + _character.gender + "']>> recovery period will last for 4 weeks after that. <<print $HisHer['" + _character.gender + "']>> offspring will be granted a small bonus to their stats due to the extra weeks spent maturing in the womb. Offspring with parents that have the highest stats will feel this effect the most.">>
<</if>>
<</if>>
<<if _character.pregnancy.impregnated && _character.pregnancy.child.length > 1>>
<<set _character.summary += "<br><br><b>@@color:forestgreen;" + _character.name + " has been inseminated while pregnant.@@</b>">>
<<set _character.summary += "<br>" + _character.name + "'s pregnancy has been extended to " + _character.pregnancy.duration + " weeks long and <<print $hisher['" + _character.gender + "']>> recovery period will last for 4 weeks after that. <<print $HeShe['" + _character.gender + "']>> currently has " + _character.pregnancy.child.length + " babies in <<print $hisher['" + _character.gender + "']>> womb.">>
<</if>>
<<set _character.pregnancy.impregnated = 0>>
<<if _character.pregnancy.weeks >= 4 && !_character.pregnancy.lactating && !_character.pregnancy.recovery>>
<<set _character.pregnancy.lactating = 1>>
<<set _character.summary += "<br><br><b>@@color:forestgreen;" + _character.name + " has started to lactate this week.@@</b>">>
<<set _character.summary += "<br>" + _character.name + " has progressed far enough in <<print $hisher['" + _character.gender + "']>> pregnancy that <<print $hisher['" + _character.gender + "']>> body has finished the process of producing milk, and is now lactating.">>
<<elseif _character.pregnancy.weeks >= _character.pregnancy.duration+2 && _character.pregnancy.lactating>>
<<set _character.pregnancy.lactating = 0>>
<<set _character.summary += "<br><br><b>@@color:forestgreen;" + _character.name + " has stopped lactating.@@</b>">>
<<set _character.summary += "<br>" + _character.name + "'s body is no longer producing any milk, and as such <<print $hisher['" + _character.gender + "']>> body has stopped lactating naturally.">>
<</if>>
<<if _character.location == "estate" && $estate.overcap>>
<<set _pop++>>
<<set _character.place = _pop>>
<</if>>
<<run resetBonus(_character)>>
<<run checkItems(_character)>>
<<run updateBodyHair(_character)>>
<<run decayMood(_character)>>
<<set _character.tempbehaviour = 0>>
<<set _character.submission = 0>>
<<set _character.cooldown.title = 0>>
<<set _character.cooldown.talk = 0>>
<<set $PC.cooldown.title = 0>>
<<set $PC.cooldown.influence = 0>>
<<set _character.fatigue.physical = _character.fatigue.max>>
<<set _character.fatigue.mental = _character.fatigue.max>>
<<if _character.info.endweek>>
<<set _character.summary += "<br><br>">>
<<if _femtranstitle && $tempfemtransitems.includes(_character.transformation.item)>>
<<set _character.summary += "<b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 20% boost to transformation gains.@@</b><br>">>
<<elseif _femtranstitle && $permfemtransitems.includes(_character.transformation.item) && ["female"].contains(_character.sex)>>
<<set _character.summary += "<b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 2x boost to this potion's duration.@@</b><br>">>
<</if>>
<<set _character.summary += _character.info.endweek>>
<<set _character.info.endweek = null>>
<</if>>
<<if $cumtitles.includes(_character.title)>>
<<set _character.summary += "<br><b>@@color:forestgreen;" + _character.name + "'s title has lessened <<print $hisher['" + _character.gender + "']>> fatigue from working the brothel.@@</b>">>
<</if>>
<<if $fatiguetitles.includes(_character.title)>>
<<set _character.summary += "<br><b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 20% boost to fatigue regen.@@</b>">>
<</if>>
<<if $healthtitles.includes(_character.title)>>
<<set _character.summary += "<br><b>@@color:forestgreen;" + _character.name + "'s title has granted <<print $himher['" + _character.gender + "']>> a 20% boost to health regen.@@</b>">>
<</if>>
<<if _character.update.length > 0>>
<<for _u = 0; _u < _character.update.length;_u++>>
<<set _character.summary += "<br><br>">>
<<set _character.summary += _character.update[_u]>>
<</for>>
<<set _character.update = []>>
<<saveSlave $activeCharacter>>
<<set _character.summary += "<br>">>
<</if>>
<<if _character.condition.progress <= 0>>
<br><b>@@color:red;_character.name has passed away this week.@@</b>
<<include "Move Slave">>
<<elseif _character.condition.progress <= _healthreq && _character.assignment != "rest">>
<<set _character.summary += "<br>@@color:orange;" + _character.name + " is too unhealthy to continue <<print $hisher['" + _character.gender + "']>> " + _character.assignment + " assignment. <<print $HeShe['" + _character.gender + "']>> is resting now.@@">>
<<set _character.renew = _character.assignment>>
<<set _character.assignment = "rest">>
<<elseif _character.fatigue.progress > _fatiguereq && _character.assignment != "rest">>
<<set _character.summary += "<br>@@color:orange;" + _character.name + " is too exhausted to continue <<print $hisher['" + _character.gender + "']>> " + _character.assignment + " assignment. <<print $HeShe['" + _character.gender + "']>> is resting now.@@">>
<<set _character.renew = _character.assignment>>
<<set _character.assignment = "rest">>
<</if>>
<<if _character.renew && _character.fatigue.progress == 0 && _character.condition.progress == 100 && _character.assignment == "rest">>
<<set _character.summary += "<br>@@color:forestgreen;" + _character.name + " is fully rested and ready to continue <<print $hisher['" + _character.gender + "']>> " + _character.renew + " assignment.@@">>
<<set _character.assignment = _character.renew>>
<<set _character.renew = null>>
<</if>>
<<if _character.pregnancy.weeks >= _character.pregnancy.duration && _character.pregnancy.child.length>>
<<set _character.pregnancy.maturity++>>
<<set _character.pregnancy.recovery = 4>>
<<set _children = []>>
<<for _p = 0; _p < _character.pregnancy.child.length;_p++>>
<<set _character.pregnancy.child[_p].justBirthed = 1>>
<<set _children.push(_character.pregnancy.child[_p].name)>>
<<run addSlave(_character.pregnancy.child[_p])>>
<</for>>
<<namelist _children "and">>
<<set _character.summary += "<br><br><b>@@color:forestgreen;" + _character.name + " has given birth.@@</b>">>
<<set _character.summary += "<br>" + _character.name + " has given birth to " + _character.pregnancy.child.length + " offspring; " + _namelist + ".">>
<<set _character.pregnancy.child = []>>
<</if>>
<<if _character.pregnancy.maturity >= 5 && ["female", "futanari"].contains(_character.sex) && _character.maturity < 2>>
<<set _character.maturity = 2>>
<<set _character.pregnancy.maturity = 0>>
<<elseif _character.pregnancy.maturity >= 15 && ["female", "futanari"].contains(_character.sex) && _character.maturity < 3>>
<<set _character.maturity = 3>>
<<set _character.pregnancy.maturity = 0>>
<<elseif _character.pregnancy.maturity >= 10 && ["male", "shemale"].contains(_character.sex) && _character.maturity < 2>>
<<set _character.maturity = 2>>
<<set _character.pregnancy.maturity = 0>>
<<elseif _character.pregnancy.maturity >= 20 && ["male", "shemale"].contains(_character.sex) && _character.maturity < 3>>
<<set _character.maturity = 3>>
<<set _character.pregnancy.maturity = 0>>
<</if>>
<<if _character.sold == "Contract Completed">>
<<set $soldSlaves.push(_character.ID)>>
<<set _textexp = "<<print Math.round10(" + (_character.contract.exp / $PC.guild.slaver.maxexp) * 100 + ", -2)>>%">>
<<set _character.summary += "<br><br><b>@@color:forestgreen;" + _character.name + " was returned to <<print $hisher['" + _character.gender + "']>> owner due to the contract being completed. You gained@@ @@color:lightgreen;💎<<print commify(_character.contract.reward)>>@@ @@color:forestgreen;and _textexp slaver EXP.@@</b>">>
<<set $PC.money += _character.contract.reward>>
<<set $requestIncome += _character.contract.reward>>
<<set $PC.guild.slaver.exp += _character.contract.exp>>
<<set _character.sold = 1>>
<<elseif _character.sold == "Contract End">>
<<set $soldSlaves.push(_character.ID)>>
<<set _character.summary += "<br><br><b>@@color:red;" + _character.name + " was returned to <<print $hisher['" + _character.gender + "']>> owner due to the contract ending. You paid the 💎<<print commify(_character.penalty)>> penalty out of pocket.@@</b>">>
<<set $PC.money -= _character.penalty>>
<<set $slaveExpense += _character.penalty>>
<<set _character.sold = 1>>
<<elseif _character.place>>
<<if _character.place > $estate.cap && !_character.justBirthed>>
<<set _price = _character.ogprice * 0.75>>
<<set _price = Math.round10(_price,1)>>
<<set $slaveIncome += _price>>
<<set $soldSlaves.push(_character.ID)>>
<<set _character.summary += "<br><b>@@color:red;" + _character.name + " was sold for@@ @@color:lightgreen;💎" + _price + "@@@@color:red;.@@</b>">>
<<set _character.sold = 1>>
<<else>>
<<set _character.place = null>>
<</if>>
<</if>>
<<if _character.justBirthed>>
<<set _character.summary += "<br><b>@@color:forestgreen;" + _character.name + " was born this week.@@</b>">>
<<set _character.summary += "<br>" + _character.name + " was born into slavery as an young adult, and currently belongs to you.">>
<<set _character.justBirthed = null>>
<</if>><<set $tempfemtransitems = ["Lesser Bust Growth Potion", "Lesser Clit Growth Potion", "Lesser Pussy Growth Potion"]>>
<<set $permfemtransitems = ["Lesser Bust Growth Elixir", "Lesser Clit Growth Elixir", "Lesser Pussy Growth Elixir"]>>
<<include "Jewelry">>
<<include "Clothes">>
<<include "Toys">>
<<include "Weapons">>
<<set $CEP = {name: "Cum Enhancement Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 500, description: "This potion temporarily enhances the user's cum quality, quantity and taste for a period of two weeks", amount: 0}>>
<<set $MEP = {name: "Milk Enhancement Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 500, description: "This potion temporarily enhances the user's milk quality, quantity and taste for a period of two weeks", amount: 0}>>
<<set $NEP = {name: "Nectar Enhancement Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 500, description: "This potion temporarily enhances the user's nectar quality, quantity and taste for a period of two weeks", amount: 0}>>
<<set $BHP = {name: "Bust Hormonal Potion", rank: "C", type: "Transformative", category: "General", duration: 2, price: 500, description: "This potion grows the user breasts temporarily for two weeks. Size of the breasts will vary due to genetics.", amount: 0}>>
<<set $CHP = {name: "Cock Hormonal Potion", rank: "C", type: "Transformative", category: "General", duration: 2, price: 750, description: "This potion grows the user a cock temporarily for two weeks. Size of the cock will vary due to genetics.", amount: 0}>>
<<set $NIE = {name: "Nectar Induction Elixir", rank: "D", type: "Transformative", category: "General", duration: 0, price: 10000, description: "This potion induces females to produce nectar from their vagina permanently.", amount: 0}>>
<<set $LIE = {name: "Lactation Induction Elixir", rank: "C", type: "Transformative", category: "General", duration: 0, price: 10000, description: "This elixir permanently induces lactation in both males and females. Milk from males are only half the quality of milk from females.", amount: 0}>>
<<set $LIP = {name: "Lactation Induction Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This potion induces lactation in both males and females for a couple weeks. Milk from males are only half the quality of milk from females.", amount: 0}>>
<<set $NIP = {name: "Nectar Induction Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This potion induces females to produce nectar from their vagina for a couple of weeks.", amount: 0}>>
<<set $LCLGP = {name: "Lesser Cock Length Growth Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This lesser potion temporarily enlarges male cock length for a couple weeks.", amount: 0}>>
<<set $LCGGP = {name: "Lesser Cock Girth Growth Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This lesser potion temporarily enlarges male cock girth for a couple weeks.", amount: 0}>>
<<set $LTGP = {name: "Lesser Testicle Growth Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This lesser potion temporarily enlarges male testicle size for a couple weeks.", amount: 0}>>
<<set $LBGP = {name: "Lesser Bust Growth Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This lesser potion temporarily enlarges female bust size for a couple weeks.", amount: 0}>>
<<set $LCGP = {name: "Lesser Clit Growth Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This lesser potion temporarily enlarges female clit size for a couple weeks.", amount: 0}>>
<<set $LPGP = {name: "Lesser Pussy Growth Potion", rank: "D", type: "Transformative", category: "General", duration: 2, price: 250, description: "This lesser potion temporarily enlarges female pussy size for a couple weeks.", amount: 0}>>
<<set $LSI = {name: "Lesser Slime Incense", rank: "D", type: "Incense", category: "General", duration: 0, price: 1000, description: "This lesser incense can be used for hypnotic purposes inside of an incense room. One stick of incense is only good for one hypnotic session. This incense is very weak.", amount: 0}>>
<<set $LAP = {name: "Lesser Alteration Potion", rank: "D", type: "Transformative", category: "General", duration: 0, price: 2500, description: "This lesser potion transforms someone from a common race to the opposite sex. This potion is ineffective and will require around a dozen doses for the transformation to be complete.", amount: 0}>>
<<set $GSI = {name: "Greater Slime Incense", rank: "D", type: "Incense", category: "General", duration: 0, price: 3000, description: "This greater incense can be used for hypnotic purposes inside of an incense room. One stick of incense is only good for one hypnotic session. This incense is weak.", amount: 0}>>
<<set $GAP = {name: "Greater Alteration Potion", rank: "C", type: "Transformative", category: "General", duration: 0, price: 5000, description: "This greater potion transforms someone from a common race to the opposite sex. This potion is effective but will require multiple doses for the transformation to be complete.", amount: 0}>>
<<set $LLGE = {name: "Lesser Lip Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges female lip size. Ineffective after one use.", amount: 0}>>
<<set $LSGE = {name: "Lesser Shoulder Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges male shoulder width. Ineffective after one use.", amount: 0}>>
<<set $LHGE = {name: "Lesser Hip Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges female hip width. Ineffective after one use.", amount: 0}>>
<<set $LTOGE = {name: "Lesser Torso Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges male torso size. Ineffective after one use.", amount: 0}>>
<<set $LLEGE = {name: "Lesser Leg Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently elongates leg size. Ineffective after one use.", amount: 0}>>
<<set $LAGE = {name: "Lesser Ass Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges ass size. Ineffective after one use.", amount: 0}>>
<<set $LCLGE = {name: "Lesser Cock Length Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges male cock length. Ineffective after one use.", amount: 0}>>
<<set $LCGGE = {name: "Lesser Cock Girth Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges male cock girth. Ineffective after one use.", amount: 0}>>
<<set $LTGE = {name: "Lesser Testicle Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges male testicle size. Ineffective after one use.", amount: 0}>>
<<set $LBGE = {name: "Lesser Bust Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges female bust size. Ineffective after one use.", amount: 0}>>
<<set $LPGE = {name: "Lesser Pussy Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges female pussy size. Ineffective after one use.", amount: 0}>>
<<set $LCGE = {name: "Lesser Clit Growth Elixir", rank: "E", type: "Transformative", category: "Lesser Elixirs", duration: 0, price: 5000, description: "This lesser elixir permanently enlarges female clit size. Ineffective after one use.", amount: 0}>>
<<set $LGE = {name: "Lip Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges female lip size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SGE = {name: "Shoulder Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges male shoulder width. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $HGE = {name: "Hip Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges female hip width. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $TOGE = {name: "Torso Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges male torso size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $LEGE = {name: "Leg Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently elongates leg size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $AGE = {name: "Ass Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges ass size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $CLGE = {name: "Cock Length Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges male cock length. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $CGGE = {name: "Cock Girth Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges male cock girth. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $TGE = {name: "Testicle Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges male testicle size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $BGE = {name: "Bust Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges female bust size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $PGE = {name: "Pussy Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges female pussy size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $CGE = {name: "Clit Growth Elixir", rank: "D", type: "Transformative", category: "Elixirs", duration: 0, price: 25000, description: "This elixir permanently enlarges female clit size. Ineffective after one use and stronger than lesser elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GLGE = {name: "Greater Lip Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges female lip size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GSGE = {name: "Greater Shoulder Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges male shoulder width. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GHGE = {name: "Greater Hip Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges female hip width. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GTOGE = {name: "Greater Torso Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges male torso size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GLEGE = {name: "Greater Leg Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently elongates leg size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GAGE = {name: "Greater Ass Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges ass size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GCLGE = {name: "Greater Cock Length Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges male cock length. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GCGGE = {name: "Greater Cock Girth Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges male cock girth. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GTGE = {name: "Greater Testicle Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges male testicle size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GBGE = {name: "Greater Bust Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges female bust size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GPGE = {name: "Greater Pussy Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges female pussy size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GCGE = {name: "Greater Clit Growth Elixir", rank: "C", type: "Transformative", category: "Greater Elixirs", duration: 0, price: 100000, description: "This greater elixir permanently enlarges female clit size. Ineffective after one use and stronger than ordinary elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRLGE = {name: "Grand Lip Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges female lip size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRSGE = {name: "Grand Shoulder Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges male shoulder width. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRHGE = {name: "Grand Hip Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges female hip width. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRTOGE = {name: "Grand Torso Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges male torso size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRLEGE = {name: "Grand Leg Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently elongates leg size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRAGE = {name: "Grand Ass Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges ass size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRCLGE = {name: "Grand Cock Length Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges male cock length. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRCGGE = {name: "Grand Cock Girth Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges male cock girth. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRTGE = {name: "Grand Testicle Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges male testicle size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRBGE = {name: "Grand Bust Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges female bust size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRPGE = {name: "Grand Pussy Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges female pussy size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $GRCGE = {name: "Grand Clit Growth Elixir", rank: "B", type: "Transformative", category: "Grand Elixirs", duration: 0, price: 500000, description: "This grand elixir permanently enlarges female clit size. Ineffective after one use and stronger than greater elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SLGE = {name: "Sovereign Lip Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges female lip size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SSGE = {name: "Sovereign Shoulder Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges male shoulder width. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SHGE = {name: "Sovereign Hip Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges female hip width. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $STOGE = {name: "Sovereign Torso Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges male torso size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SLEGE = {name: "Sovereign Leg Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently elongates leg size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SAGE = {name: "Sovereign Ass Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges ass size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SCLGE = {name: "Sovereign Cock Length Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges male cock length. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SCGGE = {name: "Sovereign Cock Girth Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges male cock girth. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $STGE = {name: "Sovereign Testicle Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges male testicle size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SBGE = {name: "Sovereign Bust Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges female bust size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SPGE = {name: "Sovereign Pussy Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges female pussy size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $SCGE = {name: "Sovereign Clit Growth Elixir", rank: "A", type: "Transformative", category: "Sovereign Elixirs", duration: 0, price: 2000000, description: "This sovereign elixir permanently enlarges female clit size. Ineffective after one use and stronger than grand elixirs. Elixirs do not stack, the strongest elixir's effect will take hold on the user.", amount: 0}>>
<<set $TSM = {name: "Stud Muffin", rank: "A", type: "Transformative", category: "General", duration: 0, price: 2000000, description: "This curious muffin emits a musky yet tasty smell. It reminds you of ginger and sourdough bread, yet something about it makes you feel restless and powerful.", amount: 0}>>
<<set $TBC = {name: "Babe Cake", rank: "A", type: "Transformative", category: "General", duration: 0, price: 2000000, description: "This rich cake smells and looks delicious. It reminds you of sweet milk and cherries, and something about it makes you feel delicate and flirtatious", amount: 0}>><<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Slave Income & Expenses">>
<<include "Post Week Slave Update">>
<<saveSlave $activeCharacter>>
<<unset $activeCharacter>>
<<unset _character>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "feminine posture">>
Posture is a very basic but core skill displayed by feminines. Proper posture accentuates beauty and confidence subtlety without exuding an air of aggressiveness or easy availability. It also teaches how to enhance the status of others without drawing attention to oneself. Walking, sitting, standing and many other types of feminine posture is very easily taught but is hard to master completely.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
$activeCharacter.name’s posture is completely unfeminine. While it may not be outright whorish or uncouth, its easy to tell that <<print $heshe[$activeCharacter.gender]>> has had little to no practice with posture.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name has a basic understanding of feminine posture. <<print $HeShe[$activeCharacter.gender]>> knows the different kinds of postures but poorly executes performing them.
<<elseif $activeCharacter.stats.femininity < 75>>
$activeCharacter.name knows all the different kinds of feminine posture and can properly perform them. However, <<print $hisher[$activeCharacter.gender]>> movements aren’t practiced and are almost robotic in nature.
<<elseif $activeCharacter.stats.femininity < 100>>
$activeCharacter.name not only knows everything there is to know about feminine posture, <<print $heshe[$activeCharacter.gender]>> has the ability to perform them without seeming stiff or unpracticed.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name’s feminine posture is perfect. <<print $HeShe[$activeCharacter.gender]>> posture looks grandiose, completely natural and full of confidence.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "feminine mannerisms">>
True feminines exude femininity through their mannerisms. Every movement should be purposed yet natural all while portraying oneself as a woman with class and maturity. All and any hand movements, tones of voice and gestures that can be more effeminate must be practiced relentlessly. On the other hand, mannerisms that aren’t effeminate must be completely purged from the mind until only the feminine mannerisms are left.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
$activeCharacter.name’s mannerisms are not unusually for a <<print $maturity[$activeCharacter.maturity]>> $activeCharacter.gender, but they’re abysmal for someone who is supposed to be a feminine.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name has quite a few hoydenish mannerisms and a few learned effeminate mannerisms. <<print $HeShe[$activeCharacter.gender]>> still has a long way to go before her mannerisms can be considered feminine.
<<elseif $activeCharacter.stats.femininity < 75>>
Most of $activeCharacter.name’s hoydenish mannerisms have been completely unlearned. <<print $HeShe[$activeCharacter.gender]>> uses mostly effeminate mannerisms, but if someone were to interact with <<print $himher[$activeCharacter.gender]>> long enough they would start to see some of <<print $hisher[$activeCharacter.gender]>> old mannerisms manifest.
<<elseif $activeCharacter.stats.femininity < 100>>
$activeCharacter.name has completely purged all of <<print $hisher[$activeCharacter.gender]>> hoydenish mannerisms from <<print $hisher[$activeCharacter.gender]>> mind. <<print $HeShe[$activeCharacter.gender]>> has also learned all the feminine mannerisms that she could ever need.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name’s mannerisms exudes femininity. Every step, touch or comment <<print $heshe[$activeCharacter.gender]>> portrays <<print $himher[$activeCharacter.gender]>> as the ideal feminine.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "dancing skills">>
Learning dance is an important part of becoming a feminine. Dances are a commonly held events in high society but more importantly, dancing teaches grace. All things done by feminines must be considered graceful, to the point that even <<print $hisher[$activeCharacter.gender]>> thoughts should be considered as such.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
Not only is $activeCharacter.name clumsy, <<print $heshe[$activeCharacter.gender]>> shows no aptitude to learn any type of dancing. At this point, it would be probably more effective to start with the feminine basics.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name can perform some dances but they are still clumsy. However you can tell that with enough practice, <<print $heshe[$activeCharacter.gender]>> will become a lot more graceful.
<<elseif $activeCharacter.stats.femininity < 75>>
$activeCharacter.name can perform a number of dances without error and while they are not clumsy, they lack the grace needed to pull them off.
<<elseif $activeCharacter.stats.femininity < 100>>
$activeCharacter.name can perform quite a number of dances gracefully without error, but there is nothing stunning nor special about the way she does it.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name’s dances could be considered performance art. Not only is <<print $heshe[$activeCharacter.gender]>> graceful, but the way she moves is so alluring and confident that it breaths femininity.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "yoga skills">>
Yoga is a meditative means of achieving the inner peace required of a true feminine. With regular practice yoga not only helps to release $activeCharacter.name from many types of mental anguish but it also improves <<print $hisher[$activeCharacter.gender]>> flexibility. It will also help to increase <<print $hisher[$activeCharacter.gender]>> discipline and control of <<print $hisher[$activeCharacter.gender]>> mind and body.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
While in shape, $activeCharacter.name doesn’t have the flexibility and grace required to do any poses other than the most basic ones.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name can do a few yoga poses but <<print $heshe[$activeCharacter.gender]>> still struggles to hold any of them for longer than a few seconds.
<<elseif $activeCharacter.stats.femininity < 75>>
$activeCharacter.name can do quite a number of yoga poses and has little to no problems holding said poses for elongated periods of time.
<<elseif $activeCharacter.stats.femininity < 100>>
Not only can $activeCharacter.name do pretty much any yoga pose, <<print $heshe[$activeCharacter.gender]>> can effortlessly transition between them with minimal effort.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name can do yoga so well it could be considered a performance art. <<print $HeShe[$activeCharacter.gender]>> moves with such grace, flexibility and practiced skill that it seems second nature for <<print $himher[$activeCharacter.gender]>>.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "feminine hygiene">>
Feminine hygiene is easily learned but requires a lot of training before it becomes second-hand. To be considered a true feminine, $activeCharacter.name must look clean and smell attractive at all times. <<print $HisHer[$activeCharacter.gender]>> legs, arms and armpits must be properly shaved, as any hair on <<print $hisher[$activeCharacter.gender]>> body harms <<print $hisher[$activeCharacter.gender]>> image as a feminine. <<print $HisHer[$activeCharacter.gender]>> daily hygiene routine must be thoroughly practiced so it is not forgotten or performed incorrectly.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
$activeCharacter.name can barely complete <<print $hisher[$activeCharacter.gender]>> hygiene routine. <<print $HeShe[$activeCharacter.gender]>> is slow, has signs of hair still on <<print $hisher[$activeCharacter.gender]>> body and <<print $heshe[$activeCharacter.gender]>> reeks of perfume.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name has no problem remembering <<print $hisher[$activeCharacter.gender]>> hygiene routine, but <<print $heshe[$activeCharacter.gender]>> has problems properly completing it.
<<elseif $activeCharacter.stats.femininity < 75>>
$activeCharacter.name not only remembers <<print $hisher[$activeCharacter.gender]>> hygiene routine but <<print $heshe[$activeCharacter.gender]>> can complete it within a reasonable time period without looking like a mess afterward.
<<elseif $activeCharacter.stats.femininity < 100>>
$activeCharacter.name can complete <<print $hisher[$activeCharacter.gender]>> hygiene routine but sometimes may cut <<print $himselfherself[$activeCharacter.gender]>> with a razor or forget one minor thing.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name can complete <<print $hisher[$activeCharacter.gender]>> hygiene routine very quickly without any fault.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "empathy">>
Empathy is one of the most important principles for a feminine to learn, but also one of the hardest. A true feminine must always think of others, especially <<print $hisher[$activeCharacter.gender]>> keeper. It takes time to teach a higher level of empathy and it takes even longer train <<print $hisher[$activeCharacter.gender]>> self importance to a lower level.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
Not only is $activeCharacter.name’s level of empathy completely unbefitting for someone training to become a true feminine, <<print $heshe[$activeCharacter.gender]>> prioritizes <<print $himselfherself[$activeCharacter.gender]>> much too highly.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name’s level of empathy and selflessness is not anywhere near the level required of a true feminine.
<<elseif $activeCharacter.stats.femininity < 75>>
Through a series of tests $activeCharacter.name displays <<print $heshe[$activeCharacter.gender]>> is both highly empathetic and unselfish.
<<elseif $activeCharacter.stats.femininity < 100>>
$activeCharacter.name is completely selfless and displays a very high degree of empathy for humans, animals and even monsters.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name has reached a level of empathy only a true feminine could achieve. You wonder at times if <<print $heshe[$activeCharacter.gender]>> even has thoughts about <<print $himselfherself[$activeCharacter.gender]>> because of how giving <<print $heshe[$activeCharacter.gender]>> is.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "patience">>
Having patience is a virtue. Teaching it on the other hand is a totally different different endeavor. True feminines must be patient at all times, as being anything other than serene at all times is the antithesis to the idea of femininity. Patience can be trained through many different means but the idea of waiting hand and foot on <<print $hisher[$activeCharacter.gender]>> keeper is generally not well received.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
$activeCharacter.name has no patience for the idea of sitting, standing, kneeling or waiting in general for orders <<print $heshe[$activeCharacter.gender]>> may or may not receive.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name understands the idea of waiting around for orders from <<print $hisher[$activeCharacter.gender]>> keeper and being serene at all times is important but fails to be patient enough to do so.
<<elseif $activeCharacter.stats.femininity < 75>>
$activeCharacter.name has built enough patience that <<print $heshe[$activeCharacter.gender]>> can wait upon someone for elongated periods of time but sometimes gets moody when <<print $heshe[$activeCharacter.gender]>> has to wait too long.
<<elseif $activeCharacter.stats.femininity < 100>>
Not only does $activeCharacter.name have enough patience to wait upon orders for elongated periods of time, <<print $heshe[$activeCharacter.gender]>> can do so without being distracting in any capacity.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name can easily wait hand and foot upon <<print $hisher[$activeCharacter.gender]>> keeper for very long times, <<print $heshe[$activeCharacter.gender]>> is absolutely happy to do so.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "understanding of the true feminine">>
Teaching $activeCharacter.name to understand <<print $hisher[$activeCharacter.gender]>> feminine identity is one of the most important but difficult things aspects of feminine training. <<print $HeShe[$activeCharacter.gender]>> must not only understand what it means to be a true feminine but <<print $heshe[$activeCharacter.gender]>> must also wholeheartedly believe <<print $heshe[$activeCharacter.gender]>> is nothing more than a high-class accessory for <<print $hisher[$activeCharacter.gender]>> keeper.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
$activeCharacter.name doesn’t understand the idea behind being a true feminine and completely rejects the idea that <<print $heshe[$activeCharacter.gender]>> is nothing more than a high-class accessory for <<print $hisher[$activeCharacter.gender]>> keeper.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name understands the idea behind being a true feminine but still rejects the idea that <<print $heshe[$activeCharacter.gender]>> is nothing more than a high-class accessory for <<print $hisher[$activeCharacter.gender]>> keeper.
<<elseif $activeCharacter.stats.femininity < 75>>
$activeCharacter.name understands what it means to be a true feminine and is open to the idea that <<print $heshe[$activeCharacter.gender]>> is to be nothing more than a high-class accessory for <<print $hisher[$activeCharacter.gender]>> keeper.
<<elseif $activeCharacter.stats.femininity < 100>>
$activeCharacter.name understands the meaning of being a true feminine and strives to become nothing more than a high-class accessory for <<print $hisher[$activeCharacter.gender]>> keeper.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name is very passionate about being a true feminine and believes that <<print $hisher[$activeCharacter.gender]>> one true purpose in life is to be nothing but a high-class accessory for <<print $hisher[$activeCharacter.gender]>> keeper.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "meditation">>
For masculines meditation is a great way to bring their mental processes and physical body under firmer control. This is important because a masculine must be in control of themselves at all times. Masculines carry a stigma as uncouth brutes but a well trained masculine is anything but.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name can barely meditate for five minutes before <<print $heshe[$activeCharacter.gender]>> loses concentration and gets frustrated.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name can fall into a meditative trance but gets frustrated whenever <<print $heshe[$activeCharacter.gender]>> breaks concentration.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name is most at peace with <<print $himselfherself[$activeCharacter.gender]>> when <<print $heshe[$activeCharacter.gender]>> is meditating. <<print $HeShe[$activeCharacter.gender]>> rarely ever loses concentration.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name can meditate with ease. Whenever <<print $heshe[$activeCharacter.gender]>> breaks <<print $hisher[$activeCharacter.gender]>> meditative trance it doesn’t take long for <<print $himher[$activeCharacter.gender]>> to fall into it again.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name meditates so naturally <<print $activeCharacter.gender]>> seemingly meditate anywhere or anytime. You can tell that <<print $heshe[$activeCharacter.gender]>> is calm at all times because of it.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "exercise routine">>
Exercise is something that can be shared between a masculine and <<print $hisher[$activeCharacter.gender]>> keeper. It helps to keep the masculine in shape and keepers of masculines often enjoy watching the show. Because of this masculines are often taught to exercise in was that shows off <<print $hisher[$activeCharacter.gender]>> muscles while still being effective.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name completely rejects the idea that <<print $hisher[$activeCharacter.gender]>> routine should be a spectacle for a prospective keeper.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name understands that exercise is something to be shared between a masculine and <<print $hisher[$activeCharacter.gender]>> keeper but is very bad at actually executing the idea.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name’s workout routine is often gaudy during some parts and ineffective during others.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name’s workout routine manages to be uniform, effective and eye-catching without being ostentatious in nature.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name’s workout routine is a performance from start to end.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "masculine posture">>
Posture is one of the few basics a masculine must understand and display at all times. <<print $HisHer[$activeCharacter.gender]>> posture allows <<print $himher[$activeCharacter.gender]>> to exude an aura that feels hostile yet calm, confident and powerful. As masculines are often kept standing near their keepers, the importance of posture cannot be understated enough.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name’s posture is terrible. <<print $HeShe[$activeCharacter.gender]>> looks lazy and uncaring at all times, completely unlike what is expected from a true masculine.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name has learned masculine postures but has a lot of issues reproducing them. <<print $HeShe[$activeCharacter.gender]>> still requires a lot of training.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name’s posture is passable. While it looks accurate it still fails to create an proper aura. <<print $HeShe[$activeCharacter.gender]>>’s playing the role of what <<print $heshe[$activeCharacter.gender]>> thinks a masculine should be instead of truly understanding masculine posture.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name’s posture is picture perfect and has a natural look and feel about it.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name’s posture not only looks perfect, but the aura <<print $heshe[$activeCharacter.gender]>> can produce is representative of a true masculine.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "body language">>
Body language is a huge indicator of masculinity. A true masculine’s body language is confident and unfearing. Body language is easy enough to learn but requires an immense amount of training before it looks and feels natural instead of robotic.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name’s body language is very common for someone of <<print $hisher[$activeCharacter.gender]>> age, but is terrible for a true masculine.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name has learned and understands masculine body language but has a hard time being able to reproduce it without prior thought.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name understanding of masculine body language is shown by how easily <<print $heshe[$activeCharacter.gender]>> can reproduce it without prior thought, but it still doesn’t look natural.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name’s body language is completely masculine and natural. <<print $HisHer[$activeCharacter.gender]>> body language is rarely ever uncouth or unfitting for a masculine.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name’s body language is naturally masculine, so much so that you wonder if <<print $heshe[$activeCharacter.gender]>> was born knowing that <<print $heshe[$activeCharacter.gender]>> would become a masculine.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "stoic behaviour">>
Stoicism is the general attitude expected of a true masculine. Silent, patient and completely apathetic to all issues not important to their keeper. Most things required of a stoic masculine conflict with each other but with enough practice <<print $heshe[$activeCharacter.gender]>> should be able to find the right balance.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name has an extremely hard time trying to be apathetic to everything, including <<print $hisher[$activeCharacter.gender]>> own issues.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name has a small amount of understanding of what it means to be a stoic. <<print $HeShe[$activeCharacter.gender]>> tries to be silent, patient and apathetic but often fails.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name has some understanding and a little mastery of stoicism. <<print $HeShe[$activeCharacter.gender]>> can execute on some of the lesser principles of stoicism, but fails otherwise.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name has a high understanding and mastery of stoicism. <<print $HeShe[$activeCharacter.gender]>> only requires a little more practice before <<print $heshe[$activeCharacter.gender]>> has the art completely mastered.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name has mastered the art of having a stoic attitude. <<print $HeShe[$activeCharacter.gender]>> is silent, patient and completely apathetic to all things not important to you.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 3, _roll)>>
<<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "display posture">>
For $activeCharacter.name to be a proper slut, <<print $heshe[$activeCharacter.gender]>> must go through display training. <<print $HeShe[$activeCharacter.gender]>> will be taught how to properly display <<print $himselfherself[$activeCharacter.gender]>> to others in a sexual manner. Whether in public or private, there are subtle and blatant ways <<print $heshe[$activeCharacter.gender]>> can display <<print $himselfherself[$activeCharacter.gender]>> to <<print $hisher[$activeCharacter.gender]>> master or potential customers.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name doesn’t know any provocative poses and has absolutely no idea how to sell <<print $himselfherself[$activeCharacter.gender]>> as a sexual being.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name knows a few sexual poses but <<print $heshe[$activeCharacter.gender]>> executes them poorly. They make <<print $himher[$activeCharacter.gender]>> clumsy and unattractive more than anything.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name can display <<print $himselfherself[$activeCharacter.gender]>> sexually well enough to attract both people of the same and opposite sex.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name’s sexual displays are extremely provocative. <<print $HeShe[$activeCharacter.gender]>> will have no problem attracting others provided that <<print $hisher[$activeCharacter.gender]>> physical features are decent. If they aren’t, <<print $heshe[$activeCharacter.gender]>> can still use <<print $hisher[$activeCharacter.gender]>> skills to whore <<print $himselfherself[$activeCharacter.gender]>> out sexually to the lower class.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name has completely perfected <<print $hisher[$activeCharacter.gender]>> ability to display <<print $himselfherself[$activeCharacter.gender]>> sexually. <<print $HisHer[$activeCharacter.gender]>> poses are provocative yet natural, causing <<print $himher[$activeCharacter.gender]>> to ooze sensuality.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "exposure alacrity">>
In order for $activeCharacter.name to become a well trained slut, <<print $heshe[$activeCharacter.gender]>> needs to be completely comfortable with being nude. As this includes both public and private settings, <<print $heshe[$activeCharacter.gender]>> needs to have no misgivings about going nude at any time.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name completely shrivels into <<print $himselfherself[$activeCharacter.gender]>> when <<print $heshe[$activeCharacter.gender]>> is in public spaces while naked.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name is not comfortable being naked in public spaces but <<print $heshe[$activeCharacter.gender]>> doesn’t attempt to cover <<print $himselfherself[$activeCharacter.gender]>> during those times either.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name is pretty comfortable with <<print $hisher[$activeCharacter.gender]>> nakedness. Whether in public or in private with complete strangers, <<print $heshe[$activeCharacter.gender]>> doesn’t fear getting naked.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name seems to be more comfortable naked than clothed. <<print $HeShe[$activeCharacter.gender]>> generally is more tense while clothed than not, most likely because <<print $heshe[$activeCharacter.gender]>> has accepted that <<print $heshe[$activeCharacter.gender]>> is nothing but a slut.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name is most calm while naked. Not only has <<print $heshe[$activeCharacter.gender]>> accepted <<print $hisher[$activeCharacter.gender]>> position as a slut, <<print $heshe[$activeCharacter.gender]>> revels in it.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "wardrobe training">>
Wardrobe training involves teaching a slut proper attire for someone of <<print $hisher[$activeCharacter.gender]>> status, but also how to wear said clothes. Looking the part of a slut is one of the most fundamental parts of being one. If someone can’t tell that $activeCharacter.name is a slut just by looking at <<print $himher[$activeCharacter.gender]>>, then <<print $heshe[$activeCharacter.gender]>> has failed on the most basic visual level.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name has no idea how fashion <<print $hisher[$activeCharacter.gender]>> clothes in a sluttish way and knows even less about proper slut attire.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name knows a little about slut fashion but <<print $heshe[$activeCharacter.gender]>> doesn’t have the ability to pull it off properly.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name has no problem with wearing slutty clothes and knows quite a bit about slut fashion.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name naturally gravitates to wearing slutty clothing. <<print $HeShe[$activeCharacter.gender]>> likes to show <<print $hisher[$activeCharacter.gender]>> body off to others, so wearing clothes that allow <<print $himher[$activeCharacter.gender]>> naturally are ideal.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name is a connoisseur of slut fashion. Not only does <<print $heshe[$activeCharacter.gender]>> wear slutty clothing extremely well, <<print $heshe[$activeCharacter.gender]>> can make even the most modest clothing look completely obscene.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "sexual performance">>
Imagination plays a large role in sex and a well trained slut can and will use that to their advantage. While they may not be technically skilled in all sexual areas, being enthusiastic, wild and passionate during sexual encounters more than makes up for it. Someone who’s a dead fish in bed can’t be ever called a true slut.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name shows no passion during <<print $hisher[$activeCharacter.gender]>> sexual encounters. <<print $HeShe[$activeCharacter.gender]>> will require a lot of training before <<print $heshe[$activeCharacter.gender]>> can be considered a slut.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name shows a little of <<print $hisher[$activeCharacter.gender]>> wild side during sex, but that is nothing unusual or special for a trained sex slave.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name isn’t afraid to be active during any sexual encounter, no matter how wild or passionate <<print $heshe[$activeCharacter.gender]>> may need to be to elicit a response from <<print $hisher[$activeCharacter.gender]>> partner.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name is very impassioned during <<print $hisher[$activeCharacter.gender]>> during <<print $hisher[$activeCharacter.gender]>> sexual encounters to the point that <<print $hisher[$activeCharacter.gender]>> partners could fall in love with <<print $himher[$activeCharacter.gender]>>.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name is storm of raw emotion and love during <<print $hisher[$activeCharacter.gender]>> sexual encounters. <<print $HisHer[$activeCharacter.gender]>> sexual routiness could be considered performance art.
<</if>>
<br><br>
<<include "Training Results">>
<<if ["female"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<<print increaseSensitivity("clit", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<<elseif ["male"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.25)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<<elseif ["futanari"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<<elseif ["shemale"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "slutty temperament">>
A true slut must be able to understand that <<print $hisher[$activeCharacter.gender]>> body is always up for use. Whether it has to be payed for, free to use for all or for private use only, <<print $heshe[$activeCharacter.gender]>> should know that <<print $heshe[$activeCharacter.gender]>> can be called upon any time to serve anyone at any given time.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name struggles with the idea that <<print $hisher[$activeCharacter.gender]>> body is free for use at all times.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name understands that <<print $hisher[$activeCharacter.gender]>> body is free for use at all times but <<print $heshe[$activeCharacter.gender]>> fights against letting that type of mentality consume <<print $himher[$activeCharacter.gender]>>.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name has accepted both physically and mentally that <<print $hisher[$activeCharacter.gender]>> body is completely free for use at all times.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name has not only accepted that <<print $hisher[$activeCharacter.gender]>> body is free for use, <<print $heshe[$activeCharacter.gender]>> flaunts the fact that it is.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name has completely accepted the fact that <<print $hisher[$activeCharacter.gender>> body is free for use. <<print $HeShe[$activeCharacter.gender]>> revels in the fact that <<print $heshe[$activeCharacter.gender]>> is so slutty that <<print $heshe[$activeCharacter.gender]>> doesn’t care who <<print $heshe[$activeCharacter.gender]>> sleeps with or where.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.submissive >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.submissive >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.submissive >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.submissive >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.submissive >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "slave positions">>
Positional training is required for learning how to play the submissive role. While not all of $activeCharacter.name’s keepers will use the same positions or poses, <<print $heshe[$activeCharacter.gender]>> must be flexible enough to perform any position and <<print $heshe[$activeCharacter.gender]>> must be well trained enough to remember it to boot.
<br><br>
<<if $activeCharacter.stats.submissive < 25>>
$activeCharacter.name can do very basic positions but <<print $heshe[$activeCharacter.gender]>> has a hard time remembering any of them.
<<elseif $activeCharacter.stats.submissive < 50>>
$activeCharacter.name is flexible enough to perform some more complex positions but <<print $heshe[$activeCharacter.gender]>> doesn’t have the muscle memory to perform them on command.
<<elseif $activeCharacter.stats.submissive < 75>>
$activeCharacter.name can perform an array of different positions and <<print $heshe[$activeCharacter.gender]>> doesn’t has very little trouble replicating them at later dates.
<<elseif $activeCharacter.stats.submissive < 100>>
$activeCharacter.name’s positional ability is top-notch. <<print $HeShe[$activeCharacter.gender]>> requires little instruction to get in new positions and <<print $heshe[$activeCharacter.gender]>> remembers them for quite a while.
<<elseif $activeCharacter.stats.submissive == 100>>
$activeCharacter.name is able to replicate any position from the most basic instructions without any problems and <<print $heshe[$activeCharacter.gender]>> remembers most if not all of the positions <<print $heshe[$activeCharacter.gender]>> has learned.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSubmissive($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.submissive >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.submissive >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.submissive >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.submissive >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.submissive >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "speech proficiency">>
$activeCharacter.name must learn how to properly refer to <<print $himselfherself[$activeCharacter.gender]>> and others in the submissive role. Talking in the third person, being respectful and knowing when to speak are all important aspects of submissive speech training.
<br><br>
<<if $activeCharacter.stats.submissive < 25>>
$activeCharacter.name has absolutely no speech proficiency. <<print $HeShe[$activeCharacter.gender]>> speaks out of turn and has problems speaking fluently in third person.
<<elseif $activeCharacter.stats.submissive < 50>>
$activeCharacter.name has some speech proficiency. <<print $HeShe[$activeCharacter.gender]>> doesn’t speak out of turn but <<print $heshe[$activeCharacter.gender]>> sometimes forgets to speak to others in a respectful tone.
<<elseif $activeCharacter.stats.submissive < 75>>
$activeCharacter.name can speak in a respectful tone, understands that <<print $heshe[$activeCharacter.gender]>> must speak only when spoken to and has no problems referring to <<print $himselfherself[$activeCharacter.gender]>> in the third person.
<<elseif $activeCharacter.stats.submissive < 100>>
$activeCharacter.name’s speech proficiency is very high. <<print $HeShe[$activeCharacter.gender]>> understands the submissive role very well, and what is required of <<print $himher[$activeCharacter.gender]>> speech wise.
<<elseif $activeCharacter.stats.submissive == 100>>
$activeCharacter.name speech breaths submissiveness. <<print $HeShe[$activeCharacter.gender]>> is always respectful, demure and naturally refers to <<print $himselfherself[$activeCharacter.gender]>> in the third person.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSubmissive($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.submissive >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.submissive >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.submissive >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.submissive >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.submissive >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "submissiveness">>
One of the hardest parts of learning the submissive role is learning how to be submissive. $activeCharacter.name must understand that as long as <<print $heshe[$activeCharacter.gender]>> is playing the submissive role <<print $heshe[$activeCharacter.gender]>> is not control of <<print $hisher[$activeCharacter.gender]>> body, <<print $hisher[$activeCharacter.gender]>> dominant is.
<br><br>
<<if $activeCharacter.stats.submissive < 25>>
$activeCharacter.name struggles greatly with the idea of not being in control of <<print $hisher[$activeCharacter.gender]>> body in any way shape or form while acting as a submissive.
<<elseif $activeCharacter.stats.submissive < 50>>
$activeCharacter.name understands on a fundamental level that <<print $hisher[$activeCharacter.gender]>> is not <<print $hishers[$activeCharacter.gender]>> to control but has trouble relinquishing control.
<<elseif $activeCharacter.stats.submissive < 75>>
$activeCharacter.name can give control of <<print $himselfherself[$activeCharacter.gender]>> to others with little to no problems.
<<elseif $activeCharacter.stats.submissive < 100>>
$activeCharacter.name understands what it means to be a submissive. <<print $HeShe[$activeCharacter.gender]>> can be controlled physically through verbal and physical commands by even the least dominant people.
<<elseif $activeCharacter.stats.submissive == 100>>
$activeCharacter.name can relinquish control of <<print $hisher[$activeCharacter.gender]>> body so easily some may wonder if <<print $heshe[$activeCharacter.gender]>> ever had control of it in the first place.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSubmissive($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.dominant >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.dominant >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.dominant >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.dominant >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.dominant >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "vocal performance">>
It is important that $activeCharacter.name’s voice be commanding, confident and controlled at all times. There should not be any weak tones to <<print $hisher[$activeCharacter.gender]>> voice such as confusion, uncertainty or insecurity even if <<print $heshe[$activeCharacter.gender]>> is feeling that way. A dominants voice is one of the main and most often used tools to carry a scene and should be trained with that in mind.
<br><br>
<<if $activeCharacter.stats.dominant < 25>>
$activeCharacter.name’s voice is very weak. It sounds small, insecure and has no business being used to carry any type of dom-esque scene.
<<elseif $activeCharacter.stats.dominant < 50>>
$activeCharacter.name carries a little bit of strength to <<print $hisher[$activeCharacter.gender]>> voice but nowhere near enough required for a dominant.
<<elseif $activeCharacter.stats.dominant < 75>>
$activeCharacter.name voice is strong enough for <<print $himher[$activeCharacter.gender]>> to play a dom role in any domination sexual play.
<<elseif $activeCharacter.stats.dominant < 100>>
$activeCharacter.name has a very strong voice. It is more than good enough to carry any kind of dominant sexual play.
<<elseif $activeCharacter.stats.dominant == 100>>
$activeCharacter.name’s voice is naturally dominant and doesn’t bare any frailty. <<print $HisHer[$activeCharacter.gender]>> voice is so dominant that <<print $heshe[$activeCharacter.gender]>> should have no problems influencing even the least submissive people.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseDominant($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "orgasm control">>
To become a seasoned slut $activeCharacter.name must learn how to control <<print $hisher[$activeCharacter.gender]>> orgasms. Not only is this useful for being able to last longer during sexual encounters, but allows <<print $himher[$activeCharacter.gender]>> to orgasm without the need for faking it. Most enjoy cumming with their partner, good orgasm control allows for this to happen more easily.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name has absolutely no control over <<print $hisher[$activeCharacter.gender]>> orgasms.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name has some control over <<print $hisher[$activeCharacter.gender]>> orgasms, but <<print $heshe[$activeCharacter.gender]>> still loses control most of the time.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name has solid control over <<print $hisher[$activeCharacter.gender]>> orgasms but <<print $hisher[$activeCharacter.gender]>> has a hard time cumming on command.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name’s control over <<print $hisher[$activeCharacter.gender]>> orgasms is very high. <<print $HeShe[$activeCharacter.gender]>> can hold <<print $hisher[$activeCharacter.gender]>> orgasms for elongated periods of time and cum on command with limited difficulty.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name has complete and total control over <<print $hisher[$activeCharacter.gender]>> orgasms. <<print $HeShe[$activeCharacter.gender]>> can cum on command with no stimulation or <<print $heshe[$activeCharacter.gender]>> can go finish long sexual encounters without orgasming once.
<</if>>
<br><br>
<<include "Training Results">>
<<if ["female"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<<print increaseSensitivity("clit", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<<elseif ["male"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.25)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<<elseif ["futanari"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("pussy", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<<elseif ["shemale"].contains($activeCharacter.sex) && _roll > 2>>
<<print increaseSensitivity("cock", $activeCharacter, _roll)>>
<<print increaseSensitivity("balls", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("breasts", $activeCharacter, _roll*0.5)>>
<<print increaseSensitivity("mouth", $activeCharacter, _roll*0.5)>>
<</if>>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.dominant == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.dominant >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.dominant >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.dominant >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.dominant >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "anger management">>
$activeCharacter.name must be in complete control of <<print $hisher[$activeCharacter.gender]>> anger to be able to dom effectively. If <<print $heshe[$activeCharacter.gender]>> can’t continue the play without a clear head, <<print $heshe[$activeCharacter.gender]>> will risk harming <<print $hisher[$activeCharacter.gender]>> partner. While <<print $heshe[$activeCharacter.gender]>> can end the play early if required, curbing <<print $hisher[$activeCharacter.gender]>> anger is a better solution.
<br><br>
<<if $activeCharacter.stats.dominant < 25>>
$activeCharacter.name has no control over <<print $hisher[$activeCharacter.gender]>> anger and <<print $heshe[$activeCharacter.gender]>> gets frustrated easily.
<<elseif $activeCharacter.stats.dominant < 50>>
$activeCharacter.name has some control over <<print $hisher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> gets angry too often for someone training to be a dom.
<<elseif $activeCharacter.stats.dominant < 75>>
$activeCharacter.name has control over <<print $hisher[$activeCharacter.gender]>> anger and <<print $heshe[$activeCharacter.gender]>> seldom gets frustrated.
<<elseif $activeCharacter.stats.dominant < 100>>
$activeCharacter.name has total control over <<print $hisher[$activeCharacter.gender]>> anger.
<<elseif $activeCharacter.stats.dominant == 100>>
$activeCharacter.name has completely mastered having control over <<print $hisher[$activeCharacter.gender]>> anger and is able to curb any frustrations before they become a problem.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseDominant($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.dominant >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.dominant >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.dominant >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.dominant >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.dominant >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "skill with implements">>
As a dominant $activeCharacter.name will be using various implements on submissives during sexual play. <<print $HeShe[$activeCharacter.gender]>> must be skilled with many different types of implements if <<print $heshe[$activeCharacter.gender]>> doesn’t want to scar or seriously injure <<print $hisher[$activeCharacter.gender]>> partner. That said, <<print $heshe[$activeCharacter.gender]>> should be able to strike hard enough to excite <<print $hisher[$activeCharacter.gender]>> partner sexually.
<br><br>
<<if $activeCharacter.stats.dominant < 25>>
$activeCharacter.name doesn’t know how to use any implement. If <<print $heshe[$activeCharacter.gender]>> isn’t putting too much power into <<print $hisher[$activeCharacter.gender]>> strikes, <<print $heshe[$activeCharacter.gender]>> is barely using any strength in <<print $hisher[$activeCharacter.gender]>> swings.
<<elseif $activeCharacter.stats.dominant < 50>>
$activeCharacter.name is slightly familiar with the different types of implements. <<print $HeShe[$activeCharacter.gender]>> has problems remember how much strength to put in <<print $hisher[$activeCharacter.gender]>> strikes.
<<elseif $activeCharacter.stats.dominant < 75>>
$activeCharacter.name understands and is familiar with the different types of implements. <<print $HeShe[$activeCharacter.gender]>> has very little trouble using them to inflict enough pain to cause sexual arousal.
<<elseif $activeCharacter.stats.dominant < 100>>
$activeCharacter.name shows that his understanding of how to use implements is at its peak. Lack of practice is the only thing preventing <<print $himher[$activeCharacter.gender]>> from propelling into the next level.
<<elseif $activeCharacter.stats.dominant == 100>>
$activeCharacter.name’s use of various types of implements is precise, practiced and powerful.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseDominant($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.dominant >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.dominant >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.dominant >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.dominant >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.dominant >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "confidence">>
A dominant must be confident in <<print $himselfherself[$activeCharacter.gender]>> at all times during any sexual play. Even if there is a moment of doubt or frustration, <<print $heshe[$activeCharacter.gender]>> should be in total control of the situation. <<print $HisHer[$activeCharacter.gender]>> partner should have no doubts about <<print $hisher[$activeCharacter.gender]>> control of the scene.
<br><br>
<<if $activeCharacter.stats.dominant < 25>>
$activeCharacter.name has a very hard time showing his confidence through <<print $hisher[$activeCharacter.gender]>> actions.
<<elseif $activeCharacter.stats.dominant < 50>>
$activeCharacter.name can force outwardly confidence but has problems acting with purpose during sexual play naturally.
<<elseif $activeCharacter.stats.dominant < 75>>
$activeCharacter.name both has confidence in <<print $himselfherself[$activeCharacter.gender]>> and knows how to show it during any type of sexual play.
<<elseif $activeCharacter.stats.dominant < 100>>
$activeCharacter.name displays a firm grasp on <<print $hisher[$activeCharacter.gender]>> ability to exude <<print $hisher[$activeCharacter.gender]>> confidence in a sexual setting.
<<elseif $activeCharacter.stats.dominant == 100>>
$activeCharacter.name’s confidence comes naturally to <<print $himher[$activeCharacter.gender]>>. No matter what type of sexual play, <<print $heshe[$activeCharacter.gender]>> generates an aura of security for <<print $hisher[$activeCharacter.gender]>> partner to feed off of.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseDominant($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.femininity >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.femininity >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.femininity >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.femininity >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.femininity >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "art skills">>
Learning art is a good way for $activeCharacter.name to use <<print $hisher[$activeCharacter.gender]>> creativity to express <<print $hisher[$activeCharacter.gender]>> femininity. Not only is it important for <<print $himher[$activeCharacter.gender]>> to be able to express <<print $himselfherself[$activeCharacter.gender]>> artistically, it is imperative that a true feminine understands how to interpret the art of others in a way that relates to <<print $hisher[$activeCharacter.gender]>> own femininity.
<br><br>
<<if $activeCharacter.stats.femininity < 25>>
$activeCharacter.name has no artistic skill and the material that <<print $heshe[$activeCharacter.gender]>> does manage to create shows that <<print $heshe[$activeCharacter.gender]>> has no idea what femininity is about.
<<elseif $activeCharacter.stats.femininity < 50>>
$activeCharacter.name’s art shows that while <<print $heshe[$activeCharacter.gender]>> has passable art skills, <<print $heshe[$activeCharacter.gender]>> has basic understanding of what femininity means.
<<elseif $activeCharacter.stats.femininity < 75>>
$activeCharacter.name’s art skills are passable. <<print $HeShe[$activeCharacter.gender]>> can create works that display both <<print $hisher[$activeCharacter.gender]>> mediocre skills and <<print $hisher[$activeCharacter.gender]>> moderate knowledge on femininity.
<<elseif $activeCharacter.stats.femininity < 100>>
$activeCharacter.name’s art is high-quality. Not only <<print $hisher[$activeCharacter.gender]>> works display <<print $hisher[$activeCharacter.gender]>> good art skills, they show that <<print $heshe[$activeCharacter.gender]>> has a firm grasp on what femininity is.
<<elseif $activeCharacter.stats.femininity == 100>>
$activeCharacter.name’s art displays her knowledge of femininity is faultless. <<print $HisHer[$activeCharacter.gender]>> actual artistic abilities are topnotch as well.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseFemininity($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "sense of mental balance">>
Being mentally strong is just as important as physical strength, if not more. A true masculine’s ability to endure some of the more pain heavy sexual play needs to be higher than the average slave. There is no point to spend the time training a slave to be a masculine if they become mind-broken after a few weeks, or even months.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name’s ability to endure pain without any sign of distress is comically low.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name can endure small doses of pain without showing any sign of distress but any elongated period of torment will send <<print $himher[$activeCharacter.gender]>> into a state of anguish.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name can endure pain for elongated periods of time.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name’s nerves have dulled the sensation of pain through <<print $hisher[$activeCharacter.gender]>> mental strength alone, allowing <<print $himher[$activeCharacter.gender]>> to endure long sexual sessions that include pain.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name’s mental strength is strong enough to endure long periods of torment without having to dull <<print $hisher[$activeCharacter.gender]>> senses.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity >= 50>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 40>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 30>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 20>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 10>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "appearance maintenance">>
Appearance training is required of most if not all masculines. Caring for hygiene and appearance are not usually seen as masculine traits but if $activeCharacter.name is to be a high-class accessory for <<print $hisher[$activeCharacter.gender]>> keeper, it is imperative that <<print $heshe[$activeCharacter.gender]>> look presentable.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name sees no reason for <<print $himher[$activeCharacter.gender]>> to partake in any kind of appearance training, and <<print $heshe[$activeCharacter.gender]>> doesn’t understand what it has to do with being a masculine either.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name understands why appearance training is important for a masculine but <<print $heshe[$activeCharacter.gender]>> doesn’t care for being one.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name is quite adept at <<print $hisher[$activeCharacter.gender]>> daily appearance routine.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name’s appearance routine is almost perfect. <<print $HeShe[$activeCharacter.gender]>> can finish <<print $hisher[$activeCharacter.gender]>> routine within a dozen or so minutes.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name completely understands the importance of appearance to a masculine and has <<print $hisher[$activeCharacter.gender]>> routine well practiced.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 1, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "fighting skills">>
Masculines are mainly used as sex objects but often double as body guards. The ones that do often go through a much more vigorous training regiment set up by their keeper but having some knowledge about fighting helps the process along. Being able to handle oneself in a fight is also a big draw for a masculine’s attractiveness.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name has no fighting knowledge. <<print $HeShe[$activeCharacter.gender]>> can in no way handle <<print $himselfherself[$activeCharacter.gender]>> in a fight.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name has a small amount of fighting knowledge but <<print $heshe[$activeCharacter.gender]>> does not have nearly enough practice to execute on the little <<print $heshe[$activeCharacter.gender]>> knows.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name has practiced enough that <<print $heshe[$activeCharacter.gender]>> can handle <<print $himselfherself[$activeCharacter.gender]>> in a fight against riffraff and thugs.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name is very good at fighting. <<print $HeShe[$activeCharacter.gender]>> isn’t a prodigy by any means, but <<print $heshe[$activeCharacter.gender]>> understands <<print $hisher[$activeCharacter.gender]>> limits and works well within them.
<<elseif $activeCharacter.stats.masculinity == 100>>
$activeCharacter.name can fight as good as possible in <<print $hisher[$activeCharacter.gender]>> current state. <<print $HeShe[$activeCharacter.gender]>> will require advanced training if <<print $heshe[$activeCharacter.gender]>> is to have <<print $hisher[$activeCharacter.gender]>> abilities advanced.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.masculinity == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.masculinity >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.masculinity >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.masculinity >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.masculinity >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "understanding of the true masculine">>
Before $activeCharacter.name can become a true masculine, <<print $heshe[$activeCharacter.gender]>> must understand the concept of 'masculine power’. At <<print $hisher[$activeCharacter.gender]>> core, <<print $heshe[$activeCharacter.gender]>> is aggressive and dominant, but <<print $heshe[$activeCharacter.gender]>> has to learn how to reign those primal powers in and temper them for <<print $hisher[$activeCharacter.gender]>> keeper. A true masculine is in tune with <<print $hisher[$activeCharacter.gender]>> masculine self but is trained well enough to never bare <<print $hisher[$activeCharacter.gender]>> fangs at <<print $hisher[$activeCharacter.gender]>> master.
<br><br>
<<if $activeCharacter.stats.masculinity < 25>>
$activeCharacter.name is completely out of tune with <<print $hisher[$activeCharacter.gender]>> masculine self. <<print $HeShe[$activeCharacter.gender]>> shows bouts of aggressiveness but its more out of fear than control.
<<elseif $activeCharacter.stats.masculinity < 50>>
$activeCharacter.name understands <<print $hisher[$activeCharacter.gender]>> masculine self, but has a hard time truly connect to that side of <<print $himselfherself[$activeCharacter.gender]>>.
<<elseif $activeCharacter.stats.masculinity < 75>>
$activeCharacter.name can connect with <<print $hisher[$activeCharacter.gender]>> masculine self but <<print $heshe[$activeCharacter.gender]>> is often very aggressive with you when <<print $heshe[$activeCharacter.gender]>> does in an attempt to gain dominance over you.
<<elseif $activeCharacter.stats.masculinity < 100>>
$activeCharacter.name is one with <<print $hisher[$activeCharacter.gender]>> masculine self and has some form of control over it. <<print $HeShe[$activeCharacter.gender]>> seldom loses control, but <<print $heshe[$activeCharacter.gender]>> challenge you for dominance every once in a while.
<<elseif $activeCharacter.stats.masculinity == 100>>
Not only is $activeCharacter.name one with <<print $hisher[$activeCharacter.gender]>> masculine self, <<print $heshe[$activeCharacter.gender]>> has completely control over it.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseMasculinity($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry >= 75>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 65>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 55>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 45>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 35>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "sexual stamina">>
Having a high sexual stamina is one of the few physical requirements of being a slut. Getting tired or raw after only a few encounters is unheard of for a proper slut, instead <<print $heshe[$activeCharacter.gender]>> should be wet, willing and ready at all times.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name’s sexual stamina is non-existent. <<print $HeShe[$activeCharacter.gender]>> is a 'fuck once a week' type of person.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name has very low sexual stamina, <<print $heshe[$activeCharacter.gender]>> can only fuck a couple times in a row at max without getting tired or raw.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name has decent sexual stamina. <<print $HeShe[$activeCharacter.gender]>> can endure long sexual sessions without getting tired or raw.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name can pretty much fuck on command multiple times in a row without getting tired or raw.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name’s sexual stamina is insatiable. Not only is <<print $heshe[$activeCharacter.gender]>> ready for sex at all times, but <<print $heshe[$activeCharacter.gender]>> can outlast any of <<print $hisher[$activeCharacter.gender]>> partners.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 2, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.submissive == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.submissive >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.submissive >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.submissive >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.submissive >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "pain tolerance">>
Submissives must have a high tolerance to pain as they are often on the enduring end of very rough sexual play. $activeCharacter.name has to learn how to take pain from implements of varying strength with minimal mental disruption and while simultaneously selling the idea that <<print $heshe[$activeCharacter.gender]>> is in intense pain with <<print $hisher[$activeCharacter.gender]>> vocals.
<br><br>
<<if $activeCharacter.stats.submissive < 25>>
$activeCharacter.name’s ability to endure pain without mental distress is comically low.
<<elseif $activeCharacter.stats.submissive < 50>>
$activeCharacter.name can endure small doses of pain without being in any real mental distress but any elongated period of torment will send <<print $himher[$activeCharacter.gender]>> into a state of anguish.
<<elseif $activeCharacter.stats.submissive < 75>>
$activeCharacter.name can endure pain for elongated periods of time but <<print $hisher[$activeCharacter.gender]>> vocal performance is subpar.
<<elseif $activeCharacter.stats.submissive < 100>>
$activeCharacter.name’s nerves have dulled the sensation of pain through <<print $hisher[$activeCharacter.gender]>> mental strength alone, allowing <<print $himher[$activeCharacter.gender]>> to endure long sexual sessions that include pain.
<<elseif $activeCharacter.stats.submissive == 100>>
$activeCharacter.name’s mental strength is strong enough to endure long periods of torment without having to dull <<print $hisher[$activeCharacter.gender]>> senses, allowing <<print $himher[$activeCharacter.gender]>> to give a realistic vocal performance.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseSubmissive($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "sexual aggression">>
A true slut is the aggressor in most, if not all sexual encounters. $activeCharacter.name must be confident in <<print $hisher[$activeCharacter.gender]>> ability to charm potential partners with <<print $hisher[$activeCharacter.gender]>> sexual wiles. Understanding this concept is one thing, but becoming proficient enough at being sexually aggressive takes a lot of practice.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name completely fails at being sexually aggressive. <<print $HeShe[$activeCharacter.gender]>> can’t handle rejection well and doesn’t have enough practice or confidence to pull it off.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name understands the concept of being sexually aggressive. Sadly, that doesn’t translate into results. <<print $HeShe[$activeCharacter.gender]>> has little success being sexually aggressive.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name has enough confidence to pull off being sexually aggressive but <<print $heshe[$activeCharacter.gender]>> needs a lot more practice before <<print $heshe[$activeCharacter.gender]>> is truly proficient at it.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name is practiced enough at using <<print $hisher[$activeCharacter.gender]>> sexual aggression to charm potential partners.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name’s sexual aggression is both flawless and powerful. <<print $HeShe[$activeCharacter.gender]>> has absolutely no problem charming potential partners.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 3, _roll)>><<if $activeCharacter.submission == 100 || $activeCharacter.stats.strumpetry == 100>>
<<set _weightedroll = weightedRoll({1:0, 2:0, 3:0, 4:0.2, 5:0.8})>>
<<elseif $activeCharacter.submission >= 80 || $activeCharacter.stats.strumpetry >= 90>>
<<set _weightedroll = weightedRoll({1:0, 2:0.0, 3:0.2, 4:0.3, 5:0.5})>>
<<elseif $activeCharacter.submission >= 60 || $activeCharacter.stats.strumpetry >= 80>>
<<set _weightedroll = weightedRoll({1:0.1, 2:0.1, 3:0.2, 4:0.4, 5:0.2})>>
<<elseif $activeCharacter.submission >= 40 || $activeCharacter.stats.strumpetry >= 70>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.1, 5:0.1})>>
<<elseif $activeCharacter.submission >= 20 || $activeCharacter.stats.strumpetry >= 60>>
<<set _weightedroll = weightedRoll({1:0.4, 2:0.3, 3:0.2, 4:0.1, 5:0})>>
<<elseif $activeCharacter.submission >= 0>>
<<set _weightedroll = weightedRoll({1:0.5, 2:0.4, 3:0.1, 4:0, 5:0})>>
<</if>>
<<set _roll = getRoll($activeCharacter, _weightedroll(), _weightedroll(), _weightedroll())>>
<<set _trainingname = "acceptance of self">>
$activeCharacter.name must not only accept the fact that <<print $heshe[$activeCharacter.gender]>> is a slut that enjoys having sex no matter the circumstance but <<print $heshe[$activeCharacter.gender]>> must also feel no shame or guilt for being <<print $himselfherself[$activeCharacter.gender]>>.
<br><br>
<<if $activeCharacter.stats.strumpetry < 25>>
$activeCharacter.name vehemently denies being a slut and constantly insists that <<print $heshe[$activeCharacter.gender]>> will never be one.
<<elseif $activeCharacter.stats.strumpetry < 50>>
$activeCharacter.name has a had time understanding that <<print $heshe[$activeCharacter.gender]>> is a slut but deep down <<print $heshe[$activeCharacter.gender]>> understands that <<print $heshe[$activeCharacter.gender]>> is.
<<elseif $activeCharacter.stats.strumpetry < 75>>
$activeCharacter.name has accepted that <<print $heshe[$activeCharacter.gender]>> is a slave but <<print $heshe[$activeCharacter.gender]>> feels great shame for being one.
<<elseif $activeCharacter.stats.strumpetry < 100>>
$activeCharacter.name is very accepting of the fact that <<print $heshe[$activeCharacter.gender]>> is a slut to the point that <<print $heshe[$activeCharacter.gender]>> feels guilty for enjoying <<print $himselfherself[$activeCharacter.gender]>> too much.
<<elseif $activeCharacter.stats.strumpetry == 100>>
$activeCharacter.name has completely accepted the fact that <<print $heshe[$activeCharacter.gender]>> is a slut and has resolved not to feel guilty for loving sex, nor shame for being who <<print $heshe[$activeCharacter.gender]>> is.
<</if>>
<br><br>
<<include "Training Results">>
<<run updateBattleStats($activeCharacter, _roll, $difficulty, $estate)>>
<<run refreshBattleStats($activeCharacter, $LustCount)>>
<<run increaseStrumpetry($activeCharacter, 3, _roll)>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<<if $Hypnotism.page == "Basic">>
<th class = "listing" colspan = 33>Basic</th>
<<else>>
<th class = "listing" class = "listing" colspan = 33>[[Basic|Hypnotic Battle][$Hypnotism.page = "Basic"]]</th>
<</if>>
<<if $Hypnotism.page == "Intermediate">>
<th class = "listing" colspan = 33>Intermediate</th>
<<else>>
<th class = "listing" colspan = 33>[[Intermediate|Hypnotic Battle][$Hypnotism.page = "Intermediate"]]</th>
<</if>>
<<if $Hypnotism.page == "Advanced">>
<th class = "listing" colspan = 34>Advanced</th>
<<else>>
<th class = "listing" colspan = 34>[[Advanced|Hypnotic Battle][$Hypnotism.page = "Advanced"]]</th>
<</if>>
</tr>
<<if $Hypnotism.page == "Basic">>
<<if $PC.titles.includes("Apprentice") and _roll > 3 or $PC.titles.includes("Sage's Apprentice") and _roll > 3 >>
<tr>
<td class = "nbleft" colspan = 15>[[Bimboism|Hypnotic Battle][$activeCharacter.hypno.bimbo = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.bimbo), $subtrainingtype = "Bimboism"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.bimbo 100>></td>
<td class = "nbleft" colspan = 15>[[Cum Mania|Hypnotic Battle][$activeCharacter.hypno.cum = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.cum), $subtrainingtype = "Cum Mania"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.cum 100>></td>
<td class = "nbleft" colspan = 15>[[Masochism|Hypnotic Battle][$activeCharacter.hypno.masochism = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.masochism), $subtrainingtype = "Masochism"]]</td>
<td class = "nbright" colspan = 19><<statbar $activeCharacter.hypno.masochism 100>></td>
</tr>
<tr>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into becoming an empty-headed sex object.</td>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into loving any kind of genital ejaculate.</td>
<td class = "notop" colspan = 34>Hypnotize $activeCharacter.name into feeling all kinds of pain as pleasure.</td>
</tr>
<tr>
<td class = "nbleft" colspan = 15>[[Sadism|Hypnotic Battle][$activeCharacter.hypno.sadism = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.sadism), $subtrainingtype = "Sadism"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.sadism 100>></td>
<td class = "nbleft" colspan = 15>[[Muscle Minded|Hypnotic Battle][$activeCharacter.hypno.muscle = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.muscle), $subtrainingtype = "Muscle Minded"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.muscle 100>></td>
<td class = "nbleft" colspan = 15>[[Autozoophilia|Hypnotic Battle][$activeCharacter.hypno.domesticated = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.domesticated), $subtrainingtype = "Autozoophilia"]]</td>
<td class = "nbright" colspan = 19><<statbar $activeCharacter.hypno.domesticated 100>></td>
</tr>
<tr>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into loving inflicting pain on others.</td>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into becoming an empty-headed gym rat.</td>
<td class = "notop" colspan = 34>Hypnotize $activeCharacter.name into being aroused when acting like an animal.</td>
</tr>
<<else>>
<tr>
<td class = "nbleft" colspan = 15>[[Bimboism|Hypnotic Battle][$activeCharacter.fatigue.mental = Math.clamp($activeCharacter.fatigue.mental-1, 0, $activeCharacter.fatigue.max), $activeCharacter.hypno.bimbo = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.bimbo), $subtrainingtype = "Bimboism"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.bimbo 100>></td>
<td class = "nbleft" colspan = 15>[[Cum Mania|Hypnotic Battle][$activeCharacter.fatigue.mental = Math.clamp($activeCharacter.fatigue.mental-1, 0, $activeCharacter.fatigue.max), $activeCharacter.hypno.cum = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.cum), $subtrainingtype = "Cum Mania"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.cum 100>></td>
<td class = "nbleft" colspan = 15>[[Masochism|Hypnotic Battle][$activeCharacter.fatigue.mental = Math.clamp($activeCharacter.fatigue.mental-1, 0, $activeCharacter.fatigue.max), $activeCharacter.hypno.masochism = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.masochism), $subtrainingtype = "Masochism"]]</td>
<td class = "nbright" colspan = 19><<statbar $activeCharacter.hypno.masochism 100>></td>
</tr>
<tr>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into becoming an empty-headed sex object.</td>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into loving any kind of genital ejaculate.</td>
<td class = "notop" colspan = 34>Hypnotize $activeCharacter.name into feeling all kinds of pain as pleasure.</td>
</tr>
<tr>
<td class = "nbleft" colspan = 15>[[Sadism|Hypnotic Battle][$activeCharacter.fatigue.mental = Math.clamp($activeCharacter.fatigue.mental-1, 0, $activeCharacter.fatigue.max), $activeCharacter.hypno.sadism = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.sadism), $subtrainingtype = "Sadism"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.sadism 100>></td>
<td class = "nbleft" colspan = 15>[[Muscle Minded|Hypnotic Battle][$activeCharacter.fatigue.mental = Math.clamp($activeCharacter.fatigue.mental-1, 0, $activeCharacter.fatigue.max), $activeCharacter.hypno.muscle = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.muscle), $subtrainingtype = "Muscle Minded"]]</td>
<td class = "nbright" colspan = 18><<statbar $activeCharacter.hypno.muscle 100>></td>
<td class = "nbleft" colspan = 15>[[Autozoophilia|Hypnotic Battle][$activeCharacter.fatigue.mental = Math.clamp($activeCharacter.fatigue.mental-1, 0, $activeCharacter.fatigue.max), $activeCharacter.hypno.domesticated = updateHypnoTrait($activeCharacter, $Hypnotism.incense, $activeCharacter.hypno.domesticated), $subtrainingtype = "Autozoophilia"]]</td>
<td class = "nbright" colspan = 19><<statbar $activeCharacter.hypno.domesticated 100>></td>
</tr>
<tr>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into loving inflicting pain on others.</td>
<td class = "notop" colspan = 33>Hypnotize $activeCharacter.name into becoming an empty-headed gym rat.</td>
<td class = "notop" colspan = 34>Hypnotize $activeCharacter.name into being aroused when acting like an animal.</td>
</tr>
<</if>>
<</if>>
<<if $Hypnotism.page == "Intermediate">>
<</if>>
<<if $Hypnotism.page == "Advanced">>
<</if>>
</table><<if !$endweek>>
<center><h3>Slave Update</h3></center>
<</if>>
<<for _u = 0; _u < $activeCharacter.update.length;_u++>>
<<if _u != 0>>
<br><br>
<</if>>
<<print $activeCharacter.update[_u]>>
<</for>>
<<set $activeCharacter.update = []>>
<<saveSlave $activeCharacter>>sell slave to aucitoning, require deposit, 1000
slave is take, auction price decided
price reflected by brand popularity, shown by audience reaction
auction will happen in 4 weeks, end of turn
random amount of players chosen for auction, all random bidding highs
1 char has slave auction bidding high
once bidding high reached for a player (going once, going 2)<center><h3>Hypnosis Summary - $subtrainingtype</h3></center><br>
<<if $subtitles.includes($activeCharacter.title)>>
<b>@@color:forestgreen;$activeCharacter.name's title has granted <<print $himher[$activeCharacter.gender]>> a 20% boost to hypnosis gains.@@</b>
<br>
<</if>>
You burn a stick of $Hypnotism.incense.name, putting $activeCharacter.name into a deep hypnotic sleep. <<print $HisHer[$activeCharacter.gender]>> subconscious thoughts are now under your guidance. When <<print $heshe[$activeCharacter.gender]>> wakes up, <<print $heshe[$activeCharacter.gender]>> will have no recollection of what happened while <<print $heshe[$activeCharacter.gender]>> was asleep but all suggestions and training will have a lasting affect on <<print $hisher[$activeCharacter.gender]>> consciousness, especially over multiple sessions.<<if $masochisttitles.includes($activeCharacter.title)>>
<<set _mood++>>
<b>@@color:forestgreen;$activeCharacter.name's title has lessened the effect this punishment will have on <<print $himher[$activeCharacter.gender]>> mood.@@</b>
<br>
<</if>><<if $PC.titles.includes("Apprentice") and _roll > 3 or $PC.titles.includes("Sage's Apprentice") and _roll > 3>>
<<if _trait < 25>>
''@@color:red;$activeCharacter.name is visibly resistant to your hypnotic suggestions. <<print $HeShe[$activeCharacter.gender]>> bucks and writhes in <<print $hisher[$activeCharacter.gender]>> chair, shaking <<print $hisher[$activeCharacter.gender]>> head in denial at your hypnotic suggestions.@@''
<<elseif _trait < 50>>
''@@color:orange;$activeCharacter.name whimpers small protests against your hypnotic suggestions even though <<print $heshe[$activeCharacter.gender]>> is in a trance. <<print $HeShe[$activeCharacter.gender]>> hasn’t been hypnotized enough to subscribe to that train of thought.@@''
<<elseif _trait < 75>>
''@@color:yellow;$activeCharacter.name doesn’t seem to fight your hypnotic suggestions but <<print $heshe[$activeCharacter.gender]>> isn’t receptive to them either. Nevertheless, <<print $heshe[$activeCharacter.gender]>> is still being affected by your suggestions.@@''
<<elseif _trait < 100>>
''@@color:greenyellow;$activeCharacter.name is calmed by your hypnotic suggestions. <<print $HeShe[$activeCharacter.gender]>> calmly listens to your hypnotic suggestions, <<print $groan[$activeCharacter.gender]>>ing affirmatively throughout the session.@@''
<<elseif _trait == 100>>
''@@color:forestgreen;$activeCharacter.name falls into a state of serenity from hearing your hypnotic suggestions, as <<print $heshe[$activeCharacter.gender]>> resonates deeply with your words.@@''
<</if>>
<<else>>
<<if _trait < 25>>
''@@color:red;$activeCharacter.name is visibly resistant to your hypnotic suggestions. <<print $HeShe[$activeCharacter.gender]>> bucks and writhes in <<print $hisher[$activeCharacter.gender]>> chair, shaking <<print $hisher[$activeCharacter.gender]>> head in denial at your hypnotic suggestions.@@''
<<elseif _trait < 50>>
''@@color:orange;$activeCharacter.name whimpers small protests against your hypnotic suggestions even though <<print $heshe[$activeCharacter.gender]>> is in a trance. <<print $HeShe[$activeCharacter.gender]>> hasn’t been hypnotized enough to subscribe to that train of thought.@@''
<<elseif _trait < 75>>
''@@color:yellow;$activeCharacter.name doesn’t seem to fight your hypnotic suggestions but <<print $heshe[$activeCharacter.gender]>> isn’t receptive to them either. Nevertheless, <<print $heshe[$activeCharacter.gender]>> is still being affected by your suggestions.@@''
<<elseif _trait < 100>>
''@@color:greenyellow;$activeCharacter.name is calmed by your hypnotic suggestions. <<print $HeShe[$activeCharacter.gender]>> calmly listens to your hypnotic suggestions, <<print $groan[$activeCharacter.gender]>>ing affirmatively throughout the session.@@''
<<elseif _trait == 100>>
''@@color:forestgreen;$activeCharacter.name falls into a state of serenity from hearing your hypnotic suggestions, as <<print $heshe[$activeCharacter.gender]>> resonates deeply with your words.@@''
<</if>>
<</if>><<include "Unset Passages">>
<<include "Guilds">>
<<set $Return = 1>>
<<set $Main = 1>>
<<unset $activeCharacter>>
<<include "Mobile Header">>
<<set $regfee = 10000>>
<center><h2>Slavers Guild</h2></center>
You walk into the heavily guarded guild building. There are a couple guild assistants standing at the counter ready to help people. To the left of the counter is a large billboard with various contracts for trained slaves. To the right there is a few people sitting around in the guild’s lounge.
<<if $PC.guild.slaver.rankup>>
<<set $PC.money -= $rankupFee>>
<<set $PC.guild.slaver.exp -= $PC.guild.slaver.maxexp>>
<<set $PC.guild.slaver.rank++>>
<<set $PC.guild.slaver.grade = $newGrade>>
<<set $PC.guild.slaver.maxexp = $GuildEXP[$PC.guild.slaver.rank]>>
<<set $PC.guild.slaver.exp += $PC.guild.slaver.excess>>
<<set $PC.guild.slaver.contractmax = $newCap>>
<<set $rankupFee = null>>
<<set $newGrade = null>>
<<set $newCap = null>>
<<set $PC.guild.slaver.rankup = 0>>
<<set _an = AvsAn.query($PC.guild.slaver.grade)>>
<<set $Guilds.Slaver.Slums.Week = 0>>
<<include "Guilds">>
<br><br>
@@color:forestgreen;''You have been registered as _an $PC.guild.slaver.grade rank slaver in the
Slavers Guild. You can now take up to $PC.guild.slaver.contractmax contracts at a time instead of <<print $PC.guild.slaver.contractmax-1>>.''@@
<<switch $PC.guild.slaver.grade>>
<<case "D">>
@@color:forestgreen;''You can now purchase Elixirs from Olyssa's Atelier.''@@
<<case "C">>
@@color:forestgreen;''You can now purchase Greater Elixirs from Olyssa's Atelier.''@@
<<case "B">>
@@color:forestgreen;''You can now purchase Grand Elixirs from Olyssa's Atelier.''@@
<<case "A">>
@@color:forestgreen;''You can now purchase Sovereign Elixirs from Olyssa's Atelier.''@@
<<case "S">>
@@color:forestgreen;''''@@
<</switch>>
<</if>>
<<if $completedContract>>
<br><br>
<<set $PC.money += $completedContract.reward>>
<<set $PC.guild.slaver.exp += $completedContract.exp>>
<<set _textexp = "<<print Math.round10(" + ($completedContract.exp / $PC.guild.slaver.maxexp) * 100 + ", -2)>>%">>
@@color:forestgreen;You have completed a $completedContract.difficulty $PC.guild.slaver.grade-rank contract, earning you @@<b>@@color:lightgreen;💎<<print commify($completedContract.reward)>>@@</b>@@color:forestgreen; and <b>_textexp EXP</b>.@@
<<unset $completedContract>>
<</if>>
<<if $PC.guild.slaver.exp >= $PC.guild.slaver.maxexp>>
<<set _startingRank = $PC.guild.slaver.rank>>
<<set _reward = 0>>
<<for $PC.guild.slaver.exp >= $PC.guild.slaver.maxexp>>
<<if ["E-1", "D-1", "C-1", "B-1", "A-1"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set $PC.guild.slaver.excess += $PC.guild.slaver.exp - $PC.guild.slaver.maxexp>>
<<set $PC.guild.slaver.exp = $PC.guild.slaver.maxexp>>
<<break>>
<<else>>
<<set $PC.guild.slaver.exp -= $PC.guild.slaver.maxexp>>
<<set $PC.guild.slaver.rank++>>
<<set $PC.guild.slaver.maxexp = $GuildEXP[$PC.guild.slaver.rank]>>
<</if>>
<</for>>
<<set _anOne = AvsAn.query($GuildRankings[_startingRank])>>
<<set _anTwo = AvsAn.query($GuildRankings[$PC.guild.slaver.rank])>>
<<if $GuildRankings[_startingRank] != $GuildRankings[$PC.guild.slaver.rank]>>
<br><br>
@@color:forestgreen;''You have ranked up from _anOne <<print $GuildRankings[_startingRank]>> slaver to _anTwo <<print $GuildRankings[$PC.guild.slaver.rank]>> slaver.''@@
<</if>>
<</if>>
<<if $contractSlave>>
<<set $activeCharacter = $contractSlave>>
<<include "Move Slave">>
<<unset $contractSlave>>
<<unset $activeCharacter>>
<</if>>
<<if $Registration>>
<<set $Registration = null>>
<<set $PC.guild.slaver.rank = 1>>
<<set $PC.money -= $regfee>>
<br><br>
@@color:forestgreen;''You have registered as an Rank E-3 Slaver in the
Slavers Guild. You can now purchase Lesser Elixirs from Olyssa's Atelier.''@@
<</if>>
<<if !$PC.guild.slaver.rank>>
<br><br>
<<include "Slaver Registration">>
<<elseif $PC.guild.slaver.exp == $PC.guild.slaver.maxexp>>
<br><br>
<<include "Slaver Rankup">>
<</if>>
<<if $PC.guild.slaver.contract.length>>
<br><br>
<<include "Slaver Contracts">>
<</if>>
<<if $PC.guild.slaver.rank>>
<br><br>
<<include "Slaver Posting">>
<</if>><<if !$Guilds>>
<<set $Guild = {type:null, loc:null}>>
<<set $Guilds = {Slaver:""}>>
<<set $Guilds.Slaver = {Slums:""}>>
<<set $Guilds.Slaver.Slums = {Requests:"", Week:0}>>
<<set $Guilds.Slaver.Slums.Requests = {}>>
<</if>>
<<set $eRankTitles = ["Cumsar", "Domesticated", "Dominant", "Feminine", "Masculine", "Masochist", "Sadist", "Sissy", "Slut", "Submissive", "Superjock", "Slut"]>>
<<set $dRankTitles = ["Cumsar", "Domesticated", "Dominant", "Feminine", "Masculine", "Masochist", "Sadist", "Sissy", "Slut", "Submissive", "Superjock", "Slut"]>>
<<set $cRankTitles = ["Bimboy", "Confident Slave", "Domesticated Bitch", "Feminine Bimbo", "Feminine Sissy", "Femme Sub", "Gigolo", "Loyal Slave", "Man Eater", "Masculine Bottom", "Masculine Top", "Muscle Bimbo", "Trustful Slave", "Sex Slave", "Switch"]>>
<<set $bRankTitles = ["Dominatrix", "Feminine Sissy Bimbo", "Incubus", "Masculine Muscle Bimbo", "Muscle Bitch", "Perfect Slave", "Sissy Slut", "Succubus"]>>
<<set $aRankTitles = ["Sissy Slut Bimbo"]>>
<<set $sRankTitles = []>>
<<set $SlaverGuildRewards = [null, 0, 25000, 50000, "D-3", 50000, 100000, "C-3", 100000, 200000, "B-3", 200000, 400000, "A-3", 400000, 800000, "S"]>>
<<set $GuildEXP = [null, "100", "150", "200", "400", "600", "800", "1100", "1425", "1800", "2220", "2680", "3200", "3800", "4400", "5000"]>>
<<set $GuildRankings = [null, "E-3", "E-2", "E-1", "D-3", "D-2", "D-1", "C-3", "C-2", "C-1", "B-3", "B-2", "B-1", "A-3", "A-2", "A-1", "S"]>>
<<if $Guild.loc == "Slums" && $Guild.type == "Slaver" && $Guilds.Slaver.Slums.Week != $weekcount>>
<<include "Spawn Slaver Requests">>
<<set $Guilds.Slaver.Slums.Requests = []>>
<<set $Guilds.Slaver.Slums.Requests = _requests.slice(0)>>
<<set $Guilds.Slaver.Slums.Week = $weekcount>>
<</if>><<set _requests = []>>
<<set _request = {}>>
<<set _basegrade = 0>>
<<set _easyrequests = 0>>
<<set _mediumrequests = 0>>
<<set _hardrequests = 0>>
<<set _virtue = 0>>
<<set _titlelist = null>>
<<switch $PC.guild.slaver.grade>>
<<case "E">>
<<set _titlelist = $eRankTitles>>
<<set _basegrade = 1>>
<<set _virtue = 20>>
<<case "D">>
<<set _titlelist = $dRankTitles>>
<<set _basegrade = 2>>
<<set _virtue = 40>>
<<case "C">>
<<set _titlelist = $cRankTitles>>
<<set _basegrade = 3>>
<<set _virtue = 40>>
<<case "B">>
<<set _titlelist = $bRankTitles>>
<<set _basegrade = 4>>
<<set _virtue = 60>>
<<case "A">>
<<set _titlelist = $aRankTitles>>
<<set _basegrade = 5>>
<<set _virtue = 60>>
<<case "S">>
<<set _titlelist = $sRankTitles>>
<<set _basegrade = 6>>
<<set _virtue = 80>>
<</switch>>
<<if ["E-3", "D-3", "C-3", "B-3", "A-3", null].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set _easyrequests = 9>>
<<set _mediumrequests = 6>>
<<set _hardrequests = 3>>
<<elseif ["E-2", "D-2", "C-2", "A-2", "S"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set _easyrequests = 6>>
<<set _mediumrequests = 6>>
<<set _hardrequests = 6>>
<<elseif ["E-1", "D-1", "C-1", "B-1", "A-1"].contains($GuildRankings[$PC.guild.slaver.rank])>>
<<set _easyrequests = 3>>
<<set _mediumrequests = 6>>
<<set _hardrequests = 9>>
<</if>>
<<for _r = 0; _r < 18;_r++>>
<<if _easyrequests>>
<<set _easyrequests-->>
<<set _request.difficulty = "Easy">>
<<elseif _mediumrequests>>
<<set _mediumrequests-->>
<<set _request.difficulty = "Medium">>
<<elseif _hardrequests>>
<<set _hardrequests-->>
<<set _request.difficulty = "Hard">>
<</if>>
<<if _request.difficulty == "Easy">>
<<set _request.time = 20>>
<<set _request.reward = 25000>>
<<set _request.exp = 100>>
<<elseif _request.difficulty == "Medium">>
<<set _request.time = 15>>
<<set _request.reward = 50000>>
<<set _request.exp = 150>>
<<elseif _request.difficulty == "Hard">>
<<set _request.time = 10>>
<<set _request.reward = 75000>>
<<set _request.exp = 200>>
<</if>>
<<set $slavetemplate = $PC.guild.slaver.grade>>
<<include "Roll Slave">>
<<set _request.slave = _character>>
<<set _request.slave.contract = "Slaver Guild">>
<<set _request.race = either("hume", "elf", "beastman")>>
<<if _request.race == "elf">>
<<set _request.name = either($elffemalenames, $elfmalenames)>>
<<elseif _request.race == "hume" || _request.race == "beastman">>
<<set _request.name = either($femalenames, $malenames)>>
<</if>>
<<set _request.time *= (0.5 + (3 * (_basegrade / 6)))>>
<<set _request.time = Math.round10(_request.time)>>
<<set _request.reward *= _basegrade>>
<<set _request.exp *= _basegrade>>
<<set _request.reward = Math.round10(_request.reward, 2)>>
<<set _request.grade = $PC.guild.slaver.grade>>
<<set _request.virtue = _virtue>>
<<set _maletitles = $sissytitles.slice(0)>>
<<set _maletitles.push($healthtitles.slice(0))>>
<<set _femaletitles = $pricetitles.slice(0)>>
<<set _femaletitles.push($fatiguetitles.slice(0))>>
<<for _request.title == null>>
<<set _request.title = _titlelist.random()>>
<<if (_maletitles.contains(_request.title) && _request.slave.sex == "female") || (_femaletitles.contains(_request.title) && _request.slave.sex == "male")>>
<<set _index = null>>
<<set _index = _titlelist.indexOf(_request.title)>>
<<set _titlelist.splice(_index, 1)>>
<<set _request.title = null>>
<</if>>
<</for>>
<<set _requests.push(_request)>>
<<set _request = {}>>
<</for>><table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th class = "nobottom" colspan = 2><h3>~Request Board~</h3></th></tr>
<<for _r=0;_r < $Guilds.Slaver.Slums.Requests.length;_r++>>
<<set _request = $Guilds.Slaver.Slums.Requests[_r]>>
<<set _color = null>>
<<if _request.difficulty == "Easy">>
<<set _color = "forestgreen">>
<<elseif _request.difficulty == "Medium">>
<<set _color = "yellow">>
<<elseif _request.difficulty == "Hard">>
<<set _color = "red">>
<</if>>
<<set _textexp = "<<print Math.round10(" + (_request.exp / $PC.guild.slaver.maxexp) * 100 + ", -2)>>%">>
<tr><td class = "contract" colspan = 2>
<<if $PC.guild.slaver.contract.length >= $PC.guild.slaver.contractmax>>
<b>Aquire Contract @@color:red;[Max Contracts Taken]@@</b> | <<print "@@color:" + _color + ";<b>Difficulty:</b> _request.difficulty@@">> | <<print "@@color:" + _color + ";<b>Time Limit:</b> _request.time Weeks">> | <<print "@@color:" + _color + ";<b>EXP:</b> _textexp">> | @@color:lightgreen;<b>Reward:</b> 💎<<print commify(_request.reward)>>@@
<<elseif $estate.pop >= $estate.cap>>
<b>Aquire Contract @@color:red;[Estate Capacity Full]@@<b> | <<print "@@color:" + _color + ";<b>Difficulty:</b> _request.difficulty@@">> | <<print "@@color:" + _color + ";<b>Time Limit:</b> _request.time Weeks">> | <<print "@@color:" + _color + ";<b>EXP:</b> _textexp">> | @@color:lightgreen;<b>Reward:</b> 💎<<print commify(_request.reward)>>@@
<<else>>
<b><<print "[[Acquire Contract|Slaver Guild][_character = $Guilds.Slaver.Slums.Requests[" + _r + "].slave, addSlave(_character), $PC.guild.slaver.contract.push($Guilds.Slaver.Slums.Requests[" + _r + "]), $Guilds.Slaver.Slums.Requests.splice(" + _r + ", 1)]]">></b> | <<print "@@color:" + _color + ";<b>Difficulty:</b> _request.difficulty@@">> | <<print "@@color:" + _color + ";<b>Time Limit:</b> _request.time Weeks">> | <<print "@@color:" + _color + ";<b>EXP:</b> _textexp">> | @@color:lightgreen;<b>Reward:</b> 💎<<print commify(_request.reward)>>@@
<</if>>
<br><br>
_request.name the _request.race has put up a request for someone to train <<print "[[_request.slave.name|Slaver Slave Description][$activeCharacter = $Guilds.Slaver.Slums.Requests[" + _r + "].slave]]">> to become a <<displayTitle _request.title "title">> titled slave who is no less than <<print getObedience(_request.virtue)>>, <<print getTrust(_request.virtue)>> and <<print getFear(100-_request.virtue)>>.
<br>
<<print "[[_request.slave.name|Slaver Slave Description][$activeCharacter = $Guilds.Slaver.Slums.Requests[" + _r + "].slave]]">> <<gender _request.slave.sex _request.slave.gender>> is a <<print $maturity[_request.slave.maturity]>> <<race _request.slave.tribe "Description">> slave who is <<print getObedience(_request.slave.obedience.current)>>, <<print getTrust(_request.slave.trust.current)>> and <<print getFear(_request.slave.fear.current)>>.
</td></tr>
<</for>>
</table><<if !_character.combat>>
<<set _character.combat = {stamina:null, arousal:null, libido:null, text:{}, stimulation:0}>>
<<set _character.combat.stamina = {current:0, max:0}>>
<<set _character.combat.arousal = {current:0, max:0}>>
<<set _character.combat.libido = {current:0, max:0}>>
<</if>>
<<if ["Manual Sex", "Oral Sex", "Mammary Sex", "Vanilla Sex", "Anal Sex"].includes(_character.training.discipline)>>
<<set _character.training.discipline = "Sex Education">>
<</if>>
<<if !_character.stats.masculinization>>
<<set _character.stats.masculinization = 0>>
<</if>>
<<if !_character.stats.chivalry>>
<<set _character.stats.chivalry = 0>>
<</if>>
<<if !_character.stats.breeding>>
<<set _character.stats.breeding = 0>>
<</if>>
<<if !_character.training>>
<<set _character.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set _character.training.reward = {small:null, normal:null, large:null}>>
<<set _character.training.punishment = {small:null, normal:null, large:null}>>
<</if>>
<<if _character.stats.oral == null>>
<<set _character.stats.oral = 0>>
<</if>>
<<if _character.stats.manual == null>>
<<set _character.stats.manual = 0>>
<</if>>
<<if _character.stats.mammary == null>>
<<set _character.stats.mammary = 0>>
<</if>>
<<if _character.stats.vanilla == null>>
<<set _character.stats.vanilla = 0>>
<</if>>
<<if _character.stats.anal == null>>
<<set _character.stats.anal = 0>>
<</if>>
<<run modernizeSexSkills(_character)>>
<<if _character.location == "unassigned">>
<<set _character.location = "estate">>
<</if>>
<<if !_character.haircolor>>
<<set _haircolors = ["black", "brown", "red", "blonde", "pink", "purple", "blue", "green", "silver", "white"]>>
<<set _character.haircolor = _haircolors.random()>>
<</if>>
<<if _character.race == "elf" && !_character.virgin>>
<<set _character.nectaring.permanent = 1>>
<</if>>
<<if _character.tribe == "minotaur" && ["female", "futanari"].contains(_character.combat)>>
<<set _character.tribe = "holstaur">>
<<elseif _character.tribe == "holstaur" && ["male", "shemale"].contains(_character.combat)>>
<<set _character.tribe = "minotaur">>
<</if>>
<<if _character.assignment == "whore">>
<<set _character.assignment = "brothel">>
<</if>>
<<if _character.occupation == "never a free person" && _character.origin != "$activeCharacter.name's parents were both slaves to you when they gave birth to <<print $himher[$activeCharacter.gender]>>.">>
<<set _character.origin = "$activeCharacter.name's parents were both slaves to you when they gave birth to <<print $himher[$activeCharacter.gender]>>.">>
<</if>>
<<if !_character.trust>>
<<set _character.trust = {current:_character.pride.current, base:_character.pride.base, mood:_character.pride.mood, bonus:_character.pride.bonus, multi:_character.pride.multi}>>
<<set _character.pride = null>>
<</if>>
<<if !_character.skills>>
<<set _character.skills = {}>>
<</if>>
<<if !_character.position && _character.location == "brothel">>
<<if ["Open", null].contains($estate.brothel.style)>>
<<set _character.position = "Prostitute">>
<<elseif $estate.brothel.style == "Closed">>
<<set _character.position = "Attendant">>
<<elseif $estate.brothel.style == "Theater">>
<<set _character.position = "Host">>
<</if>>
<</if>>
<<if !_character.history>>
<<set _character.history = []>>
<</if>>
<<if !_character.eventlog>>
<<set _character.eventlog = []>>
<</if>>
<<if !$compendium.races.contains(_character.tribe) && _character.origin>>
<<run addRacePage(_character)>>
<</if>>
<<if !$compendium.natures.contains(_character.nature) && _character.origin>>
<<run addNaturePage(_character)>>
<</if>>
<<if Number.isInteger(_character.hypno.masochism.current) || Number.isInteger(_character.hypno.cum.current) || Number.isInteger(_character.hypno.bimbo.current)>>
<<set _character.hypno = {bimbo:_character.hypno.bimbo.current, cum:_character.hypno.cum.current, masochism:_character.hypno.masochism.current, sadism:0, muscle:0, domesticated:0}>>
<</if>>
<<if !_character.legs>>
<<set _character.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["moon rabbit", "high elf", "dark elf", "pantheran"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["forest elf", "neko"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["goblin", "dwarf"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["gnome"].contains(_character.tribe)>>
<<set _character.legs.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.legs.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set _character.legs.base = _character.legs.mod>>
<</if>>
<<if !_character.torso>>
<<set _character.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["dwarf", "mongrel", "minotaur", "orc"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["canus", "dark elf", "giant"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["neko", "forest elf"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "gnome", "high elf"].contains(_character.tribe)>>
<<set _character.torso.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.torso.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set _character.torso.base = _character.torso.mod>>
<</if>>
<<if !_character.hips>>
<<set _character.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["holstaur", "dark elf", "pantheran"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["moon rabbit", "orc", "neko", "gnome"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["canus", "forest elf", "dwarf"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["high elf", "mongrel"].contains(_character.tribe)>>
<<set _character.hips.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.hips.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set _character.hips.base = _character.hips.mod>>
<</if>>
<<if !_character.shoulders>>
<<set _character.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["giant", "orc", "dwarf", "minotaur"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["mongrel", "goblin", "canus"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["forest elf", "dark elf", "high elf", "neko"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "gnome", "moon rabbit"].contains(_character.tribe)>>
<<set _character.shoulders.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.shoulders.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set _character.shoulders.base = _character.shoulders.mod>>
<</if>>
<<if !_character.lips>>
<<set _character.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["dark elf", "orc", "holstaur"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["canus", "mongrel", "giant"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["dwarf", "gnome", "moon rabbit", "neko"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "goblin"].contains(_character.tribe)>>
<<set _character.lips.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set _character.lips.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set _character.lips.base = _character.lips.mod>>
<</if>>
<<if _character.obedience.base == null || _character.trust.base == null || _character.fear.base == null || _character.affection.base == null || _character.hate.base == null>>
<<set _tempObedience = _character.obedience>>
<<set _tempTrust = _character.trust>>
<<set _tempFear = _character.fear>>
<<set _tempAffection = _character.affection>>
<<set _tempHate = _character.hate>>
<<set _character.obedience = {current:0, base: _tempObedience, mood:0, bonus:0, multi:1}>>
<<set _character.trust = {current:0, base: _tempTrust, mood:0, bonus:0, multi:1}>>
<<set _character.fear = {current:100, base: _tempFear, mood:0, bonus:0, multi:1}>>
<<set _character.affection = {current:0, base: _tempAffection, mood:0, bonus:0, multi:1}>>
<<set _character.hate = {current:0, base: _tempHate, mood:0, bonus:0, multi:1}>>
<<run refreshObedience(_character)>>
<<run refreshTrust(_character)>>
<<run refreshFear(_character)>>
<<run refreshAffection(_character)>>
<<run refreshHate(_character)>>
<</if>>
<<if _character.traits.list == null>>
<<set _character.traits.list = []>>
<</if>>
<<if _character.mood.scale == null || _character.mood.current == null>>
<<set _character.mood = {scale:"Happiness", current:50}>>
<<run updateMood(_character)>>
<</if>><<widget "Request">>
<<if $args[0] == "E">>
<<set _color = "gray">>
<<elseif $args[0] == "D">>
<<set _color = "green">>
<<elseif $args[0] == "C">>
<<set _color = "#3333ff">>
<<elseif $args[0] == "B">>
<<set _color = "#6600cc">>
<<elseif $args[0] == "A">>
<<set _color = "#EEE8AA">>
<</if>>
<b><<print "@@color:"+_color+";$args[0]-Rank@@">></b>
<<if $args[1] == "Easy">>
<<set _color = "green">>
<<elseif $args[1] == "Medium">>
<<set _color = "yellow">>
<<elseif $args[1] == "Hard">>
<<set _color = "red">>
<</if>>
| <b><<print "@@color:"+_color+";$args[1] Difficulty@@">></b>
| <b><<print "@@color:"+_color+";$args[2] Weeks@@">></b>
<<set _color = "lightgreen">>
| <b><<print "@@color:"+_color+";💎$args[3] Reward@@">></b>
<</widget>> <<include "Titles">>
<<if !$PC.combat>>
<<set $PC.combat = {stamina:null, arousal:null, libido:null, text:{}, stimulation:0}>>
<<set $PC.combat.stamina = {current:0, max:0}>>
<<set $PC.combat.arousal = {current:0, max:0}>>
<<set $PC.combat.libido = {current:0, max:0}>>
<</if>>
<<if $PC.stats.oral != 100>>
<<set $PC.stats.oral = 100>>
<</if>>
<<if $PC.stats.manual != 100>>
<<set $PC.stats.manual = 100>>
<</if>>
<<if $PC.stats.mammary != 100>>
<<set $PC.stats.mammary = 100>>
<</if>>
<<if $PC.stats.vanilla != 100>>
<<set $PC.stats.vanilla = 100>>
<</if>>
<<if $PC.stats.anal != 100>>
<<set $PC.stats.anal = 100>>
<</if>>
<<if !$PC.stats.masculinization>>
<<set $PC.stats.masculinization = 0>>
<</if>>
<<if !$PC.stats.chivalry>>
<<set $PC.stats.chivalry = 0>>
<</if>>
<<if !$PC.stats.breeding>>
<<set $PC.stats.breeding = 0>>
<</if>>
<<if !["Overview", "Facilities", "Discipline"].contains($estate.page)>>
<<set $main = {page:null}>>
<<set $main.page = $estate.page>>
<<set $estate.page = "Overview">>
<</if>>
<<if !$estate.facilities>>
<<set $estate.facilities = {page:null, trainingroom:0, dungeon:0, training:null, hypnotherapy:null}>>
<<set $estate.facilities.training = {implements:0, bedding:0, permit:0, rooms:1, trainers:[], trainer:null}>>
<</if>>
<<if !$compendium.combates>>
<<set $compendium.combates = ["Male", "Female", "Shemale", "Futanari", "Transgender"]>>
<</if>>
<<if $compendium.attributes != ["Obedience", "Trust", "Fear"]>>
<<set $compendium.attributes = ["Obedience", "Trust", "Fear"]>>
<</if>>
<<if $compendium.ages != ["Young Adult", "Adult", "Mature"]>>
<<set $compendium.ages = ["Young Adult", "Adult", "Mature"]>>
<</if>>
<<if !$compendium.titles>>
<<set $compendium.titles = ["Common", "Uncommon", "Unique", "Rare", "Special"]>>
<</if>>
<<if $summary.estateInfo == null>>
<<set $summary.estateInfo = 0>>
<</if>>
<<if $summary.estateCap == null>>
<<set $summary.estateCap = 0>>
<</if>>
<<if $PC.location == "unassigned">>
<<set $PC.location = "estate">>
<</if>>
<<if !$GuildEXP>>
<<include "Guilds">>
<</if>>
<<if $PC.guild.slaver.maxexp != $GuildEXP[$PC.guild.slaver.rank] && $PC.guild.slaver.rank>>
<<set $PC.guild.slaver.maxexp = $GuildEXP[$PC.guild.slaver.rank]>>
<</if>>
<<if $PC.focus == "Brothel">>
<<set $PC.location = "brothel">>
<</if>>
<<if $PC.location == "brothel">>
<<if ["Open", null].contains($estate.brothel.style)>>
<<if !["Procurer", "Prostitute", "Guard"].contains($PC.position)>>
<<set $PC.position = "Prostitute">>
<<set $PC.assignment = "rest">>
<</if>>
<<elseif $estate.brothel.style == "Closed">>
<<if !["Procurer", "Attendant", "Guard"].contains($PC.position)>>
<<set $PC.position = "Attendant">>
<<set $PC.assignment = "rest">>
<</if>>
<<elseif $estate.brothel.style == "Theater">>
<<if !["Procurer", "Host", "Guard"].contains($PC.position)>>
<<set $PC.position = "Host">>
<<set $PC.assignment = "rest">>
<</if>>
<</if>>
<</if>>
<<if !$PC.ID>>
<<set $PC.ID = "PLAYER">>
<</if>>
<<if $PC.condition.progress == null>>
<<set $PC.condition.progress = 100>>
<<set $PC.health = 4>>
<</if>>
<<if !$cheats>>
<<set $cheats = []>>
<</if>>
<<if $PC.tribe == "minotaur" && ["female", "futanari"].contains($PC.combat)>>
<<set $PC.tribe = "holstaur">>
<<elseif $PC.tribe == "holstaur" && ["male", "shemale"].contains($PC.combat)>>
<<set $PC.tribe = "minotaur">>
<</if>>
<<if !$remainder>>
<<set $remainder = {total:0, name:null, color:null}>>
<</if>>
<<if $maintenance.total == null>>
<<set $maintenance = {personal:0, estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<</if>>
<<if $revenue.total == null && $revenue > 0>>
<<set _num = $revenue>>
<<set $revenue = {estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $revenue.total = _num>>
<</if>>
<<if $expenses.total == null && $expenses > 0>>
<<set _num = $expenses>>
<<set $expenses = {estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $expenses.total = _num>>
<</if>>
<<if !$summary.income>>
<<set $summary.income = {estate:0, brothel:0, ranch:0, chattel:0}>>
<</if>>
<<if !$estate.brothel.report>>
<<set $estate.brothel.report = {text:null, brothelscore:0, guardscore:0}>>
<</if>>
<<if !$estate.ranch.report>>
<<set $estate.ranch.report = {text:null}>>
<</if>>
<<if Number.isInteger($estate.brothel.popularity)>>
<<set _popularity = $estate.brothel.popularity>>
<<set $estate.brothel.popularity = {level:"Local", total:_popularity}>>
<</if>>
<<if !$estate.brothel.takedowns>>
<<set $estate.brothel.takedowns = {local:0, regional:0, national:0}>>
<<if $estate.brothel.popularity.total > 25>>
<<set $estate.brothel.popularity.total = 25>>
<</if>>
<</if>>
<<if $estate.brothel.active && !$estate.brothel.competition>>
<<set $estate.brothel.competition = {}>>
<<BrothelCompetition>>
<</if>>
<<if !$PC.trust>>
<<set $PC.trust = {current:$PC.pride.current, base:$PC.pride.base, mood:$PC.pride.mood, bonus:$PC.pride.bonus, multi:$PC.pride.multi}>>
<<set $PC.pride = null>>
<</if>>
<<if !$tabs>>
<<set $tabs = {skills:null}>>
<</if>>
<<if !$PC.skills>>
<<set $PC.skills = {}>>
<</if>>
<<if !$estate.brothel.levels>>
<<set $estate.brothel.levels = {soliciting:"Min", managing:"Min", guarding:"Min", hosting:"Min", attending:"Min", teaching:"Min", consorting:"Min"}>>
<</if>>
<<if !$estate.brothel.exceptions>>
<<set $estate.brothel.exceptions = {pSoliciting:"No", pConsorting:"No", gSoliciting:"No", gConsorting:"No"}>>
<</if>>
<<if $estate.brothel.page == null>>
<<set $estate.brothel.page = "Overview">>
<</if>>
<<if $summary.brothelpopularity == null>>
<<set $summary.brothelpopularity = 0>>
<</if>>
<<if !$summary.brothelpopularitydesc>>
<<set $summary.brothelpopularitydesc = 1>>
<</if>>
<<if $summary.brothelfocus == null>>
<<set $summary.brothelfocus = 0>>
<</if>>
<<if $summary.brothelcapacity == null>>
<<set $summary.brothelcapacity = 0>>
<</if>>
<<if $summary.slaveinfo == null>>
<<set $summary.slaveinfo = 0>>
<</if>>
<<if $summary.skills == null>>
<<set $summary.skills = 0>>
<</if>>
<<if $summary.history == null>>
<<set $summary.history = 0>>
<</if>>
<<if !$PC.history>>
<<set $PC.history = []>>
<</if>>
<<if !$PC.eventlog>>
<<set $PC.eventlog = []>>
<</if>>
<<if !$compendium>>
<<set $compendium = {page:null, leaf:null, races:[], natures:[], codes:[], moods:["Anxiety", "Happiness", "Sanity", "Serenity"], ages:["Young Adult", "Adult", "Mature"], attributes:["Obedience", "Trust", "Fear"], combates:["Male", "Female", "Shemale", "Futanari"], titles:["Common", "Uncommon", "Unique", "Rare", "Special"]}>>
<<set $updates.compendium = "">>
<</if>>
<<if !$compendium.natures || !$compendium.codes || !$compendium.moods>>
<<set $compendium.page = null>>
<<set $compendium.leaf = null>>
<<set $compendium.natures = []>>
<<set $compendium.codes = []>>
<<set $compendium.moods = ["Anxiety", "Happiness", "Sanity", "Serenity"]>>
<</if>>
<<if !$compendium.races.contains($PC.tribe)>>
<<run addRacePage($PC)>>
<</if>>
<<if !$PC.guild.slaver.contractmax>>
<<set $PC.guild.slaver = {rank:0, level:3, grade:"E", exp:0, maxexp:100, contract:[], contractmax:1, excess:0, rankup:0, reward:0}>>
<<if $Guilds>>
<<set $Guilds.Slaver.Slums.Week = 0>>
<</if>>
<<include "Guilds">>
<</if>>
<<if !$PC.legs>>
<<set $PC.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["moon rabbit", "high elf", "dark elf", "pantheran"].contains($PC.tribe)>>
<<set $PC.legs.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["forest elf", "neko"].contains($PC.tribe)>>
<<set $PC.legs.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["goblin", "dwarf"].contains($PC.tribe)>>
<<set $PC.legs.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["gnome"].contains($PC.tribe)>>
<<set $PC.legs.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set $PC.legs.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set $PC.legs.base = $PC.legs.mod>>
<</if>>
<<if !$PC.torso>>
<<set $PC.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["dwarf", "mongrel", "minotaur", "orc"].contains($PC.tribe)>>
<<set $PC.torso.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["canus", "dark elf", "giant"].contains($PC.tribe)>>
<<set $PC.torso.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["neko", "forest elf"].contains($PC.tribe)>>
<<set $PC.torso.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "gnome", "high elf"].contains($PC.tribe)>>
<<set $PC.torso.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set $PC.torso.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set $PC.torso.base = $PC.torso.mod>>
<</if>>
<<if !$PC.hips>>
<<set $PC.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["holstaur", "dark elf", "pantheran"].contains($PC.tribe)>>
<<set $PC.hips.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["moon rabbit", "orc", "neko", "gnome"].contains($PC.tribe)>>
<<set $PC.hips.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["canus", "forest elf", "dwarf"].contains($PC.tribe)>>
<<set $PC.hips.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["high elf", "mongrel"].contains($PC.tribe)>>
<<set $PC.hips.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set $PC.hips.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set $PC.hips.base = $PC.hips.mod>>
<</if>>
<<if !$PC.shoulders>>
<<set $PC.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["giant", "orc", "dwarf", "minotaur"].contains($PC.tribe)>>
<<set $PC.shoulders.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["mongrel", "goblin", "canus"].contains($PC.tribe)>>
<<set $PC.shoulders.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["forest elf", "dark elf", "high elf", "neko"].contains($PC.tribe)>>
<<set $PC.shoulders.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "gnome", "moon rabbit"].contains($PC.tribe)>>
<<set $PC.shoulders.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set $PC.shoulders.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set $PC.shoulders.base = $PC.shoulders.mod>>
<</if>>
<<if !$PC.lips>>
<<set $PC.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<if ["dark elf", "orc", "holstaur"].contains($PC.tribe)>>
<<set $PC.lips.mod = weightedRand({1:0.05, 2:0.1, 3:0.15, 4:0.2, 5:0.5})>>
<<elseif ["canus", "mongrel", "giant"].contains($PC.tribe)>>
<<set $PC.lips.mod = weightedRand({1:0.05, 2:0.1, 3:0.2, 4:0.5, 5:0.15})>>
<<elseif ["dwarf", "gnome", "moon rabbit", "neko"].contains($PC.tribe)>>
<<set $PC.lips.mod = weightedRand({1:0.15, 2:0.5, 3:0.2, 4:0.1, 5:0.05})>>
<<elseif ["pantheran", "goblin"].contains($PC.tribe)>>
<<set $PC.lips.mod = weightedRand({1:0.5, 2:0.2, 3:0.15, 4:0.1, 5:0.05})>>
<<else>>
<<set $PC.lips.mod = weightedRand({1:0.1, 2:0.15, 3:0.5, 4:0.15, 5:0.1})>>
<</if>>
<<set $PC.lips.base = $PC.lips.mod>>
<</if>>
<<if $PC.height > $racestats.heightmax || $PC.height < $racestats.heightmin>>
<<set $PC.height = Math.clamp($PC.height, $racestats.heightmin, $racestats.heightmax)>>
<</if>>
<<if $PC.traits.list == null>>
<<set $PC.traits.list = []>>
<</if>>
<<if !$events>>
<<set $events = {choice:null, scenes:[], scene:null}>>
<</if>>
<<if $PC.mood.scale == null || $PC.mood.current == null>>
<<set $PC.mood = {scale:"Happiness", current:50}>>
<</if>><<include "Unset Passages">>
<<set $Previous = "Main">>
<<set $Stats = 1>>
<<include "Mobile Header">>
<<if $PC.guild.slaver.contract.length>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th class = "nobottom" colspan = 2><h3>~Slaver Contracts~</h3></th></tr>
<<for _c=0;_c < $PC.guild.slaver.contract.length;_c++>>
<<set _contract = $PC.guild.slaver.contract[_c]>>
<<set _color = null>>
<<set _penalty = Math.round10(_contract.reward*0.25, 2)>>
<<for _s=1; _s <= $slaves.amount;_s++>>
<<if _contract.slave.ID == $slaves[_s].ID>>
<<set _character = $slaves[_s]>>
<<break>>
<</if>>
<</for>>
<<if _contract.difficulty == "Easy">>
<<set _color = "forestgreen">>
<<elseif _contract.difficulty == "Medium">>
<<set _color = "yellow">>
<<elseif _contract.difficulty == "Hard">>
<<set _color = "red">>
<</if>>
<<if (_character.obedience.current >= _contract.virtue) && (_character.trust.current >= _contract.virtue) && ((100-_character.fear.current) >= _contract.virtue) && (_character.titles.includes(_contract.title))>>
<<set _contract.completed = 1>>
<<else>>
<<set _contract.completed = 0>>
<</if>>
<<set _textexp = "<<print Math.round10(" + (_contract.exp / $PC.guild.slaver.maxexp) * 100 + ", -2)>>%">>
<tr><td class = "contract" colspan = 2>
<<if _contract.completed>>
<b><<print "[[Complete Contract|Slaver Guild][$completedContract = _contract, $contractSlave = $slaves[" + _s + "], $PC.guild.slaver.contract.splice(" + _c + ", 1)]]">></b>
<<else>>
<<if $PC.guild.slaver.contract.length > 1>>
<b><<print "[[Abandon Contract|Contracts][$PC.money -= _penalty, $contractSlave = $slaves[" + _s + "], $PC.guild.slaver.contract.splice(" + _c + ", 1)]]">> [@@color:red;💎<<print commify(_penalty)>>@@] [@@color:red;💎<<print commify(_penalty)>> Penalty@@]</b>
<<else>>
<b><<print "[[Abandon Contract|Main Menu][$PC.money -= _penalty, $contractSlave = $slaves[" + _s + "], $PC.guild.slaver.contract.splice(" + _c + ", 1)]]">> [@@color:red;💎<<print commify(_penalty)>>@@] [@@color:red;💎<<print commify(_penalty)>> Penalty@@]</b>
<</if>>
<</if>>
| <<print "@@color:" + _color + ";<b>Difficulty:</b> _contract.difficulty@@">> | <<print "@@color:" + _color + ";<b>Time Limit:</b> _contract.time Weeks">> | <<print "@@color:" + _color + ";<b>EXP:</b> _textexp">> | @@color:lightgreen;<b>Reward:</b> 💎<<print commify(_contract.reward)>>@@
<br><br>
_contract.name the _contract.race has put up a request for someone to train <<print "[[_character.name|Slave Description][$activeCharacter = $slaves[" + _s + "]]]">> to become a <<displayTitle _contract.title "title">> titled slave no less than <<print getObedience(_contract.virtue)>>, <<print getTrust(_contract.virtue)>> and <<print getFear(100-_contract.virtue)>>.
<br>
<<print "[[_character.name|Slave Description][$activeCharacter = $slaves[" + _s + "]]]">> <<gender _character.sex _character.gender>> is a <<print $maturity[_character.maturity]>> <<race _character.tribe "Description">> slave who is <<print getObedience(_character.obedience.current)>>, <<print getTrust(_character.trust.current)>> and <<print getFear(_character.fear.current)>>.
<br><br>
<<if _character.titles.includes(_contract.title)>>
@@color:forestgreen;_character.name has obtained the <<displayTitle _contract.title "title">> title.@@
<<else>>
@@color:red;_character.name has yet to obtain the <<displayTitle _contract.title "title">> title.@@
<</if>>
<br>
<<if _character.obedience.current >= _contract.virtue>>
@@color:forestgreen;_character.name's obedience meets the contract requirement, <<print getObedience(_contract.virtue)>>.@@
<<else>>
@@color:red;_character.name's obedience has not met the contract requirement, <<print getObedience(_contract.virtue)>>.@@
<</if>>
<br>
<<if _character.trust.current >= _contract.virtue>>
@@color:forestgreen;_character.name's trust meets the contract requirement, <<print getTrust(_character.trust.current)>>.@@
<<else>>
@@color:red;_character.name's trust has not met the contract requirement, <<print getTrust(_character.trust.current)>>.@@
<</if>>
<br>
<<if (100-_character.fear.current) >= _contract.virtue>>
@@color:forestgreen;_character.name's fear meets the contract requirement, <<print getFear(100-_contract.virtue)>>.@@
<<else>>
@@color:red;_character.name's fear has not met the contract requirement, <<print getFear(100-_contract.virtue)>>.@@
<</if>>
</td></tr>
<</for>>
</table>
<</if>>|chart|k
|>|>|>|>|>|>|>|>|>|>|>| !Sexual Training |
|>| !Oral Training | |>| !Manual Training | |>| !Mammary Training | |>| !Sex Training |
| _kissing | _kissingD | | _masturbation | _masturbationD | | _breastplay | _breastplayD | | _vaginal | _vaginalD |
| _fellatio | _fellatioD | | _handjob | _handjobD | | _breastfeeding | _breastfeedingD | | _anal | _analD |
| _cunnilingus | _cunnilingusD | | _fingering | _fingeringD | | _intercourse | _intercourseD | | | |
| _analingus | _analingusD | | _fisting | _fistingD | | | | | | |
| <<print _caption>> |c<<set _kissingD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.oral.kissing))>>
<<set _fellatioD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.oral.fellatio))>>
<<set _cunnilingusD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.oral.cunnilingus))>>
<<set _analingusD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.oral.analingus))>>
<<if $activeCharacter.sexualskill.oral.kissing >= 100>>
<<set _kissing = "Kissing">>
<<else>>
<<set _kissing = "[[Kissing|Results][$subtrainingtype = 'Kissing']]">>
<</if>>
<<if $activeCharacter.sexualskill.oral.fellatio >= 100>>
<<set _fellatio = "Fellatio">>
<<else>>
<<set _fellatio = "[[Fellatio|Results][$subtrainingtype = 'Fellatio']]">>
<</if>>
<<if $activeCharacter.sexualskill.oral.cunnilingus >= 100>>
<<set _cunnilingus = "Cunnilingus">>
<<else>>
<<set _cunnilingus = "[[Cunnilingus|Results][$subtrainingtype = 'Cunnilingus']]">>
<</if>>
<<if $activeCharacter.sexualskill.oral.analingus >= 100>>
<<set _analingus = "Analingus">>
<<else>>
<<set _analingus = "[[Analingus|Results][$subtrainingtype = 'Analingus']]">>
<</if>>
<<set _masturbationD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.manual.masturbation))>>
<<set _handjobD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.manual.handjob))>>
<<set _fingeringD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.manual.fingering))>>
<<set _fistingD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.manual.fisting))>>
<<if $activeCharacter.sexualskill.manual.masturbation >= 100>>
<<set _masturbation = "Masturbation">>
<<else>>
<<set _masturbation = "[[Masturbation|Results][$subtrainingtype = 'Masturbation']]">>
<</if>>
<<if $activeCharacter.sexualskill.manual.handjob >= 100>>
<<set _handjob = "Handjob">>
<<else>>
<<set _handjob = "[[Handjob|Results][$subtrainingtype = 'Handjob']]">>
<</if>>
<<if $activeCharacter.sexualskill.manual.fingering >= 100>>
<<set _fingering = "Fingering">>
<<else>>
<<set _fingering = "[[Fingering|Results][$subtrainingtype = 'Fingering']]">>
<</if>>
<<if $activeCharacter.sexualskill.manual.fisting >= 100>>
<<set _fisting = "Fisting">>
<<else>>
<<set _fisting = "[[Fisting|Results][$subtrainingtype = 'Fisting']]">>
<</if>>
<<set _breastplayD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.mammary.breastplay))>>
<<set _breastfeedingD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.mammary.breastfeeding))>>
<<set _intercourseD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.mammary.intercourse))>>
<<if $activeCharacter.sexualskill.mammary.breastplay >= 100>>
<<set _breastplay = "Breastplay">>
<<else>>
<<set _breastplay = "[[Breastplay|Results][$subtrainingtype = 'Breastplay']]">>
<</if>>
<<if $activeCharacter.sexualskill.mammary.breastfeeding >= 100 || (!$activeCharacter.lactating.permanent && !$activeCharacter.lactating.temporary)>>
<<set _breastfeeding = "Breastfeeding">>
<<else>>
<<set _breastfeeding = "[[Breastfeeding|Results][$subtrainingtype = 'Breastfeeding']]">>
<</if>>
<<if $activeCharacter.sexualskill.mammary.intercourse >= 100 || $activeCharacter.bust.current < 4>>
<<set _intercourse = "Intercourse">>
<<else>>
<<set _intercourse = "[[Mammary Intercourse|Results][$subtrainingtype = 'Mammary Intercourse']]">>
<</if>>
<<set _vaginalD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.intercourse.vaginal))>>
<<set _analD = capitalizecolor(getSexSkill($activeCharacter.sexualskill.intercourse.anal))>>
<<if $activeCharacter.sexualskill.intercourse.vaginal >= 100>>
<<set _vaginal = "Sex">>
<<else>>
<<if ["male", "shemale"].contains($activeCharacter.sex)>>
<<set _vaginal = "[[Sex|Results][$subtrainingtype = 'Male Sex']]">>
<<elseif ["female"].contains($activeCharacter.sex)>>
<<set _vaginal = "[[Sex|Results][$subtrainingtype = 'Female Sex']]">>
<<elseif ["futanari"].contains($activeCharacter.sex)>>
<<set _vaginal = "[[Sex|Results][$subtrainingtype = 'Futa Sex']]">>
<</if>>
<</if>>
<<if $activeCharacter.sexualskill.intercourse.anal >= 100>>
<<if ["male", "shemale"].contains($activeCharacter.sex)>>
<<set _anal = "Catching">>
<<elseif ["female", "futanari"].contains($activeCharacter.sex)>>
<<set _anal = "Anal">>
<</if>>
<<else>>
<<if ["male", "shemale"].contains($activeCharacter.sex)>>
<<set _anal = "[[Catching|Results][$subtrainingtype = 'Anal Sex']]">>
<<elseif ["female", "futanari"].contains($activeCharacter.sex)>>
<<set _anal = "[[Anal|Results][$subtrainingtype = 'Anal Sex']]">>
<</if>>
<</if>>
<<set _caption = "">>
<<if $activeCharacter.bust.current < 4>>
<<set _caption += "<b>$activeCharacter.name must have a bust size of <<print $UCbust[4]>> or bigger to train <<print $hisher[$activeCharacter.gender]>> mammary intercourse skills.</b><br>">>
<</if>>
<<if !$activeCharacter.lactating.permanent && !$activeCharacter.lactating.temporary>>
<<set _caption += "<b>$activeCharacter.name must be lactating to train <<print $hisher[$activeCharacter.gender]>> breastfeeding skills.</b><br>">>
<</if>>|chart|k
|>|>| !Feminization |
| !Basic Training | !Intermediate Training | !Advanced Training |
| _shaving | [[Cross-Dressing|Results][$subtrainingtype = "Cross-Dressing"]] | [[Anal Masturbation|Results][$subtrainingtype = "Anal Masturbation"]] |
| [[Gender Training|Results][$subtrainingtype = "Gender Training"]] | [[Butt-Plug|Results][$subtrainingtype = "Butt-Plug"]] | _analtraining |
| [[Social Training|Results][$subtrainingtype = "Social Training"]] | [[Chastity Cage|Results][$subtrainingtype = "Chastity Cage"]] | |<<if $activeCharacter.shaved < 3>>
<<set _shaving = "[[Shaving|Results][$subtrainingtype = 'Shaving']]">>
<<else>>
<<set _shaving = "Shaving">>
<</if>>
<<if $PC.cock.current && $PC.girth.current>>
<<set _analtraining = "[[Anal Training|Results][$subtrainingtype = 'Anal Training']]">>
<<elseif $PC.pussy.current>>
<<set _analtraining = "[[Anal Training|Results][$subtrainingtype = 'Pegged']]">>
<</if>>
<<include "Unset Passages">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<set $Training = 1>>
<<set _trainingtitle = capitalize($subtrainingtype)>>
<<if $activeCharacter.fatigue.physical > 1>>
<<set $Continue = "Training Battle">>
<<else>>
<<set $Continue = "End Training">>
<</if>>
<<include "Mobile Header">>
<<if $subtrainingtype && $subtrainingtype != "Standby">>
<center><h3>Training Summary - _trainingtitle</h3></center><br>
<<include $subtrainingtype>>
<hr>
<</if>>
<<if $activeCharacter.update.length >= 1>>
<<include "Slave Update">>
<hr>
<</if>>
<center><h3>$activeCharacter.name's Status</h3></center>
<br>
<<include "Mood">>
<br><br>
<<include "Lust">>
<hr>
<<if $subtrainingtype>>
<<set $subtrainingtype = "Standby">>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<set _request = $PC.guild.slaver.request>>
<<set _characters = 0>>
<<include "Mobile Header">>
<center><h3>Submit Request</h3>
Please select the slave you would like to transfer ownership of over to the guild to complete the quest. The guild will compensate you for 75% of the slave’s cost on top of the reward you will earn for completing the request. Slaves transfered over to the guild can't be transfered back after this week is over.
</center>
<br>
<<if !$slaves.amount>>
<b>@@color:red;You have no slaves to present to the guild for this request.@@</b>
<</if>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<set _pass = 0>>
<<include "Check Slave">>
<<if _pass>>
<<displayTitle _character.title "title">> _character.name | <<print "[[Transfer Slave|Transfer Slave][$activeCharacter to $slaves[" + _i + "]]]">>
<br>
_info
<</if>>
<</for>>
<<if _characters == 0>>
<b>@@color:red;None of the slaves in your possession meets the requirements for the request you have accepted.@@</b>
<</if>><<if _request.part == "pussy">>
<<set _part = $pussy[_request.partreq]>>
<<set _characterpart = _character.pussy.current>>
<<set _spt = $pussy[_characterpart]>>
<<elseif _request.part == "breasts">>
<<set _part = $bust[_request.partreq]>>
<<set _characterpart = _character.bust.current>>
<<set _spt = $bust[_characterpart]>>
<<elseif _request.part == "clit">>
<<set _part = $clitoris[_request.partreq]>>
<<set _characterpart = _character.clit.current>>
<<set _spt = $clitoris[_characterpart]>>
<<elseif _request.part == "cock">>
<<set _part = $cock[_request.partreq]>>
<<set _characterpart = _character.cock.current>>
<<set _spt = $cock[_characterpart]>>
<<elseif _request.part == "girth">>
<<set _part = $girth[_request.partreq]>>
<<set _characterpart = _character.girth.current>>
<<set _spt = $girth[_characterpart]>>
<<elseif _request.part == "balls">>
<<set _part = $balls[_request.partreq]>>
<<set _characterpart = _character.balls.current>>
<<set _spt = $balls[_characterpart]>>
<</if>>
<<if _request.difficulty == "Easy">>
<<if _character.titles.includes(_request.title)>>
<<set _pass = 1>>
<<set _characters += 1>>
<<set _info = "_character.name has the title <<displayTitle _request.title 'title'>> unlocked and is eligible for transfer to the guild to complete this request.">>
<</if>>
<<elseif _request.difficulty == "Medium" || _request.difficulty == "Hard">>
<<if _character.titles.includes(_request.title) && _characterpart >= _request.partreq>>
<<set _pass = 1>>
<<set _characters += 1>>
<<set _info = "_character.name has the title <<displayTitle _request.title 'title'>> unlocked and <<print $hisher[_character.gender]>> _spt _request.part meets the requirement of being at least _part. <<print $HeShe[_character.gender]>> is eligible for transfer to the guild to complete this request.">>
<</if>>
<</if>>
<<if _characters > 1>>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<set _request = $PC.guild.slaver.request>>
<<set _comp = Math.round10($activeCharacter.ogprice * 0.75,1)>>
<<set _reward = _request.reward>>
<<set _totalnum = _comp + _reward>>
<<set _comp = commify(_comp)>>
<<set _reward = commify(_reward)>>
<<set _total = commify(_totalnum)>>
<<include "Mobile Header">>
<center><h3>Slave Transfered</h3>
<b>@@color:forestgreen;Congrats! You have completed _request.client's _request.rank-Rank request!@@</b>
<br>
You have transfered over $activeCharacter.name over to the guild. Your compensation for your slave is @@color:lightgreen;💎_comp@@ and your reward is @@color:lightgreen;💎_reward@@. In total you have earned @@color:lightgreen;💎_total@@ from completing _request.client's _request.rank-Rank request.
</center>
<hr>
<<set $PC.guild.slaver.reward = _totalnum>>
<<set $PC.guild.slaver.oldrequest = _request>>
<<set $PC.guild.slaver.request = null>>
<<set $PC.guild.slaver.transfer = $activeCharacter>>
<<include "Move Slave">>
<<unset $activeCharacter>><<set $slaveIncome = 0>>
<<set $requestIncome = 0>>
<<set $resources = 0>>
<<set $maintenance = {personal:0, estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $slaveExpense = 0>>
<<set $expenses = {estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $revenue = {estate:0, brothel:0, ranch:0, chattel:0, total:0}>>
<<set $remainder = {total:0, name:null, color:null}>>
<<set $brothelearnings = 0>>
<<set $brothelexpense = 0>>
<<set $ranchearnings = 0>>
<<set $totalcustomers = 0>>
<<set $totallitres = 0>>
<<set $brothelslaves = {amount:0, popularity:0}>>
<<set $ranchslaves = {amount:0, popularity:0}>>
<<set $estate.brothel.report = {text:null, brothelscore:0, guardscore:0, procurerscore:0}>>
<<set $estate.ranch.report = {text:null}>>
<<if $estate.brothel.pop>>
<<set _ratio = 0>>
<<set _bscore = 0>>
<<set _characters = 0>>
<<for _s = 1; _s <= $slaves.amount; _s++>>
<<set _character = $slaves[_s]>>
<<include "Modernize Slave">>
<<if _character.location == "brothel" && _character.assignment != "rest" && !($estate.brothel.exceptions.pConsorting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gConsorting == "Yes" && _character.position == "Guard")>>
<<set _ratio += getFocusRatio(_character, $estate)>>
<<set _bscore += getBrothelScore(_character)>>
<<set _characters++>>
<</if>>
<</for>>
<<set _ratio = Math.round(_ratio / _characters / 2)>>
<<set _bscore = Math.round(_bscore)>>
<<set $estate.brothel.report.brothelscore = Math.clamp(_ratio + _bscore, 0, 100)>>
<<unset _character>>
<</if>>
<<if $PC.guild.slaver.request || $PC.guild.slaver.oldrequest>>
<<if $PC.guild.slaver.request>>
<<set $PC.guild.slaver.request.time -= 1>>
<<set _request = $PC.guild.slaver.request>>
<</if>>
<<if $PC.guild.slaver.oldrequest>>
<<set _oldrequest = $PC.guild.slaver.oldrequest>>
<<set _reward = commify($PC.guild.slaver.reward)>>
<</if>>
<center><h3>Slaver’s Guild Request Update</h3></center>
<<if _oldrequest>>
$PC.guild.slaver.transfer.name has been successfully transfered to _oldrequest.client. The guild has sent you the reward money for completing your quest.
<br><br>
<<set _percentage = Math.round10($PC.guild.slaver.oldrequest.exp / $PC.guild.slaver.maxexp * 100,-2)>>
<b>@@color:forestgreen;You have completed _oldrequest.client’s request in the alloted time. You have received@@ @@color:lightgreen;💎_reward@@ @@color:forestgreen;and _percentage% rank EXP.@@</b>
<<set $PC.guild.slaver.exp = Math.clamp($PC.guild.slaver.exp+$PC.guild.slaver.oldrequest.exp, 0, $PC.guild.slaver.maxexp)>>
<<set $requestIncome += $PC.guild.slaver.reward>>
<<elseif _request.time > 1>>
You currently have _request.time weeks left to complete _request.client’s request. If you do not transfer a slave to the guild that meets the requirements of the request by the indicated time limit, the request will be canceled but you will not be penalized.
<<elseif _request.time == 1>>
This is the last week you have left to complete _request.client’s request. If you do not transfer a slave to the guild that meets the requirements of the request by the end of this week, the request will be canceled but you will not be penalized.
<<elseif _request.time < 1>>
<b>@@color:red;The time limit for _request.client’s request has been reached! This request will be canceled but you will not be penalized for not completing this quest. Go to the Slaver’s Guild at any time to get a new quest more suited for your level.@@</b>
<<set $PC.guild.slaver.request = null>>
<</if>>
<hr>
<</if>><<set _currentRank = $PC.guild.slaver.rank>>
<<set _newRank = $PC.guild.slaver.rank+1>>
<<set _an = AvsAn.query($GuildRankings[_newRank])>>
<<switch $GuildRankings[_currentRank]>>
<<case "E-1">>
<<set $rankupFee = 50000>>
<<set $newGrade = "D">>
<<set $newCap = 2>>
<<case "D-1">>
<<set $rankupFee = 150000>>
<<set $newGrade = "C">>
<<set $newCap = 3>>
<<case "C-1">>
<<set $rankupFee = 300000>>
<<set $newGrade = "B">>
<<set $newCap = 4>>
<<case "B-1">>
<<set $rankupFee = 500000>>
<<set $newGrade = "A">>
<<set $newCap = 5>>
<<case "A-1">>
<<set $rankupFee = 1000000>>
<<set $newGrade = "S">>
<<set $newCap = 6>>
<</switch>>
<<if $PC.money >= $rankupFee>>
<b>[[Rankup|Slaver Guild][$PC.guild.slaver.rankup = 1]]</b> | @@color:lightgreen;💎<<print commify($rankupFee)>> Rankup Fee@@ | By paying the rankup fee you can become _an <b><<print $GuildRankings[_newRank]>></b> ranked slaver. You will be able to take <b><<print $GuildRankings[_newRank]>></b> contracts from the request board and complete them for money and you will also be able to access new items in the general store.
<<else>>
<b>Rankup</b> | @@color:red;💎<<print commify($rankupFee)>> Rankup Fee@@ | By paying the rankup fee you can become _an <b><<print $GuildRankings[_newRank]>></b> ranked slaver. You will be able to take <b><<print $GuildRankings[_newRank]>></b> contracts from the request board and complete them for money and you will also be able to access new items in the general store.
<</if>><table class="inventory" style='table-layout:fixed;width:1000px'>
<<if $PC.money >= $regfee>>
<tr><th class = "nobottom" colspan = 2><b>[[Register|Slaver Guild][$Registration = 1]]</b> | @@color:lightgreen;💎<<print commify($regfee)>> Registration Fee@@</th></tr>
<tr><td class = "noborder" colspan = 2>The Slaver Guild is the most popular guild in all of Waiross. In recent times many residents don't have the time to buy and train slaves for their own use, raising the demand for skilled slavers drastically. The guild works as a middle-man for resident-slaver interactions, providing many advantages to both sides. Lower ranked and unknown slavers are able to get requests that would otherwise go to proven slavers and residents can get their slaves trained for a good price. The guild reimburses residents if their slaver isn't trained to their specification and the slaver has to pay a penalty for it, but can otherwise continue to collect requests without having their name ruined.
<br><br>
Signing up to become a slaver in the guild only requires a one time fee of @@color:lightgreen;💎<<print commify($regfee)>> Registration Fee@@, after which you only have to pay a fee when you rank up a grade letter. Your rank can be raised by completing requests, earning you higher commission (and difficulty) requests and more items in the general shop.</td></tr>
<<else>>
<tr><th class = "nobottom" colspan = 2><b><b>Register</b> | @@color:red;💎<<print commify($regfee)>> Registration Fee@@</th></tr>
<tr><td class = "noborder" colspan = 2>The Slaver Guild is the most popular guild in all of Waiross. In recent times many residents don't have the time to buy and train slaves for their own use, raising the demand for skilled slavers drastically. The guild works as a middle-man for resident-slaver interactions, providing many advantages to both sides. Lower ranked and unknown slavers are able to get requests that would otherwise go to proven slavers and residents can get their slaves trained for a good price. The guild reimburses residents if their slave isn't trained to their specification and the slaver has to pay a penalty for it, but can otherwise continue to collect requests without having their name ruined.
<br><br>
Signing up to become a slaver in the guild only requires a one time fee of @@color:red;💎<<print commify($regfee)>> Registration Fee@@, after which you only have to pay a fee when you rank up a grade letter. Your rank can be raised by completing requests, earning you higher commission (and difficulty) requests and more items in the general shop.</td></tr>
<</if>>
</table><<include "Unset Passages">>
<<include "Shops">>
<<set $Return = 1>>
<<set $Main = 1>>
<<include "Mobile Header">>
<center><h3>$Store.name</h3></center>
Choose one of your slaves to make an appointment to get a piercing done.
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<br><br>
<<if _character.appointment.type == null>>
<<displayTitle _character.title "title">> _character.name | <<print "[[Piercing][$activeCharacter to $slaves[" + _i + "]]]">>
<</if>>
<</for>>
<hr><<include "Unset Passages">>
<<set $Return = 1>>
<<include "Mobile Header">>
<center><h3><<displayTitle $activeCharacter.title "title">> $activeCharacter.name | Piercings</h3></center>
<<if !$activeCharacter.piercing.ear.type>>
<<if $PC.money >= 500>>
<b>[[Basic Ear Piercing I|Piercing][$PC.money -= 500, $activeCharacter.piercing.ear.type = 1, $activeCharacter.piercing.ear.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(500)>>@@
<<else>>
<b>Basic Ear Piercing I</b> | @@color:red;💎<<print commify(500)>>@@
<</if>>
<br>
Have $activeCharacter.name's earlobes pierced. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> ear.
<<elseif $activeCharacter.piercing.ear.type == 1>>
<<if $PC.money >= 1500>>
<b>[[Basic Ear Piercing II|Piercing][$PC.money -= 1500, $activeCharacter.piercing.ear.type = 2, $activeCharacter.piercing.ear.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(1500)>>@@
<<else>>
<b>Basic Ear Piercing II</b> | @@color:red;💎<<print commify(1500)>>@@
<</if>>
<br>
Have $activeCharacter.name's ear cartilage pierced. This is known as the helix piercing, and is usually used for some of the more stylish types of ear piercings.
<<elseif $Store.level == 1>>
<b>$activeCharacter.name's ear piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<br><br>
<<if !$activeCharacter.piercing.eyebrow.type>>
<<if $PC.money >= 500>>
<b>[[Basic Eyebrow Piercing I|Piercing][$PC.money -= 500, $activeCharacter.piercing.eyebrow.type = 1, $activeCharacter.piercing.eyebrow.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(500)>>@@
<<else>>
<b>Basic Eyebrow Piercing I</b> | @@color:red;💎<<print commify(500)>>@@
<</if>>
<br>
Have $activeCharacter.name's eyebrows pierced. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> eyebrows.
<<elseif $activeCharacter.piercing.eyebrow.type == 1>>
<<if $PC.money >= 2000>>
<b>[[Basic Eyebrow Piercing II|Piercing][$PC.money -= 2000, $activeCharacter.piercing.eyebrow.type = 2, $activeCharacter.piercing.eyebrow.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(2000)>>@@
<<else>>
<b>Basic Eyebrow Piercing II</b> | @@color:red;💎<<print commify(2000)>>@@
<</if>>
<br>
Have $activeCharacter.name's eyebrows pierced multiple times. As these piercings are meant to decorate <<print $hisher[$activeCharacter.gender]>> eyebrows, having a row of eyebrow piercings helps to accentuate <<print $hisher[$activeCharacter.gender]>> exoticism.
<<elseif $Store.level == 1>>
<b>$activeCharacter.name's eyebrow piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<br><br>
<<if !$activeCharacter.piercing.nose.type>>
<<if $PC.money >= 500>>
<b>[[Basic Nose Piercing I|Piercing][$PC.money -= 500, $activeCharacter.piercing.nose.type = 1, $activeCharacter.piercing.nose.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(500)>>@@
<<else>>
<b>Basic Nose Piercing I</b> | @@color:red;💎<<print commify(500)>>@@
<</if>>
<br>
Have one of $activeCharacter.name's nostrils pierced. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> nose.
<<elseif $Store.level == 1>>
<b>$activeCharacter.name's nose piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<br><br>
<<if !$activeCharacter.piercing.tongue.type>>
<<if $PC.money >= 500>>
<b>[[Basic Tongue Piercing I|Piercing][$PC.money -= 500, $activeCharacter.piercing.tongue.type = 1, $activeCharacter.piercing.tongue.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(500)>>@@
<<else>>
<b>Basic Tongue Piercing I</b> | @@color:red;💎<<print commify(500)>>@@
<</if>>
<br>
Have $activeCharacter.name's tongue pierced. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> tongue.
<<elseif $Store.level == 1>>
<b>$activeCharacter.name's tongue piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<br><br>
<<if !$activeCharacter.piercing.lip.type>>
<<if $PC.money >= 500>>
<b>[[Basic Lip Piercing I|Piercing][$PC.money -= 500, $activeCharacter.piercing.lip.type = 1, $activeCharacter.piercing.lip.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(500)>>@@
<<else>>
<b>Basic Lip Piercing I</b> | @@color:red;💎<<print commify(500)>>@@
<</if>>
<br>
Have $activeCharacter.name's bottom lip pierced. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> lips.
<<elseif $Store.level == 1>>
<b>$activeCharacter.name's lip piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<br><br>
<<if !$activeCharacter.piercing.nipple.type>>
<<if $PC.money >= 1000>>
<b>[[Basic Nipple Piercing I|Piercing][$PC.money -= 1000, $activeCharacter.piercing.nipple.type = 1, $activeCharacter.piercing.nipple.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(1000)>>@@
<<else>>
<b>Basic Nipple Piercing I</b> | @@color:red;💎<<print commify(1000)>>@@
<</if>>
<br>
Have $activeCharacter.name's nipples pierced. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> nipples.
<<elseif $Store.level == 1>>
<b>$activeCharacter.name's nipple piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<br><br>
<<if !$activeCharacter.piercing.navel.type>>
<<if $PC.money >= 500>>
<b>[[Basic Navel Piercing I|Piercing][$PC.money -= 500, $activeCharacter.piercing.navel.type = 1, $activeCharacter.piercing.navel.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(500)>>@@
<<else>>
<b>Basic Navel Piercing I</b> | @@color:red;💎<<print commify(500)>>@@
<</if>>
<br>
Have $activeCharacter.name's navel pierced. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> navel.
<<elseif $Store.level == 1>>
<b>$activeCharacter.name's navel piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<<if $activeCharacter.cock.current >= 1>>
<br><br>
<</if>>
<<if !$activeCharacter.piercing.cock.type && $activeCharacter.cock.current >= 1>>
<<if $PC.money >= 1500>>
<b>[[Basic Cock Piercing I|Piercing][$PC.money -= 1500, $activeCharacter.piercing.cock.type = 1, $activeCharacter.piercing.cock.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(1500)>>@@
<<else>>
<b>Basic Cock Piercing I</b> | @@color:red;💎<<print commify(1500)>>@@
<</if>>
<br>
Have $activeCharacter.name's cock pierced with a frenum piercing. This is a single, most basic piercing you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> cock.
<<elseif $activeCharacter.piercing.cock.type == 1 && $activeCharacter.cock.current >= 1>>
<<if $PC.money >= 4000>>
<b>[[Basic Cock Piercing II|Piercing][$PC.money -= 4000, $activeCharacter.piercing.cock.type = 2, $activeCharacter.piercing.cock.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(4000)>>@@
<<else>>
<b>Basic Cock Piercing II</b> | @@color:red;💎<<print commify(4000)>>@@
<</if>>
<br>
Have $activeCharacter.name's cock further pierced with an ampallang piercing, which is a vertical piercing straight through the cockhead. It usually doesn't add any pleasure to the user or their partners and is mainly just for aesthetic purposes.
<<elseif $Store.level == 1 && $activeCharacter.cock.current >= 1>>
<b>$activeCharacter.name's cock piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<<if $activeCharacter.pussy.current >= 1>>
<br><br>
<</if>>
<<if !$activeCharacter.piercing.pussy.type && $activeCharacter.pussy.current >= 1>>
<<if $PC.money >= 1500>>
<b>[[Basic Pussy Piercing I|Piercing][$PC.money -= 1500, $activeCharacter.piercing.pussy.type = 1, $activeCharacter.piercing.pussy.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(1500)>>@@
<<else>>
<b>Basic Pussy Piercing I</b> | @@color:red;💎<<print commify(1500)>>@@
<</if>>
<br>
Have $activeCharacter.name's pussy pierced with a pair of inner and outer labia piercings. This is the single, most basic piercings you can get for <<print $himher[$activeCharacter.gender]>> before you can get more advanced piercings for <<print $hisher[$activeCharacter.gender]>> pussy.
<<elseif $activeCharacter.piercing.pussy.type == 1 && $activeCharacter.pussy.current >= 1>>
<<if $PC.money >= 4000>>
<b>[[Basic Pussy Piercing II|Piercing][$PC.money -= 4000, $activeCharacter.piercing.pussy.type = 2, $activeCharacter.piercing.pussy.jewelry = 0]]</b> | @@color:lightgreen;💎<<print commify(4000)>>@@
<<else>>
<b>Basic Pussy Piercing II</b> | @@color:red;💎<<print commify(4000)>>@@
<</if>>
<br>
Have $activeCharacter.name's pussy further pierced with a vertical clitoral hood piercing. This pericing is usually very sexually stimulating as opposed to the inner and outer labia piercings, which are usually only done for aesthetic purposes.
<<elseif $Store.level == 1 && $activeCharacter.pussy.current >= 1>>
<b>$activeCharacter.name's pussy piercings are too advanced for anyone in $Store.name to work <<print $himher[$activeCharacter.gender]>> piercings. </b>
<</if>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<if $playerStatus>>
<center><h3>Your Piercings</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _piercingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _piercingslave = $identifySlave>>
<<else>>
<<set _piercingslave = $activeCharacter>>
<</if>>
<center><h3>_piercingslave.name's Piercings</h3></center>
<<set _name = _piercingslave.name>>
<<set _namep = _piercingslave.name + "'s">>
<<set _Their = $HisHer[_piercingslave.gender]>>
<<set _their = $hisher[_piercingslave.gender]>>
<<set _They = $HeShe[_piercingslave.gender]>>
<<set _has = "has">>
<</if>>
<<piercing _piercingslave.piercing.ear.type _piercingslave.piercing.ear.jewelry "Ear Piercings">>
<br>
<<if !_piercingslave.piercing.ear.type>>
<<set _piercingslave.piercing.ear.jewelry == 0>>
<<else>>
<<jewelry "Ear">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.ear.type>>
_name currently _has no ear piercings.
<<elseif _piercingslave.piercing.ear.jewelry == 0>>
_name _has ear piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.ear.type == 1>>
_namep earlobes are pierced and are fitted with <<print $Jewelry[_piercingslave.piercing.ear.jewelry]>> studs.
<<elseif _piercingslave.piercing.ear.type == 2>>
_namep earlobes are pierced and are fitted with <<print $Jewelry[_piercingslave.piercing.ear.jewelry]>> studs. _They also _has helix (cartilage) piercings on both ears which are fitted <<print $Jewelry[_piercingslave.piercing.ear.jewelry]>> earrings.
<</if>>
<br><br>
<<piercing _piercingslave.piercing.eyebrow.type _piercingslave.piercing.eyebrow.jewelry "Eyebrow Piercings">>
<br>
<<if !_piercingslave.piercing.eyebrow.type>>
<<set _piercingslave.piercing.eyebrow.jewelry == 0>>
<<else>>
<<jewelry "Eyebrow">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.eyebrow.type>>
_name currently _has no eyebrow piercings.
<<elseif _piercingslave.piercing.eyebrow.jewelry == 0>>
_name _has eyebrow piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.eyebrow.type == 1>>
_namep eyebrows are pierced and fitted with <<print $Jewelry[_piercingslave.piercing.eyebrow.jewelry]>> eyebrow rings.
<<elseif _piercingslave.piercing.eyebrow.type == 2>>
_name _has a row of eyebrow piercings on both of _their eyebrows fitted with <<print $Jewelry[_piercingslave.piercing.eyebrow.jewelry]>> eyebrow rings.
<</if>>
<br><br>
<<piercing _piercingslave.piercing.nose.type _piercingslave.piercing.nose.jewelry "Nose Piercings">>
<br>
<<if !_piercingslave.piercing.nose.type>>
<<set _piercingslave.piercing.nose.jewelry == 0>>
<<else>>
<<jewelry "Nose">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.nose.type>>
_name currently _has no nose piercings.
<<elseif _piercingslave.piercing.nose.jewelry == 0>>
_name _has nose piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.nose.type == 1>>
One of _namep nostrils are pierced and fitted with a <<print $Jewelry[_piercingslave.piercing.nose.jewelry]>> stud.
<<elseif _piercingslave.piercing.nose.type == 2>>
<</if>>
<br><br>
<<piercing _piercingslave.piercing.tongue.type _piercingslave.piercing.tongue.jewelry "Tongue Piercings">>
<br>
<<if !_piercingslave.piercing.tongue.type>>
<<set _piercingslave.piercing.tongue.jewelry == 0>>
<<else>>
<<jewelry "Tongue">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.tongue.type>>
_name currently _has no tongue piercings.
<<elseif _piercingslave.piercing.tongue.jewelry == 0>>
_name _has tongue piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.tongue.type == 1>>
_namep tongue is pierced and fitted with a <<print $Jewelry[_piercingslave.piercing.tongue.jewelry]>> stud.
<<elseif _piercingslave.piercing.tongue.type == 2>>
<</if>>
<br><br>
<<piercing _piercingslave.piercing.lip.type _piercingslave.piercing.lip.jewelry "Lip Piercings">>
<br>
<<if !_piercingslave.piercing.lip.type>>
<<set _piercingslave.piercing.lip.jewelry == 0>>
<<else>>
<<jewelry "Lip">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.lip.type>>
_name currently _has no lip piercings.
<<elseif _piercingslave.piercing.lip.jewelry == 0>>
_name _has lip piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.lip.type == 1>>
_namep bottom lip is pierced and fitted with a <<print $Jewelry[_piercingslave.piercing.lip.jewelry]>> stud.
<<elseif _piercingslave.piercing.lip.type == 2>>
<</if>>
<br><br>
<<piercing _piercingslave.piercing.nipple.type _piercingslave.piercing.nipple.jewelry "Nipple Piercings">>
<br>
<<if !_piercingslave.piercing.nipple.type>>
<<set _piercingslave.piercing.nipple.jewelry == 0>>
<<else>>
<<jewelry "Nipple">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.nipple.type>>
_name currently _has no nipple piercings.
<<elseif _piercingslave.piercing.nipple.jewelry == 0>>
_name _has nipple piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.nipple.type == 1>>
_namep nipples are pierced and fitted with <<print $Jewelry[_piercingslave.piercing.nipple.jewelry]>> nipple rings.
<<elseif _piercingslave.piercing.nipple.type == 2>>
<</if>>
<br><br>
<<piercing _piercingslave.piercing.navel.type _piercingslave.piercing.navel.jewelry "Navel Piercings">>
<br>
<<if !_piercingslave.piercing.navel.type>>
<<set _piercingslave.piercing.navel.jewelry == 0>>
<<else>>
<<jewelry "Navel">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.navel.type>>
_name currently _has no navel piercings.
<<elseif _piercingslave.piercing.navel.jewelry == 0>>
_name _has navel piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.navel.type == 1>>
_namep navel is pierced and fitted with a <<print $Jewelry[_piercingslave.piercing.navel.jewelry]>> stud.
<<elseif _piercingslave.piercing.navel.type == 2>>
<</if>>
<<if _piercingslave.cock.current >= 1>>
<br><br>
<<piercing _piercingslave.piercing.cock.type _piercingslave.piercing.cock.jewelry "Cock Piercings">>
<br>
<<if !_piercingslave.piercing.cock.type>>
<<set _piercingslave.piercing.cock.jewelry == 0>>
<<else>>
<<jewelry "Cock">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.cock.type>>
_name currently _has no cock piercings.
<<elseif _piercingslave.piercing.cock.jewelry == 0>>
_name _has cock piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.cock.type == 1>>
_namep frelenum is pierced and fitted with a <<print $Jewelry[_piercingslave.piercing.cock.jewelry]>> barbell stud.
<<elseif _piercingslave.piercing.cock.type == 2>>
_namep frelenum is pierced and fitted with a <<print $Jewelry[_piercingslave.piercing.cock.jewelry]>> barbell stud. _Their cockhead also has a vertical <<print $Jewelry[_piercingslave.piercing.cock.jewelry]>> barbell stud going through it as well.
<</if>>
<</if>>
<<if _piercingslave.pussy.current >= 1>>
<br><br>
<<piercing _piercingslave.piercing.pussy.type _piercingslave.piercing.pussy.jewelry "Pussy Piercings">>
<br>
<<if !_piercingslave.piercing.pussy.type>>
<<set _piercingslave.piercing.pussy.jewelry == 0>>
<<else>>
<<jewelry "Pussy">>
<br><br>
<</if>>
<<if !_piercingslave.piercing.pussy.type>>
_name currently _has no pussy piercings.
<<elseif _piercingslave.piercing.pussy.jewelry == 0>>
_name _has pussy piercings but currently doesn't have any jewelry in them.
<<elseif _piercingslave.piercing.pussy.type == 1>>
_name _has both _their inner and outer labia pierced with a pair of <<print $Jewelry[_piercingslave.piercing.pussy.jewelry]>> labia rings.
<<elseif _piercingslave.piercing.pussy.type == 2>>
_name _has both _their inner and outer labia pierced with a pair of <<print $Jewelry[_piercingslave.piercing.pussy.jewelry]>> labia rings. _They also _has _their a vertical clitoral hood piercing fitted with a <<print $Jewelry[_piercingslave.piercing.pussy.jewelry]>> ring.
<</if>>
<</if>><<widget "piercing">>
<<set _exoticism = 0>>
<<if $args[1] != 0>>
<<set _exoticism = $args[0] + $args[1]>>
<</if>>
<<if _exoticism < 2>>
<<set _color = "red">>
<<elseif _exoticism < 4>>
<<set _color = "orange">>
<<elseif _exoticism < 8>>
<<set _color = "yellow">>
<<elseif _exoticism < 12>>
<<set _color = "greenyellow">>
<<elseif _exoticism < 16>>
<<set _color = "forestgreen">>
<<else>>
<<set _color = "darkturquoise">>
<</if>>
<b><<print "@@color:"+_color+";"+$args[2]+"@@">></b>
<</widget>><<set $Jewelry = {0: "None", 1: "stone", 2: "slime stone"}>>
<<set $SEJS = {name: "Stone Ear Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Ear", price: 5000, description: "A large set of assorted stone ear jewelry of various colors.", amount: 0}>>
<<set $SEES = {name: "Stone Eyebrow Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Eyebrow", price: 5000, description: "A large set of assorted stone eyebrow jewelry of various colors.", amount: 0}>>
<<set $SENS = {name: "Stone Nose Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Nose", price: 5000, description: "A large set of assorted stone nose jewelry of various colors.", amount: 0}>>
<<set $SETS = {name: "Stone Tongue Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Tongue", price: 5000, description: "A large set of assorted stone tongue jewelry of various colors.", amount: 0}>>
<<set $SELS = {name: "Stone Lip Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Lip", price: 5000, description: "A large set of assorted stone lip jewelry of various colors.", amount: 0}>>
<<set $SENiS = {name: "Stone Nipples Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Nipple", price: 5000, description: "A large set of assorted stone nipple jewelry of various colors.", amount: 0}>>
<<set $SENaS = {name: "Stone Navel Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Navel", price: 5000, description: "A large set of assorted stone navel jewelry of various colors.", amount: 0}>>
<<set $SECS = {name: "Stone Cock Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Cock", price: 5000, description: "A large set of assorted stone cock jewelry of various colors.", amount: 0}>>
<<set $SEPS = {name: "Stone Pussy Jewelry Set", rank: "D", type: "Jewelry", cut: 1, style: "Pussy", price: 5000, description: "A large set of assorted stone pussy jewelry of various colors.", amount: 0}>>
<<set $SSEJS = {name: "Slime Stone Ear Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Ear", price: 15000, description: "A large set of assorted slime stone ear jewelry of various colors.", amount: 0}>>
<<set $SSEES = {name: "Slime Stone Eyebrow Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Eyebrow", price: 15000, description: "A large set of assorted slime stone eyebrow jewelry of various colors.", amount: 0}>>
<<set $SSENS = {name: "Slime Stone Nose Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Nose", price: 15000, description: "A large set of assorted slime stone nose jewelry of various colors.", amount: 0}>>
<<set $SSETS = {name: "Slime Stone Tongue Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Tongue", price: 15000, description: "A large set of assorted slime stone tongue jewelry of various colors.", amount: 0}>>
<<set $SSELS = {name: "Slime Stone Lip Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Lip", price: 15000, description: "A large set of assorted slime stone lip jewelry of various colors.", amount: 0}>>
<<set $SSENiS = {name: "Slime Stone Nipples Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Nipple", price: 15000, description: "A large set of assorted slime stone nipple jewelry of various colors.", amount: 0}>>
<<set $SSENaS = {name: "Slime Stone Navel Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Navel", price: 15000, description: "A large set of assorted slime stone navel jewelry of various colors.", amount: 0}>>
<<set $SSECS = {name: "Slime Stone Cock Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Cock", price: 15000, description: "A large set of assorted slime stone cock jewelry of various colors.", amount: 0}>>
<<set $SSEPS = {name: "Slime Stone Pussy Jewelry Set", rank: "D", type: "Jewelry", cut: 2, style: "Pussy", price: 15000, description: "A large set of assorted slime stone pussy jewelry of various colors.", amount: 0}>><<include "Unset Passages">>
<<include "Shops">>
<<set $Return = 1>>
<<set $Main = 1>>
<<include "Mobile Header">>
<center><h3>$Store.name</h3></center>
<br>
$Store.welcome
<<if $boughtitem>>
<<include "Purchase Bulk">>
<</if>>
<<set _bulk = 0>>
<hr>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th style='width: 30%;'>Name</th>
<th style='width: 10%;'>Price</th>
<th style='width: 60%;'>Description</th>
</tr>
<<for _i = 0; _i < $Store.inventory.length;_i++>>
<<set _item = $Store.inventory[_i]>>
<<set _price = commify(_item.price)>>
<<if checkBulk($bulk, _item)>>
<<continue>>
<<elseif $PC.money >= _item.price>>
<tr>
<td><<print "[[_item.name|Bulk Store][$boughtitem = $Store.inventory[" + _i + "]]]">></td>
<td>@@color:lightgreen;💎_price@@</td>
<td>_item.description</td>
</tr>
<<set _bulk++>>
<<else>>
<tr>
<td><b>_item.name</b></td>
<td>@@color:lightgreen;💎_price@@</td>
<td>_item.description</td>
</tr>
<<set _bulk++>>
<</if>>
<</for>>
<<if _bulk == 0>>
<tr><td colspan=3><b>You have already bought all of this store's items.</b></td></tr>
<</if>>
</table><br><br>
<b>You bought the $boughtitem.name.</b>
<<set $PC.money -= $boughtitem.price>>
<<set $bulk.push($boughtitem)>>
<<unset $boughtitem>>
<<unset _item>><<widget "Item">>
<<if $args[0] == "D">>
<<set _color = "gray">>
<<elseif $args[0] == "C">>
<<set _color = "green">>
<<elseif $args[0] == "B">>
<<set _color = "#3333ff">>
<<elseif $args[0] == "A">>
<<set _color = "#6600cc">>
<<elseif $args[0] == "S">>
<<set _color = "#EEE8AA">>
<</if>>
<<if $args[1] == "Bulk">>
<b><<print "@@color:"+_color+";"+$args[2]+" | Rank "+$args[0]+"@@">></b>
<br>
<<print $args[3]>> This is a bulk item. It can be used by an unlimited amount of slaves, an unlimited amount of times without running out.
<</if>>
<</widget>><<widget "jewelry">>
<<set _style = lowercase($args[0])>>
<<if !$activeCharacter.piercing[_style]["jewelry"]>>
None
<<else>>
<<print "[[None|Piercing Description][$activeCharacter.piercing." + _style + "['jewelry'] = 0]]">>
<</if>>
<<for _j = 0; _j < $bulk.length; _j++>>
<<set _jewelry = $bulk[_j]>>
<<if _jewelry.style == $args[0]>>
<<if _jewelry.cut == $activeCharacter.piercing[_style]['jewelry']>>
| _jewelry.name
<<else>>
| <<print "[[_jewelry.name|Piercing Description][$activeCharacter.piercing." + _style + "['jewelry'] = " + _jewelry.cut + "]]">>
<</if>>
<</if>>
<</for>>
<</widget>><<widget "wardrobe">>
<<if $args[2] == "Jewelry">>
<b>$args[0] Jewelry</b>
<br>
<<if $args[1] == null>>
None
<<else>>
<<print "[[None|Wardrobe][$" + $args[0] + " = null]]">>
<</if>>
<<set _chosenjewel = null>>
<<for _j = 0; _j < $bulk.length; _j++>>
<<set _jewelry = $bulk[_j]>>
<<if _jewelry.style == $args[0]>>
<<if _jewelry.name == $args[1]>>
| _jewelry.name
<<set _chosenjewelry = _jewelry>>
<<else>>
| <<print "[[_jewelry.name|Wardrobe][$" + $args[0] + " = '" + _jewelry.name + "']]">>
<</if>>
<</if>>
<</for>>
<<if $args[1] != null>>
<br><br>
<<Item _chosenjewelry.rank "Bulk" _chosenjewelry.name _chosenjewelry.description>>
<</if>>
<</if>>
<</widget>><<unset $Ear>>
<<unset $Eyebrow>>
<<unset $Nose>>
<<unset $Tongue>>
<<unset $Lip>>
<<unset $Nipple>>
<<unset $Navel>>
<<unset $Cock>>
<<unset $Pussy>>
<<unset $Top>>
<<unset $Bottom>>
<<unset $Neck>>
<<unset $Legs>>
<<unset $Shoes>>
<<unset $Eyes>>
<<unset $Hands>>
<<unset $Outfit>>
<<silently>>
note: eqf, tops, bottoms must use eqf:2, otherwise they will overlap
note: class is used to describe the general archetype of an article of clothing
<</silently>>
<<set $Clothes= {0: "None", 1: "Outfit Types", 2: "Dresses", 3: "Suit", 4: "Bodysuit", 5: "Fullbody", 6: "Top Types", 7: "Shirt", 8: "Blouse", 9: "Buttoned shirt", 10: "Crop top", 11: "Long sleeve shirt", 12: "Tank top", 13: "Garb", 14: "Bottom Types", 15: "Pants", 16: "Shorts", 17: "Leggings", 18: "Skirt", 19: "Miniskirt", 20: "Longskirt", 21: "Kilt", 22: "Head Types", 23: "Glasses", 24: "Eyepatch", 25: "Monocle", 26: "Shoes Types", 27: "loafers", 28: "Heels", 29: "Underwear Types", 30: "Panties", 31: "Boxers", 32: "Legwear Types", 33: "Socks", 34: "Knee-high Socks", 35: "Stockings"
}>>
<<set $BP = {name: "Basic Panties", rank: "D", type: "Clothes", cut: 1, style: "Underwear", class:30, appeal: 4, masculinity:0, femininity:0, price: 25, description: "Basic gray panties, somewhat comfortable.", amount: 20, eqf: 1}>>
<<set $BB = {name: "Basic Boxers", rank: "D", type: "Clothes", cut: 1, style: "Underwear", class:31, appeal: 4, masculinity:10, femininity:0, price: 25, description: "Basic boxers, somewhat comfortable.", amount: 20, eqf: 1}>>
<<set $BLUP = {name: "Blue Striped Panties", rank: "C", type: "Clothes", cut: 1, style: "Underwear", class:30, appeal: 8, masculinity:0, femininity:0, price: 100, description: "Blue, striped panties, pretty comfortable.", amount: 20, eqf: 1}>>
<<set $PNKLP = {name: "Pink Lacy Panties", rank: "C", type: "Clothes", cut: 1, style: "Underwear", class:30, appeal: 8, masculinity:0, femininity:20, price: 1200, description: "Pink, lacy panties that would give off a very pure and dainty feeling, pretty comfortable.", amount: 20, eqf: 1}>>
<<set $REP = {name: "Red Erotic Panties", rank: "C", type: "Clothes", cut: 1, style: "Underwear", class:30, appeal: 20, masculinity:0, femininity:50, price: 1200, description: "Red, erotic panties oozing erotic sex appeal, pretty comfortable, especially if you're taking them off someone.", amount: 20, eqf: 1}>>
<<set $BMP = {name: "Black Mature Panties", rank: "C", type: "Clothes", cut: 1, style: "Underwear", class:30, appeal: 22, masculinity:0, femininity:20, price: 1500, description: "Black, panties that give a mature and latently erotic sex appeal, pretty comfortable.", amount: 20, eqf: 1}>>
<<set $DS = {name: "Drab Shirt", rank: "D", type: "Clothes", cut: 1, style: "Top", class:7, appeal: 2, masculinity:0, femininity:0, price: 100, description: "A short sleeved gray shirt", amount: 70, eqf: 2}>>
<<set $VNS = {name: "V-neck Sweater", rank: "B", type: "Clothes", cut: 1, style: "Top", class:11, appeal: 50, masculinity:40, femininity:0, price: 10000, description: "A V-necked button up sweater.", amount: 70, eqf: 2}>>
<<set $LSB = {name: "Long-sleeved Blouse", rank: "B", type: "Clothes", cut: 1, style: "Top", class:11, appeal: 50, masculinity:0, femininity:40, price: 10000, description: "An elegantly designed dark blue blouse, some of the Waiross aristocrats would wear something like thing", amount: 70, eqf: 2}>>
<<set $CT = {name: "Crop Top", rank: "D", type: "Clothes", cut: 1, style: "Top", class:10, appeal: 50, masculinity:0, femininity:30, price: 8000, description: "A black and white striped crop top, leaving a nice view of their waist", amount: 70, eqf: 2}>>
<<set $CST = {name: "Corset", rank: "D", type: "Clothes", cut: 1, style: "Top", class:9, appeal: 50, masculinity:0, femininity:30, price: 8000, description: "A leather corset, tightening the body and shaping it to more feminine shape, this one is is on the more relaxed side", amount: 70, eqf: 2}>>
<<set $DD = {name: "Drab Dress", rank: "D", type: "Clothes", cut: 1, style: "Outfit", class:2, appeal: 4, masculinity:0, femininity:0, price: 100, description: "A short-sleeved, gray dress large enough to cover from a slave's neck down to their knees.", amount: 70, eqf: 2}>>
<<set $BD = {name: "Blue Dress", rank: "C", type: "Clothes", cut: 1, style: "Outfit", class:2, appeal: 20, masculinity:0, femininity:0, price: 3000, description: "A blue short sleeved V-cut dress. It feels surpringly soft", amount: 10, eqf: 2}>>
<<set $BLD = {name: "Black Dress", rank: "C", type: "Clothes", cut: 1, style: "Outfit", class:2, appeal: 25, masculinity:0, femininity:0, price: 3200, description: "A black short sleeved V-cut dress. It feels surpringly soft", amount: 10, eqf: 2}>>
<<set $CP = {name: "Commoner's Pants", rank: "D", type: "Clothes", cut: 1, style: "Bottom", class:15, appeal: 4, masculinity:0, femininity:0, price: 250, description: "A black pair of pants.", amount: 175, eqf: 2}>>
<<set $CS = {name: "Commoner's Skirt", rank: "D", type: "Clothes", cut: 1, style: "Bottom", class:18, appeal: 4, masculinity:0, femininity:0, price: 250, description: "A basic white skirt.", amount: 175, eqf: 2}>>
<<set $BS = {name: "Basic miniskirt", rank: "C", type: "Clothes", cut: 1, style: "Bottom", class:19, appeal: 10, masculinity:0, femininity:0, price: 1000, description: "A black somewhat stylish miniskirt. The wind is a cultured man's ally.", amount: 175, eqf: 2}>>
<<set $RS = {name: "Ragged Shirt", rank: "D", type: "Clothes", cut: 1, style: "Top", appeal: 1, class:7, price: 25, masculinity:0, femininity:0, description: "A short-sleeved gray shift large enough to cover from a slave's neck down to their knees.", amount: 5, eqf: 2}>>
<<set $GS = {name: "Glasses", rank: "D", type: "Clothes", cut: 1, style: "Eyes", appeal: 10, class:23, price: 500, masculinity:0, femininity:0, description: "A basic, black pair of glasses", amount: 5, eqf: 1}>>
<<set $WL = {name: "Worn Loafers", rank: "D", type: "Clothes", cut: 1, style: "Shoes", appeal: 4, class:27, price: 200, masculinity:0, femininity:0, description: "Old and worn out. These black pair of loafers are mildly uncomfortable, but at least they're shoes.", amount: 5, eqf: 1}>>
<<set $OL = {name: "Polished Onyx Loafers", rank: "D", type: "Clothes", cut: 1, style: "Shoes", appeal: 4, class:27, price: 20000, masculinity:0, femininity:0, description: "A pair of loafers, black as onyx, the sheen is almost blinding. The snug fit feels like you're walking on clouds.", amount: 5, eqf: 1}>>
<<set $OH = {name: "Old Heels", rank: "D", type: "Clothes", cut: 1, style: "Shoes", appeal: 4, class:28, price: 200, masculinity:0, femininity:20, description: "Black high heels that look visibly worn out, It's a gamble when they'll finally break", amount: 5, eqf: 1}>>
<<set $RH = {name: "Ruby Heels", rank: "D", type: "Clothes", cut: 1, style: "Shoes", appeal: 4, class:28, price: 20000, masculinity:0, femininity:20, description: "Vivid, red high heels with a shine like a illustrious jewel. Whoever wears this will turn heads wherever they go.", amount: 5, eqf: 1}>>
<<set $BSCS = {name: "Black Socks", rank: "D", type: "Clothes", cut: 1, style: "Legwear", appeal: 4, class:33, price: 100, masculinity:0, femininity:0, description: "A pair of black socks that go up to one's ankle, not particularly notworthy.", amount: 5, eqf: 1}>>
<<set $WSCS = {name: "White Socks", rank: "D", type: "Clothes", cut: 1, style: "Shoes", appeal: 4, class:33, price: 200, masculinity:0, femininity:0, description: "A pair of white socks that go up to one's ankle, not particularly notworthy.", amount: 5, eqf: 1}>>
<<set $BSKCS = {name: "Black Knee-socks", rank: "D", type: "Clothes", cut: 1, style: "Shoes", appeal: 4, class:34, price: 1000, masculinity:0, femininity:0, description: "A pair of black socks that go up to one's knees, very comfortable.", amount: 5, eqf: 1}>>
<<widget "gender">>
<<if $args[0] == "Compendium">>
<<switch $args[1]>>
<<case "Male">>
@@color:#3A82FF;Male (♂)@@
<<case "Female">>
@@color:#FD81CA;Female (♀)@@
<<case "Shemale">>
@@color:#9A63FF;Shemale (⚦)@@
<<case "Futanari">>
@@color:#9A63FF;Futanari (⚥)@@
<<case "Transgender">>
@@color:#9A63FF;Transgender (⚧)@@
<</switch>>
<<elseif $args[0] == "futanari">>
(@@color:#9A63FF;⚥@@)
<<elseif $args[0] == "shemale">>
(@@color:#9A63FF;⚦@@)
<<elseif $args[0] != $args[1]>>
(@@color:#9A63FF;⚧@@)
<<elseif $args[1] == "female">>
(@@color:#FD81CA;♀@@)
<<elseif $args[1] == "male">>
(@@color:#3A82FF;♂@@)
<</if>>
<</widget>><b>Estate Capacity</b><br>
Your estate can currently accommodate up to $estate.cap slaves at a time.
<<set _cost = 0>>
<<if $estate.cap == 4>>
<<set _newcap = 6>>
<<set _cost = 10000>>
<<elseif $estate.cap == 6>>
<<set _newcap = 8>>
<<set _cost = 25000>>
<<elseif $estate.cap == 8>>
<<set _newcap = 10>>
<<set _cost = 50000>>
<<elseif $estate.cap == 10>>
<<set _newcap = 12>>
<<set _cost = 100000>>
<</if>>
<<set _fee = commify(_cost)>>
<br>
<<if $estate.cap >= 12>>
<b>You have upgraded your estate to maximum capacity.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Upgrade Estate's Slave Capacity|Estate][$PC.money -= _cost, $estate.cap = _newcap]]">> | @@color:lightgreen;💎_fee@@ | _newcap Slave Capacity
<<else>>
You need @@color:lightgreen;💎_cost@@ to upgrade your estate's slave capacity.
<</if>><b>Estate Residences</b><br>
Your estate currently has <b>$estate.rooms.amount</b> residences on its plot, and <b>$estate.rooms.used</b> residences are currently being used.
<<set _estatecost = 0>>
<<if $estate.rooms.amount == 1>>
<<set _estatenewcap = 2>>
<<set _estatecost = 20000>>
<<elseif $estate.rooms.amount == 2>>
<<set _estatenewcap = 3>>
<<set _estatecost = 40000>>
<<elseif $estate.rooms.amount == 3>>
<<set _estatenewcap = 4>>
<<set _estatecost = 80000>>
<<elseif $estate.rooms.amount == 4>>
<<set _estatenewcap = 5>>
<<set _estatecost = 120000>>
<<elseif $estate.rooms.amount == 5>>
<<set _estatenewcap = 5>>
<<set _estatecost = 140000>>
<<elseif $estate.rooms.amount == 6>>
<<set _estatenewcap = 6>>
<<set _estatecost = 180000>>
<</if>>
<<set _estatefee = commify(_estatecost)>>
<br>
<<if $estate.rooms.amount >= 3>>
<b>You have upgraded your estate to have the maxmimum amount of residences.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Build New Residence Plot|Estate][$PC.money -= _estatecost, $estate.rooms.amount = _estatenewcap]]">> | @@color:lightgreen;💎_estatefee@@ | _estatenewcap Residence Plots
<<else>>
You need @@color:lightgreen;💎_estatefee@@ to upgrade the amount of residences your estate can hold.
<</if>>
<<if $estate.location == "Slums">>
<<set _brothelfee = commify(15000)>>
<<set _ranchfee = commify(20000)>>
<<set _chattelfee = commify(30000)>>
<<set _westwingfee = commify(99999999)>>
<<set _eastwingfee = commify(99999999)>>
<</if>>
<<if $estate.rooms.amount > $estate.rooms.used>>
<<if !$estate.brothel.active>>
<br>
[[Build Brothel|Brothel Beginnings]] | @@color:lightgreen;💎_brothelfee@@
<</if>>
<<if !$estate.ranch.active>>
<br>
[[Build Ranch|Rising Ranch]] | @@color:lightgreen;💎_ranchfee@@
<</if>>
<<if !$estate.chattel.active>>
<br>
[[Build Chattel|Chattel Commencement]] | @@color:lightgreen;💎_chattelfee@@
<</if>>
<<if !$estate.westwing.active>>
<br>
[[Build West Wing|West Wing Construction]] | @@color:lightgreen;💎_westwingfee@@
<</if>>
<<if !$estate.eastwing.active>>
<br>
[[Build East Wing|East Wing Construction]] | @@color:lightgreen;💎_eastwingfee@@
<</if>>
<</if>>
<<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<center><h3>Brothel Beginnings</h3></center>
You have chosen to build a brothel on the outskirts of your estate. The brothel's type, decor, focus and amount of slaves working will all affect the amount of traction and popularity that a brothel has. Brothel popularity usually takes a while to build and is very reliant on the popularity of the slaves working in it but a successful brothel can be very profitable.
Wha would you like to name it? <<textbox "$estate.brothel.name" "The Rusty Knob">>
<br><br>
<<if $estate.location == "Slums">>
<<set _brothelfee = commify(15000)>>
<<set _fee = 15000>>
<</if>>
<center><b>Do you want to build a brothel?</b>
<<if $PC.money >= _fee>>
| @@color:lightgreen;💎_brothelfee@@<br>
[[Yes|Brothel][$PC.money -= _fee, $buyBrothel = 1, $estate.brothel.active = 1, $estate.rooms.used += 1, $estate.brothel.cap = 4]] |
<<else>>
| @@color:red;💎_brothelfee@@<br>
<</if>>
[[No|Estate]]
</center><<include "Unset Passages">>
<<set $Previous = "Main">>
<<set $Stats = 1>>
<<set $Brothel = 1>>
<<include "Mobile Header">>
<center><h3>Brothel | $estate.brothel.name</h3></center>
<<if $buyBrothel>>
<b>@@color:forestgreen;You have built a brothel on your estate!@@</b><br>
You have built a small brothel on the outskirts of your estate. It can hold up to a maximum of 4 slaves, but can be upgraded.
<<set $buyBrothel = 0>>
<br><br>
<<set $estate.brothel.competition = {}>>
<<BrothelCompetition>>
<</if>>
/*
<<if $estate.brothel.style>>
<<set _brothelstyle = lowercase($estate.brothel.style) + "-style">>
<<else>>
<<set _brothelstyle = "normal">>
<</if>>
<<if $estate.location == "Slums">>
Your brothel is _brothelstyle and is lcoated at the edge of you estate, allowing customers access to it without having to have them travel deeper into your estate.
<</if>>
<br><br>
<<if $slaves.amount >= 1 && $estate.brothel.focus != "Variety">>
<<set _ratio = 0>>
<<set _characters = 0>>
<<for _s = 1; _s <= $slaves.amount; _s++>>
<<set _character = $slaves[_s]>>
<<if _character.location == "brothel">>
<<set _ratio += getFocusRatio(_character, $estate)>>
<<set _characters++>>
<</if>>
<</for>>
<<set _ratio = _ratio / _characters>>
<<set _paraphilia = lowercase($estate.brothel.focus)>>
<<if _ratio < 25>>
@@color:red;''Your slaves will be shunned by those with the _paraphilia paraphilia.''@@
<br>
The slaves you do have working your brothel do not match its focus in the slightest. You may as well not have any slaves working here. Either groom your slaves to cater to people with the _paraphilia paraphilia, get slaves that do, or completely change your brothel's focus.
<<elseif _ratio < 50>>
@@color:orange;''Your slaves will have a very hard time catering to those with the _paraphilia paraphilia.''@@
<br>
Your slaves do not meet the requirements to cater to those with the _paraphilia paraphilia, and will have a very hard time gaining customers working for your brothel. It would be wise to change the brothel's focus or groom your slaves so they can better serve their customers.
<<elseif _ratio < 75>>
@@color:yellow;''Your slaves meet the requirements to cater to those with the _paraphilia paraphilia.''@@
<br>
Your slaves won't be losing any customers for not meeting the brothel's focus requirements, but they probably won't gain any either. Overall, your slaves should bring in neither a net gain or a net loss for catering to customers with a _paraphilia paraphilia.
<<elseif _ratio < 100>>
@@color:greenyellow;''Your slaves exceed the requirements to cater to those with the _paraphilia paraphilia.''@@
<br>
People with the _paraphilia paraphilia will be very pleased with the selection of slaves you have inside of your brothel. Your slaves should bring a net gain of customers and gold, as well as popularity.
<<elseif _ratio >= 100>>
@@color:forestgreen;''Your brothel is a sexual haven for those with the _paraphilia paraphilia.''@@
<br>
People with the _paraphilia paraphilia only dream of slaves you have working inside of your brothel. The quality of the slaves you have meet, and sometimes exceed the expectations customers have set for the brothel. Your slaves should bring in a large net gain of customers, gold and popularity.
<</if>>
<br><br>
<</if>>
Do you want to change this brothel's name? <<textbox "$estate.brothel.name" $estate.brothel.name "Brothel">>
<br><br>
<<include "Brothel Upgrades">>
<br><br>
<<include "Brothel Capacity">>
<br><br>
<<include "Brothel Style">>
<br><br>
<<include "Brothel Focus">>
<hr>
*/<b>Brothel Capacity</b><br>
Your brothel can currently accommodate up to $estate.brothel.cap slaves at a time.
<<set _cost = 0>>
<<if $estate.brothel.cap == 4>>
<<set _newcap = 6>>
<<set _cost = 10000>>
<<elseif $estate.brothel.cap == 6>>
<<set _newcap = 8>>
<<set _cost = 30000>>
<<elseif $estate.brothel.cap == 8>>
<<set _newcap = 10>>
<<set _cost = 60000>>
<</if>>
<<set _fee = commify(_cost)>>
<br>
<<if $estate.brothel.cap >= 10>>
<b>You have upgraded your brothel to maximum capacity.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Upgrade Brothel's Slave Capacity|Brothel][$PC.money -= _cost, $estate.brothel.cap = _newcap]]">> | @@color:lightgreen;💎_fee@@ | _newcap Slave Capacity
<<else>>
You need @@color:lightgreen;💎_cost@@ to upgrade your brothel's slave capacity.
<</if>><b>Brothel Style</b> |
<<if $estate.brothel.style == null>>
<b>$estate.brothel.name currently doesn't have a designated style.</b>
<br>
Customer volume and pricing are both a little bit under average. Slaves working this brothel will be more fatigued and marred than the average brothel worker. While there aren't any inherent disadvantages to owning a styleless brothel, it is much more profitable to run a brothel with a style.
<<elseif $estate.brothel.style == "Theater">>
<b>$estate.brothel.name is a theater-style brothel.</b>
<br>
Theater-style brothels serve customers food and drinks. They also provide visual and sexual services. Slaves work as bartenders, servers, dancers and prostitutes. They take shifts so they can perform each job at least once a day, causing them to be much more fatigued than the usual brothel worker. These brothels cost the most to run and have middling popularity but can they can be insanely profitable depending on the talent working them.
<<elseif $estate.brothel.style == "Open">>
<b>$estate.brothel.name is an open-style brothel.</b>
<br>
Open-style brothels are extremely popular, low maintenance businesses. Slaves working in these brothels are bound so their movement is constricted while allowing customers to use any parts of their bodies. These slaves don't get fatigued but they do get maltreated due to the high volume of cheap customers. The value of the talent working in these brothels is very small; quality slaves are much more suited for theater-style or closed-style brothels.
<<elseif $estate.brothel.style == "Closed">>
<b>$estate.brothel.style is a closed-style brothel.</b>
<br>
Closed-style brothels are the most popular style of brothels but attract the least amount of customers. These brothels are very private, the slaves working these places have a clientele built off of months of hard sexual work. These brothels are great for catering to niche fetishes and the value of the talent is much higher than any other type of brothel. Health and fatigue isn't as much of an issue as they are for slaves working in open-style and theater-style brothels.
<</if>>
<br><br>
<<if $estate.location == "Slums">>
<<set _styleprice = commify(20000)>>
<<set _stylefee = 20000>>
<</if>>
<<if $style != null>>
[[None|Brothel][$style = null]]
<<else>>
None
<</if>>
<<if $style != "Theater" && $estate.brothel.style != "Theater">>
| [[Theater|Brothel][$style = "Theater"]]
<<elseif $style == "Theater">>
| Theater
<</if>>
<<if $style != "Open" && $estate.brothel.style != "Open">>
| [[Open|Brothel][$style = "Open"]]
<<elseif $style == "Open">>
| Open
<</if>>
<<if $style != "Closed" && $estate.brothel.style != "Closed">>
| [[Closed|Brothel][$style = "Closed"]]
<<elseif $style == "Closed">>
| Closed
<</if>>
<<if $style == "Theater">>
<br>
Theater-style brothels serve customers food and drinks. They also provide visual and sexual services. Slaves work as bartenders, servers, dancers and prostitutes. They take shifts so they can perform each job at least once a day, causing them to be much more fatigued than the usual brothel worker. These brothels cost the most to run and have middling popularity but can they can be insanely profitable depending on the talent working them.
<<elseif $style == "Open">>
<br>
Open-style brothels are extremely popular, low maintenance businesses. Slaves working in these brothels are bound so their movement is constricted while allowing customers to use any parts of their bodies. These slaves don't get fatigued but they do get maltreated due to the high volume of cheap customers. The value of the talent working in these brothels is very small; quality slaves are much more suited for theater-style or closed-style brothels.
<<elseif $style == "Closed">>
<br>
Closed-style brothels are the most popular style of brothels but attract the least amount of customers. These brothels are very private, the slaves working these places have a clientele built off of months of hard sexual work. These brothels are great for catering to niche fetishes and the value of the talent is much higher than any other type of brothel. Health and fatigue isn't as much of an issue as they are for slaves working in open-style and theater-style brothels.
<</if>>
<<if $style && $estate.brothel.style>>
<br><br>
<<if $PC.money >= _stylefee>>
[[Change Brothel Style|Brothel][$estate.brothel.style = $style, $style = null, $PC.money -= _stylefee]] | @@color:lightgreen;💎_styleprice@@
<<else>>
@@color:red;You need@@ @@color:lightgreen;💎_styleprice@@ @@color:red;to change your brothel's style.@@
<</if>>
<<elseif $style>>
<br><br>
<<if $PC.money >= _stylefee>>
[[Adopt Brothel Style|Brothel][$estate.brothel.style = $style, $style = null, $PC.money -= _stylefee]] | @@color:lightgreen;💎_styleprice@@
<<else>>
@@color:red;You need@@ @@color:lightgreen;💎_styleprice@@ @@color:red;to adopt a brothel style.@@
<</if>>
<</if>><<if $PC.focus == "Brothel">>
<<set $brothelearnings *= 1.25>>
<<set $brothelearnings = Math.round($brothelearnings)>>
<<elseif $PC.focus == "Ranch">>
<<set $ranchearnings *= 1.25>>
<<set $ranchearnings = Math.round($ranchearnings)>>
<<elseif $PC.focus == "Estate">>
<<set $slaveExpense *= .50>>
<<set $slaveExpense = Math.round($slaveExpense)>>
<</if>>
<<if $brothelslaves.amount >= 1>>
<center><h3>Weekly Brothel Report</h3>
<<set _brothelearnings = commify($brothelearnings)>>
This week $estate.brothel.name served <b>$totalcustomers</b>, earning you a total of @@color:lightgreen;💎_brothelearnings@@.
<br><br>
<<include "Brothel Summary">>
<hr>
</center>
<</if>>
<<if $ranchslaves.amount >= 1>>
<center><h3>Weekly Ranch Report</h3>
<<set _ranchearnings = commify($ranchearnings)>>
<<run getRanchPopularity($estate, $ranchslaves.amount, $ranchslaves.popularity)>>
This week $estate.ranch.name produced <b>$totallitres</b> litres of slave produce, earning you a total of @@color:lightgreen;💎_ranchearnings@@.
<br><br>
<<include "Ranch Summary">>
<hr>
</center>
<</if>><<include "Unset Passages">>
<<set $Continue = "End Week Expenses">>
<<include "Mobile Header">>
<<include "Business Report">><b>Brothel Focus</b>
<br>
<<if $estate.brothel.focus == "Variety">>
Variety
<<else>>
[[Variety|Brothel][$estate.brothel.focus = "Variety"]]
<</if>>
<<if $estate.brothel.research.popular>>
<<if $estate.brothel.focus == "Megalophilia">>
| Megalophilia
<<else>>
| [[Megalophilia|Brothel][$estate.brothel.focus = "Megalophilia"]]
<</if>>
<<if $estate.brothel.focus == "Caligynephilia">>
| Caligynephilia
<<else>>
| [[Caligynephilia|Brothel][$estate.brothel.focus = "Caligynephilia"]]
<</if>>
<<if $estate.brothel.focus == "Musculophilia">>
| Musculophilia
<<else>>
| [[Musculophilia|Brothel][$estate.brothel.focus = "Musculophilia"]]
<</if>>
<</if>>
<<if $estate.brothel.research.common>>
<<if $estate.brothel.focus == "Androphilia">>
| Androphilia
<<else>>
| [[Androphilia|Brothel][$estate.brothel.focus = "Androphilia"]]
<</if>>
<<if $estate.brothel.focus == "Gynephilia">>
| Gynephilia
<<else>>
| [[Gynephilia|Brothel][$estate.brothel.focus = "Gynephilia"]]
<</if>>
<<if $estate.brothel.focus == "Dominance">>
| Dominance
<<else>>
| [[Dominance|Brothel][$estate.brothel.focus = "Dominance"]]
<</if>>
<<if $estate.brothel.focus == "Submission">>
| Submission
<<else>>
| [[Submission|Brothel][$estate.brothel.focus = "Submission"]]
<</if>>
<</if>>
<<if $estate.brothel.research.niche>>
<<if $estate.brothel.focus == "Gynemimetophilia">>
| Gynemimetophilia
<<else>>
| [[Gynemimetophilia|Brothel][$estate.brothel.focus = "Gynemimetophilia"]]
<</if>>
<<if $estate.brothel.focus == "Genophilia">>
| Genophilia
<<else>>
| [[Genophilia|Brothel][$estate.brothel.focus = "Genophilia"]]
<</if>>
<</if>>
<br><br>
<<if $estate.brothel.focus == "Variety">>
$estate.brothel.name will provide slaves that cater to a variety of visual fetishes.
<<elseif $estate.brothel.focus == "Megalophilia">>
$estate.brothel.name will provide slaves that cater to customers who have a fetish for large erotic organs. Megalophilia in and of itself is not an attraction to people who are heavy in size but it is an attraction to large asses, balls, breasts, clits, cocks and pussy. Slaves with a large primary erotic organ(breasts & cocks) are twice as attractive to those with a large secondary erotic organ(asses, balls, clits & pussy). Since megalophilia is a visual fetish, having large breasts is much more attractive than having a tight, yet deep pussy.
<<elseif $estate.brothel.focus == "Caligynephilia">>
$estate.brothel.name will provide slaves that cater to customers who have a fetish for beautiful women. An attraction to beautiful women isn't a fetish in and of itself but caligynephilic people are so attracted to beautiful women that all other visual traits are secondary, if not completely unimportant. Slaves whose only good traits are her looks do very well in brothels that cater to people with caligynephilia. If a slave's best trait is her beauty but still has other good traits, she will fair even better.
<<elseif $estate.brothel.focus == "Musculophilia">>
$estate.brothel.name will provide slave that cater to customers who have a fetish for masculine bodies. This is a very popular fetish among women and a few men. This fetish is more visual than anything, the behaviour of muscled slaves aren't required to be masculine at all. As long as a slave has a somewhat toned body, those with musculophilia will be more than happy to have their sexual needs met by any of the slaves availible inside of the brothel. Slaves will less than desirable, or feminine bodies will be harshly rejected.
<<elseif $estate.brothel.focus == "Androphilia">>
$estate.brothel.name will provide slave that cater to customers who have a fetish for masculinity. While having a masculine body type is considered masculine, people with androphilia are more attracted to men who conform to the ideal masculine behaviour. Still, having a masculine body is very helpful as someone less than desirable will appear less masculine to his slave peers on first glance. Those who are the peak of masculinity both physically and mentally will get a lot of customers that cater androphilic customers.
<<elseif $estate.brothel.focus == "Gynephilia">>
$estate.brothel.name will provide slave that cater to customers who have a fetish for femininity. Gynephilic customers are attracted to women who are the peak of femininity in both appearance and temperament. Since it is a brothel it is still imparative that slaves understand how to service their customers sexually. As long as the slaves have a strong understanding in femininity they will be able to service customers without breaking the illusion that they are nothing but the height of femininity. Slaves who have good figures and are well versed in femininity will fair well in brothels catering to gynephilics.
<<elseif $estate.brothel.focus == "Dominance">>
$estate.brothel.name will provide slave that cater to customers who have a fetish for being dominant. Submissives are the best type of slaves to cater to dominants. Dominants that visit brothels aren't looking for slaves to bend to their will, but willing partners that can perform the role of a submissive during sexual play. Sexual skill and all visual traits are still very important, if not required quantities that customers will look for. However if they are not submissive, dominants will not be pleased with just the quality of the slave alone.
<<elseif $estate.brothel.focus == "Submission">>
$estate.brothel.name will provide slave that cater to customers who have a fetish for being submissive. Dominants are the best type of slaves to cater to submissives. Submissives that visit brothels aren't looking for slaves to bend them to their will, but willing partners that can perform the role of a dominant during sexual play. Sexual skill and all visual traits are still very important, if not required quantities that customers will look for. However if they are not dominant, submissives will not be pleased with just the quality of the slave alone.
<<elseif $estate.brothel.focus == "Gynemimetophilia">>
$estate.brothel.name will provide slave that cater to customers who have a fetish for sissies. Gynemimetophilics are attracted to both males who have transitioned into being females and men who identify and act like women. Sissies who who have transitioned and identify as women are highly desired amoung gynemimetophilics, but require a lot of training and money to pay for the potions to make the transition.
<<elseif $estate.brothel.focus == "Genophilia">>
$estate.brothel.name will provide slave that cater to customers who have an addiction to sex. Female slaves with high-quality sexual skills to sate genophilics are highly recommended. Men often have a refractionary period between orgasms, where as women can perform sexually for as long as they have some stamina. Slaves properly trained in strumpetry who have strong sexual skills not only can sate their customers physically, but have the ability to sell themselves as a sexual being.
<</if>><b>Brothel Research</b> <br>
<<if !$estate.brothel.research.popular && $PC.money >= 10000>>
[[Research Popular Fetishes|Brothel][$PC.money -= 10000, $estate.brothel.research.popular = 1]] | @@color:lightgreen;💎10,000@@ | Spend some gold to get some research done to find out popular fetishes you can focus on. The most popular fetishes are usually the most visual, making them the most easy to cater to. Popular fetishes grants a large boost to the number of customers a slave can bring in.
<<elseif $PC.money < 10000>>
Research Popular Fetishes | @@color:red;💎10,000@@ | Spend some gold to get some research done to find out popular fetishes you can focus on. The most popular fetishes are usually the most visual, making them the most easy to cater to. Popular fetishes grants a large boost to the number of customers a slave can bring in.
<<else>>
You have researched popular fetishes adding Megalophilia, Caligynephilia, and Musculophilia to your brothel focus list.
<</if>>
<br>
<<if !$estate.brothel.research.common && $PC.money >= 10000>>
[[Research Common Fetishes|Brothel][$PC.money -= 10000, $estate.brothel.research.common = 1]] | @@color:lightgreen;💎10,000@@ | Spend some gold to get some research done to find out common fetishes you can focus on. Common fetishes will require slaves with some level of training as they usually focus on behavioral tendencies. Common fetishes grants a moderate boost to both an individual slave's popularity gain and to the number of customers a slave can bring in.
<<elseif $PC.money < 10000>>
Research Common Fetishes | @@color:red;💎10,000@@ | Spend some gold to get some research done to find out common fetishes you can focus on. Common fetishes will require slaves with some level of training as they usually focus on behavioral tendencies. Common fetishes grants a moderate boost to both an individual slave's popularity gain and to the number of customers a slave can bring in.
<<else>>
You have researched common fetishes adding Androphilia, Gynephilia, Dominance and Submission to your brothel focus list.
<</if>>
<br>
<<if !$estate.brothel.research.niche && $PC.money >= 10000>>
[[Research Niche Fetishes|Brothel][$PC.money -= 10000, $estate.brothel.research.niche = 1]] | @@color:lightgreen;💎10,000@@ | Spend some gold to get some research done to find out niche fetishes you can focus on. Niche fetishes will require slaves with a high level of training to cater to their clientele. Niche fetishes grants a large boost to an individual slave's popularity gain and a small boost to the number of customers a slave can bring in.
<<elseif $PC.money < 10000>>
Research Niche Fetishes | @@color:red;💎10,000@@ | Spend some gold to get some research done to find out niche fetishes you can focus on. Niche fetishes will require slaves with a high level of training to cater to their clientele. Niche fetishes grants a large boost to an individual slave's popularity gain and a small boost to the number of customers a slave can bring in.
<<else>>
You have researched niche fetishes adding Gynemimetophilia and Genophilia to your brothel focus list.
<</if>><<include "Unset Passages">>
<<set $Previous = "Main">>
<<set $Stats = 1>>
<<include "Mobile Header">>
<center><h3>Training Room | $estate.brothel.name</h3>
<<if $estate.training.implements == 1>>
@@color:red;''Your training room is old and broken down.''@@
<br>
There is a small bed, some worn out disciplinary tools and restraints but for the most part the room is in very bad shape. It will be very hard to train any slaves in this room as the poor condition of your tools and the rooms atmosphere will greatly hinder the effectiveness of your training.
<<elseif $estate.training.implements == 2>>
@@color:orangered;''Your training room is dull but it gets the job done.''@@
<br>
You have a decent sized bed and your disciplinary tools and restraints are in relatively good shape. It will be hard to train any slaves in this room but the condition of your tools and the rooms atmosphere won't hinder the effectiveness of your training too much.
<<elseif $estate.training.implements == 3>>
@@color:orange;''Your training room is ordinary.''@@
<br>
Its stocked with a large bed and slaver standard disciplinary tools and restraints. It will not be difficult to train any slaves in this room as the condition of your tools and the atompshere of the room is normal. They won't hinder the effectiveness of your training at all.
<<elseif $estate.training.implements == 4>>
@@color:yellow;''Your training room is upscale and much more extravagant than it needs to be.''@@
<br>
It has a fancy bed and personally crafter disciplinary tools and restraints. Training slaves should be very easy inside of this room as the condition of your tools and the atmosphere of the room is very good. They will only help the effectiveness of your training.
<</if>>
</center><br>
<<set _cost = 0>>
<<if $estate.training.implements == 1>>
<<set _cost = 30000>>
<<elseif $estate.training.implements == 2>>
<<set _cost = 60000>>
<<elseif $estate.training.implements == 3>>
<<set _cost = 90000>>
<</if>>
<<set _fee = commify(_cost)>>
<<if $estate.training.implements >= 4>>
<b>You have upgraded the training room to the maximum level.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Upgrade The Training Room|Training Room][$PC.money -=" + _cost + ", $estate.training.implements++]]">> | @@color:lightgreen;💎_fee@@ | Upgrading the training room will upgrade the implements and the atmosphere of the room, allowing you to train slaves more easily than before.
<<else>>
Upgrade The Training Room | @@color:red;💎_fee@@ | Upgrading the training room will upgrade the implements and the atmosphere of the room, allowing you to train slaves more easily than before.
<</if>>
<hr>
<center><h3>Incense Room | $estate.brothel.name</h3>
<<if !$estate.training.incense>>
@@color:red;''The atmosphere of the incense room is non-existent.''@@
<br>
Any incense burned in here will completely tire out slaves after only one session, making it very hard to hypnotize any slaves inside here within a short period of time.
<<elseif $estate.training.incense == 1>>
@@color:orangered;''The atmosphere of the incense room is bad.''@@
<br>
Any incense burned in here will will leave slaves very tired for the next session, making it difficult to hypnotize any slaves inside here within a short period of time.
<<elseif $estate.training.incense == 2>>
@@color:orange;''The atmosphere of the incense room is decent.''@@
<br>
Any incense burned in here will leave slaves tired for the next session, allowing you to make use of multiple sessions per week to hypnotize a slave within a couple weeks time.
<<elseif $estate.training.incense == 3>>
@@color:yellow;''The atmosphere of the incense room is extravagant.''@@
<br>
Any incense burned in here will leave slaves slightly tired for the next session, allowing you to make use of multiple sessions per week to hypnotize a slave within a short period of time.
<</if>>
</center><br>
<<set _cost = 0>>
<<if $estate.training.incense == 0>>
<<set _cost = 20000>>
<<elseif $estate.training.incense == 1>>
<<set _cost = 40000>>
<<elseif $estate.training.incense == 2>>
<<set _cost = 60000>>
<</if>>
<<set _fee = commify(_cost)>>
<<if $estate.training.incense >= 3>>
<b>You have upgraded your incense room to the maximum level.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Upgrade The Incense Room|Training Room][$PC.money -=" + _cost + ", $estate.training.incense++]]">> | @@color:lightgreen;💎_fee@@ | Upgrading the incense room will allow slaves to maintain some level of mental fatigue after being trained through hypnotism.
<<else>>
Upgrade The Incense Room | @@color:red;💎_fee@@ | Upgrading the incense room will allow slaves to maintain some level of mental fatigue after being trained through hypnotism.
<</if>>/* Slave Stats */
<<set $race = {"pale": "pale", "light-skinned": "white", "tan": "tan", "dark-skinned": "black", "green-skinned": "green", "brown-skinned": "brown"}>>
<<set $quality = {1: "@@color:red;watery@@", 2: "@@color:orange;thin@@", 3: "@@color:yellow;plain@@", 4: "@@color:greenyellow;thick@@", 5: "@@color:forestgreen;creamy@@", 6: "@@color:darkturquoise;syrupy@@"}>>
<<set $quantity = {1: "@@color:red;minuscule@@", 2: "@@color:orange;small@@", 3: "@@color:yellow;normal@@", 4: "@@color:greenyellow;large@@", 5: "@@color:forestgreen;copious@@", 6: "@@color:darkturquoise;bounteous@@"}>>
<<set $taste = {cum:"", milk:"", nectar:""}>>
<<set $taste.cum = {1: "@@color:red;vinegary@@", 2: "@@color:orange;bitter@@", 3: "@@color:yellow;salty@@", 4: "@@color:greenyellow;sweet-and-salty@@", 5: "@@color:forestgreen;sweet@@", 6: "@@color:darkturquoise;sugary@@"}>>
<<set $taste.milk = {1: "@@color:red;sour@@", 2: "@@color:orange;sweet-and-sour@@", 3: "@@color:yellow;fresh@@", 4: "@@color:greenyellow;milky@@", 5: "@@color:forestgreen;sweetened@@", 6: "@@color:darkturquoise;saccharine@@"}>>
<<set $taste.nectar = {1: "@@color:red;sour@@", 2: "@@color:orange;spicy@@", 3: "@@color:yellow;savory@@", 4: "@@color:greenyellow;sweet@@", 5: "@@color:forestgreen;honeyed@@", 6: "@@color:darkturquoise;nectarous@@"}>>
<<set $fertility to {1: "@@color:red;Poor@@", 2: "@@color:orange;Limited@@", 3: "@@color:yellow;Moderate@@", 4: "@@color:greenyellow;High@@", 5: "@@color:forestgreen;Supernatural@@"}>>
<<set $libido to {1: "@@color:red;Nonexistent@@", 2: "@@color:orange;Weak@@", 3: "@@color:yellow;Healthy@@", 4: "@@color:greenyellow;Active@@", 5: "@@color:forestgreen;Strong@@", 6: "@@color:darkturquoise;Overactive@@", 7: "@@color:mediumslateblue;Excessive@@"}>>
<<set $fbutt to {1: "''@@color:gray;flat [1]@@''", 2: "''@@color:gray;petite [2]@@''", 3: "''@@color:gray;tight [3]@@''", 4: "''@@color:gray;plump [4]@@''", 5: "''@@color:gray;fleshy [5]@@''", 6: "''@@color:gray;full [6]@@''", 7: "''@@color:gray;curvaceous [7]@@''", 8: "''@@color:gray;thick [8]@@''", 9: "''@@color:gray;massive [9]@@''", 10: "''@@color:gray;gigantic [10]@@''"}>>
<<set $mbutt to {1: "''@@color:gray;boney [1]@@''", 2: "''@@color:gray;flat [2]@@''", 3: "''@@color:gray;average [3]@@''", 4: "''@@color:gray;round [4]@@''", 5: "''@@color:gray;sculpted [5]@@''", 6: "''@@color:gray;full [6]@@''", 7: "''@@color:gray;curvaceous [7]@@''", 8: "''@@color:gray;thick [8]@@''", 9: "''@@color:gray;massive [9]@@''", 10: "''@@color:gray;gigantic [10]@@''"}>>
<<set $butt to {male: $mbutt, female: $fbutt}>>
<<set $lips = {1: "''@@color:gray;narrow [1]@@''", 2: "''@@color:gray;thin [2]@@''", 3: "''@@color:gray;wide [3]@@''", 4: "''@@color:gray;plush [4]@@''", 5: "''@@color:gray;plump [5]@@''", 6: "''@@color:gray;fleshy [6]@@''", 7: "''@@color:gray;large, full [7]@@''", 8: "''@@color:gray;luscious [8]@@''", 9: "''@@color:gray;voluptuous [9]@@''", 10: "''@@color:gray;beauteous [10]@@''"}>>
<<set $shoulders = {1: "''@@color:gray;slender [1]@@''", 2: "''@@color:gray;slim [2]@@''", 3: "''@@color:gray;taut [3]@@''", 4: "''@@color:gray;sturdy [4]@@''", 5: "''@@color:gray;broad [5]@@''", 6: "''@@color:gray;brawny [6]@@''", 7: "''@@color:gray;bulky [7]@@''", 8: "''@@color:gray;beefy [8]@@''", 9: "''@@color:gray;powerful looking [9]@@''", 10: "''@@color:gray;massively large [10]@@''"}>>
<<set $hips = {1: "''@@color:gray;narrow [1]@@''", 2: "''@@color:gray;flat [2]@@''", 3: "''@@color:gray;well-rounded [3]@@''", 4: "''@@color:gray;prominent [4]@@''", 5: "''@@color:gray;wide [5]@@''", 6: "''@@color:gray;luscious [6]@@''", 7: "''@@color:gray;curvaceous [7]@@''", 8: "''@@color:gray;voluptuous [8]@@''", 9: "''@@color:gray;enormous [9]@@''", 10: "''@@color:gray;wide and massive [10]@@''"}>>
<<set $torso = {1: "''@@color:gray;feminine [1]@@''", 2: "''@@color:gray;underdeveloped [2]@@''", 3: "''@@color:gray;normal [3]@@''", 4: "''@@color:gray;bulky [4]@@''", 5: "''@@color:gray;broad [5]@@''", 6: "''@@color:gray;defined [6]@@''", 7: "''@@color:gray;lithe [7]@@''", 8: "''@@color:gray;sinuous [8]@@''", 9: "''@@color:gray;smoothly muscular [9]@@''", 10: "''@@color:gray;overwhelmingly perfect [10]@@''"}>>
<<set $legs = {1: "''@@color:gray;stumpy [1]@@''", 2: "''@@color:gray;short [2]@@''", 3: "''@@color:gray;normal [3]@@''", 4: "''@@color:gray;proportioned [4]@@''", 5: "''@@color:gray;slender [5]@@''", 6: "''@@color:gray;athletic [6]@@''", 7: "''@@color:gray;graceful [7]@@''", 8: "''@@color:gray;lithe [8]@@''", 9: "''@@color:gray;serpentine [9]@@''", 10: "''@@color:gray;perfectly proportioned [10]@@''"}>>
<<set $bust to {1: "non-existent", 2: "''@@color:gray;A [2]@@''", 3: "''@@color:gray;B [3]@@''", 4: "''@@color:gray;C [4]@@''", 5: "''@@color:gray;D [5]@@''", 6: "''@@color:gray;DD [6]@@''", 7: "''@@color:gray;E [7]@@''", 8: "''@@color:gray;F [8]@@''", 9: "''@@color:gray;FF [9]@@''", 10: "''@@color:gray;G [10]@@''", 11: "''@@color:gray;GG [11]@@''", 12: "''@@color:gray;H [12]@@''", 13: "''@@color:gray;HH [13]@@''", 14: "''@@color:gray;J [14]@@''", 15:"''@@color:gray;JJ [15]@@''", 16:"''@@color:gray;K [16]@@''", 17:"''@@color:gray;L [17]@@''", 18:"''@@color:gray;M [18]@@''", 19:"''@@color:gray;N [19]@@''", 20:"''@@color:gray;O [20]@@''"}>>
<<set $inverted to {0: "protruding", 1: "''@@color:gray;inverted@@''"}>>
<<set $clitoris to {1: "''@@color:gray;tiny [1]@@''", 2: "''@@color:gray;small [2]@@''", 3: "''@@color:gray;normal [3]@@''", 4: "''@@color:gray;big [4]@@''", 5: "''@@color:gray;prominent [5]@@''", 6: "''@@color:gray;huge [6]@@''", 7: "''@@color:gray;bulging [7]@@''", 8: "''@@color:gray;enormous [8]@@''", 9: "''@@color:gray;trunk-like [9]@@''", 10: "''@@color:gray;phallic [10]@@''"}>>
<<set $pussy to {1: "''@@color:gray;infirm [1]@@''", 2: "''@@color:gray;loose [2]@@''", 3: "''@@color:gray;of average tightness [3]@@''", 4: "''@@color:gray;accommodating [4]@@''", 5: "''@@color:gray;tight [5]@@''", 6: "''@@color:gray;taut [6]@@''", 7: "''@@color:gray;flexile [7]@@''", 8: "''@@color:gray;constrictive [8]@@''", 9: "''@@color:gray;exquisitely tight [9]@@''", 10: "''@@color:gray;serpentine [10]@@''"}>>
<<set $hooded to {0: "naked", 1: "hooded"}>>
<<set $girth to {1: "''@@color:gray;skinny [1]@@''", 2: "''@@color:gray;thin [2]@@''", 3: "''@@color:gray;average [3]@@''", 4: "''@@color:gray;thick [4]@@''", 5: "''@@color:gray;fat [5]@@''", 6: "''@@color:gray;bulky [6]@@''", 7: "''@@color:gray;huge [7]@@''", 8: "''@@color:gray;massive [8]@@''", 9: "''@@color:gray;colossally wide [9]@@''", 10: "''@@color:gray;monstrous [10]@@''"}>>
<<set $balls to {1: "''@@color:gray;tiny [1]@@''", 2: "''@@color:gray;small [2]@@''", 3: "''@@color:gray;medium-sized [3]@@''", 4: "''@@color:gray;big [4]@@''", 5: "''@@color:gray;huge [5]@@''", 6: "''@@color:gray;swollen [6]@@''", 7: "''@@color:gray;bloated [7]@@''", 8: "''@@color:gray;enormous [8]@@''", 9: "''@@color:gray;gargantuan [9]@@''", 10: "''@@color:gray;basketball sized [10]@@''"}>>
<<set $cock to {1: "''@@color:gray;1 inch [1]@@''", 2: "''@@color:gray;2 inch [2]@@''", 3: "''@@color:gray;3 inch [3]@@''", 4: "''@@color:gray;4 inch [4]@@''", 5: "''@@color:gray;5 inch [5]@@''", 6: "''@@color:gray;6 inch [6]@@''", 7: "''@@color:gray;7 inch [7]@@''", 8: "''@@color:gray;8 inch [8]@@''", 9: "''@@color:gray;9 inch [9]@@''", 10: "''@@color:gray;10 inch [10]@@''", 11: "''@@color:gray;11 inch [11]@@''", 12: "''@@color:gray;12 inch [12]@@''", 13: "''@@color:gray;13 inch [13]@@''", 14: "''@@color:gray;14 inch [14]@@''", 15:"''@@color:gray;15 inch [15]@@''", 16:"''@@color:gray;16 inch [16]@@''", 17:"''@@color:gray;17 inch [17]@@''", 18:"''@@color:gray;18 inch [18]@@''", 19:"''@@color:gray;19 inch [19]@@''", 20:"''@@color:gray;20 inch [10]@@''"}>>
<<set $circumcised to {0: "uncircumcised", 1: "circumcised"}>>
<<set $intelligence = {1: "@@color:red;dense@@", 2: "@@color:orange;dumb@@", 3: "@@color:yellow;of average intelligence@@", 4: "@@color:greenyellow;intelligent@@", 5: "@@color:forestgreen;intellectually gifted@@"}>>
<<set $beauty = {1: "@@color:red;hideous@@", 2: "@@color:red;ugly@@", 3: "@@color:orange;unattractive@@", 4: "@@color:orange;plain@@", 5: "@@color:yellow;average looking@@", 6: "@@color:yellow;cute@@", 7: "@@color:greenyellow;attractive@@", 8: "@@color:greenyellow;gorgeous@@", 9: "@@color:forestgreen;beautiful@@", 10: "@@color:forestgreen;stunningly good looking@@"}>>
<<set $health = {1: "@@color:red;dying@@", 2: "@@color:orange;unhealthy@@", 3: "@@color:greenyellow;healthy@@", 4: "@@color:forestgreen;very healthy@@"}>>
<<set $Chealth = {1: "@@color:red;Dying@@", 2: "@@color:orange;Unhealthy@@", 3: "@@color:greenyellow;Healthy@@", 4: "@@color:forestgreen;Very Healthy@@"}>>
<<set $maturity = {3: "@@color:red;mature@@", 2: "@@color:yellow;adult@@", 1: "@@color:forestgreen;young, adult@@"}>>
<<set $weight = {1: "@@color:red;obese@@", 2: "@@color:red;emaciated@@", 3: "@@color:orange;overweight@@", 4: "@@color:orange;underweight@@", 5: "@@color:yellow;of normal weight@@", 6: "@@color:greenyellow;fit@@", 7: "@@color:forestgreen;in perfect shape@@"}>>
/* Slave Stats */
/* Color Free Slave Stats */
<<set $CFclit to {1: "skinny", 2: "thin", 3: "normal", 4: "thick", 5: "fat"}>>
/* Color Free Slave Stats */
/* Uppercase Slave Stats */
<<set $UCfbutt to {1: "''@@color:gray;Flat [1]@@''", 2: "''@@color:gray;Petite [2]@@''", 3: "''@@color:gray;Average [3]@@''", 4: "''@@color:gray;Plump [4]@@''", 5: "''@@color:gray;Thick [5]@@''"}>>
<<set $UCmbutt to {1: "''@@color:gray;Boney [1]@@''", 2: "''@@color:gray;Flat [2]@@''", 3: "''@@color:gray;Average [3]@@''", 4: "''@@color:gray;Round [4]@@''", 5: "''@@color:gray;Sculpted [5]@@''"}>>
<<set $UCbutt to {male: $UCmbutt, female: $UCfbutt}>>
<<set $UCbust to {1: "Non-Existent", 2: "''@@color:gray;A [2]@@''", 3: "''@@color:gray;B [3]@@''", 4: "''@@color:gray;C [4]@@''", 5: "''@@color:gray;D [5]@@''", 6: "''@@color:gray;DD [6]@@''", 7: "''@@color:gray;E [7]@@''", 8: "''@@color:gray;F [8]@@''", 9: "''@@color:gray;FF [9]@@''", 10: "''@@color:gray;G [10]@@''", 11: "''@@color:gray;GG [11]@@''", 12: "''@@color:gray;H [12]@@''", 13: "''@@color:gray;HH [13]@@''", 14: "''@@color:gray;J [14]@@''", 15:"''@@color:gray;JJ [15]@@''", 16:"''@@color:gray;K [16]@@''", 17:"''@@color:gray;L [17]@@''", 18:"''@@color:gray;M [18]@@''", 19:"''@@color:gray;N [19]@@''", 20:"''@@color:gray;O [20]@@''"}>>
<<set $UCinverted to {0: "Protruding", 1: "''@@color:gray;Inverted@@''"}>>
<<set $UCclit to {1: "''@@color:gray;Tiny [1]@@''", 2: "''@@color:gray;Small [2]@@''", 3: "''@@color:gray;Normal [3]@@''", 4: "''@@color:gray;Big [4]@@''", 5: "''@@color:gray;Prominent [5]@@''", 6: "''@@color:gray;Huge [6]@@''", 7: "''@@color:gray;Bulging [7]@@''", 8: "''@@color:gray;Enormous [8]@@''", 9: "''@@color:gray;Trunk-like [9]@@''", 10: "''@@color:gray;Phallic [10]@@''"}>>
<<set $UCpussy to {1: "''@@color:gray;Infirm [1]@@''", 2: "''@@color:gray;Loose [2]@@''", 3: "''@@color:gray;Of Average Tightness [3]@@''", 4: "''@@color:gray;Accommodating [4]@@''", 5: "''@@color:gray;Tight [5]@@''", 6: "''@@color:gray;Taut [6]@@''", 7: "''@@color:gray;Flexile [7]@@''", 8: "''@@color:gray;Constrictive [8]@@''", 9: "''@@color:gray;Exquisitely Tight [9]@@''", 10: "''@@color:gray;Serpentine [10]@@''"}>>
<<set $UChooded to {0: "Naked", 1: "Hooded"}>>
<<set $UCgirth to {1: "''@@color:gray;Skinny [1]@@''", 2: "''@@color:gray;Thin [2]@@''", 3: "''@@color:gray;Average [3]@@''", 4: "''@@color:gray;Thick [4]@@''", 5: "''@@color:gray;Fat [5]@@''", 6: "''@@color:gray;Bulky [6]@@''", 7: "''@@color:gray;Huge [7]@@''", 8: "''@@color:gray;Massive [8]@@''", 9: "''@@color:gray;Colossally Wide [9]@@''", 10: "''@@color:gray;Monstrous [10]@@''"}>>
<<set $UCballs to {1: "''@@color:gray;Tiny [1]@@''", 2: "''@@color:gray;Small [2]@@''", 3: "''@@color:gray;Medium-sized [3]@@''", 4: "''@@color:gray;Big [4]@@''", 5: "''@@color:gray;Huge [5]@@''", 6: "''@@color:gray;Enormous [6]@@''", 7: "''@@color:gray;Massively Large [7]@@''", 8: "''@@color:gray;Enormous [8]@@''", 9: "''@@color:gray;Gargantuan [9]@@''", 10: "''@@color:gray;Basketball Sized [10]@@''"}>>
<<set $UCcircumcised to {0: "Uncircumcised", 1: "circumcised"}>>
<<set $UCintelligence = {1: "@@color:red;Dense@@", 2: "@@color:orange;Dumb@@", 3: "@@color:yellow;Of Average Intelligence@@", 4: "@@color:greenyellow;Intelligent@@", 5: "@@color:forestgreen;Intellectually Gifted@@"}>>
<<set $UCbeauty = {1: "@@color:red;Hideous@@", 2: "@@color:red;Ugly@@", 3: "@@color:orange;Unattractive@@", 4: "@@color:orange;Plain@@", 5: "@@color:yellow;Average Looking@@", 6: "@@color:yellow;Cute@@", 7: "@@color:greenyellow;Attractive@@", 8: "@@color:greenyellow;Gorgeous@@", 9: "@@color:forestgreen;Beautiful@@", 10: "@@color:forestgreen;Stunningly Good Looking@@"}>>
<<set $UCweight = {1: "@@color:red;Obese@@", 2: "@@color:red;Emaciated@@", 3: "@@color:orange;Overweight@@", 4: "@@color:orange;Underweight@@", 5: "@@color:yellow;Average@@", 6: "@@color:greenyellow;Fit@@", 7: "@@color:forestgreen;Athletic@@"}>>
<<set $UChealth = {1: "@@color:red;Dying@@", 2: "@@color:yellow;Unhealthy@@", 3: "@@color:greenyellow;Healthy@@", 4: "@@color:forestgreen;Vigorous@@"}>>
<<set $UCage = {1: "@@color:forestgreen;Young, Adult@@", 2: "@@color:yellow;Adult@@", 3: "@@color:red;Mature@@"}>>
/* Uppercase Slave Stats */<<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<center><h3>Rising Ranch</h3></center>
You have chosen to build a ranch on the outskirts of your estate. The ranch's style and the quality of the slaves working on the ranch will all affect the amount of traction and popularity the ranch. The popularity of a ranch is very reliant on the quality of the milk, cum and nectar its slaves produce but if successful it can be very profitable.
<br><br>
<<if $estate.location == "Slums">>
<<set _ranchfee = commify(20000)>>
<<set _fee = 20000>>
<</if>>
<center><b>Do you want to build a Ranch?</b>
<<if $PC.money >= _fee>>
| @@color:lightgreen;💎_ranchfee@@<br>
[[Yes|Ranch][$PC.money -= _fee, $buyRanch = 1, $estate.ranch.active = 1, $estate.rooms.used += 1, $estate.ranch.cap = 4]] |
<<else>>
| @@color:red;💎_ranchfee@@<br>
<</if>>
[[No|Estate]]
</center><<include "Unset Passages">>
<<set $Previous = "Main">>
<<set $Stats = 1>>
<<set $Ranch = 1>>
<<include "Mobile Header">>
<center><h3>Ranch | $estate.ranch.name</h3></center>
<<if $buyRanch>>
<b>@@color:forestgreen;You have built a ranch on your estate!@@</b><br>
You have built a small ranch on the outskirts of your estate. It can hold up to a maximum of 4 slaves, but can be upgraded.
<<set $buyRanch = 0>>
<br><br>
<</if>>
<<if $estate.ranch.style>>
<<set _ranchstyle = lowercase($estate.ranch.style) + "-style">>
<<else>>
<<set _ranchstyle = "normal">>
<</if>>
<<if $estate.location == "Slums">>
Your ranch is _ranchstyle and is lcoated at the edge of you estate, allowing customers access to it without having to have them travel deeper into your estate.
<</if>>
<br><br>
<<if $estate.ranch.pop >= 1>>
<<set _ratio = 0>>
<<set _characters = 0>>
<<for _s = 1; _s <= $slaves.amount; _s++>>
<<set _character = $slaves[_s]>>
<<if _character.location == "ranch">>
<<set _ratio += getRanchRatio(_character, $estate)>>
<<set _characters++>>
<</if>>
<</for>>
<<set _ratio = _ratio / _characters>>
<<if _ratio < 25>>
@@color:red;''The produce of the slaves milked here are far too poor for a _ranchstyle ranch.''@@
<br>
The attributes of the produce from the slaves being milked here are abysmall. You might as well not have any slaves working here, as they may bring in a little bit of money but they sully the name of your ranch. Either change the ranch's style, or milk slaves with better produce.
<<elseif _ratio < 50>>
@@color:orange;''The produce of the slaves milked here are not good enough for a _ranchstyle ranch.''@@
<br>
The attributes of the produce from the slaves being milked here isn't completely terrible, but they aren't good either. You will have a hard time trying to build any popualrity for your ranch with produce of this quality. Either change the ranch's style, or milk slaves with better produce.
<<elseif _ratio < 75>>
@@color:yellow;''The produce of the slaves milked here are good enough for a _ranchstyle ranch.''@@
<br>
The attributes of the produce from the slaves being milked here are decent. You won't have to worry about losing any customers due to the quality of your produce, but you won't create a large following either. Overall your slave's produce should bring in neither a net gain or a net loss.
<<elseif _ratio < 100>>
@@color:greenyellow;''The produce of the slaves milked here are very good for a _ranchstyle ranch.''@@
<br>
The attributes of the produce from the slaves being milked here are of high-quality. You will not only gain a large amount of customers for the produce of the slaves milked here but you should be able to gain a large amount of profit from your business as well.
<<elseif _ratio >= 100>>
@@color:forestgreen;''The produce of the slaves working here set a very high standard for a _ranchstyle ranch.''@@
<br>
The attributes of the produce from the slaves being milked here is second to none. You meet a standard of quality so high that your ranch's popularity should skyrocket if it is low, and should only take a few weeks to a month to reach its maximum potential if it is high.
<</if>>
<br><br>
<</if>>
Do you want to change this ranch's name? <<textbox "$estate.ranch.name" $estate.ranch.name "Ranch">>
<br><br>
<<include "Ranch Capacity">>
<br><br>
<<include "Ranch Style">>
<hr><b>Ranch Capacity</b><br>
Your ranch can currently accommodate up to $estate.ranch.cap slaves at a time.
<<set _cost = 0>>
<<if $estate.ranch.cap == 4>>
<<set _newcap = 6>>
<<set _cost = 10000>>
<<elseif $estate.ranch.cap == 6>>
<<set _newcap = 8>>
<<set _cost = 30000>>
<<elseif $estate.ranch.cap == 8>>
<<set _newcap = 10>>
<<set _cost = 60000>>
<</if>>
<<set _fee = commify(_cost)>>
<br>
<<if $estate.ranch.cap >= 10>>
<b>You have upgraded your ranch to maximum capacity.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Upgrade Ranch's Slave Capacity|Ranch][$PC.money -= _cost, $estate.ranch.cap = _newcap]]">> | @@color:lightgreen;💎_fee@@ | _newcap Slave Capacity
<<else>>
You need @@color:lightgreen;💎_cost@@ to upgrade your ranch's slave capacity.
<</if>><b>Ranch Style</b> |
<<if $estate.ranch.style == null>>
<b>$estate.ranch.name currently doesn't have a designated style.</b>
<br>
Style-less ranches don't have any specialization. Customers will visit your ranch for all sorts of purposes, but slave produce with strong attributes in any area will not do better than if they were in a specialized ranch.
<<elseif $estate.ranch.style == "Commercial">>
<b>$estate.ranch.name is a commercial-style ranch.</b>
<br>
Commercial-style ranches popularize their ranch by promoting goods made by the products produced by the slaves working the ranch. The most important attribute for these type of ranches is the taste of the product. The second is the quality, and lastly the quality. Customers will get food and drinks made from your slaves products, so they must be taste and quality products. Quantity is not important, but you can always milk your slaves for more products when necessary behind the scenes.
<<elseif $estate.ranch.style == "Open">>
<b>$estate.ranch.name is an open-style ranch.</b>
<br>
Open-style ranches allows customers to come and milk slaves for their products themselves. This is mostly a fetish or a novelty occurrence as people are just looking to get the experience, making the quantity the most desired attribute for these types of ranch. Taste is secondary as customers often like to taste what they've collected. The quality is often ignored completely by customers.
<<elseif $estate.ranch.style == "Industrial">>
<b>$estate.ranch.style is an industrial-style ranch.</b>
<br>
Industrial-style ranches provide slave products to people who plan to use it either for themselves, or for commercial purposes. The quality of slave products is the most important attribute for these types of ranches. Quantity is important as well, allowing for even more product to be sold. While some people may use slave products for food purposes, a majority is used for things such as potions and merchandise so taste is mostly negligible.
<</if>>
<br><br>
<<if $estate.location == "Slums">>
<<set _styleprice = commify(20000)>>
<<set _stylefee = 20000>>
<</if>>
<<if $style != null>>
[[None|Ranch][$style = null]]
<<else>>
None
<</if>>
<<if $style != "Commercial" && $estate.ranch.style != "Commercial">>
| [[Commercial|Ranch][$style = "Commercial"]]
<<elseif $style == "Commercial">>
| Commercial
<</if>>
<<if $style != "Open" && $estate.ranch.style != "Open">>
| [[Open|Ranch][$style = "Open"]]
<<elseif $style == "Open">>
| Open
<</if>>
<<if $style != "Industrial" && $estate.ranch.style != "Industrial">>
| [[Industrial|Ranch][$style = "Industrial"]]
<<elseif $style == "Industrial">>
| Industrial
<</if>>
<<if $style == "Commercial">>
<br>
Commercial-style ranches popularize their ranch by promoting goods made by the products produced by the slaves working the ranch. The most important attribute for these type of ranches is the taste of the product. The second is the quality, and lastly the quality. Customers will get food and drinks made from your slaves products, so they must be taste and quality products. Quantity is still important, but you can always milk your slaves for more products when necessary behind the scenes.
<<elseif $style == "Open">>
<br>
Open-style ranches allows customers to come and milk slaves for their products themselves. This is mostly a fetish or a novelty occurrence as people are just looking to get the experience, making the quantity the most desired attribute for these types of ranch. Taste is secondary as customers often like to taste what they've collected. The quality is often ignored completely by customers.
<<elseif $style == "Industrial">>
<br>
Industrial-style ranches provide slave products to people who plan to use it either for themselves, or for commercial purposes. The quality of slave products is the most important attribute for these types of ranches. Quantity is important as well, allowing for even more product to be sold. While some people may use slave products for food purposes, a majority is used for things such as potions and merchandise so taste is mostly negligible.
<</if>>
<<if $style && $estate.ranch.style>>
<br><br>
<<if $PC.money >= _stylefee>>
[[Change Ranch Style|Ranch][$estate.ranch.style = $style, $style = null, $PC.money -= _stylefee]] | @@color:lightgreen;💎_styleprice@@
<<else>>
@@color:red;You need@@ @@color:lightgreen;💎_styleprice@@ @@color:red;to change your ranch's style.@@
<</if>>
<<elseif $style>>
<br><br>
<<if $PC.money >= _stylefee>>
[[Adopt Ranch Style|Ranch][$estate.ranch.style = $style, $style = null, $PC.money -= _stylefee]] | @@color:lightgreen;💎_styleprice@@
<<else>>
@@color:red;You need@@ @@color:lightgreen;💎_styleprice@@ @@color:red;to adopt a ranch style.@@
<</if>>
<</if>>|stats|k
|>| !$estate.ranch.name Summary |
| Total Money Earned | @@color:lightgreen;💎_ranchearnings@@ |
| Litres Milked | $totallitres |<<if _character.ID != "PLAYER">>
<<set _gender = _character.gender>>
<<set _char = "$slaves[" + _i + "]">>
<<set _name = _character.name>>
<<set _names = _character.name + "'s">>
<<set _was = "was">>
<<else>>
<<set _gender = "player">>
<<set _char = "$PC">>
<<set _name = "you">>
<<set _names = "your">>
<<set _was = "were">>
<</if>>
<<set _solicitingScenes = ["Oral", "Manual", "Masturbation", "Mammary", "Sex", "Rough Sex", "Anal Sex", "Rough Anal Sex"]>>
<<set _hostScenes = ["Masturbation Performance", "Bartender Sex", "Server Sex", "Nyotaimori"]>>
<<set _prostituteScenes = ["Gangbang", "Wall Bondage", "Overused"]>>
<<set _attendantScenes = ["Vent Sex", "Loving Sex", "Toys Sex"]>>
<<set _procurerScenes = []>>
<<set _guardScenes = []>>
<<set _normalbrothelcustomers = ["old man", "old woman", "young man", "young woman", "homeless man", "homeless woman", "male bandit", "female bandit"]>>
<<set _theaterbrothelcustomers = ["old man", "old woman", "young man", "young woman", "young master", "young mistress", "rich man", "rich woman"]>>
<<set _openbrothelcustomers = ["old man", "old woman", "young man", "young woman", "homeless man", "homeless woman", "male bandit", "female bandit"]>>
<<set _closedbrothelcustomers = ["old man", "old woman", "young master", "young mistress", "rich man", "rich woman", "male bandit Leader", "female bandit Leader"]>>
<<set _normalranch = ["First Timer", "Regular", ""]>>
<<set _commercialranch = ["Taste Test", "Family Outing", "New Item", "Check Product", ""]>>
<<set _industrialranch = ["Relentlessly Milked", "Struggle Milking", "Sneak In", "Pick Up", "Bulk Buy"]>>
<<set _openranch = ["Birthday", "Sexual Deviant", "Tourist"]>>
<<set _malecustomers = ["old man", "young man", "young master", "homeless man", "rich man", "male bandit", "male bandit leader"]>>
<<set _femalecustomers = ["old woman", "young woman", "young mistress", "homeless woman", "rich woman", "female bandit", "female bandit leader"]>>
<<set _scenelist = []>>
<<set _scene = null>>
<<set _customer = null>>
<<set _rand = null>>
<<set _opening = null>>
<<set _virginity = null>>
<<set _analvirginity = null>>
<<if _character.ID == "PLAYER">>
<<set _opening = "You enthusiastically">>
<<elseif _character.obedience.current < 40>>
<<set _opening = _name + " unwillingly">>
<<elseif _character.obedience.current < 60>>
<<set _opening = _name + " reluctantly">>
<<elseif _character.obedience.current <= 100>>
<<set _opening = _name + " obediently">>
<<elseif _character.obedience.current <= 140>>
<<set _opening = _name + " enthusiastically">>
<</if>>
<<if _character.assignment == "brothel">>
<<if !($estate.brothel.exceptions.pSoliciting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && _character.position == "Guard")>>
<<set _scenelist.push.apply(_scenelist, _solicitingScenes)>>
<</if>>
<<if $estate.brothel.style == "Open">>
<<set _customer = _openbrothelcustomers.random()>>
<<elseif $estate.brothel.style == "Closed">>
<<set _customer = _closedbrothelcustomers.random()>>
<<elseif $estate.brothel.style == "Theater">>
<<set _customer = _theaterbrothelcustomers.random()>>
<<else>>
<<set _customer = _normalbrothelcustomers.random()>>
<</if>>
<<if $estate.brothel.style == "Open" && !($estate.brothel.exceptions.pSoliciting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && _character.position == "Guard")>>
<<set _scenelist.push.apply(_scenelist, _prostituteScenes)>>
<<set _scene = _scenelist.random()>>
<<set $activeCharacter.summary += " <<print capitalize('" + _name + "')>> recieved <<print $hisher['" + _gender + "']>> customers inside the brothel wherever they took <<print $himher['" + _gender + "']>>.">>
<<elseif $estate.brothel.style == "Closed" && !($estate.brothel.exceptions.pSoliciting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && _character.position == "Guard")>>
<<set _scenelist.push.apply(_scenelist, _attendantScenes)>>
<<set _scene = _scenelist.random()>>
<<set $activeCharacter.summary += " <<print capitalize('" + _name + "')>> recieved <<print $hisher['" + _gender + "']>> customers in a large, extravagant room with a king-sized four poster bed.">>
<<elseif $estate.brothel.style == "Theater" && !($estate.brothel.exceptions.pSoliciting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && _character.position == "Guard")>>
<<set _scenelist.push.apply(_scenelist, _hostScenes)>>
<<set _scene = _scenelist.random()>>
<<set $activeCharacter.summary += " <<print capitalize('" + _name + "')>> served <<print $hisher['" + _gender + "']>> customers in a private booth.">>
<<elseif _character.position == "Prostitute" && !($estate.brothel.exceptions.pSoliciting == "Yes" && _character.position == "Procurer") && !($estate.brothel.exceptions.gSoliciting == "Yes" && _character.position == "Guard")>>
<<set _scene = _scenelist.random()>>
<<set $activeCharacter.summary += " <<print capitalize('" + _name + "')>> recieved <<print $hisher['" + _gender + "']>> customers in a small, dull room with a bed.">>
<</if>>
/*
<<if _character.position == "Guard">>
<<set _scenelist.push.apply(_scenelist, _guardScenes)>>
<<set _scene = _scenelist.random()>>
<<elseif _character.position == "Procurer">>
<<set _scenelist.push.apply(_scenelist, _procurerScenes)>>
<<set _scene = _scenelist.random()>>
<</if>>
*/
/*<<set _scene = "">>*/
<<set _an = AvsAn.query(extractWord(_customer))>>
<<switch _customer>>
<<case "old man">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was a creepy old man with withered gray hair and a strangely abled body.">>
<<case "old woman">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was a decrepit old woman with withered gray hair and a strangely abled body.">>
<<case "young man">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was an ordinary young man looking for some pleasure after a days hard work.">>
<<case "young woman">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was an unremarkable young woman looking to spend the night indulging in her carnal pleasures.">>
<<case "young master">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was a stylish young man looking for expensive pleasures.">>
<<case "young mistress">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was an elegant young woman looking for expensive pleasures.">>
<<case "homeless man">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was a ragged, unclean homeless man who has somehow scrounged up enough money to buy some time with one of your whores.">>
<<case "homeless woman">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was a nasty, foul-smelling homeless woman who has somehow scrounged up enough money to buy some time with one of your whores.">>
<<case "rich man">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was an expensively dressed man looking to de-stress by being comforted by your brothel whores.">>
<<case "rich woman">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was an expensively dressed woman looking to de-stress by being comforted by your brothel whores.">>
<<case "male bandit">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was a scary looking male bandit looking to spend some of his 'hard earned' money on one of your whores.">>
<<case "female bandit">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers was a menacing looking female bandit looking to spend some of her 'hard earned' money on one of your whores.">>
<<case "male bandit leader">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers a man known to be a leader of one of the local bandit groups, which anyone could tell from the scars and scabs all over his body.">>
<<case "female bandit leader">>
<<set $activeCharacter.summary += " One of <<print $hisher['" + _gender + "']>> customers a woman known to be a leader of one of the local bandit groups, which anyone could tell from the scars and scabs all over her face.">>
<</switch>>
<<elseif _character.assignment == "husbandry">>
<</if>>
<<switch _scene>>
<<case "Oral">>
<<if _malecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " " + _opening + " sucked and slobbered all over the " + _customer + "'s cock. The " + _customer + " came multiple times inside of " + _names + " mouth, thoroughly enjoying <<print $hisher['" + _gender + "']>> oral attentions.">>
<<elseif _femalecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " " + _opening + " sucked and lavished the " + _customer + "'s cunt with <<print $hisher['" + _gender + "']>> mouth. The " + _customer + " received multiple orgasms from " + _names + " oral attentions.">>
<</if>>
<<print increaseSensitivity("mouth", $activeCharacter, 2.5, "summary")>>
<<case "Manual">>
<<if _malecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " " + _opening + " caress and stroked the " + _customer + "'s cock, causing him to cum multiple times all over " + _names + " hand and body. The " + _customer + " made " + _name + " clean up the mess with <<print $hisher['" + _gender + "']>> tongue.">>
<<elseif _femalecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " " + _opening + " massaged the " + _customer + "'s clit and labia before fingering her to multiple orgasms. The " + _customer + " made " + _name + " clean up the mess with <<print $hisher['" + _gender + "']>> tongue.">>
<</if>>
<<print increaseSensitivity("mouth", $activeCharacter, 1, "summary")>>
<<case "Masturbation">>
<<if _character.cock.current > 0 && _character.girth.current > 0>>
<<set $activeCharacter.summary += " " + _opening + " stroked <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'cock'>> to multiple orgasms in front of the " + _customer + ", spurting rope after rope of <<print $hisher['" + _gender + "']>> cum all over the customer.">>
<<print increaseSensitivity("cock", $activeCharacter, 2.5, "summary")>>
<<elseif _character.pussy.current > 0 && _character.clit.current > 0>>
<<set $activeCharacter.summary += " " + _opening + " fucked <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'pussy'>> with <<print $hisher['" + _gender + "']>> fingers while tweaking <<print $hisher['" + _gender + "']>> clit, causing <<print $himher['" + _gender + "']>> to orgasm multiple times in front of the " + _customer + ".">>
<<print increaseSensitivity("pussy", $activeCharacter, 2.5, "summary")>>
<<print increaseSensitivity("clit", $activeCharacter, 2.5, "summary")>>
<</if>>
<<case "Mammary">>
<<if _malecustomers.includes(_customer)>>
<<if _character.bust.current >= 3>>
<<set $activeCharacter.summary += " " + _opening + " pressed <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'breasts'>> together and allowed the " + _customer + " to thrust his cock between them, causing him to cum all over " + _names + " breasts and face.">>
<<print increaseSensitivity("breasts", $activeCharacter, 2.5, "summary")>>
<<else>>
<<set $activeCharacter.summary += " " + _opening + " suckled on the " + _customer + "'s nipples while jerking him off since " + _names + " bust was much too small to service the " + _customer + " with them.">>
<<print increaseSensitivity("mouth", $activeCharacter, 2.5, "summary")>>
<</if>>
<<elseif _femalecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " " + _opening + " sucked, caressed and lavished the " + _customer + "'s breasts and nipples with physical attention causing the customer to experience multiple bust induced orgasms.">>
<<print increaseSensitivity("mouth", $activeCharacter, 1, "summary")>>
<</if>>
<<case "Sex">>
<<if _malecustomers.includes(_customer)>>
<<if _character.pussy.current > 0>>
<<set $activeCharacter.summary += " " + _opening + " allowed the " + _customer + " to fuck and use <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'body'>> until he is completely satisfied and " + _names + " <<descriptor " + _char + " 80 'pussy'>> is completely filled with his semen.">>
<<print increaseSensitivity("pussy", $activeCharacter, 2.5, "summary")>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<else>>
<<set $activeCharacter.summary += " " + _opening + " sucked and slobbered all over the " + _customer + "'s cock. The " + _customer + " came multiple times inside of " + _names + " mouth, thoroughly enjoying <<print $hisher['" + _gender + "']>> oral attentions.">>
<<print increaseSensitivity("mouth", $activeCharacter, 2.5, "summary")>>
<</if>>
<<elseif _femalecustomers.includes(_customer)>>
<<if _character.cock.current > 0 && _character.girth.current > 0>>
<<set $activeCharacter.summary += " " + _opening + " allowed the " + _customer + " to fuck and use <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'cock'>> as she pleases, bringing herself to multiple orgasms while " + _name + " filled her cunt with <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'cum'>>.">>
<<print increaseSensitivity("cock", $activeCharacter, 2.5, "summary")>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<else>>
<<set $activeCharacter.summary += " " + _opening + " sucked and lavished the " + _customer + "'s cunt with <<print $hisher['" + _gender + "']>> mouth. The " + _customer + " received multiple orgasms from " + _names + " oral attentions.">>
<<print increaseSensitivity("mouth", $activeCharacter, 2.5, "summary")>>
<</if>>
<</if>>
<<case "Rough Sex">>
<<if _malecustomers.includes(_customer)>>
<<if _character.pussy.current > 0>>
<<set $activeCharacter.summary += " <<print capitalize('" + _name + "')>> was pinned under the " + _customer + "'s body as he roughly plowed into <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'pussy'>> with reckless abandon, filling it with his cum.">>
<<print increaseSensitivity("pussy", $activeCharacter, 5, "summary")>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<else>>
<<set $activeCharacter.summary += " " + _opening + " caress and stroked the " + _customer + "'s cock, causing him to cum multiple times all over " + _names + " hand and body. The " + _customer + " made " + _name + " clean up the mess with <<print $hisher['" + _gender + "']>> tongue.">>
<<print increaseSensitivity("mouth", $activeCharacter, 1, "summary")>>
<</if>>
<<elseif _femalecustomers.includes(_customer)>>
<<if _character.cock.current > 0 && _character.girth.current > 0>>
<<set $activeCharacter.summary += " <<print capitalize('" + _name + "')>> was pinned under the " + _customer + "'s body as she rode <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'cock'>> to multiple orgasms, continuing even after " + _name + " " + _was + " too exhausted.">>
<<print increaseSensitivity("cock", $activeCharacter, 5, "summary")>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<else>>
<<set $activeCharacter.summary += " " + _opening + " massaged the " + _customer + "'s clit and labia before fingering her to multiple orgasms. The " + _customer + " made " + _name + " clean up the mess with <<print $hisher['" + _gender + "']>> tongue.">>
<<print increaseSensitivity("mouth", $activeCharacter, 1, "summary")>>
<</if>>
<</if>>
<<case "Anal Sex">>
<<if _malecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " " + _opening + " bent over and let the " + _customer + " ream <<print $hisher['" + _gender + "']>> lubed, <<descriptor " + _char + " 80 'anus'>>. After finishing the " + _customer + " had " + _name + " clean his cock with <<print $hisher['" + _gender + "']>> mouth.">>
<<elseif _femalecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " " + _opening + " bent over and let the " + _customer + " ream <<print $hisher['" + _gender + "']>> lubed, <<descriptor " + _char + " 80 'anus'>> with a strap-on. After finishing the " + _customer + " had " + _name + " clean the strap-on with <<print $hisher['" + _gender + "']>> mouth.">>
<</if>>
<<print increaseSensitivity("anus", $activeCharacter, 2.5, "summary")>>
<<print increaseGape($activeCharacter, 2.5, "summary")>>
<<set _analvirginity = checkVirginity($activeCharacter, "anal virginity")>>
<<case "Rough Anal Sex">>
<<if _malecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " The " + _customer + " wrestled " + _name + " onto <<print $hisher['" + _gender + "']>> back and rammed his cock into " + _names + " unlubed, <<descriptor " + _char + " 80 'anus'>>. After finishing inside of " + _names + " <<descriptor " + _char + " 80 'anus'>>, the " + _customer + " turned " + _name + " over and forced <<print $himher['" + _gender + "']>> to clean his cock.">>
<<elseif _femalecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " The " + _customer + " wrestled " + _name + " onto <<print $hisher['" + _gender + "']>> back and rammed her strap-on into " + _names + " unlubed, <<descriptor " + _char + " 80 'anus'>>. After enjoying herself, the " + _customer + " turned " + _name + " over and forced <<print $himher['" + _gender + "']>> to clean the strap-on with <<print $hisher['" + _gender + "']>> mouth.">>
<</if>>
<<print increaseSensitivity("anus", $activeCharacter, 5, "summary")>>
<<print increaseGape($activeCharacter, 5, "summary")>>
<<set _analvirginity = checkVirginity($activeCharacter, "anal virginity")>>
<<case "Masturbation Performance">>
<<set $activeCharacter.summary += " The " + _customer + " had " + _opening + " spread <<print $hisher['" + _gender + "']>> legs and masturbate <<print $hisher['" + _gender + "']>> ">>
<<if _character.cock.current > 0 && _character.girth.current > 0 && _character.pussy.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'cock'>> and <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'pussy'>>">>
<<elseif _character.cock.current > 0 && _character.girth.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'cock'>>">>
<<elseif _character.pussy.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'pussy'>>">>
<<elseif _character.bust.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'breasts'>>">>
<<else>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'anus'>>">>
<</if>>
<<set $activeCharacter.summary += " erotically to multiple orgasms for their own enjoyment.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'host' 'job'>>">>
<<run increaseSkillLvl("host", $activeCharacter, 5, $estate.brothel.levels.hosting)>>
<<case "Bartender Sex">>
<<set $activeCharacter.summary += " While " + _name + " " + _was + " serving drinks from the bar the " + _customer + " payed to have <<print $hisher['" + _gender + "']>> as a server. Instead of bringing <<print $himher['" + _gender + "']>> to a private booth the " + _customer + " ">>
<<if _malecustomers.includes(_customer)>>
<<set $activeCharacter.summary += "bent " + _name + " over the bar and ravaged <<print $hisher['" + _gender + "']>>">>
<<if _character.pussy.current > 0>>
<<set $activeCharacter.summary += " <<descriptor " + _char + " 80 'pussy'>> and finished by spurting deep inside <<print $himher['" + _gender + "']>>.">>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<else>>
<<set $activeCharacter.summary += " <<descriptor " + _char + " 80 'anus'>> and finished by spurting deep inside <<print $himher['" + _gender + "']>>.">>
<<set _analvirginity = checkVirginity($activeCharacter, "anal virginity")>>
<</if>>
<<elseif _femalecustomers.includes(_customer)>>
<<set $activeCharacter.summary += " laid " + _name + " across the bar and ">>
<<if _character.cock.current > 0 && _character.girth.current > 0>>
<<set $activeCharacter.summary += "rode <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'cock'>> until their climax.">>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<else>>
<<set $activeCharacter.summary += "sat on <<print $hisher['" + _gender + "']>> face, using <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'lips'>> lips to pleasure their cunt.">>
<</if>>
<</if>>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'host' 'job'>>">>
<<run increaseSkillLvl("host", $activeCharacter, 5, $estate.brothel.levels.hosting)>>
<<case "Server Sex">>
<<set $activeCharacter.summary += " " + _opening + " crawled under the table and orally pleasured the " + _customer + " while they relaxed and finished their meal, only coming up when called upon to get more food or drinks.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'host' 'job'>>">>
<<run increaseSkillLvl("host", $activeCharacter, 5, $estate.brothel.levels.hosting)>>
<<case "Nyotaimori">>
<<set $activeCharacter.summary += " " + _opening + " laid across the table, using <<print $himselfherself['" + _gender + "']>> as a plate as the " + _customer + "'s order was served all over <<print $hisher['" + _gender + "']>> body.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'host' 'job'>>">>
<<run increaseSkillLvl("host", $activeCharacter, 5, $estate.brothel.levels.hosting)>>
<<case "Gangbang">>
<<set $activeCharacter.summary += " " + _opening + " took part in multiple gangbangs. The " + _customer + " paid for them and their friends to take turns making use of every appendage, hole and genital on " + _names + " body. When they were done <<print $heshe['" + _gender + "']>> " + _was + " left in a puddle of body fluids.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'solicitor' 'job'>>">>
<<run increaseSkillLvl("solicitor", $activeCharacter, 5, $estate.brothel.levels.soliciting)>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<set _analvirginity = checkVirginity($activeCharacter, "anal virginity")>>
<<case "Wall Bondage">>
<<set $activeCharacter.summary += " " + _opening + " secured themselves to a bondage wall, displaying <<print $hisher['" + _gender + "']>> ">>
<<if _character.cock.current > 0 && _character.girth.current > 0 && _character.pussy.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'cock'>>, <<print $hisher['" + _gender + "']>> <<descriptor " + _char + " 80 'pussy'>> and <<descriptor " + _char + " 80 'anus'>>">>
<<elseif _character.cock.current > 0 && _character.girth.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'cock'>> and <<descriptor " + _char + " 80 'anus'>>">>
<<elseif _character.pussy.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'pussy'>> and <<descriptor " + _char + " 80 'anus'>>">>
<</if>>
<<set $activeCharacter.summary += " for use on one side and <<print $hisher['" + _gender + "']>> ">>
<<if _character.bust.current > 0>>
<<set $activeCharacter.summary += "<<descriptor " + _char + " 80 'breasts'>> ">>
<</if>>
<<set $activeCharacter.summary += "and <<descriptor " + _char + " 80 'lips'>> lips on the other for the " + _customer + " to use.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'solicitor' 'job'>>">>
<<run increaseSkillLvl("solicitor", $activeCharacter, 5, $estate.brothel.levels.soliciting)>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<set _analvirginity = checkVirginity($activeCharacter, "anal virginity")>>
<<case "Overused">>
<<set $activeCharacter.summary += " The " + _customer + " found " + _name + " exhausted laying in a puddle of <<print $hisher['" + _gender + "']>> own juices mixed with the bodily fluids from many other customers. Instead of turning the " + _customer + " off, it only built their lust to the point they ended up using " + _name + " in <<print $hisher['" + _gender + "']>> exhausted state for over an hour to sate their sexual needs.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'solicitor' 'job'>>">>
<<run increaseSkillLvl("solicitor", $activeCharacter, 5, $estate.brothel.levels.soliciting)>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<set _analvirginity = checkVirginity($activeCharacter, "anal virginity")>>
<<case "Vent Sex">>
<<set $activeCharacter.summary += " The " + _customer + " was furious when they walked into the brothel due to external circumstances and paid to use " + _name + " for a long while. " + _opening + " allowed them to vent their fustrations all over <<print $hisher['" + _gender + "']>> body multiple times during <<print $hisher['" + _gender + "']>> serving period. The customer left feeling relaxed and rested.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'attendant' 'job'>>">>
<<run increaseSkillLvl("attendant", $activeCharacter, 5, $estate.brothel.levels.attending)>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<case "Loving Sex">>
<<set $activeCharacter.summary += " The " + _customer + " booked a lengthy amount of " + _names + " time in advance. " + _opening + " serviced the " + _customer + " lovingly for the entire duration of their time.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'attendant' 'job'>>">>
<<run increaseSkillLvl("attendant", $activeCharacter, 5, $estate.brothel.levels.attending)>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<case "Toys Sex">>
<<set $activeCharacter.summary += " The " + _customer + " payed for the use of a large arrangement of toys to use during their time in your brothel. " + _opening + " allowed the " + _customer + " to use the toys in and on <<print $hisher['" + _gender + "']>> body however they pleased.">>
<<set $activeCharacter.summary += "<br>">>
<<set $activeCharacter.summary += "<<skillsum " + _char + " 'attendant' 'job'>>">>
<<run increaseSkillLvl("attendant", $activeCharacter, 5, $estate.brothel.levels.attending)>>
<<set _virginity = checkVirginity($activeCharacter, "virginity")>>
<<set _analvirginity = checkVirginity($activeCharacter, "anal virginity")>>
<<case "First Timer">>
<<case "Regular">>
<</switch>>
<<if _virginity>>
<<set $activeCharacter.summary += _virginity>>
<</if>>
<<if _analvirginity>>
<<set $activeCharacter.summary += _analvirginity>>
<</if>><<set $femalenames = ["Aisha", "Agatha", "Ageha", "Agnes", "Ahra", "Ahura", "Akiye", "Alanna", "Alessia", "Alexandria", "Alice", "Alisa", "Alfira", "Allysandre", "Alora", "Alsina", "Alyssa", "Amelia", "Amelie", "Amia", "Amina", "Anastasia", "Andrea", "Anele", "Angela", "Ania", "Anise", "Anissa", "Anja", "Anna", "Anne", "Anya", "Aphia", "Arabelle", "Arayna", "Arden", "Aria", "Ariadne", "Arielle", "Aruna", "Ary", "Aryae", "Arya", "Ashe", "Asra", "Astrid", "Aurora", "Ava", "Avery", "Ayana", "Ayda", "Bahria", "Bala", "Bella", "Bruna", "Caera", "Caila", "Calara", "Calla", "Camille", "Candela", "Candice", "Cara", "Carrera", "Caspian", "Cassidy", "Cecile", "Cecilia", "Celest", "Celestine", "Celia", "Celina", "Celine", "Cercei", "Chalissa", "Charlotte", "Cici", "Cienna", "Claire", "Clara", "Clare", "Clea", "Cleo", "Colette", "Cora", "Corinne", "Correia", "Cressida", "Crystal", "Daisy", "Dawn", "Diana", "Diane", "Diedra", "Deidre", "Dragana", "Edith", "Edna", "Edwina", "Eimi", "Eleanor", "Elena", "Eleonora", "Elia", "Elicia", "Elise", "Elissa", "Elissandra", "Eliza", "Elizabeth", "Ella", "Elle", "Eloa", "Elsa", "Elva", "Emile", "Emilia", "Emily", "Emma", "Erah", "Erin", "Eris", "Estella", "Ethel", "Eva", "Evelyn", "Evie", "Ezra", "Fae", "Fauna", "Faye", "Fianna", "Fiona", "Flora", "Frederica", "Frey", "Freya", "Giselle", "Hanna", "Hannibel", "Hatha", "Haya", "Hazel", "Holly", "Iberis", "Ina", "Inga", "Ingrid", "Irena", "Iris", "Isabel", "Isabella", "Issa", "Ivette", "Ivy", "Jada", "Jade", "Janna", "Jayne", "Jazel", "Joseline", "Josias", "Kalissy", "Kamila", "Kanna", "Kathia", "Kenira", "Kenna", "Khaleesi", "Kiara", "Kiera", "Kiki", "Kira", "Kitana", "Korina", "Kyla", "Lana", "Lara", "Latis", "Layla", "Leah", "Lebelle", "Leiri", "Lena", "Lenae", "Leona", "Leone", "Leonora", "Leticia", "Lilah", "Lilia", "Lilian", "Lilika", "Lilith", "Lillis", "Lily", "Linda", "Livia", "Liza", "Lorelei", "Loretta", "Lotte", "Lovia", "Lucia", "Lumi", "Luna", "Lunette", "Luvelia", "Lydia", "Lyra", "Maela", "Maelynn", "Maeve", "Maggie", "Maja", "Mana", "Marceline", "Mardella", "Maria", "Maribelle", "Marie", "Mariel", "Marietta", "Marina", "Mavis", "Maya", "Maye", "Meredith", "Mia", "Mila", "Minerva", "Mira", "Moka", "Mona", "Morgan", "Morgana", "Muse", "Myah", "Myra", "Naia", "Nala", "Nami", "Naomi", "Natalie", "Nelba", "Nier", "Nigulla", "Niserie", "Nina", "Noelle", "Noire", "Nona", "Nora", "Nova", "Numa", "Nur", "Nyla", "Nyra", "Oana", "Olisya", "Olivia", "Olyssa", "Ophelia", "Orisa", "Palla", "Patessa", "Patra", "Percibelle", "Phedre", "Philia", "Rakka", "Ranata", "Raven", "Raya", "Raylin", "Reena", "Reia", "Reina", "Rene", "Rela", "Ria", "Rin", "Rina", "Rosa", "Rosalind", "Rose", "Rosetta", "Rumi", "Sanna", "Saran", "Sasha", "Savana", "Selara", "Sena", "Sera", "Serafina", "Serena", "Sharna", "Sharnis", "Shasa", "Shauna", "Sheyl", "Shona", "Skylar", "Sierra", "Silaria", "Silva", "Silvia", "Shoko", "Sofy", "Sophia", "Sophie", "Stella", "Suraya", "Suriel", "Sylvie", "Talia", "Tanith", "Tera", "Ursula", "Uryah", "Vana", "Vera", "Viola", "Violet", "Vira", "Willow", "Xianna", "Yara", "Yael", "Yona", "Ysenia", "Yvonne", "Yuisis", "Yumi", "Zhara", "Zosia"]>>
<<set $malenames = ["Aadram", "Abel", "Adnis", "Aenwyn", "Aesir", "Aiden", "Aiowen", "Agos", "Albus", "Alden", "Alexander", "Alfred", "Algar", "Alix", "Amadeus", "Amaro", "Amauri", "Ando", "Andre", "Aras", "Aries", "Armond", "Arrian", "Arune", "Azel", "Azemaur", "Bahren", "Barrett", "Bellamy", "Benjamin", "Bertram", "Bishop", "Blair", "Boris", "Brache", "Bran", "Brewyn", "Caden", "Cale", "Caliban", "Calvert", "Cassian", "Ceadric", "Cecil", "Celda", "Cephus", "Cero", "Chapuys", "Christole", "Claus", "Collem", "Coln", "Conall", "Conan", "Covu", "Cyne", "Cyrus", "Daemon", "Daemeon", "Dansen", "Dumas", "Eacelm", "Eamon", "Ehran", "Einar", "Elan", "Eli", "Elijah", "Ellis", "Elsen", "Emin", "Enzo", "Eogan", "Erith", "Esdras", "Estan", "Evan", "Ferand", "Frederick", "Gagadr", "Gail", "Gaios", "Garas", "Gareth", "Garret", "Gileon", "Giles", "Graham", "Haden", "Hahn", "Hans", "Helmund", "Helmut", "Hiten", "Hoak", "Hughes", "Iair", "Ichol", "Ikaros", "Ilbus", "Illan", "Inago", "Isaac", "Ised", "Isaiah", "Ivan", "Ivram", "Iwan", "Izem", "Jochias", "Judas", "Julius", "Juno", "Kaias", "Kall", "Kassin", "Khol", "Kahn", "Kane", "Kasdum", "Keiran", "Kerian", "Khaleas", "Kito", "Klaus", "Koios", "Kohn", "Kouga", "Kyrias", "Kyros", "Kyvre", "Lance", "Lant", "Laven", "Leon", "Liamath", "Lilard", "Lir", "Leland", "Locke", "Lombard", "Lorren", "Lucas", "Lumen", "Lyle", "Malen", "Malik", "Marco", "Maren", "Mathias", "Matteo", "Micheal", "Milo", "Neale", "Neas", "Niall", "Nodeius", "Nolan", "Norton", "Odom", "Okhos", "Olsen", "Onni", "Ornn", "Oswaldo", "Owen", "Otto", "Palim", "Pluto", "Pteri", "Rader", "Rae", "Rafi", "Ral", "Ralphye", "Ramiel", "Ramsay", "Ramua", "Randall", "Raphael", "Raun", "Rawlin", "Raynard", "Reed", "Reeves", "Remus", "Ren", "Renart", "Reto", "Rette", "Rewilh", "Rey", "Rheon", "Rhistel", "Roahl", "Roban", "Rocco", "Rohl", "Rohri", "Rolan", "Roland", "Rommel", "Romy", "Rook", "Rory", "Rowan", "Roy", "Rubin", "Rumin", "Ryzand", "Sabine", "Salem", "Sallnes", "Saphos", "Selah", "Seraph", "Seryan", "Silva", "Simon", "Siward", "Slane", "Sloan", "Soros", "Theodore", "Thomas", "Thorne", "Torres", "Towan", "Tybalt", "Tyr", "Urs", "Vairus", "Vallem", "Valrick", "Vaughn", "Vern", "Vitus", "Wilhelm", "Wren", "Wulfe", "Xander", "Yasin", "Yevon", "Yildrim", "Ymir", "Zakir", "Zane", "Zaos", "Zeilel", "Zhirayr", "Zion"]>>
<<set $names = {male: $malenames, female: $femalenames}>>
<<set $elfmalenames = ["Abadda", "Abarat", "Adamar", "Adorellan", "Adresin", "Aduce", "Aelrindel", "Aerendyl", "Aermhar", "Aesar", "Aeson", "Afamrail", "Agis", "Aglanthol", "Ainésilver", "Aithlin", "Ajaar", "Akhelbhen", "Akkar", "Alabyran", "Albondiel", "Alinar", "Allain", "Alok", "Alosrin", "Althidon", "Amrynn", "Anarallath", "Andaerean", "Andrathath", "Anfalen", "Anlyth", "Aolis", "Aquilan", "Araevin", "Arandron", "Aravilar", "Arbane", "Ardreth", "Ardryll", "Argus", "Arkhun", "Arkiem", "Arl", "Arlen", "Arun", "Ascal", "Athtar", "Aubric", "Aubron", "Aulathar", "Aulauthar", "Aumanas", "Aumrauth", "Avourel", "Baerdelcoam", "Baerithryn", "Belanor", "Beldroth", "Bellas", "Belstram", "Beluar", "Bhyrindaar", "Biafyndar", "Bialaer", "Braern", "Brindarry", "Buttorwyr", "Cameron", "Chaalmyth", "Chathanglas", "Cheyrth", "Chozzaster", "Chylnoth", "Cluhurach", "Cluym", "Cohnal", "Conall", "Connak", "Cornaith", "Corym", "Cymbiir", "Cystenn", "Dakath", "Dalyor", "Dannyd", "Daratrine", "Darcassan", "Darfin", "Darthoridan", "Deldrach", "Delmuth", "Delsaran", "Dhoelath", "Divisav", "Drannor", "Droth", "Druindar", "Durlan", "Durothil", "Dyffros", "Earynspieir", "Edansyr", "Edicûve", "Edwyrd", "Edyrm", "Ehlark", "Ehrendil", "Eilauver", "Elaethan", "Elaith", "Elandorr", "Elanjar", "Elashor", "Elbauthin", "Elbereth", "Eldaernth", "Eldar", "Eldrin", "Elenshaer", "Elephon", "Elhieardacil", "Elidyr", "Elion", "Elkhazel", "Ellisar", "Elorfindar", "Elorshin", "Elpaerae", "Eltaor", "Eltargrim", "Elénaril", "Emmyth", "Entrydal", "Erendriel", "Erglareo", "Eriladar", "Erlan", "Erlathan", "Eroan", "Erolith", "Eschallus", "Estelar", "Ethlando", "Ettrian", "Euchoé", "Evindal", "Eyrynnhv", "Faahresc", "Faelar", "Faelyn", "Faeranduil", "Falael", "Faoraar", "Felaern", "Fenian", "Fflar", "Fhaornik", "Fhociin", "Filarion", "Filvendor", "Filverel", "Finufaranell", "Flardryn", "Flinar", "Foxfire", "Fylson", "Gaeleath", "Gaelin", "Galaeron", "Galan", "Galather", "Ganamede", "Gantar", "Garrik", "Garynnon", "Giilvas", "Giullio", "Glarald", "Glorandal", "Goronyyv", "Grathgor", "Haalaari", "Hachaam", "Haemir", "Haladavar", "Halafarin", "Halamar", "Haldreithen", "Halflar", "Halgondas", "Halpaeril", "Halueth", "Halueve", "Haryk", "Hastos", "Hatharal", "Hiflanyl", "Hoccar", "Horith", "Hubyr", "Iefyr", "Ievos", "Ihimbraskar", "Ilbryn", "Ilimitar", "Iliphar", "Ilitharath", "Illianaro", "Illithor", "Illitran", "Ilphas", "Ilrune", "Ilthuryn", "Ilyndrathyl", "Inchel", "Inialos", "Injros", "Intevar", "Iolas", "Iolrath", "Itham", "Ithraides", "Ivlisar", "Ivran", "Ivósaar", "Iymbryl", "Iyrandrar", "Iyriklaunavan", "Jandar", "Jannalor", "Jaonos", "Jassin", "Jhaan", "Jhaartael", "Jhaeros", "Jharak", "Jharym", "Jhuvik", "Jonas", "Jonik", "Jorildyn", "Josidiah", "Juppar", "Kahvoerm", "Kalaerede", "Katar", "Katyr", "Keletheryl", "Kelvhan", "Kendel", "Kerym", "Keryth", "Kesefehon", "Khaalindaan", "Kharis", "Khatar", "Khidell", "Khiiral", "Khilseith", "Khuumal", "Khyrmn", "Khyssoun", "Kindroth", "Kivessin", "Kiyuigh", "Klaern", "Kolvar", "Korrigash", "Kroloth", "Kuornos", "Kuskyn", "Kuskyn", "Kymil", "Kyrtaar", "Laeroth", "Lafarallin", "Lamruil", "Laosx", "Larongar", "Larrel", "Lashul", "Lathai", "Lathlaeril", "Leayonadas", "Leojym", "Lhombaerth", "Lhoris", "Lianthorn", "Llarm", "Llewellenar", "Llombaerth", "Lorsan", "Luirlan", "Luthais", "Luvon", "Lyari", "Lyklor", "Lysanthir", "Maasli", "Maendellyn", "Maeraddyth", "Maeral", "Maiele", "Malgath", "Mardeiym", "Marikoth", "Marlevaur", "Melandrach", "Melisander", "Merellien", "Merith", "Methild", "Mhaenal", "Mihangyl", "Miilaethorn", "Miirphys", "Mirthal", "Mirthal", "Mi’tilarro", "Mlartlar", "Mlossae", "Molonym", "Molostroi", "Montagor", "Morgan", "Morthil", "Mothrys", "Mourn", "Myrddin", "Myriil", "Myrin", "Myronthilar", "Mythanthar", "Naertho", "Naeryndam", "Napraeleon", "Narbeth", "Nardual", "Nelaeryn", "Nelaeryn", "Neldor", "Neldor", "Nesterin", "Nevarth", "Nhamashal", "Nieven", "Nindrol", "Ninthalor", "Nlossae", "Nopos", "Norlorn", "Nremyn", "Nuvian", "Nyaalsir", "Nylian", "Nym", "Nyvorlas", "Oacenth", "Oenel", "Ohmbryn", "Olaurae", "Olinsivver", "Olithir", "Onas", "Oncith", "Ondabrar", "Ondroth", "Onvyr", "Orist", "Orlpar", "Orndacil", "Ornthalas", "Ornthalas", "Ortauré", "Orym", "Oslarelar", "Otaehryn", "Otaerhyn", "Othorion", "Paeral", "Paeris", "Passilorris", "Paulorin", "Phaendar", "Pharom", "Phraan", "Pirphal", "Pleufan", "Purtham", "Pyrder", "Pyrravym", "Pywaln", "Pyxaanthal", "Qildor", "Quastarte", "Quynn", "Raeranthur", "Raibyr", "Ralikanthae", "Ralnor", "Rathal", "Raunaeril", "Rauthomyr", "Rauvelore", "Reluraun", "Reluvethel", "Rennyn", "Reptar", "Respen", "Rhaac'var", "Rhalyf", "Rhangyl", "Rhenalyrr", "Rhespen", "Rhistel", "Rhothomir", "Rhys", "Rilitar", "Riluaneth", "Rolim", "Rotheloe", "Rothilion", "Ruardh", "Ruehar", "Ruith", "Rumathil", "Ruvaen", "Ruven", "Ruvyn", "Rychell", "Ryfon", "Ryul", "Ryvvik", "Sadalymn", "Saelethil", "Saevel", "Saevel", "Sakrattars", "Sakrattars", "Samblar", "Sandevv", "Seanchai", "Seith", "Seiveril", "Selanlar", "Selgauth", "Shael", "Shammath", "Sharian", "Sharian", "Sharlario", "Shaundyl", "Shevarash", "Shonassir", "Shyrrik", "Siirist", "Silvyr", "Simimar", "Sinaht", "Sinaht", "Skalanis", "Skalanis", "Sontar", "Srindin", "Strohm", "Sudryl", "Sudryl", "Sundamar", "Sylvar", "Symkalr", "Sythaeryn", "Sythaeryn", "Taanyth", "Taegen", "Taeglyn", "Taenaran", "Taeral", "Taerntym", "Taleisin", "Tammson", "Tamnaeuth", "Tamnaeuth", "Tamsin", "Tanithil", "Tannivh", "Tannivh", "Tannyll", "Tanseril", "Tanyl", "Tanyl", "Taranath", "Tarathiel", "Tarathiel", "Taredd", "Tarosspur", "Tarron", "Tasar", "Tassarion", "Tathaln", "Tehlmar", "Teirist", "Tenyajn", "Tethir", "Thalanil", "Thallan", "Thatoryl", "Thiilthan", "Thurdan", "Thurruvyn", "Tiarshus", "Tlannatar", "Tolthe", "Tolthe", "Tordynnar", "Toross", "Traeliorn", "Traeliorn", "Travaran", "Triandal", "Triktappic", "Tsaer", "Tsiilmas", "Tyvollus", "T’karon", "Ualair", "Uevareth", "Uldreiyn", "Uldreiyn", "Urddusk", "Usunaar", "Uthorim", "Vaalyun", "Vaeril", "Valmaxian", "Vander", "Vartan", "Velethuil", "Venali", "Vesperr", "Vesryn", "Vesstan", "Vhoadan", "Vhoorhin", "Vhoori", "Volodar", "Voron", "Waernas", "Wistari", "Wylchyr", "Wylym", "Wyn", "Wyndelleu", "Wyqhael", "Wyrran", "Xalph", "Xanotter", "Xhalh", "Xhalth", "Xharlion", "Yalathanil", "Yeschant", "Yhendorn", "Ylyndar", "Ynloeth", "Zabbas", "Zaltarish", "Zandro", "Zaor", "Zaos", "Zelphar", "Zhoron", "Zulae"]>>
<<set $elffemalenames = ["Aelieyeeva", "Aelrue", "Aelynthi", "Aerilaya", "Ahrendaaria", "Ahrendue", "Ahskahala", "Ajhalanda", "Alaglossa", "Alais", "Alauthshaee", "Alavara", "Alea", "Alerathla", "Allannia", "Allisa", "Alloralla", "Allynna", "Almithara", "Aloevan", "Alvaerele", "Aluendalee", "Alyndra", "Amara", "Amaranthae", "Amkissra", "Amlaruil", "Amnestria", "Amra", "Anaharae", "Anarzee", "Aneirin", "Anhaern", "Anyllan", "Ara", "Araushnee", "Aravae", "Arcaena", "Arielimnda", "Arlayna", "Arnarra", "Artin", "Ashemmi", "Aubaudameira", "Auluua", "Aurae", "Ava", "Axilya", "Ayaeqlarune", "Azariah", "Bhuraelea", "Blythswana", "Bonnalurie", "Braerindra", "Caerthynna", "Calarel", "Cauladra", "Chaenath", "Chalsarda", "Chandrelle", "Chasianna", "Chichlandra", "Chin’nesstre", "Chomylla", "Cilivren", "Ciyradyl", "Claire", "Csharynn", "Daenalaia", "Daratrine", "Darshee", "Dasyra", "Dathlue", "Dathlue", "Dathlue", "Delimbiyra", "Delshandra", "Deularla", "Duilya", "Eallyrl", "Ecaeris", "Edraele", "Elanalue", "Elanil", "Elasha", "Eldratha", "Elénaril", "Eletha", "Ellarian", "Ellifain", "Eloen", "Elora", "Elvandaruil", "Embrae", "Emvorele", "Enajharas", "Eshenesra", "Essaerae", "Esta", "Ester", "Esyae", "Faranni", "Faunalyn", "Fhaertala", "Fieryat", "Filaurel", "Filauria", "Fildaerae", "Fox-at-Twilight", "Francessca", "Gaelira", "Gaerradh", "Gaylia", "Gemstarzah", "Ghilanna", "Glynnii", "Gweyr", "Gwynnestri", "Gylledha", "Haalija", "Hacathra", "Halaema", "Halama", "Halaema", "Halanaestra", "Hamalitia", "Haramara", "Helartha", "Hhora", "Holone", "Huquethae", "Hycis", "Iahalae", "Ialantha", "Ikeshia", "Ildilyntra", "Ilmadia", "Ilyrana", "Ilythyrra", "Imdalace", "Imizael", "Immianthe", "Imra", "Imramarthree", "Imryll", "Innovindil", "Ioelena", "Irhaal", "Isciira", "Ithrythra", "Itiireae", "Itylra", "Jastra", "Jeardra", "Jhaer", "Jhalass", "Jhanandra", "Jhaumrithe", "Jhiilsraa", "Ilsevel", "Ilyrana", "Immianthe", "Isilfarrel", "Kavrala", "Kaylessa", "Keerla", "Keishara", "Kethryllia", "Keya", "Khiipaera", "Kileontheal", "Kythaela", "Laamtora", "Laerdya", "Laerune", "Laurlaethee", "Lazziar", "Leilatha", "Liluth", "Llamryl", "Lorelei", "Lydi’aleera", "Lyraesel", "Maaleshiira", "Maelyrra", "Maeralya", "Maith", "Makaela", "Malruthiia", "Mariona", "Marissa", "Martainn", "Meira", "Melarue", "Merethyl", "Merialeth", "Meriel", "Merlara", "Mistale", "Mladris", "Mnuvae", "Morgwais", "Moryggan", "Muerlara", "Mylaela", "Mylaerla", "Myriani", "Naevys", "Nakiasha", "Nambra", "Namyriitha", "Nanalethalee", "Nanthee", "Nanthleene", "Naumys", "Nlaea", "Nuala", "Nueleth", "Nuovis", "Nushala", "Nylaathria", "Ochyllyss", "Oluevaera", "Phaerl", "Phantyni", "Phelorna", "Phuingara", "Phyrra", "Pollae", "Puorlaas", "Qemba", "Quamara", "Raejiisa", "Raerauntha", "Rathiain", "Renestrae", "Roanmara", "Ruavia", "Rubrae", "Ryllae", "Saelihn", "Saélihn", "Saida", "Sakaala", "Sariandi", "Sarya", "Schimae", "Seirye", "Seldanna", "Selussa", "Séonais", "Shael", "Shadowmoon", "Shalana", "Shalantha", "Shalendra", "Shalheira", "Shandalar", "Shanyrria", "Sharaera", "Sheedra", "Sheera", "Shialaevar", "Shi’larra", "Shialaevar", "Shoulree", "Shyael", "Shyael", "Shyllisyrr", "Sinnafain", "Soliania", "Soora", "Sorsasta", "Susklahava", "Sylmae", "Symrustar", "Syndra", "Synnorha", "Syrune", "Syviis", "Taenya", "Takari", "Talaedra", "Talanashta", "Talila", "Talindra", "Tamara", "Tarasynora", "Teharissa", "Teryani", "Thalaera", "Thalanil", "Thaola", "Thasitalia", "Throleatha", "Tiatha", "Tira’allara", "Tiriara", "Tisharu", "Tsarra", "Tyllaetha,Ulelesse", "Unae", "Urmicca", "Uschymna", "Vaervenshalice", "Valindra", "Vashti", "Velaethaunyl", "Velatha", "Veluthil", "Verrona", "Vestele", "Viansola", "Winterflower", "Xiiltharra", "Yaereene", "Yalanilue", "Yathlanae", "Yeshelné", "Yghiilra", "Ygrainne", "Ynshael", "Yrlissa", "Yrneha", "Yrthraethra", "Ysmyrlda", "Ytharra", "Yulmanda", "Z’Beryl", "Zhuirentel", "Zoastria"]>>
<<set $elfnames = {male: $elfmalenames, female: $elffemalenames}>>
<<set $orcmalenames = ["Abghat", "Adgulg", "Aghed", "Agugh", "Aguk", "Almthu", "Alog", "Ambilge", "Apaugh", "Argha", "Argigoth", "Argug", "Arpigig", "Auhgan", "Azhug", "Bagdud", "Baghig", "Bahgigoth", "Bandagh", "Barfu", "Bargulg", "Baugh", "Bidgug", "Bildud", "Bilge", "Bog", "Boghat", "Bogugh", "Borgan", "Borug", "Braugh", "Brougha", "Brugagh", "Bruigig", "Buadagh", "Buggug", "Builge", "Buimghig", "Bulgan", "Bumhug", "Buomaugh", "Buordud", "Burghed", "Buugug", "Cabugbu", "Cagan", "Carguk", "Carthurg", "Clog", "Corgak", "Crothu", "Cubub", "Cukgilug", "Curbag", "Dabub", "Dakgorim", "Dakgu", "Dalthu", "Darfu", "Deakgu", "Dergu", "Derthag", "Digdug", "Diggu", "Dilug", "Ditgurat", "Dorgarag", "Dregu", "Dretkag", "Drigka", "Drikdarok", "Drutha", "Dudagog", "Dugarod", "Dugorim", "Duiltag", "Durbag", "Eagungad", "Eggha", "Eggugat", "Egharod", "Eghuglat", "Eichelberbog", "Ekganit", "Epkagut", "Ergoth", "Ertguth", "Ewkbanok", "Fagdud", "Faghig", "Fandagh", "Farfu", "Farghed", "Fargigoth", "Farod", "Faugh", "Feldgulg", "Fidgug", "Filge", "Fodagog", "Fogugh", "Fozhug", "Frikug", "Frug", "Frukag", "Fubdagog", "Fudhagh", "Fupgugh", "Furbog", "Futgarek", "Gaakt", "Garekk", "Gelub", "Gholug", "Gilaktug", "Ginug", "Gnabadug", "Gnadug", "Gnalurg", "Gnarg", "Gnarlug", "Gnorl", "Gnorth", "Gnoth", "Gnurl", "Golag", "Golub", "Gomatug", "Gomoku", "Gorgu", "Gorlag", "Grikug", "Grug", "Grukag", "Grukk", "Grung", "Gruul", "Guag", "Gubdagog", "Gudhagh", "Gug", "Gujarek", "Gujek", "Gujjab", "Gulm", "Gulrn", "Gunaakt", "Gunag", "Gunug", "Gurukk", "Guthakug", "Guthug", "Gutjja", "Hagob", "Hagu", "Hagub", "Haguk", "Hebub", "Hegug", "Hibub", "Hig", "Hogug", "Hoknath", "Hoknuk", "Hokulk", "Holkurg", "Horknuth", "Hrolkug", "Hugagug", "Hugmug", "Hugolm", "Ig", "Igmut", "Ignatz", "Ignorg", "Igubat", "Igug", "Igurg", "Ikgnath", "Ikkath", "Inkathu", "Inkathurg", "Isagubat", "Jogug", "Jokgagu", "Jolagh", "Jorgagu", "Jregh", "Jreghug", "Jugag", "Jughog", "Jughragh", "Jukha", "Jukkhag", "Julakgh", "Kabugbu", "Kagan", "Kaghed", "Kahigig", "Karfu", "Karguk", "Karrghed", "Karrhig", "Karthurg", "Kebub", "Kegigoth", "Kegth", "Kerghug", "Kertug", "Kilug", "Klapdud", "Klog", "Klughig", "Knagh", "Knaraugh", "Knodagh", "Knorgh", "Knuguk", "Knurigig", "Kodagog", "Kog", "Kogan", "Komarod", "Korgak", "Korgulg", "Koughat", "Kraugug", "Krilge", "Krothu", "Krouthu", "Krugbu", "Krugorim", "Kubub", "Kugbu", "Kukgilug", "Kulgha", "Kupgugh", "Kurbag", "Kurmbag", "Laghed", "Lamgugh", "Mabub", "Magdud", "Malthu", "Marfu", "Margulg", "Mazhug", "Meakgu", "Mergigoth", "Milug", "Mudagog", "Mugarod", "Mughragh", "Mugorim", "Murbag", "Naghat", "Naghig", "Naguk", "Nahgigoth", "Nakgu", "Narfu", "Nargulg", "Narhbub", "Narod", "Neghed", "Nehrakgu", "Nildud", "Nodagog", "Nofhug", "Nogugh", "Nomgulg", "Noogugh", "Nugbu", "Nughilug", "Nulgha", "Numhug", "Nurbag", "Nurghed", "Oagungad", "Oakgu", "Obghat", "Oggha", "Oggugat", "Ogharod", "Oghuglat", "Oguk", "Ohomdud", "Ohulhug", "Oilug", "Okganit", "Olaghig", "Olaugh", "Olmthu", "Olodagh", "Olog", "Omaghed", "Ombilge", "Omegugh", "Omogulg", "Omugug", "Onog", "Onubub", "Onugug", "Oodagh", "Oogorim", "Oogugbu", "Oomigig", "Opathu", "Opaugh", "Opeghat", "Opilge", "Opkagut", "Opoguk", "Oquagan", "Orgha", "Orgoth", "Orgug", "Orpigig", "Ortguth", "Otugbu", "Ougha", "Ougigoth", "Ouhgan", "Owkbanok", "Paghorim", "Pahgigoth", "Pahgorim", "Pakgu", "Parfu", "Pargu", "Parhbub", "Parod", "Peghed", "Pehrakgu", "Pergu", "Perthag", "Pigdug", "Piggu", "Pitgurat", "Podagog", "Pofhug", "Pomgulg", "Poogugh", "Porgarag", "Pregu", "Pretkag", "Prigka", "Prikdarok", "Prutha", "Pughilug", "Puiltag", "Purbag", "Qog", "Quadagh", "Quilge", "Quimghig", "Quomaugh", "Quordud", "Quugug", "Raghat", "Raguk", "Rakgu", "Rarfu", "Rebub", "Rilug", "Rodagog", "Rogan", "Romarod", "Routhu", "Rugbu", "Rugorim", "Rurbag", "Rurigig", "Sabub", "Saghig", "Sahgigoth", "Sahgorim", "Sakgu", "Salthu", "Saraugug", "Sarfu", "Sargulg", "Sarhbub", "Sarod", "Sbghat", "Seakgu", "Sguk", "Shomdud", "Shulhug", "Sildud", "Silge", "Silug", "Sinsbog", "Slaghig", "Slapdud", "Slaugh", "Slodagh", "Slog", "Slughig", "Smaghed", "Smegugh", "Smogulg", "Snog", "Snubub", "Snugug", "Sodagh", "Sog", "Sogorim", "Sogugbu", "Sogugh", "Sombilge", "Somigig", "Sonagh", "Sorgulg", "Sornaraugh", "Soughat", "Spathu", "Speghat", "Spilge", "Spoguk", "Squagan", "Stugbu", "Sudagog", "Sugarod", "Sugbu", "Sugha", "Sugigoth", "Sugorim", "Suhgan", "Sulgha", "Sulmthu", "Sumhug", "Sunodagh", "Sunuguk", "Supaugh", "Supgugh", "Surbag", "Surgha", "Surghed", "Surgug", "Surpigig", "Tagdud", "Taghig", "Tandagh", "Tarfu", "Targhed", "Targigoth", "Tarod", "Taugh", "Teldgulg", "Tidgug", "Tilge", "Todagog", "Tog", "Toghat", "Togugh", "Torgan", "Torug", "Tozhug", "Traugh", "Trilug", "Trougha", "Trugagh", "Truigig", "Tuggug", "Tulgan", "Turbag", "Turge", "Ug", "Ugghra", "Uggug", "Ughat", "Ulgan", "Ulmragha", "Ulmrougha", "Umhra", "Umragig", "Umruigig", "Ungagh", "Unrugagh", "Urag", "Uraugh", "Urg", "Urgan", "Urghat", "Urgran", "Urlgan", "Urmug", "Urug", "Urulg", "Vabugbu", "Vagan", "Vagrungad", "Vagungad", "Vakgar", "Vakgu", "Vakmu", "Valthurg", "Vambag", "Vamugbu", "Varbu", "Varbuk", "Varfu", "Vargan", "Varguk", "Varkgorim", "Varthurg", "Vegum", "Vergu", "Verlgu", "Verthag", "Verthurg", "Vetorkag", "Vidarok", "Vigdolg", "Vigdug", "Viggu", "Viggulm", "Viguka", "Vitgurat", "Vitgut", "Vlog", "Vlorg", "Vorgak", "Vorgarag", "Vothug", "Vregu", "Vretkag", "Vrigka", "Vrikdarok", "Vrogak", "Vrograg", "Vrothu", "Vruhag", "Vrutha", "Vubub", "Vugub", "Vuiltag", "Vukgilug", "Vultog", "Vulug", "Vurbag", "Wakgut", "Wanug", "Wapkagut", "Waruk", "Wauktug", "Wegub", "Welub", "Wholug", "Wilaktug", "Wingloug", "Winug", "Woabadug", "Woggha", "Woggugat", "Wogharod", "Woghuglat", "Woglug", "Wokganit", "Womkug", "Womrikug", "Wonabadug", "Worthag", "Wraog", "Wrug", "Wrukag", "Wrukaog", "Wubdagog", "Wudgh", "Wudhagh", "Wudugog", "Wuglat", "Wumanok", "Wumkbanok", "Wurgoth", "Wurmha", "Wurtguth", "Wurthu", "Wutgarek", "Xaakt", "Xago", "Xagok", "Xagu", "Xaguk", "Xarlug", "Xarpug", "Xegug", "Xepug", "Xig", "Xnath", "Xnaurl", "Xnurl", "Xoknath", "Xokuk", "Xolag", "Xolkug", "Xomath", "Xomkug", "Xomoku", "Xonoth", "Xorag", "Xorakk", "Xoroku", "Xoruk", "Xothkug", "Xruul", "Xuag", "Xug", "Xugaa", "Xugag", "Xugagug", "Xugar", "Xugarf", "Xugha", "Xugor", "Xugug", "Xujarek", "Xuk", "Xulgag", "Xunaakt", "Xunag", "Xunug", "Xurek", "Xurl", "Xurug", "Xurukk", "Xutag", "Xuthakug", "Xutjja", "Yaghed", "Yagnar", "Yagnatz", "Yahg", "Yahigig", "Yakgnath", "Yakha", "Yalakgh", "Yargug", "Yegigoth", "Yegoth", "Yerghug", "Yerug", "Ymafubag", "Yokgagu", "Yokgu", "Yolmar", "Yonkathu", "Yregh", "Yroh", "Ysagubar", "Yughragh", "Yugug", "Yukgnath", "Yukha", "Yulakgh", "Yunkathu", "Zabghat", "Zabub", "Zaghig", "Zahgigoth", "Zahgorim", "Zalthu", "Zaraugug", "Zarfu", "Zargulg", "Zarhbub", "Zarod", "Zeakgu", "Zguk", "Zildud", "Zilge", "Zilug", "Zinsbog", "Zlapdud", "Zlog", "Zlughig", "Zodagh", "Zog", "Zogugbu", "Zogugh", "Zombilge", "Zonagh", "Zorfu", "Zorgulg", "Zorhgigoth", "Zornaraugh", "Zoughat", "Zudagog", "Zugarod", "Zugbu", "Zugorim", "Zuhgan", "Zulgha", "Zulmthu", "Zumhug", "Zunodagh", "Zunuguk", "Zupaugh", "Zupgugh", "Zurbag", "Zurgha", "Zurghed", "Zurgug", "Zurpigig"]>>
<<set $orcfemalenames = ["Abimfash", "Adkul", "Adlugbuk", "Agazu", "Agdesh", "Aglash", "Agli", "Agrash", "Agrulla", "Agzurz", "Akash", "Akgruhl", "Akkra", "Aklash", "Alga", "Arakh", "Argulla", "Argurgol", "Arzakh", "Arzorag", "Ashaka", "Ashgara", "Ashgel", "Ashrashag", "Atoga", "Atorag", "Atugol", "Atzurbesh", "Aza", "Azabesh", "Azadhai", "Azhnakha", "Azhnolga", "Azhnura", "Azilkh", "Azlakha", "Azulga", "Baag", "Baagug", "Badush", "Bafthaka", "Bagrugbesh", "Bagul", "Bagula", "Barza", "Barazal", "Batara", "Batasha", "Batorabesh", "Bazbava", "Bazgara", "Bhagruan", "Bluga", "Bolaag", "Bolash", "Bolgar", "Bolugbeka", "Borbgur", "Borbuga", "Borgburakh", "Borgdorga", "Borgrara", "Boroth", "Borzog", "Bugbekh", "Bugbesh", "Bugha", "Bulag", "Bularkh", "Bulfor", "Bumava", "Bumbuk", "Bumzuna", "Dagarha", "Drienne", "Droka", "Druga", "Dufbash", "Dulasha", "Dulfra", "Dulfraga", "Dulkhi", "Dulroi", "Dumoga", "Dumuguk", "Dumurzog", "Duragma", "Durga", "Durgura", "Durhaz", "Durida", "Durogbesh", "Dushug", "Erisa", "Fnagdesh", "Gahgra", "Gargum", "Garl", "Garlor", "Garlub", "Garotusha", "Ghamzeh", "Gharakul", "Gharn", "Ghat", "Gheshol", "Ghobub", "Ghogogg", "Ghorbog", "Ghorzolga", "Ghratutha", "Glagag", "Glagosh", "Glarikha", "Glash", "Glath", "Glathut", "Glesh", "Glolbikla", "Glothum", "Glurbasha", "Glurduk", "Glurmghal", "Glurzul", "Gluth", "Gluthesh", "Gnush", "Gogul", "Golga", "Gonbubal", "Gondubaga", "Goorga", "Grabash", "Graghesh", "Grahla", "Grahuar", "Grakguhl", "Graklha", "Grash", "Grashla", "Grashug", "Grazda", "Grazubesha", "Grenbet", "Groddi", "Grubalash", "Grubathag", "Grubazh", "Grubesha", "Grugleg", "Grumgha", "Grundag", "Gruzbura", "Guazh", "Gula", "Gulara", "Gulgula", "Gulorz", "Gulugash", "Gulza", "Gulzurgol", "Gurhul", "Gurikha", "Gursthuk", "Gurum", "Guth", "Guurzash", "Guuth", "Guz", "Guzash", "Guzmara", "Haghai", "Harza", "Hurabesh", "Ilg", "Irsugha", "Jorthan", "Junlock", "Kashurthag", "Khagral", "Khagruk", "Khaguga", "Khaguur", "Kharza", "Kharzolga", "Khazrakh", "Kora", "Korgha", "Kroma", "Kruaga", "Kuhlon", "Kurz", "Lagabul", "Laganakh", "Lagbaal", "Lagbuga", "Lagra", "Lagruda", "Lahzga", "Lakhazga", "Lamazh", "Lambur", "Lamburak", "Lamugbek", "Lamur", "Lamzakha", "Larzgug", "Lashakh", "Lashbesh", "Lashbura", "Lashdura", "Lashgikh", "Lashgurgol", "Lashza", "Lazdutha", "Lazghal", "Lazgara", "Legdul", "Mugaga", "Lig", "Logdotha", "Loglorag", "Logru", "Lokra", "Lorak", "Lorogdu", "Luga", "Lugharz", "Luglorash", "Lugrugha", "Lurgush", "Luruzesh", "Lurz", "Mabgikha", "Mabgrolabesh", "Mabgrorga", "Mabgrubaga", "Mabgruhl", "Magula", "Maraka", "Marutha", "Maugruhl", "Mazgroth", "Mazrah", "Mazuka", "Megruk", "Moglurkgul", "Mograg", "Mogul", "Mordra", "Morga", "Mornamph", "Morndolag", "Mozgosh", "Mugumurn", "Muguur", "Mulgabesh", "Multa", "Mulzah", "Mulzara", "Murotha", "Murzgut", "Muzgraga", "Narzdush", "Nazdura", "Nazhag", "Nazhataga", "Nazubesh", "Noguza", "Nunchak", "Nuza", "Ogzaz", "Oorga", "Oorza", "Oorzuka", "Orbuhl", "Orcolag", "Ordatha", "Orgotha", "Orlozag", "Orlugash", "Orluguk", "Orthuna", "Orutha", "Orzbara", "Orzdara", "Orzorga", "Oshgana", "Othbekha", "Othgozag", "Othikha", "Othrika", "Ozrog", "Pruzag", "Pruzga", "Ragbarlag", "Ragushna", "Rakhaz", "Rakuga", "Ranarsh", "Razbela", "Rogag", "Rogba", "Rogbual", "Rogoga", "Rogzesh", "Roku", "Rolbutha", "Rolfikha", "Rolfzal", "Rolga", "Rulbagab", "Rulbza", "Ruldor", "Rulfala", "Rulfub", "Rulfuna", "Rulfzub", "Sgala", "Sgrugbesh", "Sgrugha", "Sgrula", "Shabaga", "Shabeg", "Shabeshga", "Shabgrut", "Shabon", "Shagareg", "Shagduka", "Shagora", "Shagrum", "Shagrush", "Shagura", "Shakul", "Shalug", "Shamuk", "Shamush", "Shara", "Sharbzur", "Sharduka", "Shardush", "Shardzozag", "Sharga", "Shargduguk", "Shargra", "Sharuk", "Sharushnam", "Shaza", "Shebakh", "Shelboth", "Sheluka", "Shgrag", "Sholg", "Shubesha", "Shufdal", "Shufgrut", "Shufthakul", "Shuga", "Shugzar", "Shurkul", "Shuzrag", "Sloogolga", "Sluz", "Snagara", "Snaghusha", "Snarataga", "Snarga", "Snargara", "Snaruga", "Sneehash", "Snilga", "Snoogh", "Snushbesh", "Solgra", "Stilga", "Stroda", "Stuga", "Stughrush", "Tamozag", "Theg", "Thegbesh", "Thegshakul", "Thegshalash", "Theshaga", "Theshgoth", "Thishnaku", "Thoga", "Thogra", "Thrugrak", "Thugnekh", "Thulga", "Thushleg", "Tugha", "Ubzigub", "Udai", "Ufalga", "Ufgabesh", "Ufgaz", "Ufgel", "Ufgra", "Uftheg", "Ugarnesh", "Ugduk", "Ugrash", "Ugrush", "Uldushna", "Ulfgalash", "Ulg", "Ulgush", "Ulsha", "Ulu", "Ulubesh", "Uluga", "Ulukhaz", "Umbugbek", "Umgubesh", "Umutha", "Umzolabesh", "Undorga", "Undush", "Undusha", "Uratag", "Urbzag", "Urdboga", "Urgarlag", "Urshra", "Uruka", "Urzula", "Usha", "Ushaga", "Ushenat", "Ushruka", "Ushuta", "Uthik", "Uzka", "Vosh", "Vumnish", "Vush", "Yakhu", "Yarlak", "Yarulorz", "Yatanakh", "Yatular", "Yatzog", "Yazara", "Yazgruga", "Yazoga", "Zaag", "Zagla", "Zagula", "Zubesha", "Zugh", "Zuugarz", "Zuuthag", "Zuuthusha"]>>
<<set $orcnames = {male: $orcmalenames, female: $orcfemalenames}>>
<<set $goblinnames = ["Aatbegz", "Akz", "Bebbut", "Bekok", "Biolx", "Blerm", "Bliets", "Braq", "Broit", "Bylgyg", "Civeakz", "Clerk", "Cruiknil", "Deakx", "Diemreank", "Diobylx", "Drelb", "Dribnyt", "Driezz", "Emelx", "Ert", "Fagsikz", "Fakx", "Glizerm", "Gnagroits", "Gozz", "Grionusb", "Iermal", "Jeac", "Jeerk", "Jiestrerx", "Jiz", "Jokx", "Jugz", "Juhyr", "Kastrert", "Kleegs", "Klyrt", "Krirx", "Kryct", "Kuhnynk", "Liel", "Piorziok", "Plang", "Plegkort", "Prergit", "Pycs", "Raziec", "Rezorm", "Runik", "Slebs", "Sleebliz", "Slioct", "Strug", "Strusbaagz", "Tegz", "Tiec", "Tudots", "Tuisiokx", "Uc", "Uizukt", "Uk", "Usiot", "Vabrerk", "Virnulb", "Vorenk", "Vrarkakzwriork", "Vroigkegz", "Vrukuts", "Vurrulb", "Walb", "Wiokz", "Xasb", "Xelk", "Ysz", "Zrunk", "Zugnugs", "Zulb", "Zydsas"]>><<widget "race">>
<<set _race = capitalize($args[0])>>
<<if _race == "Moon rabbit">>
<<set _race = "Moon Rabbit">>
<<elseif _race == "High elf">>
<<set _race = "High Elf">>
<<elseif _race == "Dark elf">>
<<set _race = "Dark Elf">>
<<elseif _race == "Forest elf">>
<<set _race = "Forest Elf">>
<</if>>
<<if ["Human", "Canus", "Neko", "Goblin"].contains(_race)>>
<<set _color = "gray">>
<<set _rarity = "Common">>
<<elseif ["Dwarf", "Gnome", "Mongrel", "Pantheran", "Holstaur", "Minotaur"].contains(_race)>>
<<set _color = "forestgreen">>
<<set _rarity = "Uncommon">>
<<elseif ["Giant", "Forest Elf", "Moon Rabbit", "Orc"].contains(_race)>>
<<set _color = "darkturquoise">>
<<set _rarity = "Unique">>
<<elseif ["High Elf", "Dark Elf"].contains(_race)>>
<<set _color = "mediumslateblue">>
<<set _rarity = "Rare">>
<</if>>
<<if !$args[1]>>
<b><<print "@@color:"+_color+";["+_rarity+"] _race@@">></b>
<<elseif $args[1] == "Main Menu">>
<b><<print "@@color:"+_color+";[_race]@@">></b>
<<elseif $args[1] == "Description">>
<b><<print "@@color:"+_color+";_race@@">></b>
<<elseif $args[1] == "Pairing">>
<<if _pairings % 2 === 0 && _pairings != 0>>
<br>
<</if>>
<<print "@@color:"+_color+";[<b>_race</b> (<b>_female.name/_partner.name</b>)]@@">>
<<set _pairings += 1>>
<<elseif $args[1] == "Rarity">>
<b><<print "@@color:"+_color+";["+_rarity+"]@@">></b>
<</if>>
<</widget>><<include "Unset Passages">>
<<if settings.cheats>>
<<if ["playerUnlimited", "npcUnlimited"].contains($cheat)>>
<<run addCheatPage($cheat)>>
<</if>>
<<if ["playerUnlimited", "npcUnlimited"].contains($cheat)>>
<<run toggleCheat($cheat)>>
<</if>>
<<set $cheat = null>>
<</if>>
<<if !$sex || $sex.turn < 1>>
<<set $Previous = "Interact">>
<<set $sex = {player:"", npc:"", turn:0, choice:null, removed:null, log:"", toys:"", continue:0}>>
<<set $sex.toys = {list:"", dildo:null, blindfold:null, rope:null, whip:null}>>
<<set $sex.toys.dildo = {owned:0, using:0}>>
<<set $sex.toys.blindfold = {owned:0, using:0}>>
<<set $sex.toys.rope = {owned:0, using:0}>>
<<set $sex.toys.whip = {owned:0, using:0}>>
<<for _t = 1;_t <= $inventory.amount;_t++>>
<<if $inventory[_t].name == "Slime Dildo">>
<<set $sex.toys.dildo.owned = $inventory[_t].amount>>
<</if>>
<<if $inventory[_t].name == "Enchanted Blindfold">>
<<set $sex.toys.blindfold.owned = $inventory[_t].amount>>
<</if>>
<<if $inventory[_t].name == "Alraune Rope">>
<<set $sex.toys.rope.owned = $inventory[_t].amount>>
<</if>>
<<if $inventory[_t].name == "Aether Whip">>
<<set $sex.toys.whip.owned = $inventory[_t].amount>>
<</if>>
<</for>>
<<set $sex.log = {length:0}>>
<<set $sex.choice = {action:null, giving:null, receiving:null}>>
<<set $sex.player = {stamina:"", orgasm:"", body:"", position:null, log:null}>>
<<set $sex.player.log = []>>
<<set $sex.player.stamina = {current:150, max:150}>>
<<set $sex.player.orgasm = {current:0, max:150}>>
<<set $sex.player.body = {eyes:null, hair:null, mouth:null, breasts:null, hands:null, cock:null, balls:null, pussy:null, clit:null, feet:null, bladder:null}>>
<<set $sex.player.body.breasts = []>>
<<set $sex.player.body.hands = []>>
<<set $sex.player.body.feet = []>>
<<set $sex.npc = {stamina:"", orgasm:"", antipathy:"", body:"", position:null, log:null}>>
<<set $sex.npc.log = []>>
<<set $sex.npc.stamina = {current:0, max:0}>>
<<set $sex.npc.stamina.current = 75 + ($activeCharacter.sexual.stamina.current * 25)>>
<<set $sex.npc.stamina.max = 75 + ($activeCharacter.sexual.stamina.current * 25)>>
<<set $sex.npc.orgasm = {current:0, max:0}>>
<<set $sex.npc.orgasm.max = 75 + ($activeCharacter.sexual.control.current * 25)>>
<<set $sex.npc.antipathy = {current:0, max:200}>>
<<set $sex.npc.body = {eyes:null, hair:null, mouth:null, breasts:null, hands:null, cock:null, balls:null, pussy:null, clit:null, feet:null, bladder:null}>>
<<set $sex.npc.body.breasts = []>>
<<set $sex.npc.body.hands = []>>
<<set $sex.npc.body.feet = []>>
<<else>>
<<set $Next = "End Sex">>
<</if>>
<<include "Mobile Header">>
<center><big>Sexual Play | Intercourse</big></center>
<center>
<<include "Sex Options">>
</center><<include "Unset Passages">>
<<set $Previous = "Main">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<saveSlave $activeCharacter>>
<<include "Mobile Header">>
<<if $PC.energy.current >= 1>>
<center>
<h3>Talk</h3>
Have a small chat with your <<print $activeCharacter.name>>. Depending on what you choose to discuss you may even brighten <<print $hisher[$activeCharacter.gender]>> day. You may also do the opposite though. . .
<br><br>
<b>[[Ask for a report |Report]]</b>
<br>
Ask for a report on $activeCharacter.name's duties and their current progress
<br>
<<if $version == "0.6.">>
<b>[[Ask about day|AskDay]]</b>
<br>
Ask about $activeCharacter.name's day and how <<print $heshe[$activeCharacter.gender]>> is feeling
</center>
<</if>>
<hr>
<center>
<h3>Sexual Play</h3>
Engage in all sorts of different types of sexual play with $activeCharacter.name. Sexual play will slowly raise certain stats such as sensitivities and gape size depending on what you do during sexual play.
<<if $version == "0.7">>
<br>
<b>[[Fondle |Foreplay]]</b>
<br>
<</if>>
Play with $activeCharacter.name's body.
<br><br>
<b>[[Intercourse |Sex Combat][$sex = null]]</b>
<br>
Engage in intercourse with $activeCharacter.name.
</center>
<hr>
<center>
<h3>Trainer Actions</h3>
Unique Interactions you can perform on slaves. These actions vary based on your current title equipped and usually have a cooldown of a week or more depending on how powerful it is.
<br>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
<center>
<b>[[Influence|Influence]]</b>
<br>
Try to influence a slave's mood/mood tree directly by interacting
with them.
</center>
<</if>>
<hr>
<center>
<h3>Personality Actions</h3>
Interactions unique to a slave's nature. These actions vary in usefulness and typically raise a slave's affection or hatred toward you. Later interactions of this type are unlocked by raising affection or hatred along with a stat related to that nature. These actions may grant bonuses to the you or your estate.
<br>
<<if $activeCharacter.nature.includes("kuudere")>>
<<if $version == "0.6.">>
<</else>>
<b>[[Teamtime|Tea1]]</b>
<br>
Have $activeCharacter.name make you a cup of tea, maybe <<print $heshe[$activeCharacter.gender]>> can you join you if shes trusts you enough and <<print $heshe[$activeCharacter.gender]>> warms up to you.
<</if>>
<<elseif $activeCharacter.nature.includes("himedere")>>
<b>[[Patrol|Patrol1]]</b>
<br>
Walk around the estate with $activeCharacter.name. You never know what you may see, maybe if <<print $heshe[$activeCharacter.gender]>> doesn't fear you much, <<print $heshe[$activeCharacter.gender]>> can more insight on certain occurences. And who knows what may happen if <<print $heshe[$activeCharacter.gender]>> grows closer to you. . .
<</if>>
</center>
<hr>
<h3>Special Actions</h3>
<center>
Unique Interactions that you can only perform with specific slaves. These actions are typically for unique slaves that are gained through specific means, mostly story related. These actions are sometimes used to progess event chains/story or grant powerful bonuses with cost of a long cooldown or more. (No Special Slaves This Version)
<br>
</center>
<<else>>
<<include "Main Menu">>
<</if>><table class="chart" style='table-layout:fixed;width:950px'>
<tr>
<th style='width: 16%;'></th>
<th style='width: 50%;'>Stamina</th>
<th style='width: 17%;'>Arousal</th>
<th style='width: 17%;'>Antipathy</th>
</tr>
<tr>
<td style='width: 16%;'>$activeCharacter.name</td>
<td style='width: 50%;'><b><<battlebar $sex.npc.stamina.current $sex.npc.stamina.max>></b></td>
<td style='width: 17%;'><b><<statbar $sex.npc.orgasm.current $sex.npc.orgasm.max>></b></td>
<td style='width: 17%;'><b><<statbar $sex.npc.antipathy.current $sex.npc.antipathy.max>></b></td>
</tr>
<tr>
<td style='width: 16%;'>Player</td>
<td style='width: 50%;'><b><<battlebar $sex.player.stamina.current $sex.player.stamina.max>></b></td>
<td style='width: 17%;'><b><<statbar $sex.player.orgasm.current $sex.player.orgasm.max>></b></td>
<td style='width: 17%;'><b>------</b></td>
</tr>
</table><<set $continuing = ["Hairjob", "Suck Nipples", "Caress Nipples", "Suck Breasts", "Caress Breasts", "Blowjob", "Caress Anus", "Handjob", "Paizuri", "Deepthroat", "Fingering", "Cunnilingus", "Analingus", "Footjob", "[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl", "[Anal] Missionary", "[Anal] Doggystyle", "[Anal] Sitting in Lap", "[Anal] Cowgirl", "Choke", "Insert Dildo", "Insert Dildo Orally", "Insert Dildo Anally", "Blindfold", "Bind Hands", "Bind Feet"]>>
<<set _sexpositions = ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl", "[Anal] Missionary", "[Anal] Doggystyle", "[Anal] Sitting in Lap", "[Anal] Cowgirl"]>>
<<set _turnedback = ["[Vaginal] Doggystyle", "[Vaginal] Cowgirl", "[Anal] Doggystyle", "[Anal] Cowgirl"]>>
<<set _longhairstyles = ["long", "in a hime cut", "long and wavy", "straight and long", "in pigtails", "in a ponytail"]>>
<<set _action = {action:null, giving:null, receiving:null}>>
<<set $sex.choice = {action:null, giving:null, receiving:null}>>
<<set _foreplay = []>>
<<set _toys = []>>
<<set _sex = []>>
<<set _fetishplay = []>>
<<set _NPC = []>>
<<set _PLYR = []>>
<<if $sex.removed>>
<<include "Remove Log">>
<</if>>
<<if !$sex.npc.body.eyes>>
<<if $sex.toys.blindfold.owned > $sex.toys.blindfold.using>>
<<run addAction(_toys, "Blindfold")>>
<<set _NPC.push("Blindfold")>>
<</if>>
<</if>>
<<if !$sex.player.body.eyes>>
<<if $sex.toys.blindfold.owned > $sex.toys.blindfold.using>>
<<run addAction(_toys, "Blindfold")>>
<<set _PLYR.push("Blindfold")>>
<</if>>
<</if>>
<<if !$sex.npc.body.hair && _longhairstyles.includes($activeCharacter.hairstyle)>>
<<if $PC.cock.current && $PC.girth.current && $sex.npc.body.hands.length < 2 && !$sex.player.body.cock>>
<<run addAction(_foreplay, "Hairjob")>>
<<set _PLYR.push("Hairjob")>>
<</if>>
<</if>>
<<if !$sex.player.body.hair && _longhairstyles.includes($PC.hairstyle)>>
<<if $activeCharacter.cock.current && $activeCharacter.girth.current && $sex.player.body.hands.length < 2 && !$sex.npc.body.cock>>
<<run addAction(_foreplay, "Hairjob")>>
<<set _NPC.push("Hairjob")>>
<</if>>
<</if>>
<<if !$sex.npc.body.mouth>>
<<if $sex.toys.dildo.owned > $sex.toys.dildo.using>>
<<run addAction(_toys, "Insert Dildo Orally")>>
<<set _NPC.push("Insert Dildo Orally")>>
<</if>>
<<if !$sex.player.body.mouth>>
<<run addAction(_foreplay, "Kiss")>>
<<set _PLYR.push("Kiss")>>
<</if>>
<<if !$sex.player.body.mouth>>
<<run addAction(_fetishplay, "Spit")>>
<<set _PLYR.push("Spit")>>
<</if>>
<<if $sex.player.body.breasts.length < 2 && $PC.bust.current && !$sex.npc.log.includes("Suck Breasts") && !findOne(_turnedback, $sex.player.log) && !findOne(_turnedback, $sex.npc.log)>>
<<run addAction(_foreplay, "Suck Breasts")>>
<<set _PLYR.push("Suck Breasts")>>
<</if>>
<<if $sex.player.body.breasts.length < 2 && !$PC.bust.current && !$sex.npc.log.includes("Suck Nipples") && !findOne(_turnedback, $sex.player.log) && !findOne(_turnedback, $sex.npc.log)>>
<<run addAction(_foreplay, "Suck Nipples")>>
<<set _PLYR.push("Suck Nipples")>>
<</if>>
<<if $PC.cock.current && $PC.girth.current && !$sex.player.body.cock && !findOne(_sexpositions, $sex.npc.log) && !findOne(_sexpositions, $sex.player.log)>>
<<run addAction(_foreplay, "Blowjob")>>
<<set _PLYR.push("Blowjob")>>
<</if>>
<<if $PC.cock.current >= 5 && $PC.girth.current && !$sex.player.body.cock && !findOne(_sexpositions, $sex.npc.log) && !findOne(_sexpositions, $sex.player.log) && $activeCharacter.sexualskill.oral.fellatio >= 60>>
<<run addAction(_foreplay, "Deepthroat")>>
<<set _PLYR.push("Deepthroat")>>
<</if>>
<<if $PC.pussy.current && !$sex.player.body.pussy && !$sex.player.body.position && !findOne(_sexpositions, $sex.npc.log) && !findOne(_sexpositions, $sex.player.log)>>
<<run addAction(_foreplay, "Cunnilingus")>>
<<set _PLYR.push("Cunnilingus")>>
<</if>>
<<if !$sex.player.body.anus && $sex.player.body.mouth != "Suck Breasts" && !$sex.player.body.position && !findOne(_sexpositions, $sex.npc.log) && !findOne(_sexpositions, $sex.player.log)>>
<<run addAction(_foreplay, "Analingus")>>
<<set _PLYR.push("Analingus")>>
<</if>>
<</if>>
<<if !$sex.player.body.mouth>>
<<if $sex.toys.dildo.owned > $sex.toys.dildo.using>>
<<run addAction(_toys, "Insert Dildo Orally")>>
<<set _PLYR.push("Insert Dildo Orally")>>
<</if>>
<<if !$sex.npc.body.mouth>>
<<run addAction(_foreplay, "Kiss")>>
<<set _NPC.push("Kiss")>>
<</if>>
<<if !$sex.npc.body.mouth>>
<<run addAction(_fetishplay, "Spit")>>
<<set _NPC.push("Spit")>>
<</if>>
<<if $sex.npc.body.breasts.length < 2 && $activeCharacter.bust.current && !$sex.player.log.includes("Suck Breasts") && !findOne(_turnedback, $sex.npc.log) && !findOne(_turnedback, $sex.player.log)>>
<<run addAction(_foreplay, "Suck Breasts")>>
<<set _NPC.push("Suck Breasts")>>
<</if>>
<<if $sex.npc.body.breasts.length < 2 && !$activeCharacter.bust.current && !$sex.player.log.includes("Suck Nipples") && !findOne(_turnedback, $sex.npc.log) && !findOne(_turnedback, $sex.player.log)>>
<<run addAction(_foreplay, "Suck Nipples")>>
<<set _NPC.push("Suck Nipples")>>
<</if>>
<<if $activeCharacter.cock.current && $activeCharacter.girth.current && !$sex.npc.body.cock && !findOne(_turnedback, $sex.npc.log) && !findOne(_turnedback, $sex.player.log)>>
<<run addAction(_foreplay, "Suck Nipples")>>
<<run addAction(_foreplay, "Blowjob")>>
<<set _NPC.push("Blowjob")>>
<</if>>
<<if $activeCharacter.cock.current >= 5 && $activeCharacter.girth.current && !$sex.npc.body.cock && !findOne(_turnedback, $sex.npc.log) && !findOne(_turnedback, $sex.player.log)>>
<<run addAction(_foreplay, "Deepthroat")>>
<<set _NPC.push("Deepthroat")>>
<</if>>
<<if $activeCharacter.pussy.current && !$sex.npc.body.pussy && !$sex.npc.body.position && !findOne(_turnedback, $sex.npc.log) && !findOne(_turnedback, $sex.player.log)>>
<<run addAction(_foreplay, "Cunnilingus")>>
<<set _NPC.push("Cunnilingus")>>
<</if>>
<<if !$sex.npc.body.anus && $sex.npc.body.mouth != "Suck Breasts" && !$sex.npc.body.position && !findOne(_turnedback, $sex.npc.log) && !findOne(_turnedback, $sex.player.log)>>
<<run addAction(_foreplay, "Analingus")>>
<<set _NPC.push("Analingus")>>
<</if>>
<</if>>
<<if !$sex.npc.body.hands.length>>
<<if $sex.toys.rope.owned > $sex.toys.rope.using>>
<<run addAction(_toys, "Bind Hands")>>
<<set _NPC.push("Bind Hands")>>
<</if>>
<</if>>
<<if $sex.npc.body.hands.length < 2>>
<<if $sex.toys.whip.owned > $sex.toys.whip.using>>
<<run addAction(_toys, "Whip")>>
<<set _PLYR.push("Whip")>>
<</if>>
<<run addAction(_foreplay, "Caress")>>
<<set _PLYR.push("Caress")>>
<<run addAction(_fetishplay, "Spank")>>
<<set _PLYR.push("Spank")>>
<<run addAction(_fetishplay, "Slap")>>
<<set _PLYR.push("Slap")>>
<<run addAction(_fetishplay, "Choke")>>
<<set _PLYR.push("Choke")>>
<<if $sex.player.body.breasts.length < 2 && $PC.bust.current && !$sex.npc.log.includes("Caress Breasts")>>
<<run addAction(_foreplay, "Caress Breasts")>>
<<set _PLYR.push("Caress Breasts")>>
<</if>>
<<if $sex.player.body.breasts.length < 2 && !$PC.bust.current && !$sex.npc.log.includes("Caress Nipples")>>
<<run addAction(_foreplay, "Caress Nipples")>>
<<set _PLYR.push("Caress Nipples")>>
<</if>>
<<if $PC.cock.current && $PC.girth.current && !$sex.player.body.cock>>
<<run addAction(_foreplay, "Handjob")>>
<<set _PLYR.push("Handjob")>>
<</if>>
<<if $PC.pussy.current && !$sex.player.body.pussy>>
<<run addAction(_foreplay, "Fingering")>>
<<set _PLYR.push("Fingering")>>
<</if>>
<<if !$sex.player.body.anus>>
<<run addAction(_foreplay, "Caress Anus")>>
<<set _PLYR.push("Caress Anus")>>
<</if>>
<</if>>
<<if !$sex.player.body.hands.length>>
<<if $sex.toys.rope.owned > $sex.toys.rope.using>>
<<run addAction(_toys, "Bind Hands")>>
<<set _PLYR.push("Bind Hands")>>
<</if>>
<</if>>
<<if $sex.player.body.hands.length < 2>>
<<if $sex.toys.whip.owned > $sex.toys.whip.using>>
<<run addAction(_toys, "Whip")>>
<<set _NPC.push("Whip")>>
<</if>>
<<run addAction(_foreplay, "Caress")>>
<<set _NPC.push("Caress")>>
<<run addAction(_fetishplay, "Spank")>>
<<set _NPC.push("Spank")>>
<<run addAction(_fetishplay, "Slap")>>
<<set _NPC.push("Slap")>>
<<run addAction(_fetishplay, "Choke")>>
<<set _NPC.push("Choke")>>
<<if $sex.npc.body.breasts.length < 2 && $activeCharacter.bust.current && !$sex.player.log.includes("Caress Breasts")>>
<<run addAction(_foreplay, "Caress Breasts")>>
<<set _NPC.push("Caress Breasts")>>
<</if>>
<<if $sex.npc.body.breasts.length < 2 && !$activeCharacter.bust.current && !$sex.player.log.includes("Caress Nipples")>>
<<run addAction(_foreplay, "Caress Nipples")>>
<<set _NPC.push("Caress Nipples")>>
<</if>>
<<if $activeCharacter.cock.current && $activeCharacter.girth.current && !$sex.npc.body.cock>>
<<run addAction(_foreplay, "Handjob")>>
<<set _NPC.push("Handjob")>>
<</if>>
<<if $activeCharacter.pussy.current && !$sex.npc.body.pussy>>
<<run addAction(_foreplay, "Fingering")>>
<<set _NPC.push("Fingering")>>
<</if>>
<<if !$sex.npc.body.anus>>
<<run addAction(_foreplay, "Caress Anus")>>
<<set _NPC.push("Caress Anus")>>
<</if>>
<</if>>
<<if !$sex.npc.body.feet.length>>
<<if $sex.toys.rope.owned > $sex.toys.rope.using>>
<<run addAction(_toys, "Bind Feet")>>
<<set _NPC.push("Bind Feet")>>
<</if>>
<</if>>
<<if !$sex.player.body.feet.length>>
<<if $sex.toys.rope.owned > $sex.toys.rope.using>>
<<run addAction(_toys, "Bind Feet")>>
<<set _PLYR.push("Bind Feet")>>
<</if>>
<</if>>
<<if !$sex.npc.body.cock && $activeCharacter.cock.current && $activeCharacter.girth.current>>
<<if $PC.bust.current >= 3>>
<<run addAction(_foreplay, "Paizuri")>>
<<set _NPC.push("Paizuri")>>
<</if>>
<</if>>
<<if !$sex.player.body.cock && $PC.cock.current && $PC.girth.current>>
<<if $activeCharacter.bust.current >= 3>>
<<run addAction(_foreplay, "Paizuri")>>
<<set _PLYR.push("Paizuri")>>
<</if>>
<</if>>
<<if !$sex.npc.body.pussy && $activeCharacter.pussy.current>>
<<if $sex.toys.dildo.owned > $sex.toys.dildo.using>>
<<run addAction(_toys, "Insert Dildo")>>
<<set _NPC.push("Insert Dildo")>>
<</if>>
<</if>>
<<if !$sex.player.body.pussy && $PC.pussy.current>>
<<if $sex.toys.dildo.owned > $sex.toys.dildo.using>>
<<run addAction(_toys, "Insert Dildo")>>
<<set _PLYR.push("Insert Dildo")>>
<</if>>
<</if>>
<<if !$sex.npc.body.anus>>
<<if $sex.toys.dildo.owned > $sex.toys.dildo.using>>
<<run addAction(_toys, "Insert Dildo Anally")>>
<<set _NPC.push("Insert Dildo Anally")>>
<</if>>
<</if>>
<<if !$sex.player.body.anus>>
<<if $sex.toys.dildo.owned > $sex.toys.dildo.using>>
<<run addAction(_toys, "Insert Dildo Anally")>>
<<set _PLYR.push("Insert Dildo Anally")>>
<</if>>
<</if>>
<<if (!$sex.npc.body.cock || $sex.npc.body.position) && $activeCharacter.cock.current && $activeCharacter.girth.current && !findOne(["Analingus", "Blowjob", "Deepthroat", "Cunnilingus"], $sex.player.log) && !findOne(["Analingus", "Blowjob", "Deepthroat", "Cunnilingus"], $sex.npc.log)>>
<<if $PC.pussy.current && (!$sex.player.body.pussy || $sex.player.body.position)>>
<<run addAction(_sex, "[Vaginal] Missionary")>>
<<set _PLYR.push("[Vaginal] Missionary")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log)>>
<<run addAction(_sex, "[Vaginal] Doggystyle")>>
<<set _PLYR.push("[Vaginal] Doggystyle")>>
<</if>>
<<run addAction(_sex, "[Vaginal] Sitting in Lap")>>
<<set _PLYR.push("[Vaginal] Sitting in Lap")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log)>>
<<run addAction(_sex, "[Vaginal] Cowgirl")>>
<<set _NPC.push("[Vaginal] Cowgirl")>>
<</if>>
<</if>>
<<if (!$sex.player.body.anus || $sex.player.body.position)>>
<<run addAction(_sex, "[Anal] Missionary")>>
<<set _PLYR.push("[Anal] Missionary")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log)>>
<<run addAction(_sex, "[Anal] Doggystyle")>>
<<set _PLYR.push("[Anal] Doggystyle")>>
<</if>>
<<run addAction(_sex, "[Anal] Sitting in Lap")>>
<<set _PLYR.push("[Anal] Sitting in Lap")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log)>>
<<run addAction(_sex, "[Anal] Cowgirl")>>
<<set _NPC.push("[Anal] Cowgirl")>>
<</if>>
<</if>>
<</if>>
<<if $PC.cock.current && $PC.girth.current && (!$sex.player.body.cock || $sex.player.body.position) && !findOne(["Analingus", "Blowjob", "Deepthroat", "Cunnilingus"], $sex.player.log) && !findOne(["Analingus", "Blowjob", "Deepthroat", "Cunnilingus"], $sex.npc.log)>>
<<if $activeCharacter.pussy.current && (!$sex.npc.body.pussy || $sex.npc.body.position)>>
<<run addAction(_sex, "[Vaginal] Missionary")>>
<<set _NPC.push("[Vaginal] Missionary")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log)>>
<<run addAction(_sex, "[Vaginal] Doggystyle")>>
<<set _NPC.push("[Vaginal] Doggystyle")>>
<</if>>
<<run addAction(_sex, "[Vaginal] Sitting in Lap")>>
<<set _NPC.push("[Vaginal] Sitting in Lap")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log)>>
<<run addAction(_sex, "[Vaginal] Cowgirl")>>
<<set _PLYR.push("[Vaginal] Cowgirl")>>
<</if>>
<</if>>
<<if (!$sex.npc.body.anus || $sex.npc.body.position)>>
<<run addAction(_sex, "[Anal] Missionary")>>
<<set _NPC.push("[Anal] Missionary")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log)>>
<<run addAction(_sex, "[Anal] Doggystyle")>>
<<set _NPC.push("[Anal] Doggystyle")>>
<</if>>
<<run addAction(_sex, "[Anal] Sitting in Lap")>>
<<set _NPC.push("[Anal] Sitting in Lap")>>
<<if !findOne(["Suck Breasts", "Suck Nipples"], $sex.player.log) && !findOne(["Suck Breasts", "Suck Nipples"], $sex.npc.log)>>
<<run addAction(_sex, "[Anal] Cowgirl")>>
<<set _PLYR.push("[Anal] Cowgirl")>>
<</if>>
<</if>>
<</if>>
/*
<<if !$sex.npc.body.bladder>>
<<run addAction(_fetishplay, "Piss")>>
<<set _PLYR.push("Piss")>>
<</if>>
<<if !$sex.player.body.bladder>>
<<run addAction(_fetishplay, "Piss")>>
<<set _NPC.push("Piss")>>
<</if>>
*/
<<if !$selection>>
<<set $selection = "Foreplay">>
<</if>>
<table class="chart" style='table-layout:fixed;width:950px'>
<tr>
<th style='width: 16%;'></th>
<th style='width: 50%;'>Stamina</th>
<th style='width: 17%;'>Arousal</th>
<th style='width: 17%;'>Antipathy</th>
</tr>
<tr>
<td style='width: 16%;'>$activeCharacter.name</td>
<td style='width: 50%;'><b><<battlebar $sex.npc.stamina.current $sex.npc.stamina.max>></b></td>
<td style='width: 17%;'><b><<statbar $sex.npc.orgasm.current $sex.npc.orgasm.max>></b></td>
<td style='width: 17%;'><b><<statbar $sex.npc.antipathy.current $sex.npc.antipathy.max>></b></td>
</tr>
<tr>
<td style='width: 16%;'>Player</td>
<td style='width: 50%;'><b><<battlebar $sex.player.stamina.current $sex.player.stamina.max>></b></td>
<td style='width: 17%;'><b><<statbar $sex.player.orgasm.current $sex.player.orgasm.max>></b></td>
<td style='width: 17%;'><b>------</b></td>
</tr>
</table>
<table class="chart" style='table-layout:fixed;width:950px'>
<tr>
<<if $selection == "Foreplay">>
<th style='width: 25%;'>Foreplay</th>
<<set _list = _foreplay>>
<<else>>
<th style='width: 25%;'>[[Foreplay|Sex Battle][$selection = "Foreplay"]]</th>
<</if>>
<<if $selection == "Toys">>
<th style='width: 25%;'>Toys</th>
<<set _list = _toys>>
<<else>>
<th style='width: 25%;'>[[Toys|Sex Battle][$selection = "Toys"]]</th>
<</if>>
<<if $selection == "Sex">>
<th style='width: 25%;'>Sex</th>
<<set _list = _sex>>
<<else>>
<th style='width: 25%;'>[[Sex|Sex Battle][$selection = "Sex"]]</th>
<</if>>
<<if $selection == "Fetish Play">>
<th style='width: 25%;'>Fetish Play</th>
<<set _list = _fetishplay>>
<<else>>
<th style='width: 25%;'>[[Fetish Play|Sex Battle][$selection = "Fetish Play"]]</th>
<</if>>
</tr>
<<if !_list.length>>
<tr><td style='width: 100%;' colspan = 4>Currently empty.</td></tr>
<</if>>
<<for _i = 0; _i < _list.length; _i++>>
<tr class='list'>
<td style='width: 50%;'>
_list[_i]
<<if $continuing.includes(_list[_i])>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = '$activeCharacter.name', _action.receiving = 'You', $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<else>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = $activeCharacter.name, _action.receiving = 'You', $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.choice = _action]]">>
<</if>>
<</if>>
</td>
<<set _i++>>
<<if _i < _list.length>>
<td style='width: 50%;'>
_list[_i]
<<if $continuing.includes(_list[_i])>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = '$activeCharacter.name', _action.receiving = 'You', $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<else>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = $activeCharacter.name, _action.receiving = 'You', $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.choice = _action]]">>
<</if>>
<</if>>
</td>
<<else>>
<td style='width: 50%;'></td>
<</if>>
<<set _i++>>
<<if _i < _list.length>>
<td style='width: 50%;'>
_list[_i]
<<if $continuing.includes(_list[_i])>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = '$activeCharacter.name', _action.receiving = 'You', $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<else>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = $activeCharacter.name, _action.receiving = 'You', $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.choice = _action]]">>
<</if>>
<</if>>
</td>
<<else>>
<td style='width: 50%;'></td>
<</if>>
<<set _i++>>
<<if _i < _list.length>>
<td style='width: 50%;'>
_list[_i]
<<if $continuing.includes(_list[_i])>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = '$activeCharacter.name', _action.receiving = 'You', $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.log[" + $sex.log.length + "] = _action, $sex.log.length++, $sex.choice = _action]]">>
<</if>>
<<else>>
<<if _PLYR.includes(_list[_i])>>
<<print "[['[PLYR]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = $activeCharacter.name, _action.receiving = 'You', $sex.choice = _action]]">>
<</if>>
<<if _NPC.includes(_list[_i])>>
<<print "[['[NPC]'|Sex Results][_action.action = '" + _list[_i] + "', _action.giving = 'You', _action.receiving = $activeCharacter.name, $sex.choice = _action]]">>
<</if>>
<</if>>
</td>
<<else>>
<td style='width: 50%;'></td>
<</if>>
</tr>
<</for>>
<<if $sex.log.length>>
<tr class = "bottom"><td style='width: 100%;' colspan = 4></td></tr>
<tr><td style='width: 100%;' colspan = 4></td></tr>
<tr><td style='width: 100%;' colspan = 4></td></tr>
<tr class = "bottom"><td style='width: 100%;' colspan = 4></td></tr>
<<for _l = 0; _l < $sex.log.length;_l++>>
<tr class='list'>
<td style='width: 75%;' colspan = 3><<sexlog $sex.log[_l]>></td>
<td style='width: 25%;' colspan = 1><<print "[['[X]'|Sex Battle][$sex.removed = $sex.log[" + _l + "]]]">></td>
</tr>
<</for>>
<</if>>
</table><<include "Unset Passages">>
<<set $sex.turn++>>
<<set _count = 0>>
<<if !$sex.continue>>
<<include "Switch Position">>
<<switch $sex.choice.action>>
<<case "Bind Hands">>
<<if $sex.choice.giving == "You">>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<</if>>
<<set $sex.toys.rope.using++>>
<<case "Bind Feet">>
<<if $sex.choice.giving == "You">>
<<set $sex.npc.body.feet.push($sex.choice.action)>>
<<set $sex.npc.body.feet.push($sex.choice.action)>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.player.body.feet.push($sex.choice.action)>>
<<set $sex.player.body.feet.push($sex.choice.action)>>
<</if>>
<<set $sex.toys.rope.using++>>
<<case "Blindfold">>
<<if $sex.choice.giving == "You">>
<<set $sex.npc.body.eyes = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.player.body.eyes = $sex.choice.action>>
<</if>>
<<set $sex.toys.blindfold.using++>>
<<case "Insert Dildo">>
<<if $sex.choice.giving == "You">>
<<set $sex.npc.body.pussy = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.player.body.pussy = $sex.choice.action>>
<</if>>
<<set $sex.toys.dildo.using++>>
<<case "Insert Dildo Orally">>
<<if $sex.choice.giving == "You">>
<<set $sex.npc.body.mouth = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.player.body.mouth = $sex.choice.action>>
<</if>>
<<set $sex.toys.dildo.using++>>
<<case "Insert Dildo Anally">>
<<if $sex.choice.giving == "You">>
<<set $sex.npc.body.anus = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.player.body.anus = $sex.choice.action>>
<</if>>
<<set $sex.toys.dildo.using++>>
<<case "Hairjob">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.hair = $sex.choice.action>>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.hair = $sex.choice.action>>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.cock = $sex.choice.action>>
<</if>>
<<case "Caress Breasts">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.breasts.push($sex.choice.action)>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.breasts.push($sex.choice.action)>>
<</if>>
<<case "Caress Nipples">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.breasts.push($sex.choice.action)>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.breasts.push($sex.choice.action)>>
<</if>>
<<case "Suck Breasts">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.mouth = $sex.choice.action>>
<<set $sex.npc.body.breasts.push($sex.choice.action)>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.mouth = $sex.choice.action>>
<<set $sex.player.body.breasts.push($sex.choice.action)>>
<</if>>
<<case "Suck Nipples">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.mouth = $sex.choice.action>>
<<set $sex.npc.body.breasts.push($sex.choice.action)>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.mouth = $sex.choice.action>>
<<set $sex.player.body.breasts.push($sex.choice.action)>>
<</if>>
<<case "Handjob">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.cock = $sex.choice.action>>
<</if>>
<<case "Paizuri">>
<<if $sex.choice.giving == "You">>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.player.body.cock = $sex.choice.action>>
<</if>>
<<case "Blowjob">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.mouth = $sex.choice.action>>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.mouth = $sex.choice.action>>
<<set $sex.player.body.cock = $sex.choice.action>>
<</if>>
<<case "Deepthroat">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.mouth = $sex.choice.action>>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.mouth = $sex.choice.action>>
<<set $sex.player.body.cock = $sex.choice.action>>
<</if>>
<<case "Fingering">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.pussy = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.pussy = $sex.choice.action>>
<</if>>
<<case "Caress Anus">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.anus = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.anus = $sex.choice.action>>
<</if>>
<<case "Cunnilingus">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.mouth = $sex.choice.action>>
<<set $sex.npc.body.pussy = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.mouth = $sex.choice.action>>
<<set $sex.player.body.pussy = $sex.choice.action>>
<</if>>
<<case "Analingus">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.mouth = $sex.choice.action>>
<<set $sex.npc.body.anus = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.mouth = $sex.choice.action>>
<<set $sex.player.body.anus = $sex.choice.action>>
<</if>>
<<case "Footjob">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.feet.push($sex.choice.action)>>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.feet.push($sex.choice.action)>>
<<set $sex.player.body.cock = $sex.choice.action>>
<</if>>
<<case "[Vaginal] Missionary">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.pussy = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.pussy = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "[Vaginal] Doggystyle">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.pussy = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.pussy = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "[Vaginal] Sitting in Lap">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.pussy = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.pussy = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "[Vaginal] Cowgirl">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.pussy = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.pussy = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "[Anal] Missionary">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.anus = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.anus = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "[Anal] Doggystyle">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.anus = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.anus = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "[Anal] Sitting in Lap">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.anus = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.anus = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "[Anal] Cowgirl">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.anus = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<<set $sex.npc.body.cock = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.anus = $sex.choice.action>>
<<set $sex.npc.body.position = $sex.choice.action>>
<<set $sex.player.body.cock = $sex.choice.action>>
<<set $sex.player.body.position = $sex.choice.action>>
<</if>>
<<case "Choke">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<set $sex.player.body.hands.push($sex.choice.action)>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<<set $sex.npc.body.hands.push($sex.choice.action)>>
<</if>>
<<case "Piss">>
<<if $sex.choice.giving == "You">>
<<set $sex.player.body.bladder = $sex.choice.action>>
<<elseif $sex.choice.receiving == "You">>
<<set $sex.npc.body.bladder = $sex.choice.action>>
<</if>>
<</switch>>
<<if $continuing.includes($sex.choice.action)>>
<<if $sex.choice.giving == "You">>
<<run addAction($sex.player.log, $sex.choice.action)>>
<<else>>
<<run addAction($sex.npc.log, $sex.choice.action)>>
<</if>>
<</if>>
<</if>>
<<for _g = 0; _g < $sex.log.length;_g++>>
<<if $sex.choice.action == $sex.log[_g].action && $sex.choice.giving == $sex.log[_g].giving && $sex.choice.receiving == $sex.log[_g].receiving>>
<<set _count++>>
<<else>>
<<updateArousal $sex.log[_g]>>
<</if>>
<<if _count > 1>>
<<set $sex.log[_g] = null>>
<</if>>
<</for>>
<<updateArousal $sex.choice>>
<<if $sex.player.stamina.current>>
<<if $sex.continue == 1>>
<<set $Continue = "Sex Results">>
<<else>>
<<set $Continue = "Sex Battle">>
<</if>>
<<else>>
<<set $Continue = "End Sex">>
<</if>>
<<if $sex.continue && $sex.player.stamina.current>>
<<set $sexContinue = 1>>
<<elseif $sex.player.stamina.current>>
<<set $sexContinue = 2>>
<</if>>
<<if $cheats.contains("playerUnlimited")>>
<<set $sex.player.stamina.current = $sex.player.stamina.max>>
<</if>>
<<if $cheats.contains("npcUnlimited")>>
<<set $sex.npc.stamina.current = $sex.npc.stamina.max>>
<</if>>
<<include "Mobile Header">>
<center><big>Sexual Play | Status</big></center>
<center>
<<include "Sex Status">>
</center>
<<for _g = 0; _g < $sex.log.length;_g++>>
<<if !($sex.choice.action == $sex.log[_g].action && $sex.choice.giving == $sex.log[_g].giving && $sex.choice.receiving == $sex.log[_g].receiving)>>
<<sextext $sex.log[_g]>>
<br>
<</if>>
<</for>>
<<if !$sex.choice.action>>
<<elseif $sex.log.length == 1 && !($sex.choice.action == $sex.log[0].action && $sex.choice.giving == $sex.log[0].giving && $sex.choice.receiving == $sex.log[0].receiving)>>
<br>
<<elseif $sex.log.length >= 2>>
<br>
<</if>>
<<if $sex.choice.action>>
<<sextext $sex.choice>>
<br>
<</if>>
<<set _tabledata = []>>
<<set _PCtabledata = []>>
<<set _bsEXP = 0>>
<<set _PCbsEXP = 0>>
<br>
<<arousal 'npc'>>
<br><br>
<<arousal 'player'>>
<<updateSexEXP $sex.choice>>
<<for _g = 0; _g < $sex.log.length;_g++>>
<<if !($sex.choice.action == $sex.log[_g].action && $sex.choice.giving == $sex.log[_g].giving && $sex.choice.receiving == $sex.log[_g].receiving)>>
<<updateSexEXP $sex.log[_g]>>
<</if>>
<</for>>
<<if $continuing.includes($sex.choice.action)>>
<<set $sex.choice = {action:null, giving:null, receiving:null}>>
<</if>>
<<if _tabledata.length>>
<center>
<table class="chart" style='table-layout:fixed;width:950px'>
<tr>
<th style='width: 30%;'>$activeCharacter.name's Stats</th>
<th style='width: 10%;'>Level</th>
<th style='width: 50%;'>EXP</th>
<th style='width: 10%;'>Next</th>
</tr>
_tabledata
</table>
</center>
<</if>>
<<if _PCtabledata.length>>
<center>
<table class="chart" style='table-layout:fixed;width:950px'>
<tr>
<th style='width: 30%;'>Your Stats</th>
<th style='width: 10%;'>Level</th>
<th style='width: 50%;'>EXP</th>
<th style='width: 10%;'>Next</th>
</tr>
_PCtabledata
</table>
</center>
<</if>>
<<run updateTitles($activeCharacter)>>
<center>
<<if $activeCharacter.update.length >= 1>>
<hr>
<<include "Slave Update">>
<hr>
<</if>>
</center><<widget "battlebar">>
<<set _ee = $args[0] / $args[1]>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * 100)>>
<<else>>
<<set _current = Math.ceil(_ee * 100)>>
<</if>>
<<set _gone = 100 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _cstat = '@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _gstat = '@@color:' + "gray" + ';' + _gone + '@@'>>
<<print _cstat + _gstat>>
<</widget>><<set _templog = $sex.log>>
<<set $sex.log = {length:0}>>
<<for _t = 0; _t < _templog.length;_t++>>
<<if _templog[_t]>>
<<set $sex.log[$sex.log.length] = _templog[_t]>>
<<set $sex.log.length++>>
<</if>>
<</for>>
<<set _templog = null>><<widget "sexlog">>
<<if $args[0].giving == "You">>
<<switch $args[0].action>>
<<case "Bind Hands">>
$args[0].receiving's hands are bound together with alraune rope.
<<case "Bind Feet">>
$args[0].receiving's feet are bound together with alraune rope.
<<case "Blindfold">>
$args[0].receiving is blindfolded.
<<case "Insert Dildo">>
$args[0].receiving has a dildo up <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.
<<case "Insert Dildo Orally">>
$args[0].receiving is sucking on a dildo.
<<case "Insert Dildo Anally">>
$args[0].receiving has a dildo up <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.
<<case "Hairjob">>
You are giving $args[0].receiving a hairjob.
<<case "Caress Breasts">>
You are caressing $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.
<<case "Caress Nipples">>
You are caressing $args[0].receiving's nipples.
<<case "Suck Breasts">>
You are sucking on $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.
<<case "Suck Nipples">>
You are sucking on $args[0].receiving's Nipples.
<<case "Handjob">>
You are pleasuring $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your hand.
<<case "Paizuri">>
You are using your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> to pleasure $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.
<<case "Blowjob">>
You are sucking $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.
<<case "Deepthroat">>
You are deepthroating $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.
<<case "Fingering">>
You are fingering $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.
<<case "Caress Anus">>
You are fingering $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.
<<case "Cunnilingus">>
You are licking $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.
<<case "Analingus">>
You are licking $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.
<<case "Footjob">>
You are pleasuring $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your feet.
<<case "[Vaginal] Missionary">>
You are fucking $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> in the missionary position.
<<case "[Vaginal] Doggystyle">>
You are pounding $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> doggystyle.
<<case "[Vaginal] Sitting in Lap">>
You are fucking $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> while <<print $heshe[$activeCharacter.gender]>> sits in your lap.
<<case "[Vaginal] Cowgirl">>
You are riding $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> cowgirl style.
<<case "[Anal] Missionary">>
You are fucking $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> in the missionary position.
<<case "[Anal] Doggystyle">>
You are pounding $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> doggystyle.
<<case "[Anal] Sitting in Lap">>
You are fucking $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> while <<print $heshe[$activeCharacter.gender]>> sits in your lap.
<<case "[Anal] Cowgirl">>
You are riding $args[0].receiving's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'anus'>> cowgirl style.
<<case "Choke">>
You are choking $args[0].receiving.
<</switch>>
<<elseif $args[0].receiving == "You">>
<<switch $args[0].action>>
<<case "Bind Hands">>
Your hands are bound together with alraune rope.
<<case "Bind Feet">>
Your feet are bound together with alraune rope.
<<case "Blindfold">>
You are blindfolded.
<<case "Insert Dildo">>
You have a dildo up your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.
<<case "Insert Dildo Orally">>
You are sucking on a dildo.
<<case "Insert Dildo Anally">>
You have a dildo up your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.
<<case "Hairjob">>
$args[0].giving is giving you a hairjob.
<<case "Caress Breasts">>
$args[0].giving is caressing your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.
<<case "Caress Nipples">>
$args[0].giving is caressing your nipples.
<<case "Suck Breasts">>
$args[0].giving is sucking on your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.
<<case "Suck Nipples">>
$args[0].giving is sucking on your nipples.
<<case "Handjob">>
$args[0].giving is giving you a handjob.
<<case "Paizuri">>
$args[0].giving is giving you a titjob.
<<case "Blowjob">>
$args[0].giving is sucking your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.
<<case "Deepthroat">>
$args[0].giving is deepthroating your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.
<<case "Fingering">>
$args[0].giving is fingering your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.
<<case "Caress Anus">>
$args[0].giving is fingering your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.
<<case "Cunnilingus">>
$args[0].giving is licking your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.
<<case "Analingus">>
$args[0].giving is licking your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.
<<case "Footjob">>
$args[0].giving is giving you a footjob.
<<case "[Vaginal] Missionary">>
$args[0].giving is fucking your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> in the missionary position.
<<case "[Vaginal] Doggystyle">>
$args[0].giving is pounding your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> doggystyle.
<<case "[Vaginal] Sitting in Lap">>
$args[0].giving is fucking your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> while you sit in <<print $hisher[$activeCharacter.gender]>> lap.
<<case "[Vaginal] Cowgirl">>
$args[0].giving is riding your <<descriptor $PC $sex.player.orgasm.current 'cock'>> cowgirl style.
<<case "[Anal] Missionary">>
$args[0].giving is fucking your <<descriptor $PC $sex.player.orgasm.current 'anus'>> in the missionary position.
<<case "[Anal] Doggystyle">>
$args[0].giving is pounding your <<descriptor $PC $sex.player.orgasm.current 'anus'>> doggystyle.
<<case "[Anal] Sitting in Lap">>
$args[0].giving is fucking your <<descriptor $PC $sex.player.orgasm.current 'anus'>> while you sit in <<print $hisher[$activeCharacter.gender]>> lap.
<<case "[Anal] Cowgirl">>
$args[0].giving is riding your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> ass cowgirl style.
<<case "Choke">>
$args[0].giving is choking you.
<</switch>>
<</if>>
<</widget>>
<<for _r = 0; _r < $sex.log.length;_r++>>
<<if $sex.removed.action == $sex.log[_r].action && $sex.removed.giving == $sex.log[_r].giving && $sex.removed.receiving == $sex.log[_r].receiving>>
<<set $sex.log[_r] = null>>
<</if>>
<</for>>
<<switch $sex.removed.action>>
<<case "Bind Hands">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<</if>>
<<set $sex.toys.rope.using-->>
<<case "Bind Feet">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.npc.body.feet, $sex.removed.action)>>
<<run removeAction($sex.npc.body.feet, $sex.removed.action)>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.player.body.feet, $sex.removed.action)>>
<<run removeAction($sex.player.body.feet, $sex.removed.action)>>
<</if>>
<<set $sex.toys.rope.using-->>
<<case "Blindfold">>
<<if $sex.removed.giving == "You">>
<<set $sex.npc.body.eyes = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.player.body.eyes = null>>
<</if>>
<<set $sex.toys.blindfold.using-->>
<<case "Insert Dildo">>
<<if $sex.removed.giving == "You">>
<<set $sex.npc.body.pussy = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.player.body.pussy = null>>
<</if>>
<<set $sex.toys.dildo.using-->>
<<case "Insert Dildo Orally">>
<<if $sex.removed.giving == "You">>
<<set $sex.npc.body.mouth = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.player.body.mouth = null>>
<</if>>
<<set $sex.toys.dildo.using-->>
<<case "Insert Dildo Anally">>
<<if $sex.removed.giving == "You">>
<<set $sex.npc.body.anus = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.player.body.anus = null>>
<</if>>
<<set $sex.toys.dildo.using-->>
<<case "Hairjob">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.hair = null>>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<set $sex.npc.body.cock = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.hair = null>>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<set $sex.player.body.cock = null>>
<</if>>
<<case "Caress Breasts">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<run removeAction($sex.npc.body.breasts, $sex.removed.action)>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<run removeAction($sex.player.body.breasts, $sex.removed.action)>>
<</if>>
<<case "Caress Nipples">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<run removeAction($sex.npc.body.breasts, $sex.removed.action)>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<run removeAction($sex.player.body.breasts, $sex.removed.action)>>
<</if>>
<<case "Suck Breasts">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.mouth = null>>
<<run removeAction($sex.npc.body.breasts, $sex.removed.action)>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.mouth = null>>
<<run removeAction($sex.player.body.breasts, $sex.removed.action)>>
<</if>>
<<case "Suck Nipples">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.mouth = null>>
<<run removeAction($sex.npc.body.breasts, $sex.removed.action)>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.mouth = null>>
<<run removeAction($sex.player.body.breasts, $sex.removed.action)>>
<</if>>
<<case "Handjob">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<set $sex.npc.body.cock = null>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<set $sex.player.body.cock = null>>
<</if>>
<<case "Paizuri">>
<<if $sex.removed.giving == "You">>
<<set $sex.npc.body.cock = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.player.body.cock = null>>
<</if>>
<<case "Blowjob">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.mouth = null>>
<<set $sex.npc.body.cock = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.mouth = null>>
<<set $sex.player.body.cock = null>>
<</if>>
<<case "Deepthroat">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.mouth = null>>
<<set $sex.npc.body.cock = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.mouth = null>>
<<set $sex.player.body.cock = null>>
<</if>>
<<case "Fingering">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<set $sex.npc.body.pussy = null>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<set $sex.player.body.pussy = null>>
<</if>>
<<case "Caress Anus">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<set $sex.npc.body.anus = null>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<set $sex.player.body.anus = null>>
<</if>>
<<case "Cunnilingus">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.mouth = null>>
<<set $sex.npc.body.pussy = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.mouth = null>>
<<set $sex.player.body.pussy = null>>
<</if>>
<<case "Analingus">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.mouth = null>>
<<set $sex.npc.body.anus = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.mouth = null>>
<<set $sex.player.body.anus = null>>
<</if>>
<<case "Footjob">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.body.feet, $sex.removed.action)>>
<<set $sex.npc.body.cock = null>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.npc.body.feet, $sex.removed.action)>>
<<set $sex.player.body.cock = null>>
<</if>>
<<case "[Vaginal] Missionary">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.pussy = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.pussy = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "[Vaginal] Doggystyle">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.pussy = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.pussy = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "[Vaginal] Sitting in Lap">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.pussy = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.pussy = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "[Vaginal] Cowgirl">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.pussy = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.pussy = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "[Anal] Missionary">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.anus = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.anus = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "[Anal] Doggystyle">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.anus = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.anus = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "[Anal] Sitting in Lap">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.anus = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.anus = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "[Anal] Cowgirl">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.anus = null>>
<<set $sex.player.body.position = null>>
<<set $sex.npc.body.cock = null>>
<<set $sex.npc.body.position = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.anus = null>>
<<set $sex.npc.body.position = null>>
<<set $sex.player.body.cock = null>>
<<set $sex.player.body.position = null>>
<</if>>
<<case "Choke">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<run removeAction($sex.player.body.hands, $sex.removed.action)>>
<<elseif $sex.removed.receiving == "You">>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<<run removeAction($sex.npc.body.hands, $sex.removed.action)>>
<</if>>
<<case "Piss">>
<<if $sex.removed.giving == "You">>
<<set $sex.player.body.bladder = null>>
<<elseif $sex.removed.receiving == "You">>
<<set $sex.npc.body.bladder = null>>
<</if>>
<</switch>>
<<include "Reset Log">>
<<if $sex.removed.giving == "You">>
<<run removeAction($sex.player.log, $sex.removed.action)>>
<<else>>
<<run removeAction($sex.npc.log, $sex.removed.action)>>
<</if>>
<<set $sex.removed = null>><<set _sexpositions = ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl", "[Anal] Missionary", "[Anal] Doggystyle", "[Anal] Sitting in Lap", "[Anal] Cowgirl"]>>
<<set _spcount = 0>>
<<if _sexpositions.includes($sex.choice.action)>>
<<for _p = 0; _p < $sex.log.length;_p++>>
<<if !($sex.choice.action == $sex.log[_p].action && $sex.choice.giving == $sex.log[_p].giving && $sex.choice.recieving == $sex.log[_p].recieving) && _sexpositions.includes($sex.log[_p].action)>>
<<set $sex.removed = $sex.log[_p]>>
<<include "Remove Log">>
<</if>>
<<if ($sex.choice.action == $sex.log[_p].action && $sex.choice.giving == $sex.log[_p].giving && $sex.choice.recieving == $sex.log[_p].recieving) && _sexpositions.includes($sex.log[_p].action)>>
<<set _spcount++>>
<<if _spcount > 1>>
<<set $sex.log[_p] = null>>
<<include "Reset Log">>
<</if>>
<</if>>
<</for>>
<</if>><<widget "sextext">>
/*
<<if _opening>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
*/
/* effects | skill, nature, obedience, trust, fear, arousal, stats */
<<set _arousal = $sex.npc.orgasm.current / $sex.npc.orgasm.max>>
<<if $args[0].action == $sex.choice.action && $args[0].giving == $sex.choice.giving && $args[0].receiving == $sex.choice.receiving>>
<<set _opening = 1>>
<<else>>
<<set _opening = 0>>
<</if>>
<<if $args[0].giving == "You">>
<<switch $args[0].action>>
<<case "Whip">>
<<print either("You lash the aether whip against $activeCharacter.name's skin.", "You flog $activeCharacter.name with the aether whip.", "You use the aether whip to flay $activeCharacter.name.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("The whip stings <<print $himher[$activeCharacter.gender]>> strongly, but <<print $heshe[$activeCharacter.gender]>> releases cries of ecstasy rather than pain.", "<<print $HeShe[$activeCharacter.gender]>> can't tell the difference between the pain and the pleasure, and is going insane because of it.", "You whip <<print $himher[$activeCharacter.gender]>> enough times that the pain blurs together with <<print $hisher[$activeCharacter.gender]>> pleasure, causing <<print $himher[$activeCharacter.gender]>> to moan instead of cry out.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> cries out in pain as the whip tears into <<print $hisher[$activeCharacter.gender]>> skin.", "<<print $HeShe[$activeCharacter.gender]>> succumbs to the sting of the whip, releasing wracking sobs every time it makes contact with <<print $hisher[$activeCharacter.gender]>> body.", "<<print $HeShe[$activeCharacter.gender]>> releases a hiss every time the whip strikes <<print $himher[$activeCharacter.gender]>>, trying <<print $hisher[$activeCharacter.gender]>> hardest to stay strong.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> moans out in delight every time the whip strikes <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> cries out in ecstasy, putting on a vocal performance for you every time you lash <<print $himher[$activeCharacter.gender]>>.", "A look of ecstasy is painted on <<print $hisher[$activeCharacter.gender]>> face that only seems to grow more lewd with every lash you give <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("The whip stings <<print $himher[$activeCharacter.gender]>> strongly, but <<print $heshe[$activeCharacter.gender]>> releases cries of ecstasy rather than pain.", "<<print $HeShe[$activeCharacter.gender]>> can't tell the difference between the pain and the pleasure, and is going insane because of it.", "You whip <<print $himher[$activeCharacter.gender]>> enough times that the pain blurs together with <<print $hisher[$activeCharacter.gender]>> pleasure, causing <<print $himher[$activeCharacter.gender]>> to moan instead of cry out.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to keep <<print $hisher[$activeCharacter.gender]>> cries to a minimum to prevent you the satisfaction of hearing <<print $himher[$activeCharacter.gender]>> cry out in pain.", "<<print $HeShe[$activeCharacter.gender]>> glare on you gets more heated with every lash of the whip.", "In an attempt to act indifferent to the whipping, <<print $heshe[$activeCharacter.gender]>> bits on <<print $hisher[$activeCharacter.gender]>> lower lip to prevent <<print $himselfherself[$activeCharacter.gender]>> from crying out in pain as you flog <<print $himher[$activeCharacter.gender]>> with the aether whip.")>>
<</if>>
<</if>>
<<case "Bind Hands">>
<<if _opening>>
<<print either("You tie $activeCharacter.name's hands together with alraune rope.", "You pull $activeCharacter.name's hands together and tie them together with alraune rope.", "You have $activeCharacter.name put <<print $hisher[$activeCharacter.gender]>> wrists together so you can tie them.")>>
<<else>>
<<print either("$activeCharacter.name has <<print $hisher[$activeCharacter.gender]>> hands tied together with alraune rope.", "$activeCharacter.name's wrists are tied together with alraune rope.", "$activeCharacter.name has limited movement as <<print $hisher[$activeCharacter.gender]>> hands are tied together with alraune rope.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Bind Feet">>
<<if _opening>>
<<print either("You tie $activeCharacter.name's feet together with alraune rope.", "You pull $activeCharacter.name's feet together and tie them together with alraune rope.", "You have $activeCharacter.name put <<print $hisher[$activeCharacter.gender]>> ankles together so you can tie them.")>>
<<else>>
<<print either("$activeCharacter.name has <<print $hisher[$activeCharacter.gender]>> feet tied together with alraune rope.", "$activeCharacter.name's ankles are tied together with alraune rope.", "$activeCharacter.name has limited movement as <<print $hisher[$activeCharacter.gender]>> feet are tied together with alraune rope.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Blindfold">>
<<if _opening>>
<<print either("You wrap a blindfold around $activeCharacter.name's eyes.", "You blindfold $activeCharacter.name.", "You have $activeCharacter.name tie a blindfold around <<print $hisher[$activeCharacter.gender]>> eyes.")>>
<<else>>
<<print either("$activeCharacter.name is blindfolded.", "$activeCharacter.name has a blindfold wrapped around <<print $hisher[$activeCharacter.gender]>> eyes.", "$activeCharacter.name can't see due to the blindfold around <<print $hisher[$activeCharacter.gender]>> eyes.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Insert Dildo">>
<<if _opening>>
<<print either("You insert a dildo into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You place a dildo against $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> and slowly push it inside of <<print $himher[$activeCharacter.gender]>>.", "You have $activeCharacter.name push a dildo up <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("The dildo pumps in and out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is ravished by the dildo.", "The dildo twists and turns inside of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "Insert Dildo Orally">>
<<if _opening>>
<<print either("You press the dildo against $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> and into <<print $hisher[$activeCharacter.gender]>> mouth.", "$activeCharacter.name sucks the dildo into <<print $hisher[$activeCharacter.gender]>> mouth.", "You pump the dildo into $activeCharacter.name's mouth.")>>
<<else>>
<<print either("The dildo pumps in and out of $activeCharacter.name's mouth.", "$activeCharacter.name sucks on the dildo writhing inside <<print $hisher[$activeCharacter.gender]>> mouth.", "The dildo inside of $activeCharacter.name's mouth produces more moisture as it fucks <<print $hisher[$activeCharacter.gender]>> mouth.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Insert Dildo Anally">>
<<if _opening>>
<<print either("You insert a dildo into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You place a dildo against $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> and slowly push it inside of <<print $himher[$activeCharacter.gender]>>.", "You have $activeCharacter.name push a dildo up <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("The dildo pumps in and out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is ravished by the dildo.", "The dildo twists and turns inside of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<print checkVirginity($activeCharacter, "anal virginity")>>
<<case "Kiss">>
<<print either("You lean in to kiss $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips.", "Your mouth presses against $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips demandingly.", "Your <<descriptor $PC $sex.player.orgasm.current 'lips'>> lips brush against $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> attempts to struggle out of your kiss but slowly yields due to being so aroused.", "<<print $HeShe[$activeCharacter.gender]>> puts up a shallow resistance, but is much too aroused to truly refuse your advance.", "<<print $HeShe[$activeCharacter.gender]>> puts up a false bravado by kicking, screaming and causing a general ruckus but <<print $heshe[$activeCharacter.gender]>> arousal has long since drained any real resistance from <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to scream in protest but that only allows you to push your tongue past <<print $hisher[$activeCharacter.gender]>> teeth and into <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to expel your tongue from your mouth using <<print $hisher[$activeCharacter.gender]>>, but only ends up deepening the kiss further.", "<<print $HisHer[$activeCharacter.gender]>> mouth opened to protest your advance but was silenced as your mouth covered <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> eagerly meets your kiss, entwining <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips with your own.", "<<print $HeShe[$activeCharacter.gender]>> welcomed your <<descriptor $PC $sex.player.orgasm.current 'lips'>> lips on <<print $hisher[$activeCharacter.gender]>> own with as much enthusiasm and passion <<print $heshe[$activeCharacter.gender]>> could muster.", "<<print $HisHer[$activeCharacter.gender]>> lips part to meet your own, allowing your tongue entwines with <<print $hisher[$activeCharacter.gender]>> own in a heated kiss.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> attempts to struggle out of your kiss but slowly yields due to being so aroused.", "<<print $HeShe[$activeCharacter.gender]>> puts up a shallow resistance, but is much too aroused to truly refuse your advance.", "<<print $HeShe[$activeCharacter.gender]>> puts up a false bravado by kicking, screaming and causing a general ruckus but <<print $heshe[$activeCharacter.gender]>> arousal has long since drained any real resistance from <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> offers no resistance but doesn't return the intensity of it either.", "$activeCharacter.name reluctantly allows you to take <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips with your own.", "<<print $HeShe[$activeCharacter.gender]>> relinquished ownership of <<print $hisher[$activeCharacter.gender]>> body to you, but refuses to be an active participant in any sexual play.")>>
<</if>>
<</if>>
<<case "Caress">>
<<print either("You trail your fingers sensually across $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>>.", "You give $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> light touches.", "Your hands make soft traces on $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>>.", "You slowly caress $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> squirms under your touch, <<print $hisher[$activeCharacter.gender]>> arousal too intense to put up anymore resistance.", "<<print $HeShe[$activeCharacter.gender]>> attempts to ignore your caresses but <<print $hisher[$activeCharacter.gender]>> is clear from <<print $hisher[$activeCharacter.gender]>> heated breath.", "<<print $HeShe[$activeCharacter.gender]>> is erotically manipulated by your caresses but refuses to acknowledge <<print $hisher[$activeCharacter.gender]>> own arousal.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> shudders in displeasure, clearly unaffected by your attempts to arouse <<print $himher[$activeCharacter.gender]>>.", "$activeCharacter.name tries to squirm away from your caresses, disgusted by your touch.", "<<print $HeShe[$activeCharacter.gender]>> doesn't react but you can tell from the look on <<print $hisher[$activeCharacter.gender]>> face <<print $heshe[$activeCharacter.gender]>> has an aversion to your touch.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> melts into your touch, <<print $hisher[$activeCharacter.gender]>> arousal building by the second.", "Your touch lights a fire of excitement across <<print $hisher[$activeCharacter.gender]>> body.", "<<print $HeShe[$activeCharacter.gender]>> yields to your touch, surrendering <<print $hisher[$activeCharacter.gender]>> body further to your manipulations.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> squirms under your touch, <<print $hisher[$activeCharacter.gender]>> arousal too intense to put up anymore resistance.", "<<print $HeShe[$activeCharacter.gender]>> attempts to ignore your caresses but <<print $hisher[$activeCharacter.gender]>> is clear from <<print $hisher[$activeCharacter.gender]>> heated breath.", "<<print $HeShe[$activeCharacter.gender]>> is erotically manipulated by your caresses but refuses to acknowledge <<print $hisher[$activeCharacter.gender]>> own arousal.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> acquiesced in your touch but is still somewhat reserved.", "<<print $HisHer[$activeCharacter.gender]>> body is heated from your touches but <<print $heshe[$activeCharacter.gender]>> tries hard to prevent you from seeing the affect it has on <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> reluctantly allows your touch but isn't particularly aroused from it either.")>>
<</if>>
<</if>>
<<case "Spank">>
<<print either("You draw your hand back a good distance and slap your empty palm across $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'butt'>> ass multiple times.", "You crack your hand hard against $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'butt'>> ass repeatedly.", "You fondle $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'butt'>> ass before quickly clapping your hand against it over and over.", "You spank $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'butt'>> ass harshly multiple times.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to mask <<print $hisher[$activeCharacter.gender]>> moans from getting spanked with groans, but <<print $heshe[$activeCharacter.gender]>> isn't fooling anyone.", "<<print $HisHer[$activeCharacter.gender]>> breath gets heated with every hit and <<print $hisher[$activeCharacter.gender]>> <<print $hisher[$activeCharacter.gender]>> arousal rises despite <<print $hisher[$activeCharacter.gender]>> verbal protests.", "<<print $HeShe[$activeCharacter.gender]>> vigorously fights to escape your spankings, embarrassed by the fact that <<print $heshe[$activeCharacter.gender]>> is getting visibly aroused by them.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> whimpers in pain as you warm <<print $himher[$activeCharacter.gender]>> bottom with your stern strikes.", "<<print $HeShe[$activeCharacter.gender]>> holds in <<print $hisher[$activeCharacter.gender]>> protests but <<print $hisher[$activeCharacter.gender]>> body jumps every time you strike <<print $hisher[$activeCharacter.gender]>> ass.", "From the look on <<print $hisher[$activeCharacter.gender]>> face you can tell that <<print $heshe[$activeCharacter.gender]>> is completely humiliated from being spanked like a naughty child.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> moans erotically every time you lay a strike across <<print $hisher[$activeCharacter.gender]>> ass.", "<<print $HeShe[$activeCharacter.gender]>> shakes <<print $hisher[$activeCharacter.gender]>> ass every time you spank it, inviting you to give <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> panted breathing signals <<print $hisher[$activeCharacter.gender]>> arousal from getting spanked.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to mask <<print $hisher[$activeCharacter.gender]>> moans from getting spanked with groans, but <<print $heshe[$activeCharacter.gender]>> isn't fooling anyone.", "<<print $HisHer[$activeCharacter.gender]>> breath gets heated with every hit and <<print $hisher[$activeCharacter.gender]>> <<print $hisher[$activeCharacter.gender]>> arousal rises despite <<print $hisher[$activeCharacter.gender]>> verbal protests.", "<<print $HeShe[$activeCharacter.gender]>> vigorously fights to escape your spankings, embarrassed by the fact that <<print $heshe[$activeCharacter.gender]>> is getting visibly aroused by them.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> receives <<print $hisher[$activeCharacter.gender]>> spankings in silence, attempting to prevent you from getting the satisfaction of seeing <<print $himher[$activeCharacter.gender]>> in pain.", "<<print $HeShe[$activeCharacter.gender]>> isn't disobedient enough to outright rebel against you, but openly shows <<print $hisher[$activeCharacter.gender]>> displeasure with you with <<print $hisher[$activeCharacter.gender]>> facial expressions.", "Every strike furthers <<print $hisher[$activeCharacter.gender]>> submission, though <<print $heshe[$activeCharacter.gender]>> goes through great lengths to make sure that <<print $heshe[$activeCharacter.gender]>> doesn't show it visibly.")>>
<</if>>
<</if>>
<<case "Slap">>
<<print either("You draw your hand back exaggeratedly before swinging an empty palm across $activeCharacter.name's face.", "You send a quick yet strong open-palmed strike across $activeCharacter.name's face.", "You swing an open-palmed strike right across $activeCharacter.name's face.", "You harshly strike $activeCharacter.name's face with your palm.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("The pain adds to <<print $hisher[$activeCharacter.gender]>> sexual high but <<print $hisher[$activeCharacter.gender]>> tries to protest in an attempt to hide that.", "The rough play has <<print $himher[$activeCharacter.gender]>> panting heatedly for more even though <<print $heshe[$activeCharacter.gender]>> has an angry look affixed to <<print $hisher[$activeCharacter.gender]>> face.", "<<print $HeShe[$activeCharacter.gender]>> moans out in ecstasy as soon as <<print $heshe[$activeCharacter.gender]>> is hit but stretches it out into a scream to mask <<print $hisher[$activeCharacter.gender]>> arousal.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> braces for the hit but the blow still sends a jolt of pain through <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> is furious with you for slapping <<print $himher[$activeCharacter.gender]>>.", "Tears stream down <<print $hisher[$activeCharacter.gender]>> face as <<print $hisher[$activeCharacter.gender]>> holds in <<print $hisher[$activeCharacter.gender]>> pain.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("The pain only seems to stimulate <<print $himher[$activeCharacter.gender]>> further.", "<<print $HeShe[$activeCharacter.gender]>> is aroused by your sexual play, giggling elatedly from your strike.", "The pain causes <<print $himher[$activeCharacter.gender]>> to moan erotically before giving you a playful smile.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("The pain adds to <<print $hisher[$activeCharacter.gender]>> sexual high but <<print $hisher[$activeCharacter.gender]>> tries to protest in an attempt to hide that.", "The rough play has <<print $himher[$activeCharacter.gender]>> panting heatedly for more even though <<print $heshe[$activeCharacter.gender]>> has an angry look affixed to <<print $hisher[$activeCharacter.gender]>> face.", "<<print $HeShe[$activeCharacter.gender]>> moans out in ecstasy as soon as <<print $heshe[$activeCharacter.gender]>> is hit but stretches it out into a scream to mask <<print $hisher[$activeCharacter.gender]>> arousal.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> takes the strike head-on, showing no weakness nor arousal from being hit.", "<<print $HeShe[$activeCharacter.gender]>> holds back <<print $hisher[$activeCharacter.gender]>> tears, refusing to show you any reaction.", "<<print $HeShe[$activeCharacter.gender]>> acts as if <<print $heshe[$activeCharacter.gender]>> was never hit, ignoring you completely.")>>
<</if>>
<</if>>
<<case "Spit">>
<<print either("You spit into $activeCharacter.name's waiting mouth.", "You slowly pass your spit into $activeCharacter.name's mouth.", "You let your spit dribble out of your mouth and fall int $activeCharacter.name's mouth.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> is so aroused <<print $heshe[$activeCharacter.gender]>> doesn't even realize that <<print $heshe[$activeCharacter.gender]>> savors the taste of your spit in <<print $hisher[$activeCharacter.gender]>> mouth before its too late.", "<<print $HeShe[$activeCharacter.gender]>>", "<<print $HeShe[$activeCharacter.gender]>>")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> immediately spits out your saliva <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> is completely humiliated by the fact that you would use <<print $hisher[$activeCharacter.gender]>> mouth as a receptacle for your spit.", "<<print $HeShe[$activeCharacter.gender]>> angrily glares at you for not only disrespecting <<print $himher[$activeCharacter.gender]>>, but for believing that <<print $heshe[$activeCharacter.gender]>> would in any way enjoy the taste of your saliva.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> sticks <<print $hisher[$activeCharacter.gender]>> tongue out worshipfully, eagerly receiving your spit.", "<<print $HeShe[$activeCharacter.gender]>> savors the taste of your saliva before swallowing exaggeratedly to show <<print $hisher[$activeCharacter.gender]>> appreciation for your gesture.", "<<print $HeShe[$activeCharacter.gender]>> begs for more of your saliva, passionately praising the taste of your bodily fluids.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>>", "<<print $HeShe[$activeCharacter.gender]>>", "<<print $HeShe[$activeCharacter.gender]>>")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> swallows your spit with little to no reaction.", "From <<print $hisher[$activeCharacter.gender]>> facial expression you can tell that <<print $heshe[$activeCharacter.gender]>> didn't enjoy swallowing your saliva, but <<print $heshe[$activeCharacter.gender]>> makes no movement to show <<print $hisher[$activeCharacter.gender]>> displeasure.", "<<print $HeShe[$activeCharacter.gender]>> seethes angrily from your treatment of <<print $hisher[$activeCharacter.gender]>> but <<print $hisher[$activeCharacter.gender]>> outward appearance is expressionless.")>>
<</if>>
<</if>>
<<case "Piss">>
<<print either("", "", "")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Hairjob">>
<<if _opening>>
<<if $activeCharacter.obedience.current < 40>>
<<print either("You restrain $activeCharacter.name, forcibly wrap your hair around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and begin stroking it.", "You order $activeCharacter.name to behave while you wrap your hair around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and begin to jerk it.", "$activeCharacter.name protests your advance but you ignore <<print $himher[$activeCharacter.gender]>>, caressing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your hair wrapped around it.")>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("$activeCharacter.name begs you with his eyes for pleasure and you grant <<print $himher[$activeCharacter.gender]>> some by wrapping your hair around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and jerking it off.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> dangles in your face and you softly wrap your hair around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> before sensually jerking <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> off with it.", "You swathe $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your hair before fucking <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your hair.")>>
<<else>>
<<print either("You wrap your hair around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and <<print $heshe[$activeCharacter.gender]>> shows no reaction.", "You tell $activeCharacter.name that you will give <<print $himher[$activeCharacter.gender]>> a hairjob and <<print $heshe[$activeCharacter.gender]>> lets you wrap your hair around <<print $hisher[$activeCharacter.gender]>> around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with no resistance.", "You take $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and wrap your hair around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> before jerking it off.")>>
<</if>>
<<else>>
<<print either("$activeCharacter.name thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your hand with your hair wrapped around it.", "You caress $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your hair wrapped around it.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> is being stroked by you with your hair wrapped around it.")>>
<</if>>
<<case "Caress Breasts">>
<<print either("You sensually massage $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "You erotically caress $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "You gently play with $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Caress Nipples">>
<<print either("You erotically caress $activeCharacter.name's nipples.", "You sensually massage $activeCharacter.name's nipples.", "You gently play with $activeCharacter.name's nipples.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Suck Breasts">>
<<print either("You erotically suck on $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "You lavish $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> with your oral attentions.", "You tongue trails its way up and down $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "You suckle on $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> lovingly.", "You suckle on $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> erotically.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Suck Nipples">>
<<print either("You erotically suck on $activeCharacter.name's nipples.", "You lavish $activeCharacter.name's nipples with your oral attentions.", "You incessantly flicks $activeCharacter.name's nipples.", "You suckle on $activeCharacter.name's nipples lovingly.", "You suckle on $activeCharacter.name's nipples erotically.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Handjob">>
<<print either("Entranced by $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, you being to stoke it.", "You grip $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and stroke it erotically.", "You hungrily rub $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> up and down with your hand.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Paizuri">>
<<print either("You rub $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> between your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "You hotdog $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> between your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> and rub it between them.", "You fuck $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> between your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Blowjob">>
<<print either("You suck $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your mouth and pleasure it with your tongue.", "You lick, suck and drag your tongue all over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "You lavish $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your oral attentions.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Deepthroat">>
<<print either("You suck $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> all the way to its base, pulling back and then sucking it back in until your nose hits <<print $hisher[$activeCharacter.gender]>> pubis.", "You allow $activeCharacter.name to fuck your throat with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> reaches all the way to the back of your throat, giving <<print $himher[$activeCharacter.gender]>> pleasure a regular blowjob couldn't.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Fingering">>
<<print either("You plunge your fingers into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>, finger <<print $himher[$activeCharacter.gender]>> to build <<print $hisher[$activeCharacter.gender]>> arousal.", "You slip your fingers into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> and begin fingering <<print $himher[$activeCharacter.gender]>>.", "You slowly caress $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> before inching your fingers into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Caress Anus">>
<<print either("You pump your finger in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You finger-fuck $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You vigorously thrust your finger in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Cunnilingus">>
<<print either("You press your face against $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> and begin lucking <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You focus your oral attentions on $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> and clit.", "You savor the taste of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> as you eat <<print $himher[$activeCharacter.gender]>> out.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Analingus">>
<<print either("You lavish $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'butt'>> rectum with your oral attentions.", "You tongue $activeCharacter.name's $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'butt'>> ass.", "You eat out $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'butt'>> butt.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Footjob">>
<<print either("You rub $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your feet.", "You play with $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your feet.", "You pleasure $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> using only your feet.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "[Vaginal] Missionary">>
<<if _opening>>
<<print either("You push $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> onto the bed, hover over <<print $himher[$activeCharacter.gender]>> and sink your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You crawl over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> and plunge your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You hover over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> laying on the bed and swab your <<descriptor $PC $sex.player.orgasm.current 'cock'>> against <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> before inserting it into <<print $himher[$activeCharacter.gender]>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to pull out your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully entering <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You plow $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You hammer your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You fuck into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You send powerful thrust after thrust into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you fuck into <<print $himher[$activeCharacter.gender]>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("Your continual thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> continually drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually pound <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Vaginal] Doggystyle">>
<<if _opening>>
<<print either("You push $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> onto the bed so <<print $heshe[$activeCharacter.gender]>> is laying on all fours, grab onto <<print $hisher[$activeCharacter.gender]>> hips and sink your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You crawl behind $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> as <<print $heshe[$activeCharacter.gender]>> is standing on all fours and plunge your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You position $activeCharacter.name so <<print $heshe[$activeCharacter.gender]>> is standing on all fours and swab your <<descriptor $PC $sex.player.orgasm.current 'cock'>> against <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> before inserting it into <<print $himher[$activeCharacter.gender]>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to pull out your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully entering <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from behind.", "You plow $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from behind with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You hammer your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from behind.", "You fuck into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> as <<print $heshe[$activeCharacter.gender]>> stands on all fours.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from behind as <<print $heshe[$activeCharacter.gender]>> stands on all fours.", "You send powerful thrust after thrust into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from behind as <<print $heshe[$activeCharacter.gender]>> stands on all fours.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you fuck into <<print $himher[$activeCharacter.gender]>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("Your continual thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> continually drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually pound <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Vaginal] Sitting in Lap">>
<<if _opening>>
<<print either("You pull $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> into your lap, slowly sinking your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You have $activeCharacter.name crawl over and sit in your lap allowing you to plunge your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "You position $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> over your <<descriptor $PC $sex.player.orgasm.current 'body'>>, line your <<descriptor $PC $sex.player.orgasm.current 'cock'>> up against <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> before pulling <<print $himher[$activeCharacter.gender]>> down into your lap, impalling <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to pull out your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully entering <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from below.", "While $activeCharacter.name rests in your lap you plow into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from below with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You embrace $activeCharacter.name while you hammer your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from below.", "You fuck into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from below with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from below.", "You send powerful thrust after thrust into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> from below.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you fuck into <<print $himher[$activeCharacter.gender]>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("Your continual thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> continually drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually pound <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Vaginal] Cowgirl">>
<<if _opening>>
<<print either("You push $activeCharacter.name onto <<print $hisher[$activeCharacter.gender]>> back and sink your cunt down onto <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and begin to ride <<print $himher[$activeCharacter.gender]>> cowgirl style.", "You have $activeCharacter.name lay on <<print $hisher[$activeCharacter.gender]>> back and ride <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> cowgirl style.", "You position $activeCharacter.name so that <<print $heshe[$activeCharacter.gender]>> is laying on <<print $hisher[$activeCharacter.gender]>> back and impale your cunt on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, riding <<print $himher[$activeCharacter.gender]>> cowgirl style.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs while being squeezed by your cunt, begging you to continue riding <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> has stopped protesting, lost to pleasure, as <<print $hisher[$activeCharacter.gender]>> thrusts wildly into your cunt.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you pull off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> stirs in anger as <<print $heshe[$activeCharacter.gender]>> silently watches you fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your cunt.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> eagerly meets your thrusts with <<print $hisher[$activeCharacter.gender]>> own.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> wraps around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs while being squeezed by your cunt, begging you to continue riding <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> has stopped protesting, lost to pleasure, as <<print $hisher[$activeCharacter.gender]>> thrusts wildly into your cunt.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts you using <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> completely envelops <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully taking pleasure from <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly ride $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> while in the cowgirl position.", "While $activeCharacter.name is laying on <<print $hisher[$activeCharacter.gender]>>, your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> continues to pump up and down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "You embrace $activeCharacter.name while you fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from ontop.", "You fuck $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from on top with your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> up and down the length of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from on top.", "You powerfully fuck your hips against $activeCharacter.name's, riding <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from on top.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> from screwing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> plunders pleasure from <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of you pussy.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to fuck on <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you use <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> to fuck into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> from screwing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> plunders pleasure from <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("Your continual humping of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> continually drives its way up and down <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Anal] Missionary">>
<<if _opening>>
<<print either("You push $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> onto the bed, hover over <<print $himher[$activeCharacter.gender]>> and sink your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You crawl over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> and plunge your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You hover over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> laying on the bed and swab your <<descriptor $PC $sex.player.orgasm.current 'cock'>> against <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> before inserting it into <<print $himher[$activeCharacter.gender]>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to pull out your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully entering <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You plow $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You hammer your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You fuck into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You send powerful thrust after thrust into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you fuck into <<print $himher[$activeCharacter.gender]>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("Your continual thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> continually drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually pound <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "anal virginity")>>
<<case "[Anal] Doggystyle">>
<<if _opening>>
<<print either("You push $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> onto the bed so <<print $heshe[$activeCharacter.gender]>> is laying on all fours, grab onto <<print $hisher[$activeCharacter.gender]>> hips and sink your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You crawl behind $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> as <<print $heshe[$activeCharacter.gender]>> is standing on all fours and plunge your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You position $activeCharacter.name so <<print $heshe[$activeCharacter.gender]>> is standing on all fours and swab your <<descriptor $PC $sex.player.orgasm.current 'cock'>> against <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> before inserting it into <<print $himher[$activeCharacter.gender]>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to pull out your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully entering <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from behind.", "You plow $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from behind with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You hammer your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from behind.", "You fuck into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> as <<print $heshe[$activeCharacter.gender]>> stands on all fours.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from behind as <<print $heshe[$activeCharacter.gender]>> stands on all fours.", "You send powerful thrust after thrust into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from behind as <<print $heshe[$activeCharacter.gender]>> stands on all fours.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you fuck into <<print $himher[$activeCharacter.gender]>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("Your continual thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> continually drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually pound <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "anal virginity")>>
<<case "[Anal] Sitting in Lap">>
<<if _opening>>
<<print either("You pull $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> into your lap, slowly sinking your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You have $activeCharacter.name crawl over and sit in your lap allowing you to plunge your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "You position $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> over your <<descriptor $PC $sex.player.orgasm.current 'body'>>, line your <<descriptor $PC $sex.player.orgasm.current 'cock'>> up against <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> before pulling <<print $himher[$activeCharacter.gender]>> down into your lap, impalling <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to pull out your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, begging you to stay inside of <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently takes your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully entering <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from below.", "While $activeCharacter.name rests in your lap you plow into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from below with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You embrace $activeCharacter.name while you hammer your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from below.", "You fuck into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from below with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in and out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from below.", "You send powerful thrust after thrust into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> from below.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'cock'>> out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you fuck into <<print $himher[$activeCharacter.gender]>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $himher[$activeCharacter.gender]>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("Your continual thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> continually drives its way up into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually pound <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> with your <<descriptor $PC $sex.player.orgasm.current 'cock'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "anal virginity")>>
<<case "[Anal] Cowgirl">>
<<if _opening>>
<<print either("You push $activeCharacter.name onto <<print $hisher[$activeCharacter.gender]>> back and sink your <<descriptor $PC $sex.player.orgasm.current 'anus'>> down onto <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and begin to ride <<print $himher[$activeCharacter.gender]>> cowgirl style.", "You have $activeCharacter.name lay on <<print $hisher[$activeCharacter.gender]>> back and ride <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> cowgirl style.", "You position $activeCharacter.name so that <<print $heshe[$activeCharacter.gender]>> is laying on <<print $hisher[$activeCharacter.gender]>> back and impale your <<descriptor $PC $sex.player.orgasm.current 'anus'>> on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, riding <<print $himher[$activeCharacter.gender]>> cowgirl style.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs while being squeezed by your <<descriptor $PC $sex.player.orgasm.current 'anus'>>, begging you to continue riding <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> has stopped protesting, lost to pleasure, as <<print $hisher[$activeCharacter.gender]>> thrusts wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you pull off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> stirs in anger as <<print $heshe[$activeCharacter.gender]>> silently watches you fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> eagerly meets your thrusts with <<print $hisher[$activeCharacter.gender]>> own.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'anus'>> wraps around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'anus'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs while being squeezed by your <<descriptor $PC $sex.player.orgasm.current 'anus'>>, begging you to continue riding <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> has stopped protesting, lost to pleasure, as <<print $hisher[$activeCharacter.gender]>> thrusts wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly accepts you using <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your asshole completely envelops <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcefully taking pleasure from <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("You slowly ride $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> while in the cowgirl position.", "While $activeCharacter.name is laying on <<print $hisher[$activeCharacter.gender]>>, your <<descriptor $PC $sex.player.orgasm.current 'anus'>> continues to pump up and down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "You embrace $activeCharacter.name while you fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from on top.", "You fuck $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from on top with your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "You leisurely slide your <<descriptor $PC $sex.player.orgasm.current 'anus'>> up and down the length of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from on top.", "You powerfully fuck your hips against $activeCharacter.name's, riding <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> from on top.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from screwing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'anus'>> plunders pleasure from <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of you asshole.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to pull your <<descriptor $PC $sex.player.orgasm.current 'anus'>> off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to fuck on <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as you use <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> to fuck into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as you fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from screwing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> throbs every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'anus'>> plunders pleasure from <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("Your continual humping of your <<descriptor $PC $sex.player.orgasm.current 'anus'>> on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "Your asshole continually drives its way up and down <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you continually fuck <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'anus'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "anal virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "Choke">>
<<print either("You have your hands around $activeCharacter.name's neck, choking <<print $himher[$activeCharacter.gender]>>.", "Your hands are wrapped around $activeCharacter.name's neck, slowly putting pressure on it.", "You're choking $activeCharacter.name.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<</switch>>
<<elseif $args[0].receiving == "You">>
<<switch $args[0].action>>
<<case "Whip">>
<<print either("$activeCharacter.name lashes the aether whip against your skin.", "$activeCharacter.name flogs you with the aether whip.", "$activeCharacter.name uses the aether whip to flay you.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Bind Hands">>
<<if _opening>>
<<print either("You tie your hands together with alraune rope.", "You pull your hands together and tie them together with alraune rope.", "You pull your wrists together and tie them with alraune rope.")>>
<<else>>
<<print either("Your hands are tied together with alraune rope.", "Your wrists are tied together with alraune rope.", "You have limited movement as your hands are tied together with alraune rope.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Bind Feet">>
<<if _opening>>
<<print either("You tie your feet together with alraune rope.", "You pull your feet together and tie them together with alraune rope.", "You pull your ankles together and tie them with alraune rope.")>>
<<else>>
<<print either("Your feet are tied together with alraune rope.", "Your ankles are tied together with alraune rope.", "You have limited movement as your feet are tied together with alraune rope.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Blindfold">>
<<if _opening>>
<<print either("You wrap a blindfold around your eyes.", "You blindfold yourself.", "You have $activeCharacter.name tie a blindfold around your eyes.")>>
<<else>>
<<print either("You are blindfolded.", "You have a blindfold wrapped around your eyes.", "You can't see due to the blindfold around your eyes.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Insert Dildo">>
<<if _opening>>
<<print either("You insert a dildo into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "You place a dildo against your cunt and slowly push it inside of yourself.", "You push a dildo up your twat.")>>
<<else>>
<<print either("The dildo pumps in and out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "Your cunt is ravished by the dildo.", "The dildo twists and turns inside of your twat.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<case "Insert Dildo Orally">>
<<if _opening>>
<<print either("You press the dildo against your <<descriptor $PC $sex.player.orgasm.current 'lips'>> lips and into your mouth.", "You sucks the dildo into your mouth.", "You pump the dildo into your mouth.")>>
<<else>>
<<print either("The dildo pumps in and out of your mouth.", "You sucks on the dildo writhing inside your mouth.", "The dildo inside of your mouth produces more moisture as it fucks your mouth.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Insert Dildo Anally">>
<<if _opening>>
<<print either("You insert a dildo into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "You place a dildo against your <<descriptor $PC $sex.player.orgasm.current 'anus'>> and slowly push it inside of yourself.", "You have $activeCharacter.name push a dildo up your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass.")>>
<<else>>
<<print either("The dildo pumps in and out of rectum.", "Your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass is ravished by the dildo.", "The dildo twists and turns inside of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<</if>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<print checkVirginity($PC, "anal virginity")>>
<<case "Kiss">>
<<if $activeCharacter.obedience.current < 40>>
<<print either("You force $activeCharacter.name to proactively kiss you.", "$activeCharacter.name resentfully presses <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> against yours.", "You have $activeCharacter.name push <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> to yours against <<print $hisher[$activeCharacter.gender]>> will.")>>
<<print either("", "", "")>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("$activeCharacter.name presses <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> against yours.", "$activeCharacter.name takes the initiative to kiss you and <<print $heshe[$activeCharacter.gender]>> pushes <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips against yours.", "$activeCharacter.name hungrily mashes <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips against yours.")>>
<<print either("", "", "")>>
<<else>>
<<print either("$activeCharacter.name unenthusiastically kisses you with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips.", "$activeCharacter.name presses <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips against yours with reluctance.", "$activeCharacter.name kisses you half-heartedly with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'lips'>> lips.")>>
<<print either("", "", "")>>
<</if>>
<<case "Caress">>
<<if $activeCharacter.obedience.current < 40>>
<<print either("You force $activeCharacter.name to caress your <<descriptor $PC $sex.player.orgasm.current 'body'>> but <<print $heshe[$activeCharacter.gender]>> cringes inwardly while doing so.", "$activeCharacter.name begrudgingly caresses <<print $hisher[$activeCharacter.gender]>> hands over your <<descriptor $PC $sex.player.orgasm.current 'body'>>.", "$activeCharacter.name unwillingly uses <<print $hisher[$activeCharacter.gender]>> hands to caress your <<descriptor $PC $sex.player.orgasm.current 'body'>>.")>>
<<print either("", "", "")>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("$activeCharacter.name sensually moves <<print $hisher[$activeCharacter.gender]>> hands all over your <<descriptor $PC $sex.player.orgasm.current 'body'>>.", "$activeCharacter.name's hands eagerly explores your <<descriptor $PC $sex.player.orgasm.current 'body'>> with <<print $hisher[$activeCharacter.gender]>> hands.", "$activeCharacter.name uses <<print $hisher[$activeCharacter.gender]>> hands to worship your <<descriptor $PC $sex.player.orgasm.current 'body'>>.")>>
<<print either("", "", "")>>
<<else>>
<<print either("$activeCharacter.name uses <<print $hisher[$activeCharacter.gender]>> hands to apathetically caress your <<descriptor $PC $sex.player.orgasm.current 'body'>>.", "$activeCharacter.name aversely caress your <<descriptor $PC $sex.player.orgasm.current 'body'>> with <<print $hisher[$activeCharacter.gender]>> hands.", "$activeCharacter.name isn't fond of touching your <<descriptor $PC $sex.player.orgasm.current 'body'>>, but uses <<print $hisher[$activeCharacter.gender]>> hands to do so without complaint.")>>
<<print either("", "", "")>>
<</if>>
<<case "Spank">>
<<if $activeCharacter.obedience.current < 40>>
<<print either("$activeCharacter.name unwillingly spanks your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass.", "$activeCharacter.name spanks your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass but only because you force <<print $himher[$activeCharacter.gender]>> to.", "$activeCharacter.name spanks your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass just as you've told <<print $himher[$activeCharacter.gender]>> to do.")>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> quickly gets into the spanking, most likely due to the hatred <<print $heshe[$activeCharacter.gender]>> has for you.", "", "")>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("$activeCharacter.name gives you an erotic spanking.", "$activeCharacter.name spanks your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass until <<print $heshe[$activeCharacter.gender]>> can feel the heat coming off of it.", "$activeCharacter.name slaps <<print $hisher[$activeCharacter.gender]>> hands against your bare ass multiple times.")>>
<<print either("", "", "")>>
<<else>>
<<print either("$activeCharacter.name gives you an unenthusiastic spanking.", "$activeCharacter.name apathetically spanks your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass.", "$activeCharacter.name gives you a spanking lacking any kind of eroticism.")>>
<<print either("", "", "")>>
<</if>>
<<case "Slap">>
<<if $activeCharacter.obedience.current < 40>>
<<print either("$activeCharacter.name eagerly slaps you across your face.", "$activeCharacter.name doesn't hesitate to slap you across the face.", "$activeCharacter.name slaps you with as much strength as <<print $heshe[$activeCharacter.gender]>> can.")>>
<<print either("", "", "")>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("$activeCharacter.name gives you a quick and sensual yet powerful slap across the face.", "$activeCharacter.name slaps you in the face with enough power to sting.", "$activeCharacter.name slaps you in an erotic manner.")>>
<<print either("", "", "")>>
<<else>>
<<print either("$activeCharacter.name gives you a weak slap across your face.", "$activeCharacter.name apathetically slaps you across the face.", "$activeCharacter.name strikes you across the face without any enthusiasm.")>>
<<print either("", "", "")>>
<</if>>
<<case "Spit">>
<<print either("$activeCharacter.name spits into your mouth.", "$activeCharacter.name lets <<print $hisher[$activeCharacter.gender]>> spit dribble into your mouth.", "$activeCharacter.name feeds you <<print $hisher[$activeCharacter.gender]>> saliva straight from <<print $hisher[$activeCharacter.gender]>> mouth.")>>
<<if $activeCharacter.obedience.current < 40>>
<<print either("", "", "")>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<case "Hairjob">>
<<if _opening>>
<<if $activeCharacter.obedience.current < 40>>
<<print either("You order $activeCharacter.name to give you a hairjob and <<print $heshe[$activeCharacter.gender]>> begrudgingly wraps <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair around your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, stroking it up and down.", "You force $activeCharacter.name to wrap <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair around your <<descriptor $PC $sex.player.orgasm.current 'cock'>> and stroke it.", "You push your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into $activeCharacter.name's long $activeCharacter.haircolor hair and force <<print $himher[$activeCharacter.gender]>> to use <<print $hisher[$activeCharacter.gender]>> hand to stroke your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> hair wrapped around it.")>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("$activeCharacter.name sensually wraps <<print $hisher[$activeCharacter.gender]>> silky long $activeCharacter.haircolor hair around your <<descriptor $PC $sex.player.orgasm.current 'cock'>> and slowly jerks you off with it.", "You don't even have to tell $activeCharacter.name to give you a hairjob. You thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair and <<print $heshe[$activeCharacter.gender]>> takes the initiative to softly wrap <<print $hisher[$activeCharacter.gender]>> hair around your <<descriptor $PC $sex.player.orgasm.current 'cock'>> before sensually jerking your <<descriptor $PC $sex.player.orgasm.current 'cock'>> off with it.", "$activeCharacter.name swathes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair before fucking your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> hair.")>>
<<else>>
<<print either("You tell $activeCharacter.name to wrap <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair around your <<descriptor $PC $sex.player.orgasm.current 'cock'>> and <<print $heshe[$activeCharacter.gender]>> does so without enthusiasm or disgust.", "You order $activeCharacter.name to give you a hairjob and <<print $heshe[$activeCharacter.gender]>> complies willingly without any fuss.", "You shove your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into $activeCharacter.name's face and instruct <<print $himher[$activeCharacter.gender]>> to wrap <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair around your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, and then jerk it off.")>>
<</if>>
<<else>>
<<print either("You thrust your <<descriptor $PC $sex.player.orgasm.current 'cock'>> into $activeCharacter.name's hand with <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair wrapped around it.", "$activeCharacter.name caresses your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair wrapped around it.", "You <<descriptor $PC $sex.player.orgasm.current 'cock'>> is being stroked by $activeCharacter.name with <<print $hisher[$activeCharacter.gender]>> long $activeCharacter.haircolor hair wrapped around it.")>>
<</if>>
<<case "Piss">>
<<print either("", "", "")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Caress Breasts">>
<<print either("$activeCharacter.name caresses your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "$activeCharacter.name plays with your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "$activeCharacter.name's hands cup and caress your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Caress Nipples">>
<<print either("$activeCharacter.name pinches and plays with your nipples.", "$activeCharacter.name caresses your chest and nipples.", "$activeCharacter.name drags <<print $hisher[$activeCharacter.gender]>> hands across your chest and nipples.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Suck Breasts">>
<<print either("$activeCharacter.name suckles on your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "$activeCharacter.name licks and nibbles on your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "$activeCharacter.name lolls <<print $hisher[$activeCharacter.gender]>> tongue around your nipples while <<print $heshe[$activeCharacter.gender]>> sucks on your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Suck Nipples">>
<<print either("$activeCharacter.name plays with your nipples using <<print $hisher[$activeCharacter.gender]>> tongue.", "$activeCharacter.name flicks your nipples with <<print $hisher[$activeCharacter.gender]>> tongue.", "$activeCharacter.name lavishes your nipples with <<print $hisher[$activeCharacter.gender]>> oral attentions.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Handjob">>
<<print either("$activeCharacter.name jerks your <<descriptor $PC $sex.player.orgasm.current 'cock'>> up and down with <<print $hisher[$activeCharacter.gender]>> hand.", "$activeCharacter.name uses <<print $hisher[$activeCharacter.gender]>> hand to caress your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pleasurably.", "$activeCharacter.name fucks your <<descriptor $PC $sex.player.orgasm.current 'cock'>> using <<print $hisher[$activeCharacter.gender]>> hands.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Paizuri">>
<<print either("You rub your <<descriptor $PC $sex.player.orgasm.current 'cock'>> between $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "You hotdog your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in the middle of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> and rub it between them.", "You fuck your <<descriptor $PC $sex.player.orgasm.current 'cock'>> between $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Blowjob">>
<<print either("$activeCharacter.name sucks on your <<descriptor $PC $sex.player.orgasm.current 'cock'>> while <<print $heshe[$activeCharacter.gender]>> bobs, sucks and slobbers all over it.", "$activeCharacter.name runs <<print $hisher[$activeCharacter.gender]>> tongue over the head of your <<descriptor $PC $sex.player.orgasm.current 'cock'>> while <<print $heshe[$activeCharacter.gender]>> sucks on it.", "$activeCharacter.name lavishes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with the oral attention of <<print $hisher[$activeCharacter.gender]>> tongue and hot, wet mouth.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Deepthroat">>
<<print either("$activeCharacter.name deepthroats your whole <<descriptor $PC $sex.player.orgasm.current 'cock'>>, sucking and slurping as you piston into <<print $hisher[$activeCharacter.gender]>> mouth.", "You ravish $activeCharacter.name's throat with your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, forcing your <<descriptor $PC $sex.player.orgasm.current 'cock'>> repeatedly in and out of <<print $hisher[$activeCharacter.gender]>> mouth.", "$activeCharacter.name sucks your <<descriptor $PC $sex.player.orgasm.current 'cock'>> completely into your mouth, using <<print $hisher[$activeCharacter.gender]>> throat to bring you added pleasure.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Fingering">>
<<print either("$activeCharacter.name fucks <<print $hisher[$activeCharacter.gender]>> fingers in and out of your cunt.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> grips $activeCharacter.name's fingers as <<print $heshe[$activeCharacter.gender]>> pushes them further into you.", "$activeCharacter.name has <<print $hisher[$activeCharacter.gender]>> fingers up your twat as you work against hips against them, eagerly humping up and down.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Cunnilingus">>
<<print either("$activeCharacter.name alternates between sucking on your clit and sucking on your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> lips.", "$activeCharacter.name prods your cunt with <<print $hisher[$activeCharacter.gender]>> tongue.", "$activeCharacter.name lavishes your cunt with <<print $hisher[$activeCharacter.gender]>> oral attentions.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Caress Anus">>
<<print either("$activeCharacter.name pumps <<print $hisher[$activeCharacter.gender]>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name finger-fucks your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name;s fingers repeatedly thrusts into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Analingus">>
<<print either("$activeCharacter.name uses <<print $hisher[$activeCharacter.gender]>> tongue to lick your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name's mouth is over your <<descriptor $PC $sex.player.orgasm.current 'ass'>> ass as <<print $heshe[$activeCharacter.gender]>> tongues your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name lick and sucks your back hole using <<print $hisher[$activeCharacter.gender]>> mouth and tongue.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "Footjob">>
<<print either("$activeCharacter.name rubs your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> feet.", "$activeCharacter.name plays with your <<descriptor $PC $sex.player.orgasm.current 'cock'>> using <<print $hisher[$activeCharacter.gender]>> feet.", "$activeCharacter.name rubs <<print $hisher[$activeCharacter.gender]>> feet up and down the length of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<<case "[Vaginal] Missionary">>
<<if _opening>>
<<print either("You lay onto the bed and have $activeCharacter.name slide <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "$activeCharacter.name crawls over your <<descriptor $PC $sex.player.orgasm.current 'body'>> as your back lays against the bed and <<print $heshe[$activeCharacter.gender]>> plunges <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "$activeCharacter.name hovers over your <<descriptor $PC $sex.player.orgasm.current 'body'>> laying against the bed and swabs <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> against your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> before thrusting into you.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your cunt.")>>
<<else>>
<<print either("$activeCharacter.name tries to pull out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> but you have your legs wrapped around <<print $himher[$activeCharacter.gender]>>, forcing <<print $himher[$activeCharacter.gender]>> to continue thrusting into you.", "<<print $HeShe[$activeCharacter.gender]>> growls as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clenches down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, preventing <<print $himher[$activeCharacter.gender]>> from pulling out completely.", "You thrust your hips against <<print $hisher[$activeCharacter.gender]>> hips, as <<print $heshe[$activeCharacter.gender]>> refuses to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pounds into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> groans sensually as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clutches <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> slides into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your cunt.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly fucks into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> without complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> encloses around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your twat but <<print $heshe[$activeCharacter.gender]>> shows no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "$activeCharacter.name plows your twat with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name hammers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your cunt.", "$activeCharacter.name fucks into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your cunt.", "$activeCharacter.name thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> powerfully into your twat.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your cunt.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your twat.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to stop squeezing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to thrust your hips against <<print $hisher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> shoves <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your cunt.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips <<print $heshe[$activeCharacter.gender]>> fucks into you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your cunt.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your twat.")>>
<<else>>
<<print either("$activeCharacter.name continues to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> emotionlessly.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> continually contracts around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Vaginal] Doggystyle">>
<<if _opening>>
<<print either("You lay onto the bed on all fours and have $activeCharacter.name slide <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> from behind.", "$activeCharacter.name crawls behind you as you rest on all fours and <<print $heshe[$activeCharacter.gender]>> plunges <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "$activeCharacter.name hovers behind your <<descriptor $PC $sex.player.orgasm.current 'body'>> laying on the bed on all fours and swabs <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> against your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> before thrusting into you.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your cunt.")>>
<<else>>
<<print either("$activeCharacter.name tries to pull out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> but you have your legs wrapped around <<print $himher[$activeCharacter.gender]>>, forcing <<print $himher[$activeCharacter.gender]>> to continue thrusting into you.", "<<print $HeShe[$activeCharacter.gender]>> growls as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clenches down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, preventing <<print $himher[$activeCharacter.gender]>> from pulling out completely.", "You thrust your hips against <<print $hisher[$activeCharacter.gender]>> hips, as <<print $heshe[$activeCharacter.gender]>> refuses to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pounds into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> groans sensually as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clutches <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> slides into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your cunt.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly fucks into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> without complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> encloses around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your twat but <<print $heshe[$activeCharacter.gender]>> shows no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> from behind.", "$activeCharacter.name plows your twat doggystyle with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name hammers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your cunt from behind as you lay on all fours.", "$activeCharacter.name fucks into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> from behind with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your cunt from behind as you lay on all fours.", "$activeCharacter.name thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> powerfully into your twat doggystyle.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your cunt.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your twat.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to stop squeezing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to thrust your hips against <<print $hisher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> shoves <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your cunt.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips <<print $heshe[$activeCharacter.gender]>> fucks into you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your cunt.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your twat.")>>
<<else>>
<<print either("$activeCharacter.name continues to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> emotionlessly.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> continually contracts around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Vaginal] Sitting in Lap">>
<<if _opening>>
<<print either("You hover over $activeCharacter.name's lap and slowly lower yourself onto <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name craddles your <<descriptor $PC $sex.player.orgasm.current 'body'>> body as you sit in <<print $hisher[$activeCharacter.gender]>> lap and <<print $heshe[$activeCharacter.gender]>> thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'body'>> as you sit in <<print $hisher[$activeCharacter.gender]>> lap.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your cunt.")>>
<<else>>
<<print either("$activeCharacter.name tries to pull out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> but you have your legs wrapped around <<print $himher[$activeCharacter.gender]>>, forcing <<print $himher[$activeCharacter.gender]>> to continue thrusting into you.", "<<print $HeShe[$activeCharacter.gender]>> growls as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clenches down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, preventing <<print $himher[$activeCharacter.gender]>> from pulling out completely.", "You thrust your hips against <<print $hisher[$activeCharacter.gender]>> hips, as <<print $heshe[$activeCharacter.gender]>> refuses to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pounds into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> groans sensually as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clutches <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> slides into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your cunt.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly fucks into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> without complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> encloses around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your twat but <<print $heshe[$activeCharacter.gender]>> shows no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> up into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> as you sit in <<print $hisher[$activeCharacter.gender]>> lap.", "$activeCharacter.name plows your twat while you sit in <<print $hisher[$activeCharacter.gender]>> lap with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name hammers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your cunt from below.", "$activeCharacter.name fucks into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> from below with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> as you sit in <<print $hisher[$activeCharacter.gender]>> lap.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your cunt from below as you sit in <<print $hisher[$activeCharacter.gender]>> lap.", "While you sit in $activeCharacter.name's lap <<print $heshe[$activeCharacter.gender]>> thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> powerfully into your twat from below.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your cunt.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your twat.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to stop squeezing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to thrust your hips against <<print $hisher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> shoves <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your cunt.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips <<print $heshe[$activeCharacter.gender]>> fucks into you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your cunt.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your twat.")>>
<<else>>
<<print either("$activeCharacter.name continues to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> emotionlessly.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> continually contracts around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Vaginal] Cowgirl">>
<<if _opening>>
<<print either("You lay down onto your back and $activeCharacter.name sinks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> down onto your <<descriptor $PC $sex.player.orgasm.current 'cock'>> and begins to ride you cowgirl style.", "With your back against the bed $activeCharacter.name rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> cowgirl style.", "You position yourself so that you are laying on your back, allowing $activeCharacter.name to impale <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> on your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, riding you cowgirl style.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> speaks shallow protests but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, keeping <<print $himher[$activeCharacter.gender]>> from pulling off of you completely.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to let <<print $himher[$activeCharacter.gender]>> pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> off of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> as <<print $heshe[$activeCharacter.gender]>> rides you.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> speaks shallow protests but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is squeezing you hard, keeping <<print $himher[$activeCharacter.gender]>> from pulling off of you completely.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "<<print $HeShe[$activeCharacter.gender]>> lowers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> onto your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $himher[$activeCharacter.gender]>> to ride you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> while in the cowgirl position.", "While you are laying on your back, $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> continues to pump up and down on your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You embrace $activeCharacter.name while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> onto your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top.", "$activeCharacter.name fucks your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> up and down the length of your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top.", "$activeCharacter.name powerfully fucks <<print $hisher[$activeCharacter.gender]>> hips against yours, using <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> to ride your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> off of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to let <<print $himher[$activeCharacter.gender]>> pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> off of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>> from below.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> uses <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> to ride your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as <<print $heshe[$activeCharacter.gender]>> rides you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.")>>
<<else>>
<<print either("$activeCharacter.name's continual riding of your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "$activeCharacter.name continually rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you have <<print $himher[$activeCharacter.gender]>> ride your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Anal] Missionary">>
<<if _opening>>
<<print either("You lay onto the bed and have $activeCharacter.name slide <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name crawls over your <<descriptor $PC $sex.player.orgasm.current 'body'>> as your back lays against the bed and <<print $heshe[$activeCharacter.gender]>> plunges <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name hovers over your <<descriptor $PC $sex.player.orgasm.current 'body'>> laying against the bed and places <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> against your <<descriptor $PC $sex.player.orgasm.current 'anus'>> before thrusting into you.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("$activeCharacter.name tries to pull out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>> but you have your legs wrapped around <<print $himher[$activeCharacter.gender]>>, forcing <<print $himher[$activeCharacter.gender]>> to continue thrusting into you.", "<<print $HeShe[$activeCharacter.gender]>> growls as your <<descriptor $PC $sex.player.orgasm.current 'anus'>> clenches down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, preventing <<print $himher[$activeCharacter.gender]>> from pulling out completely.", "You thrust your hips against <<print $hisher[$activeCharacter.gender]>> hips, as <<print $heshe[$activeCharacter.gender]>> refuses to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pounds into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> groans sensually as your <<descriptor $PC $sex.player.orgasm.current 'anus'>> clutches <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'anus'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> slides into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly fucks into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> without complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'anus'>> encloses around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> but <<print $heshe[$activeCharacter.gender]>> shows no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name plows your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name hammers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name fucks into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> powerfully into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to stop squeezing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'anus'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to thrust your hips against <<print $hisher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> shoves <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips <<print $heshe[$activeCharacter.gender]>> fucks into you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("$activeCharacter.name continues to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> emotionlessly.", "Your <<descriptor $PC $sex.player.orgasm.current 'anus'>> continually contracts around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "anal virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Anal] Doggystyle">>
<<if _opening>>
<<print either("You lay onto the bed on all fours and have $activeCharacter.name slide <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from behind.", "$activeCharacter.name crawls behind you as you rest on all fours and <<print $heshe[$activeCharacter.gender]>> plunges <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name hovers behind your <<descriptor $PC $sex.player.orgasm.current 'body'>> laying on the bed on all fours and places <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> against your <<descriptor $PC $sex.player.orgasm.current 'anus'>> before thrusting into you.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("$activeCharacter.name tries to pull out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>> but you have your legs wrapped around <<print $himher[$activeCharacter.gender]>>, forcing <<print $himher[$activeCharacter.gender]>> to continue thrusting into you.", "<<print $HeShe[$activeCharacter.gender]>> growls as your <<descriptor $PC $sex.player.orgasm.current 'anus'>> clenches down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, preventing <<print $himher[$activeCharacter.gender]>> from pulling out completely.", "You thrust your hips against <<print $hisher[$activeCharacter.gender]>> hips, as <<print $heshe[$activeCharacter.gender]>> refuses to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pounds into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> groans sensually as your <<descriptor $PC $sex.player.orgasm.current 'anus'>> clutches <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'anus'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> slides into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly fucks into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> without complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'anus'>> encloses around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> but <<print $heshe[$activeCharacter.gender]>> shows no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from behind.", "$activeCharacter.name plows your <<descriptor $PC $sex.player.orgasm.current 'anus'>> doggystyle with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name hammers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from behind as you lay on all fours.", "$activeCharacter.name fucks into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from behind with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from behind as you lay on all fours.", "$activeCharacter.name thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> powerfully into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> doggystyle.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to stop squeezing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'anus'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to thrust your hips against <<print $hisher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> shoves <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips <<print $heshe[$activeCharacter.gender]>> fucks into you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("$activeCharacter.name continues to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> emotionlessly.", "Your <<descriptor $PC $sex.player.orgasm.current 'anus'>> continually contracts around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "anal virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Anal] Sitting in Lap">>
<<if _opening>>
<<print either("You hover over $activeCharacter.name's lap and slowly lower yourself onto <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name craddles your <<descriptor $PC $sex.player.orgasm.current 'body'>> body as you sit in <<print $hisher[$activeCharacter.gender]>> lap and <<print $heshe[$activeCharacter.gender]>> thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'body'>> as you sit in <<print $hisher[$activeCharacter.gender]>> lap.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("$activeCharacter.name tries to pull out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>> but you have your legs wrapped around <<print $himher[$activeCharacter.gender]>>, forcing <<print $himher[$activeCharacter.gender]>> to continue thrusting into you.", "<<print $HeShe[$activeCharacter.gender]>> growls as your <<descriptor $PC $sex.player.orgasm.current 'anus'>> clenches down on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, preventing <<print $himher[$activeCharacter.gender]>> from pulling out completely.", "You thrust your hips against <<print $hisher[$activeCharacter.gender]>> hips, as <<print $heshe[$activeCharacter.gender]>> refuses to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pounds into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> groans sensually as your <<descriptor $PC $sex.player.orgasm.current 'anus'>> clutches <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'anus'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> slides into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> lust has clouded <<print $hisher[$activeCharacter.gender]>> mind and has <<print $himher[$activeCharacter.gender]>> bucking wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> tries to protest but a lusty growl escapes his mouth as soon as <<print $heshe[$activeCharacter.gender]>> opens it.", "<<print $HeShe[$activeCharacter.gender]>> is much too aroused to protest, and submits to the pleasures of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly fucks into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> without complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "Your <<descriptor $PC $sex.player.orgasm.current 'anus'>> encloses around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> but <<print $heshe[$activeCharacter.gender]>> shows no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> up into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> as you sit in <<print $hisher[$activeCharacter.gender]>> lap.", "$activeCharacter.name plows your <<descriptor $PC $sex.player.orgasm.current 'anus'>> while you sit in <<print $hisher[$activeCharacter.gender]>> lap with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name hammers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from below.", "$activeCharacter.name fucks into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from below with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> as you sit in <<print $hisher[$activeCharacter.gender]>> lap.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> in and out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from below as you sit in <<print $hisher[$activeCharacter.gender]>> lap.", "While you sit in $activeCharacter.name's lap <<print $heshe[$activeCharacter.gender]>> thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> powerfully into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> from below.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> out of your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to stop squeezing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> with your <<descriptor $PC $sex.player.orgasm.current 'anus'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to thrust your hips against <<print $hisher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> shoves <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips <<print $heshe[$activeCharacter.gender]>> fucks into you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to stop <<print $himselfherself[$activeCharacter.gender]>> from thrusting wildly into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulses in your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> thrusts into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("$activeCharacter.name continues to thrust <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'anus'>> emotionlessly.", "Your <<descriptor $PC $sex.player.orgasm.current 'anus'>> continually contracts around <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "anal virginity")>>
<<print checkVirginity($activeCharacter, "virginity")>>
<<case "[Anal] Cowgirl">>
<<if _opening>>
<<print either("You lay down onto your back and $activeCharacter.name sinks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> down onto your <<descriptor $PC $sex.player.orgasm.current 'cock'>> and begins to ride you cowgirl style.", "With your back against the bed $activeCharacter.name rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> cowgirl style.", "You position yourself so that you are laying on your back, allowing $activeCharacter.name to impale <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> on your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, riding you cowgirl style.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> speaks shallow protests but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, keeping <<print $himher[$activeCharacter.gender]>> from pulling off of you completely.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> tries to squirm away from you, uninterested in having sex with you in any capacity.", "<<print $HeShe[$activeCharacter.gender]>> screams out from the sudden intrusion, yelling for you to let <<print $himher[$activeCharacter.gender]>> pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> off of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> turns <<print $hisher[$activeCharacter.gender]>> head away from you in rebellion as <<print $heshe[$activeCharacter.gender]>> silently rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("Throngs of pleasure race through <<print $hisher[$activeCharacter.gender]>> body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> eagerly accepts your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> moans in pleasure as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> as <<print $heshe[$activeCharacter.gender]>> rides you.", "<<print $HisHer[$activeCharacter.gender]>> body twitches with pleasure, your <<descriptor $PC $sex.player.orgasm.current 'cock'>> sending waves of pleasure through <<print $hisher[$activeCharacter.gender]>> body as it fills <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> speaks shallow protests but <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> is squeezing you hard, keeping <<print $himher[$activeCharacter.gender]>> from pulling off of you completely.", "<<print $HeShe[$activeCharacter.gender]>> opens <<print $hisher[$activeCharacter.gender]>> mouth to scream but only moans escapes <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HisHer[$activeCharacter.gender]>> hands curl up and grasp at the sheets as <<print $heshe[$activeCharacter.gender]>> silently rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> reluctantly rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without any complaint, but <<print $heshe[$activeCharacter.gender]>> shows no approval either.", "<<print $HeShe[$activeCharacter.gender]>> lowers <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> onto your <<descriptor $PC $sex.player.orgasm.current 'cock'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you for forcing <<print $himher[$activeCharacter.gender]>> to ride you but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<<else>>
<<print either("$activeCharacter.name slowly rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> while in the cowgirl position.", "While you are laying on your back, $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> continues to pump up and down on your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You embrace $activeCharacter.name while <<print $heshe[$activeCharacter.gender]>> fucks <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> onto your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top.", "$activeCharacter.name fucks your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "$activeCharacter.name leisurely slides <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> up and down the length of your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top.", "$activeCharacter.name powerfully fucks <<print $hisher[$activeCharacter.gender]>> hips against yours, using <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> to ride your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from on top.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> struggles against you, trying anything to pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> off of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "<<print $HeShe[$activeCharacter.gender]>> screams out for you to let <<print $himher[$activeCharacter.gender]>> pull <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> off of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, but you ignore <<print $hisher[$activeCharacter.gender]>> pleas and continue to drill into <<print $himher[$activeCharacter.gender]>> from below.", "<<print $HeShe[$activeCharacter.gender]>> silently stirs in anger as <<print $heshe[$activeCharacter.gender]>> uses <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> to ride your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("<<print $HisHer[$activeCharacter.gender]>> hips meet every thrust with a hump of <<print $hisher[$activeCharacter.gender]>>, drool dribbling down the side of <<print $hisher[$activeCharacter.gender]>> mouth as <<print $heshe[$activeCharacter.gender]>> drowns in pleasure.", "<<print $HisHer[$activeCharacter.gender]>> body spasms, toes and hands curl as <<print $heshe[$activeCharacter.gender]>> tries to hold back from losing <<print $hisher[$activeCharacter.gender]>> mind to the pleasure.", "<<print $HeShe[$activeCharacter.gender]>> moans in ecstasy, barely conscious to do anything but move <<print $hisher[$activeCharacter.gender]>> hips as <<print $heshe[$activeCharacter.gender]>> rides you.")>>
<<else>>
<<if _arousal >= .4>>
<<print either("<<print $HeShe[$activeCharacter.gender]>> writhes in pleasure, too far gone to protest your <<descriptor $PC $sex.player.orgasm.current 'cock'>> from entering <<print $himher[$activeCharacter.gender]>>.", "<<print $HisHer[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> squeezes your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with every thrust, begging for more despite the protests coming from <<print $hisher[$activeCharacter.gender]>> mouth.", "<<print $HeShe[$activeCharacter.gender]>> tries to scream but instead moans in ecstasy every time your <<descriptor $PC $sex.player.orgasm.current 'cock'>> thrusts into <<print $himher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.")>>
<<else>>
<<print either("$activeCharacter.name's continual riding of your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> draws no overt reaction from <<print $himher[$activeCharacter.gender]>>.", "$activeCharacter.name continually rides your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> without so much as a peep from <<print $himher[$activeCharacter.gender]>>.", "<<print $HeShe[$activeCharacter.gender]>> glowers you while you have <<print $himher[$activeCharacter.gender]>> ride your <<descriptor $PC $sex.player.orgasm.current 'cock'>> with <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> but <<print $heshe[$activeCharacter.gender]>> offers no real resistance.")>>
<</if>>
<</if>>
<</if>>
<<print checkVirginity($PC, "virginity")>>
<<print checkVirginity($activeCharacter, "anal virginity")>>
<<case "Choke">>
<<print either("$activeCharacter.name has <<print $hisher[$activeCharacter.gender]>> hands around your neck, choking you.", "$activeCharacter.name has <<print $hisher[$activeCharacter.gender]>> hands wrapped around your neck while <<print $heshe[$activeCharacter.gender]>> puts pressure on it.", "Just like you ordered, $activeCharacter.name is using <<print $hisher[$activeCharacter.gender]>> hands to choke you.")>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .6>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<print either("", "", "")>>
<<else>>
<<if _arousal >= .4>>
<<print either("", "", "")>>
<<else>>
<<print either("", "", "")>>
<</if>>
<</if>>
<</switch>>
<</if>>
<</widget>><<widget "descriptor">>\
<<include "Descriptors">>\
<<set _cockterms = ["cock", "dick", "prick", "package", "shaft"]>>\
<<set _cockterm = _cockterms.random()>>\
<<set _pussyterms = ["pussy", "cunt", "muff", "quim", "slit", "twat"]>>\
<<set _pussyterm = _pussyterms.random()>>\
<<set _breastterms = ["breasts", "tits", "teats", "boobs"]>>\
<<set _breastterm = _breastterms.random()>>\
<<set _anusterms = ["asshole", "rectum", "anus"]>>\
<<set _anusterm = _anusterms.random()>>\
<<set _cumterms = ["cum", "jizz", "seed", "ejaculate", "cream", "spunk", "load", "jizm"]>>\
<<set _cumterm = _cumterms.random()>>\
<<set _char = {lips:null, body:null, butt:null, size:null, hair:null, cock:null, pussy:null, skin:null, breasts:null, anus:null, cum:null}>>\
<<set _lips = []>>\
<<set _body = []>>\
<<set _butt = []>>\
<<set _size = []>>\
<<set _cock = []>>\
<<set _pussy = []>>\
<<set _breasts = []>>\
<<set _anus = []>>\
<<set _cum = []>>\
<<if $args[1] >= 25>>\
<<set _cockadjectives = ["hard", "rigid", "swollen", "stiff", "turgid"]>>\
<<else>>\
<<set _cockadjectives = ["soft", "limp", "flaccid"]>>\
<</if>>\
<<set _cockadjective = _cockadjectives.random()>>\
<<set _pussyadjectives = ["juicy", "hot", "warm", "open"]>>\
<<set _pussyadjective = _pussyadjectives.random()>>\
<<if $args[0].virgin>>\
<<set _cockadjectives.push("virgin")>>\
<<set _pussyadjectives.push("virgin")>>\
<</if>>\
<<if $args[0].skintone>>\
<<set _skin = $race[$args[0].skintone]>>\
<<else>>\
<<set _skin = $args[0].fur>>\
<</if>>\
<<set _char.skin = _skin>>\
<<switch $args[2]>>\
<<case "lips">>\
<<if $args[0].virgin>>\
<<set _lips.push("chaste")>>\
<</if>>\
<<if $args[0].condition.progress >= 60>>\
<<set _lips.push("plump")>>\
<<elseif $args[0].condition.progress < 40>>\
<<set _lips.push("thin")>>\
<<else>>\
<<set _lips.push("plush")>>\
<</if>>\
<<set _char.lips = _lips.random()>>\
_char.lips\
<<case "body">>\
<<if $args[0].fur>>\
<<set _body.push("$args[0].fur-colored fur")>>\
<<elseif $args[0].skintone>>\
<<set _body.push("_char.skin skin")>>\
<</if>>\
<<set _char.body = _body.random()>>\
_char.body\
<<case "butt">>\
<<if ["male"].contains($args[0].sex)>>\
<<if $args[0].butt.current == 5>>\
<<set _butt.push("sculpted")>>\
<<elseif $args[0].butt.current == 4>>\
<<set _butt.push("round")>>\
<<elseif $args[0].butt.current == 3>>\
<<set _butt.push("normal-sized")>>\
<<elseif $args[0].butt.current == 2>>\
<<set _butt.push("flat")>>\
<<elseif $args[0].butt.current == 1>>\
<<set _butt.push("boney")>>\
<</if>>\
<<else>>\
<<if $args[0].butt.current == 5>>\
<<set _butt.push("thick")>>\
<<elseif $args[0].butt.current == 4>>\
<<set _butt.push("plump")>>\
<<elseif $args[0].butt.current == 3>>\
<<set _butt.push("normal-sized")>>\
<<elseif $args[0].butt.current == 2>>\
<<set _butt.push("petite")>>\
<<elseif $args[0].butt.current == 1>>\
<<set _butt.push("flat")>>\
<</if>>\
<</if>>\
<<set _char.butt = _butt.random()>>\
_char.butt\
<<case "size">>\
<<if ["male"].contains($args[0].sex) && $args[0].height <= 165>>\
<<set _size.push("short")>>\
<<elseif ["male"].contains($args[0].sex) && $args[0].height >= 190>>\
<<set _size.push("tall")>>\
<<elseif ["female", "futanari", "shemale"].contains($args[0].sex) && $args[0].height <= 150>>\
<<set _size.push("short")>>\
<<elseif ["female", "futanari", "shemale"].contains($args[0].sex) && $args[0].height >= 175>>\
<<set _size.push("tall")>>\
<</if>>\
<<set _char.size = _size.random()>>\
_char.size\
<<case "cock">>\
<<if $args[0].tribe == "mongrel">>\
<<set _cock.push("_cockadjective, _char.skin knotted _cockterm", "_cockadjective, _skin canine _cockterm")>>\
<<elseif $args[0].tribe == "pantheran">>\
<<set _cock.push("_cockadjective, _char.skin barbed _cockterm", "_cockadjective, _skin feline _cockterm")>>\
<<elseif $args[0].tribe == "minataur">>\
<<set _cock.push("_cockadjective _char.skin _cockterm")>>\
<<elseif $args[0].tribe == "orc">>\
<<set _cock.push("_cockadjective _char.skin _cockterm")>>\
<<else>>\
<<set _cock.push("_cockadjective _char.skin _cockterm")>>\
<</if>>\
<<set _cock.push("_cockadjective $args[0].tribe _cockterm")>>\
<<set _char.cock = _cock.random()>>\
_char.cock\
<<case "pussy">>\
<<set _pussy.push("_pussyadjective $args[0].tribe _pussyterm")>>\
<<if ["mongrel", "pantheran"].contains($args[0].tribe)>>\
<<set _pussy.push("lightly _char.skin-furred _pussyterm", "_pussyadjective _char.skin-furred _pussyterm")>>\
<<else>>\
<<set _pussy.push("_pussyadjective _char.skin _pussyterm")>>\
<</if>>\
<<set _char.pussy = _pussy.random()>>\
_char.pussy\
<<case "cum">>\
<<set _cum.push("<<print extractWord($quantity[$args[0].cum.quantity.current])>> amount of <<print extractWord($quality[$args[0].cum.quality.current])>>, <<print extractWord($taste.cum[$args[0].cum.taste.current])>> _cumterm")>>\
<<set _char.cum = _cum.random()>>\
_char.cum\
<<case "breasts">>\
<<set _breastadjectives = []>>\
<<if $args[0].bust.current >= 9>>\
<<set _breastadjectives.push("huge", "enormous", "massive", "gigantic")>>\
<<elseif $args[0].bust.current >= 7>>\
<<set _breastadjectives.push("big", "full", "large", "fat")>>\
<<elseif $args[0].bust.current >= 5>>\
<<set _breastadjectives.push("perky", "pert", "average-sized", "normal-sized")>>\
<<elseif $args[0].bust.current >= 3>>\
<<set _breastadjectives.push("small", "little", "petite")>>\
<<elseif $args[0].bust.current >= 1>>\
<<set _breastadjectives.push("tiny", "flat", "under-developed")>>\
<<else>>\
<<set _breastadjectives.push("non-existent", "invisible")>>\
<</if>>\
<<set _breastadjective = _breastadjectives.random()>>\
<<set _breasts.push("_breastadjective _char.skin _breastterm")>>\
<<set _breasts.push("_breastadjective $args[0].tribe _breastterm")>>\
<<set _char.breasts = _breasts.random()>>\
_char.breasts\
<<case "anus">>\
<<set _anusadjectives = []>>\
<<set _anusadjectives.push(extractWord(getGape($args[0].gape)))>>\
<<set _anusadjective = _anusadjectives.random()>>\
<<set _anus.push("_anusadjective _char.skin _anusterm")>>\
<<set _anus.push("_anusadjective $args[0].tribe _anusterm")>>\
<<set _char.anus = _anus.random()>>\
_char.anus\
<</switch>>\
<</widget>>\<<widget "arousal">>
<<if _sftext>>
_sftext
<<set _sftext = null>>
<</if>>
<<if $args[0] == "npc">>
<<set _arousal = ($sex.npc.orgasm.current / $sex.npc.orgasm.max) * 100>>
<<if _arousal >= 100>>
<b>@@color:forestgreen;[Orgasm: $activeCharacter.name]@@</b>
<</if>>
<<else>>
<<set _arousal = ($sex.player.orgasm.current / $sex.player.orgasm.max) * 100>>
<<if _arousal >= 100>>
<b>@@color:forestgreen;[Orgasm: You]@@</b>
<</if>>
<</if>>
<<if $args[0] == "npc">>
<<if $activeCharacter.cock.current && $activeCharacter.girth.current>>
<<if _arousal >= 100>>
<<if $sex.npc.body.cock == "Blowjob">>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz all over your face.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum all over your face.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, spraying all over your face.")>>
<<elseif $sex.npc.body.cock == "Deepthroat">>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz down your throat.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum down your throat.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, spraying down your throat.")>>
<<elseif $sex.npc.body.cock == "Hairjob">>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz all over your hair.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum all over your hair.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, spraying all over your hair.")>>
<<elseif $sex.npc.body.cock == "Handjob">>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz all over your hand.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum all over your hand.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, spraying all over your hand.")>>
<<elseif $sex.npc.body.cock == "Paizuri">>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz all over your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum all over your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, spraying all over your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.")>>
<<elseif ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl"].contains($sex.npc.body.cock)>>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz deep into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>>.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, painting your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> with <<print $hisher[$activeCharacter.gender]>> seed.")>>
<<if ["female", "futanari"].contains($PC.sex) && ["male", "futanari", "shemale"].contains($activeCharacter.sex) && $PC.pregnancy.type>>
<<set _mother = $PC>>
<<set _partner = $activeCharacter>>
<<breeding>>
<<if _progeny>>
<br><br>
<b>@@color:forestgreen;[Impregnated: You]@@</b>
You have been impregnated by $activeCharacter.name.
<<set $PC.pregnancy.child.push(_progeny)>>
<<if $PC.pregnancy.child.length > 1>>
<<set $PC.pregnancy.duration += 2>>
<<elseif $PC.pregnancy.type == "hyperpregnancy">>
<<set $PC.pregnancy.duration = 16>>
<<else>>
<<set $PC.pregnancy.duration = 8>>
<</if>>
<<set _progeny = null>>
<</if>>
<</if>>
<<elseif ["[Anal] Missionary", "[Anal] Doggystyle", "[Anal] Sitting in Lap", "[Anal] Cowgirl"].contains($sex.npc.body.cock)>>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz deep into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum into your <<descriptor $PC $sex.player.orgasm.current 'anus'>>.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, painting your <<descriptor $PC $sex.player.orgasm.current 'anus'>> with <<print $hisher[$activeCharacter.gender]>> seed.")>>
<<else>>
<<print either("$activeCharacter.name <<print $groan[$activeCharacter.gender]>>s out loud as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> jizz in every which way.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> pulsates as <<print $heshe[$activeCharacter.gender]>> orgasms, jetting a <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> cum everywhere.", "A <<print extractWord($quantity[$activeCharacter.cum.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.cum.quality.current])>>, <<print extractWord($taste.cum[$activeCharacter.cum.taste.current])>> ejaculate shoots up from $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, spraying everywhere.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> is wet with precum.", "Precum is leaking out of the tip of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name is almost at the peak of <<print $hisher[$activeCharacter.gender]>> arousal, leaking precum out of the tip of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.")>>
<<elseif _arousal >= 50>>
<<print either("The veins of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> are pulsating.", "$activeCharacter.name's state of arousal has <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> completely erect.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> is bulging with veins, a clear sign of <<print $hisher[$activeCharacter.gender]>> current arousal.")>>
<<elseif _arousal >= 25>>
<<print either("$activeCharacter.name's arousal is evident from <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> isn't completely rigid, but it isn't totally limp either.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> is between the state of being totally erect and completely flaccid.")>>
<<else>>
<<print either("$activeCharacter.name is barely aroused, resulting in the state of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name's arousal is minimal, evident from <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> is nowhere close to orgasming.")>>
<</if>>
<</if>>
<<if $activeCharacter.nectar.quality.current && $activeCharacter.nectar.quantity.current && $activeCharacter.nectar.taste.current>>
<<if _arousal >= 100>>
<<if $sex.npc.body.pussy == "Cunnilingus">>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> spasming <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> gushes out a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> nectar all over your face.", "Waves of pleasure wash through $activeCharacter.name's body due to your oral efforts, causing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> to squirt out a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> sap all over your face.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spurts a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> syrup over your face as <<print $heshe[$activeCharacter.gender]>> orgasms from the pleasure gained from your mouth.")>>
<<elseif $sex.npc.body.pussy == "Fingering">>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> spasming <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> gushes a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> nectar all over your hand.", "Waves of pleasure wash through $activeCharacter.name's body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squirts out a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> sap all over your hand.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spurts a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> syrup all over your hand as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure gained from your fingers.")>>
<<elseif ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl"].contains($sex.npc.body.pussy)>>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spasms around your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, gushing a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> sap all over you.", "Waves of pleasure wash through $activeCharacter.name's body as you thrust into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> causing <<print $himher[$activeCharacter.gender]>> to squirt out a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> nectar.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> clamps down hard on your dick and spurts a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> syrup as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure.")>>
<<elseif $sex.npc.body.pussy == "Insert Dildo">>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spasms around the dildo, gushing a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> sap all over you.", "Waves of pleasure wash through $activeCharacter.name's body as the dildo thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> causing <<print $himher[$activeCharacter.gender]>> to squirt out a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> nectar.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> clamps down hard on the dildo and spurts a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> syrup as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure.")>>
<<else>>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> spasming <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> gushes a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> nectar.", "Waves of pleasure wash through $activeCharacter.name's body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squirts a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> nectar.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spurts a <<print extractWord($quantity[$activeCharacter.nectar.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.nectar.quality.current])>>, <<print extractWord($taste.nectar[$activeCharacter.nectar.taste.current])>> syrup as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is completely slick with <<print $hisher[$activeCharacter.gender]>> nectar.", "$activeCharacter.name's breathing is rushed and <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is drenched with <<print $hisher[$activeCharacter.gender]>> syrup.")>>
<<elseif _arousal >= 50>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is moist with <<print $hisher[$activeCharacter.gender]>> nectar.", "$activeCharacter.name's breath is heated and <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is wet with sap.", "$activeCharacter.name's arousal has <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> producing lubricant.")>>
<<elseif _arousal >= 25>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is slightly wet.", "$activeCharacter.name's arousal has <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> somewhat wet with sap.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> has began to leak <<print $hisher[$activeCharacter.gender]>> nectar.")>>
<<else>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is completely dry.", "$activeCharacter.name isn't aroused enough for <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> to create any lubrication.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is dry due to <<print $hisher[$activeCharacter.gender]>> lack of arousal.")>>
<</if>>
<<elseif $activeCharacter.pussy.current>>
<<if _arousal >= 100>>
<<if $sex.npc.body.pussy == "Cunnilingus">>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> spasming <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> gushes <<print $hisher[$activeCharacter.gender]>> juices all over your face.", "Waves of pleasure wash through $activeCharacter.name's body due to your oral efforts, causing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> to squirts out <<print $hisher[$activeCharacter.gender]>> cum all over your face.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spurts <<print $hisher[$activeCharacter.gender]>> liquid over your face as <<print $heshe[$activeCharacter.gender]>> orgasms from the pleasure gained from your mouth.")>>
<<elseif $sex.npc.body.pussy == "Fingering">>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> spasming <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> gushes with <<print $hisher[$activeCharacter.gender]>> juices all over your hand.", "Waves of pleasure wash through $activeCharacter.name's body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squirts out <<print $hisher[$activeCharacter.gender]>> cum all over your hand.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spurts <<print $hisher[$activeCharacter.gender]>> liquid all over your hand as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure gained from your fingers.")>>
<<elseif ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl"].contains($sex.npc.body.pussy)>>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spasms around your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, gushing cum all over you.", "Waves of pleasure wash through $activeCharacter.name's body as you thrust into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> causing <<print $himher[$activeCharacter.gender]>> to squirt out <<print $hisher[$activeCharacter.gender]>> juices.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> clamps down hard on your dick and spurts <<print $hisher[$activeCharacter.gender]>> fluid as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure.")>>
<<elseif $sex.npc.body.pussy == "Insert Dildo">>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spasms around the dildo, gushing cum all over it.", "Waves of pleasure wash through $activeCharacter.name's body as the dildo thrusts into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> causing <<print $himher[$activeCharacter.gender]>> to squirt out <<print $hisher[$activeCharacter.gender]>> juices.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> clamps down hard on the dildo and spurts <<print $hisher[$activeCharacter.gender]>> fluid as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure.")>>
<<else>>
<<print either("$activeCharacter.name screams out in orgasmic bliss as <<print $hisher[$activeCharacter.gender]>> spasming <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> gushes with <<print $hisher[$activeCharacter.gender]>> juices.", "Waves of pleasure wash through $activeCharacter.name's body as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> squirts out <<print $hisher[$activeCharacter.gender]>> juices.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> spurts <<print $hisher[$activeCharacter.gender]>> fluid as <<print $heshe[$activeCharacter.gender]>> orgasms from intense pleasure.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is completely slick with <<print $hisher[$activeCharacter.gender]>> juices.", "$activeCharacter.name's breathing is rushed and <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is drenched with <<print $hisher[$activeCharacter.gender]>> liquid.")>>
<<elseif _arousal >= 50>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is moist with <<print $hisher[$activeCharacter.gender]>> juices.", "$activeCharacter.name's breath is heated and <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is wet.", "$activeCharacter.name's arousal has <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> producing lubricant.")>>
<<elseif _arousal >= 25>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is slightly wet.", "$activeCharacter.name's arousal has <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> somewhat wet.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> has began to leak <<print $hisher[$activeCharacter.gender]>> juices.")>>
<<else>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is completely dry.", "$activeCharacter.name isn't aroused enough for <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> to create any lubrication.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> is dry due to <<print $hisher[$activeCharacter.gender]>> lack of arousal.")>>
<</if>>
<</if>>
<<if $activeCharacter.milk.quality.current && $activeCharacter.milk.quantity.current && $activeCharacter.milk.taste.current>>
<<if _arousal >= 50 && $sex.npc.body.breasts.includes("Suck Breasts")>>
<<set _multi = 1>>
<<if $sex.choice.action == "Suck Breasts">>
<<set _multi *= 2>>
<</if>>
<<if _arousal >= 100>>
<<set _multi *= 2>>
<</if>>
<<sexRowData "Breastfeeding Skill" $activeCharacter.sexualskill.mammary.breastfeeding 1>>
<<set $activeCharacter.sexualskill.mammary.breastfeeding = increaseSkillEXP($activeCharacter.sexualskill.mammary.breastfeeding, _exp)>>
<</if>>
<<if _arousal >= 100>>
<<if $sex.npc.body.breasts.includes("Suck Breasts")>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> squirt a <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.milk.quality.current])>>, <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk in into your mouth as you suck on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "$activeCharacter.name heaves out <<print $hisher[$activeCharacter.gender]>> chest as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> spray a <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.milk.quality.current])>>, <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk into your mouth.", "A <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of $activeCharacter.name's <<print extractWord($quality[$activeCharacter.milk.quality.current])>> and <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk spurts into your mouth.")>>
<</if>>
<<if $sex.npc.body.breasts.includes("Caress Breasts")>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> squirt a <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.milk.quality.current])>>, <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk all over your hand.", "$activeCharacter.name heaves out <<print $hisher[$activeCharacter.gender]>> chest as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> spray a <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.milk.quality.current])>>, <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk all over your hand.", "A <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of $activeCharacter.name's <<print extractWord($quality[$activeCharacter.milk.quality.current])>> and <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk spurts all over your hand.")>>
<</if>>
<<if !$sex.npc.body.breasts.length>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> squirt a <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.milk.quality.current])>>, <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk in every direction.", "$activeCharacter.name heaves out <<print $hisher[$activeCharacter.gender]>> chest as <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> spray a <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of <<print extractWord($quality[$activeCharacter.milk.quality.current])>>, <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk in every direction.", "A <<print extractWord($quantity[$activeCharacter.milk.quantity.current])>> amount of $activeCharacter.name's <<print extractWord($quality[$activeCharacter.milk.quality.current])>> and <<print extractWord($taste.milk[$activeCharacter.milk.taste.current])>> milk spurts out of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>, going in every direction.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> are dripping with <<print $hisher[$activeCharacter.gender]>> milk.", "$activeCharacter.name's nipples are gushing out <<print $hisher[$activeCharacter.gender]>> breast milk.", "$activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> is soaked with <<print $hisher[$activeCharacter.gender]>> milk.")>>
<<elseif _arousal >= 50>>
<<print either("Driblets of milk slowly seep out of $activeCharacter.name's nipples.", "Milk is leaking out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "Milk is slowly dripping out of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.")>>
<<elseif _arousal >= 25>>
<<print either("$activeCharacter.name's nipples are hard from <<print $hisher[$activeCharacter.gender]>> arousal.", "$activeCharacter.name's nipples are completely hard.", "$activeCharacter.name's nipples are brazenly protruding outward.", "$activeCharacter.name's arousal is shown by <<print $hisher[$activeCharacter.gender]>> taut nipples.", "$activeCharacter.name's nipples are swollen from <<print $hisher[$activeCharacter.gender]>> arousal.", "$activeCharacter.name's stiff nipples show <<print $hisher[$activeCharacter.gender]>> arousal.")>>
<</if>>
<<elseif $activeCharacter.bust.current && _arousal < 100>>
<<if _arousal >= 25>>
<<print either("$activeCharacter.name's nipples are hard from <<print $hisher[$activeCharacter.gender]>> arousal.", "$activeCharacter.name's nipples are completely hard.", "$activeCharacter.name's nipples are brazenly protruding outward.", "$activeCharacter.name's arousal is shown by <<print $hisher[$activeCharacter.gender]>> taut nipples.", "$activeCharacter.name's nipples are swollen from <<print $hisher[$activeCharacter.gender]>> arousal.", "$activeCharacter.name's stiff nipples show <<print $hisher[$activeCharacter.gender]>> arousal.")>>
<</if>>
<</if>>
<<if _arousal >= 100>>
<<set $sex.npc.orgasm.current = 0>>
<</if>>
<<elseif $args[0] == "player">>
<<if $PC.cock.current && $PC.girth.current>>
<<if _arousal >= 100>>
<<if $sex.player.body.cock == "Blowjob">>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz all over $activeCharacter.name's face.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasms, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum all over $activeCharacter.name's face.", "A <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, spraying all over $activeCharacter.name's face.")>>
<<if $activeCharacter.hypno.cum.craving == 100>>
<<if $sex.npc.body.hands.length < 2>>
<<print either("$activeCharacter.name greedily scoops up all the cum from <<print $hisher[$activeCharacter.gender]>> face before licking <<print $hisher[$activeCharacter.gender]>> hands and fingers clean.", "$activeCharacter.name cleans all of the cum off of <<print $hisher[$activeCharacter.gender]>> face and swallows it all.", "$activeCharacter.name not only eats the cum on <<print $hisher[$activeCharacter.gender]>> face but <<print $heshe[$activeCharacter.gender]>> continues to suck your <<descriptor $PC $sex.player.orgasm.current 'cock'>> dry of any cum left over.")>>
<<else>>
<<print either("$activeCharacter.name greedily continues to suck on your <<descriptor $PC $sex.player.orgasm.current 'cock'>> in an attempt to guzzle as much cum down <<print $hisher[$activeCharacter.gender]>> throat as possible.", "$activeCharacter.name stretches <<print $hisher[$activeCharacter.gender]>> tongue as far as possible trying to lick the cum off of <<print $hisher[$activeCharacter.gender]>> face as it slowly drips down it.", "$activeCharacter.name suckles on your <<descriptor $PC $sex.player.orgasm.current 'cock'>> as you spurt a few more drops of cum into <<print $hisher[$activeCharacter.gender]>> mouth.")>>
<</if>>
<</if>>
<<elseif $sex.player.body.cock == "Deepthroat">>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz down $activeCharacter.name's throat.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasms, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum down $activeCharacter.name's throat.", "A <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, spraying down $activeCharacter.name's throat.")>>
<<if $activeCharacter.hypno.cum.craving == 100>>
<<print either("$activeCharacter.name elatedly swallows the cum you've deposited directly into <<print $hisher[$activeCharacter.gender]>> stomach.", "$activeCharacter.name is a little sad that <<print $heshe[$activeCharacter.gender]>> didn't get to taste your cum, but is glad that <<print $heshe[$activeCharacter.gender]>> was able to get your cum straight from the source.", "$activeCharacter.name's throat works overtime, squeezing your <<descriptor $PC $sex.player.orgasm.current 'cock'>> dry of the last remnants of cum in your balls.")>>
<</if>>
<<elseif $sex.player.body.cock == "Paizuri">>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz all over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasms, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum all over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "A <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, spraying all over $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.")>>
<<if $activeCharacter.hypno.cum.craving == 100>>
<<if !$sex.npc.body.mouth && $sex.npc.body.hands.length < 2>>
<<print either("$activeCharacter.name lowers <<print $hisher[$activeCharacter.gender]>> and licks the cum off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "$activeCharacter.name collects the cum dripping off <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> and licks it off of <<print $hisher[$activeCharacter.gender]>> fingers.", "$activeCharacter.name makes sure to clean <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> clean off any cum with <<print $hisher[$activeCharacter.gender]>> fingers and tongue.")>>
<<elseif !$sex.npc.body.mouth>>
<<print either("$activeCharacter.name lowers <<print $hisher[$activeCharacter.gender]>> and licks the cum off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "$activeCharacter.name struggles to collect the cum dripping off <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> with only <<print $hisher[$activeCharacter.gender]>> mouth.", "$activeCharacter.name makes sure to clean as much cum as possible off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> with <<print $hisher[$activeCharacter.gender]>> tongue.")>>
<<else>>
<<print either("A pained expression falls on $activeCharacter.name's face as <<print $heshe[$activeCharacter.gender]>> realizes <<print $heshe[$activeCharacter.gender]>> can't lick your cum off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>>.", "$activeCharacter.name struggles to clean the cum off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> with <<print $hisher[$activeCharacter.gender]>> mouth to no avail.", "$activeCharacter.name is visibly upset by the fact that <<print $heshe[$activeCharacter.gender]>> can't slurp up the cum off of <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'breasts'>> that <<print $heshe[$activeCharacter.gender]>> so desperately craves.")>>
<</if>>
<</if>>
<<elseif $sex.player.body.cock == "Hairjob">>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz all over $activeCharacter.name's hair.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasms, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum all over $activeCharacter.name's hair.", "A <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, spraying all over $activeCharacter.name's hair.")>>
<<if $activeCharacter.hypno.cum.craving == 100>>
<<if !$sex.npc.body.mouth && $sex.npc.body.hands.length < 2>>
<<print either("$activeCharacter.name suckles on the strands of <<print $hisher[$activeCharacter.gender]>> hair with large clumps of cum on them.", "$activeCharacter.name collects the cum dripping off <<print $hisher[$activeCharacter.gender]>> hair and licks it off of <<print $hisher[$activeCharacter.gender]>> fingers.", "$activeCharacter.name not only eats the cum clinging to <<print $hisher[$activeCharacter.gender]>> hair but <<print $heshe[$activeCharacter.gender]>> continues to suck your <<descriptor $PC $sex.player.orgasm.current 'cock'>> dry of any cum left over.")>>
<<elseif !$sex.npc.body.mouth>>
<<print either("$activeCharacter.name whips <<print $hisher[$activeCharacter.gender]>> head horizontally in an attempt to swing <<print $hisher[$activeCharacter.gender]>> hair into <<print $hisher[$activeCharacter.gender]>> mouth so <<print $heshe[$activeCharacter.gender]>> can lick the cum off of it.", "$activeCharacter.name struggles to collect the cum dripping off <<print $hisher[$activeCharacter.gender]>> hair only using <<print $hisher[$activeCharacter.gender]>> mouth.", "$activeCharacter.name makes sure to clean as much cum as possible off of <<print $hisher[$activeCharacter.gender]>> hair with <<print $hisher[$activeCharacter.gender]>> tongue.")>>
<<else>>
<<print either("A pained expression falls on $activeCharacter.name's face as <<print $heshe[$activeCharacter.gender]>> realizes <<print $heshe[$activeCharacter.gender]>> can't lick your cum off of <<print $hisher[$activeCharacter.gender]>> hair.", "$activeCharacter.name struggles to clean the cum off of <<print $hisher[$activeCharacter.gender]>> hair with <<print $hisher[$activeCharacter.gender]>> mouth to no avail.", "$activeCharacter.name is visibly upset by the fact that <<print $heshe[$activeCharacter.gender]>> can't slurp up the cum off of <<print $hisher[$activeCharacter.gender]>> hair that <<print $heshe[$activeCharacter.gender]>> so desperately craves.")>>
<</if>>
<</if>>
<<elseif $sex.player.body.cock == "Handjob">>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz all over $activeCharacter.name's hand.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasms, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum all over $activeCharacter.name's hand.", "A <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, spraying all over $activeCharacter.name's hand.")>>
<<if $activeCharacter.hypno.cum.craving == 100>>
<<if !$sex.npc.body.mouth>>
<<print either("$activeCharacter.name greedily raises <<print $hisher[$activeCharacter.gender]>> hands to <<print $hisher[$activeCharacter.gender]>> mouth before sucking and licking all the cum off of it.", "$activeCharacter.name continues to pump your <<descriptor $PC $sex.player.orgasm.current 'cock'>> for its cum into <<print $hisher[$activeCharacter.gender]>> hand before cleaning <<print $hisher[$activeCharacter.gender]>> hands with <<print $hisher[$activeCharacter.gender]>> mouth.")>>
<<else>>
<<print either("A pained expression falls on $activeCharacter.name's face as <<print $heshe[$activeCharacter.gender]>> realizes <<print $hisher[$activeCharacter.gender]>> mouth isn't available for <<print $himher[$activeCharacter.gender]>> to lick the cum off of <<print $hisher[$activeCharacter.gender]>> hands.", "$activeCharacter.name struggles to clean the cum off of <<print $hisher[$activeCharacter.gender]>> hands with <<print $hisher[$activeCharacter.gender]>> mouth, but as its unavailable at the moment, <<print $heshe[$activeCharacter.gender]>> fails spectacularly.", "$activeCharacter.name is visibly upset by the fact that <<print $heshe[$activeCharacter.gender]>> can't slurp up the cum off of <<print $hisher[$activeCharacter.gender]>> hands that <<print $heshe[$activeCharacter.gender]>> so desperately craves.")>>
<</if>>
<</if>>
<<elseif ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl"].contains($sex.player.body.cock)>>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz deep into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasm, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>>.", "A <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, painting $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'pussy'>> with your seed.")>>
<<if ["female", "futanari"].contains($activeCharacter.sex) && ["male", "futanari", "shemale"].contains($PC.sex) && $PC.pregnancy.type>>
<<set _mother = $activeCharacter>>
<<set _partner = $PC>>
<<breeding>>
<<if _progeny>>
<br><br>
<b>@@color:forestgreen;[Impregnated: $activeCharacter.name]@@</b>
You have impregnated $activeCharacter.name.
<<set $activeCharacter.pregnancy.child.push(_progeny)>>
<<set $activeCharacter.pregnancy.type = $PC.pregnancy.type>>
<<if $activeCharacter.pregnancy.child.length > 1>>
<<set $activeCharacter.pregnancy.duration += 2>>
<<elseif $activeCharacter.pregnancy.type == "hyperpregnancy">>
<<set $activeCharacter.pregnancy.duration = 16>>
<<else>>
<<set $activeCharacter.pregnancy.duration = 8>>
<</if>>
<<set _progeny = null>>
<</if>>
<</if>>
<<elseif ["[Anal] Missionary", "[Anal] Doggystyle", "[Anal] Sitting in Lap", "[Anal] Cowgirl"].contains($sex.player.body.cock)>>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz deep into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasm, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum into $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>>.", "A <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, painting the insides of $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'anus'>> with your seed.")>>
<<else>>
<<print either("You <<print $groan[$PC.gender]>> out loud as your <<descriptor $PC $sex.player.orgasm.current 'cock'>> shoots a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> jizz in every which way.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> pulsates as you orgasm, jetting a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> cum everywhere.", "Your ejaculate shoots up from your <<descriptor $PC $sex.player.orgasm.current 'cock'>>, spraying everywhere.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> is wet with precum.", "Precum is leaking out of the tip of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.", "You are almost at the peak of your arousal, leaking precum out of the tip of your <<descriptor $PC $sex.player.orgasm.current 'cock'>>.")>>
<<elseif _arousal >= 50>>
<<print either("The veins of your <<descriptor $PC $sex.player.orgasm.current 'cock'>> are pulsating.", "Your state of arousal has your <<descriptor $PC $sex.player.orgasm.current 'cock'>> completely erect.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> is bulging with veins, a clear sign of your current arousal.")>>
<<elseif _arousal >= 25>>
<<print either("Your arousal is evident from your slightly hard cock.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> isn't completely rigid, but it isn't totally limp either.", "Your <<descriptor $PC $sex.player.orgasm.current 'cock'>> is between the state of being totally erect and completely flaccid.")>>
<<else>>
<<print either("You are barely aroused, resulting in the state of your limp cock.", "Your arousal is minimal, evident from your flaccid cock.", "Your soft cock is nowhere close to orgasming.")>>
<</if>>
<</if>>
<<if $PC.pussy.current && $PC.nectar.quality.current && $PC.nectar.quantity.current && $PC.nectar.taste.current>>
<<if _arousal >= 100>>
<<if $sex.player.body.pussy == "Cunnilingus">>
<<print either("You scream out in orgasmic bliss as your spasming pussy gushes out a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> nectar all over $activeCharacter.name's face.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> due to $activeCharacter.name's oral efforts, causing your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> to squirt out a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> sap all over $activeCharacter.name's face.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spurts a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> syrup over $activeCharacter.name's face as you orgasm from the pleasure gained from <<print $hisher[$activeCharacter.gender]>> mouth.")>>
<<elseif $sex.player.body.pussy == "Fingering">>
<<print either("You scream out in orgasmic bliss as your spasming pussy gushes a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> nectar all over $activeCharacter.name's hand.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> squirts out a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> sap all over $activeCharacter.name's hand.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spurts a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> syrup all over $activeCharacter.name's hand as you orgasm from intense pleasure gained from <<print $hisher[$activeCharacter.gender]>> fingers.")>>
<<elseif ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl"].contains($sex.player.body.pussy)>>
<<print either("You scream out in orgasmic bliss as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spasms around $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, gushing a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> sap all over <<print $himher[$activeCharacter.gender]>>.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as $activeCharacter.name thrusts into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> causing you to squirt out a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> nectar.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clamps down hard on $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and spurts a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> syrup as you orgasm from intense pleasure.")>>
<<elseif $sex.player.body.pussy == "Insert Dildo">>
<<print either("You scream out in orgasmic bliss as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spasms around the dildo, gushing a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> sap all over it.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as the dildo thrusts into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> causing you to squirt out a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> nectar.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clamps down hard on the dildo and spurts a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> syrup as you orgasm from intense pleasure.")>>
<<else>>
<<print either("You scream out in orgasmic bliss as your spasming pussy gushes a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> nectar.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> squirts a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> nectar.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spurts a <<print extractWord($quantity[$PC.nectar.quantity.current])>> amount of <<print extractWord($quality[$PC.nectar.quality.current])>>, <<print extractWord($taste.nectar[$PC.nectar.taste.current])>> syrup as you orgasm from intense pleasure.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is completely slick with your nectar.", "Your breathing is rushed and your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is drenched with your syrup.")>>
<<elseif _arousal >= 50>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is moist with your nectar.", "Your breath is heated and your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is wet with sap.", "Your arousal has your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> producing lubricant.")>>
<<elseif _arousal >= 25>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is slightly wet.", "Your arousal has your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> somewhat wet with sap.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> has began to leak your nectar.")>>
<<else>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is completely dry.", "You aren't aroused enough for your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> to create any lubrication.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is dry due to your lack of arousal.")>>
<</if>>
<<elseif $PC.pussy.current>>
<<if _arousal >= 100>>
<<if $sex.player.body.pussy == "Cunnilingus">>
<<print either("You scream out in orgasmic bliss as your spasming pussy gushes your juices all over $activeCharacter.name's face.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> due to $activeCharacter.name's oral efforts, causing your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> to squirts out your cum all over <<print $hisher[$activeCharacter.gender]>> face.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spurts your liquid over $activeCharacter.name's face as you orgasm from the pleasure gained from <<print $hisher[$activeCharacter.gender]>> mouth.")>>
<<elseif $sex.player.body.pussy == "Fingering">>
<<print either("You scream out in orgasmic bliss as your spasming pussy gushes with your juices all over $activeCharacter.name's hand.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> squirts out your cum all over $activeCharacter.name's hand.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spurts your liquid all over $activeCharacter.name's hand as you orgasm from intense pleasure gained from <<print $hisher[$activeCharacter.gender]>> fingers.")>>
<<elseif ["[Vaginal] Missionary", "[Vaginal] Doggystyle", "[Vaginal] Sitting in Lap", "[Vaginal] Cowgirl"].contains($sex.player.body.pussy)>>
<<print either("You scream out in orgasmic bliss as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spasms around $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>>, gushing cum all over <<print $himher[$activeCharacter.gender]>>.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as $activeCharacter.name's thrusts <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> causing you to squirt out your juices.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clamps down hard on $activeCharacter.name's <<descriptor $activeCharacter $sex.npc.orgasm.current 'cock'>> and spurt your fluid as you orgasm from intense pleasure.")>>
<<elseif $sex.player.body.pussy == "Insert Dildo">>
<<print either("You scream out in orgasmic bliss as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spasms around the dildo, gushing cum all over it.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as the dildo thrusts into your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> causing you to squirt out your juices.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> clamps down hard on the dildo and spurt your fluid as you orgasm from intense pleasure.")>>
<<else>>
<<print either("You scream out in orgasmic bliss as your spasming pussy gushes with your juices.", "Waves of pleasure wash through your <<descriptor $PC $sex.player.orgasm.current 'body'>> as your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> squirts out your juices.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> spurts your fluid as you orgasm from intense pleasure.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is completely slick with your juices.", "Your breathing is rushed and your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is drenched with your liquid.")>>
<<elseif _arousal >= 50>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is moist with your juices.", "Your breath is heated and your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is wet.", "Your arousal has your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> producing lubricant.")>>
<<elseif _arousal >= 25>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is slightly wet.", "Your arousal has your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> somewhat wet.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> has began to leak your juices.")>>
<<else>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is completely dry.", "You aren't aroused enough for your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> to create any lubrication.", "Your <<descriptor $PC $sex.player.orgasm.current 'pussy'>> is dry due to your lack of arousal.")>>
<</if>>
<</if>>
<<if $PC.milk.quality.current && $PC.milk.quantity.current && $PC.milk.taste.current>>
<<if _arousal >= 100>>
<<if $sex.player.body.breasts.includes("Suck Breasts")>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> squirt a <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of <<print extractWord($quality[$PC.milk.quality.current])>>, <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk in into $activeCharacter.name's mouth as you suck on your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "You heave out your chest as your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> spray a <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of <<print extractWord($quality[$PC.milk.quality.current])>>, <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk into $activeCharacter.name's mouth.", "A <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of your <<print extractWord($quality[$PC.milk.quality.current])>> and <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk spurts into $activeCharacter.name's mouth.")>>
<</if>>
<<if $sex.player.body.breasts.includes("Caress Breasts")>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> squirt a <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of <<print extractWord($quality[$PC.milk.quality.current])>>, <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk all over $activeCharacter.name's hand.", "You heaves out your chest as your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> spray a <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of <<print extractWord($quality[$PC.milk.quality.current])>>, <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk all over $activeCharacter.name's hand.", "A <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of your <<print extractWord($quality[$PC.milk.quality.current])>> and <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk spurts all over $activeCharacter.name's hand.")>>
<</if>>
<<if !$sex.player.body.breasts.length>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> squirt a <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of <<print extractWord($quality[$PC.milk.quality.current])>>, <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk in every direction.", "You heave out your chest as your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> spray a <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of <<print extractWord($quality[$PC.milk.quality.current])>>, <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk in every direction.", "A <<print extractWord($quantity[$PC.milk.quantity.current])>> amount of your <<print extractWord($quality[$PC.milk.quality.current])>> and <<print extractWord($taste.milk[$PC.milk.taste.current])>> milk spurts out of your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>, going in every direction.")>>
<</if>>
<<elseif _arousal >= 75>>
<<print either("Your <<descriptor $PC $sex.player.orgasm.current 'breasts'>> are dripping with your milk.", "Your nipples are gushing out your breast milk.", "Your <<descriptor $activeCharacter $sex.npc.orgasm.current 'body'>> is soaked with your milk.")>>
<<elseif _arousal >= 50>>
<<print either("Driblets of milk slowly seep out of your nipples.", "Milk is leaking out of your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.", "Milk is slowly dripping out of your <<descriptor $PC $sex.player.orgasm.current 'breasts'>>.")>>
<<elseif _arousal >= 25>>
<<print either("Your nipples are hard from your arousal.", "Your nipples are completely hard.", "Your nipples are brazenly protruding outward.", "Your arousal is shown by your taut nipples.", "Your nipples are swollen from your arousal.", "Your stiff nipples show your arousal.")>>
<</if>>
<<elseif $PC.pussy.current && _arousal < 100>>
<<if _arousal >= 25>>
<<print either("Your nipples are hard from your arousal.", "Your nipples are completely hard.", "Your nipples are brazenly protruding outward.", "Your arousal is shown by your taut nipples.", "Your nipples are swollen from your arousal.", "Your stiff nipples show your arousal.")>>
<</if>>
<</if>>
<<if _arousal >= 100>>
<<set $sex.player.orgasm.current = 0>>
<</if>>
<</if>>
<</widget>><<widget "updateArousal">>
<<set _player = {arousal:0, stamina:0}>>
<<set _npc = {arousal:0, stamina:0, antipathy:0, antipathyE:0}>>
<<set _arousal = $sex.npc.orgasm.current / $sex.npc.orgasm.max>>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .50>>
<<set _bdsmexp = 1>>
<<else>>
<<set _bdsmexp = 0>>
<</if>>
<<elseif $activeCharacter.obedience.current < 60>>
<<if _arousal >= .25>>
<<set _bdsmexp = 1>>
<<else>>
<<set _bdsmexp = 0>>
<</if>>
<<else>>
<<set _bdsmexp = 1>>
<</if>>
<<switch $args[0].action>>
<<case "Whip">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _npc.arousal += 0>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.stats.submissive >= 100>>
<<set _npc.arousal = _npc.arousal + 30>>
<<else>>
<<set _npc.arousal = _npc.arousal + (20 * ($activeCharacter.stats.submissive / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.antipathy -= 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Insert Dildo">>
<<if $args[0].giving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 5>>
<<if $activeCharacter.sensitivity.pussy >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.pussy / 100))>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 50>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 25>>
<</if>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _player.stamina += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Insert Dildo Orally">>
<<if $args[0].giving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 5>>
<<if $activeCharacter.sensitivity.mouth >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.mouth / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _player.stamina += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Insert Dildo Anally">>
<<if $args[0].giving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 5>>
<<if $activeCharacter.sensitivity.anus >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.anus / 100))>>
<</if>>
<<if $activeCharacter.analvirgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 50>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 25>>
<</if>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _player.stamina += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Kiss">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _player.arousal += 5>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<</if>>
<<if $activeCharacter.sensitivity.mouth >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.mouth / 100))>>
<</if>>
<<case "Caress">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Spank">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 0>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.stats.submissive >= 100>>
<<set _npc.arousal = _npc.arousal + 15>>
<<else>>
<<set _npc.arousal = _npc.arousal + (10 * ($activeCharacter.stats.submissive / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Slap">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 0>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.stats.submissive >= 100>>
<<set _npc.arousal = _npc.arousal + 15>>
<<else>>
<<set _npc.arousal = _npc.arousal + (10 * ($activeCharacter.stats.submissive / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Spit">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 0>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.stats.submissive >= 100>>
<<set _npc.arousal = _npc.arousal + 15>>
<<else>>
<<set _npc.arousal = _npc.arousal + (10 * ($activeCharacter.stats.submissive / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Hairjob">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _player.arousal += 10>>
<</if>>
<<case "Caress Breasts">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.sensitivity.breasts >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.breasts / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Caress Nipples">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.sensitivity.breasts >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.breasts / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Suck Breasts">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.sensitivity.breasts >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.breasts / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Suck Nipples">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.sensitivity.breasts >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.breasts / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Handjob">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<set _npc.antipathy += 2>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _npc.antipathy += 2>>
<<set _player.arousal += 10>>
<</if>>
<<case "Paizuri">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<set _npc.antipathy += 2>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _npc.antipathy += 2>>
<<set _player.arousal += 10>>
<<if $activeCharacter.sensitivity.breasts >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.breasts / 100))>>
<</if>>
<</if>>
<<case "Blowjob">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<set _npc.antipathy += 2>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _npc.antipathy += 2>>
<<set _player.arousal += 10>>
<<if $activeCharacter.sensitivity.mouth >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.mouth / 100))>>
<</if>>
<</if>>
<<case "Deepthroat">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _npc.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.mouth >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.mouth / 100))>>
<</if>>
<</if>>
<<case "Fingering">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<set _npc.antipathy += 2>>
<<if $activeCharacter.sensitivity.pussy >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.pussy / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _npc.antipathy += 2>>
<<set _player.arousal += 10>>
<</if>>
<<case "Caress Anus">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.sensitivity.anus >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.anus / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Cunnilingus">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<set _npc.antipathy += 2>>
<<if $activeCharacter.sensitivity.clit >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.clit / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _npc.antipathy += 2>>
<<set _player.arousal += 10>>
<</if>>
<<case "Analingus">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<set _npc.antipathy += 2>>
<<if $activeCharacter.sensitivity.anus >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.anus / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _npc.antipathy += 2>>
<<set _player.arousal += 10>>
<</if>>
<<case "Footjob">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 2>>
<<set _npc.arousal += 10>>
<<set _npc.antipathy += 2>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 2>>
<<set _npc.antipathy += 2>>
<<set _player.arousal += 10>>
<</if>>
<<case "[Vaginal] Missionary">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.pussy >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.pussy / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<case "[Vaginal] Doggystyle">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _player.arousal += 15>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.pussy >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.pussy / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<case "[Vaginal] Sitting in Lap">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _player.arousal += 15>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.pussy >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.pussy / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<case "[Vaginal] Cowgirl">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _player.arousal += 15>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.pussy >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.pussy / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<case "[Anal] Missionary">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _player.arousal += 15>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.anus >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.anus / 100))>>
<</if>>
<<if $activeCharacter.analvirgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<</if>>
<<case "[Anal] Doggystyle">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _player.arousal += 15>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.anus >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.anus / 100))>>
<</if>>
<<if $activeCharacter.analvirgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<</if>>
<<case "[Anal] Sitting in Lap">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _player.arousal += 15>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.anus >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.anus / 100))>>
<</if>>
<<if $activeCharacter.analvirgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<</if>>
<<case "[Anal] Cowgirl">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 3>>
<<set _player.arousal += 15>>
<<set _npc.stamina += 1>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<if $activeCharacter.sensitivity.anus >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.anus / 100))>>
<</if>>
<<if $activeCharacter.virgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 3>>
<<set _npc.arousal += 15>>
<<set _npc.antipathy += 3>>
<<set _player.stamina += 1>>
<<set _player.arousal += 15>>
<<if $activeCharacter.sensitivity.cock >= 100>>
<<set _npc.arousal = _npc.arousal + 10>>
<<else>>
<<set _npc.arousal = _npc.arousal + (5 * ($activeCharacter.sensitivity.cock / 100))>>
<</if>>
<<if $activeCharacter.analvirgin>>
<<if $activeCharacter.obedience.current < 40>>
<<set _npc.antipathyE += 100>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathyE += 50>>
<</if>>
<</if>>
<</if>>
<<case "Choke">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 0>>
<<set _npc.antipathy += 1>>
<<if $activeCharacter.stats.submissive >= 100>>
<<set _npc.arousal = _npc.arousal + 15>>
<<else>>
<<set _npc.arousal = _npc.arousal + (10 * ($activeCharacter.stats.submissive / 100))>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _npc.antipathy += 1>>
<<set _player.arousal += 5>>
<</if>>
<<case "Piss">>
<<if $args[0].giving == "You">>
<<set _player.stamina += 1>>
<<set _npc.arousal += 5>>
<<elseif $args[0].receiving == "You">>
<<set _npc.stamina += 1>>
<<set _player.arousal += 5>>
<</if>>
<</switch>>
<<if $activeCharacter.obedience.current < 20>>
<<set _npc.antipathy = _npc.antipathy * 2>>
<<if _arousal < .25>>
<<set _npc.arousal = _npc.arousal * 0.25>>
<</if>>
<<elseif $activeCharacter.obedience.current < 40>>
<<set _npc.antipathy = _npc.antipathy * 1.5>>
<<if _arousal < .25>>
<<set _npc.arousal = _npc.arousal * 0.5>>
<</if>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _npc.antipathy = _npc.antipathy>>
<<if _arousal < .25>>
<<set _npc.arousal = _npc.arousal * 0.75>>
<</if>>
<<else>>
<<set _npc.antipathy = 0>>
<</if>>
<<set _prestam = $sex.npc.stamina.current>>
<<if $args[0].action == $sex.choice.action && $args[0].giving == $sex.choice.giving && $args[0].receiving == $sex.choice.receiving>>
<<set _player.arousal = _player.arousal * 2>>
<<set _player.stamina = _player.stamina * 2>>
<<set _npc.arousal = _npc.arousal * 2>>
<<set _npc.stamina = _npc.stamina * 2>>
<<set _npc.antipathy = (_npc.antipathy * 2) + _npc.antipathyE>>
<</if>>
<<if $sex.npc.body.eyes == "Blindfold" && _bdsmexp>>
<<set _npc.arousal *= 1.5>>
<</if>>
<<if $sex.npc.body.hands.includes("Bind Hands") && $activeCharacter.stats.submissive == 100>>
<<set _npc.arousal *= 1.3>>
<</if>>
<<if $sex.npc.body.feet == "Bind Feet" && $activeCharacter.stats.submissive == 100>>
<<set _npc.arousal *= 1.3>>
<</if>>
<<if $sextitles.includes($activeCharacter.title)>>
<<set _player.arousal *= 1.5>>
<</if>>
<<set $sex.player.orgasm.current = Math.min($sex.player.orgasm.current + _player.arousal, $sex.player.orgasm.max)>>
<<set $sex.player.stamina.current = Math.max($sex.player.stamina.current - _player.stamina, 0)>>
<<set $sex.npc.orgasm.current = Math.min($sex.npc.orgasm.current + _npc.arousal, $sex.npc.orgasm.max)>>
<<set $sex.npc.stamina.current = Math.max($sex.npc.stamina.current - _npc.stamina, 0)>>
<<set $sex.npc.antipathy.current = Math.min($sex.npc.antipathy.current + _npc.antipathy, 200)>>
<<if $args[0].action == $sex.choice.action && $args[0].giving == $sex.choice.giving && $args[0].receiving == $sex.choice.receiving>>
<<if $sex.player.orgasm.current == $sex.player.orgasm.max>>
<<set $sex.player.stamina.current = Math.max($sex.player.stamina.current - 25, 0)>>
<</if>>
<<if $sex.npc.orgasm.current == $sex.npc.orgasm.max>>
<<set $sex.npc.stamina.current = Math.max($sex.npc.stamina.current - 25, 0)>>
<</if>>
<</if>>
<<if $sex.npc.stamina.current == 0 && _prestam != 0>>
<<set _sftext = "">>
<<set _sftext += "<b>@@color:forestgreen;[Sexually Fatigued: $activeCharacter.name]@@</b>">>
<<if $activeCharacter.sex == "female">>
<<set _sftext += "You have sexually dominated $activeCharacter.name, opening <<print $hisher[$activeCharacter.gender]>> womb for guaranteed insemination.">>
<<elseif ["male", "shemale"].contains($activeCharacter.sex)>>
<<set _sftext += "You have sexually dominated $activeCharacter.name, forcing <<print $hisher[$activeCharacter.gender]>> seed to impregnate anyone compatible with <<print $himher[$activeCharacter.gender]>>.">>
<<elseif $activeCharacter.sex == "futanari">>
<<set _sftext += "You have sexually dominated $activeCharacter.name, opening <<print $hisher[$activeCharacter.gender]>> womb for guaranteed insemination and forcing <<print $hisher[$activeCharacter.gender]>> seed to impregnate anyone compatible with <<print $himher[$activeCharacter.gender]>>.">>
<</if>>
<<set _sftext += "<br><br>">>
<</if>>
<</widget>><<widget sexRowData>>
<<set _rowname = $args[0]>>
<<set _stat = Number($args[1])>>
<<set _exp = _multi * $args[2]>>
<<if _stat >= 100>>
<<set _previouslevel = 6>>
<<else>>
<<set _previouslevel = roundUP(_stat, 20) / 20>>
<</if>>
<<if _stat % 20 === 0>>
<<set _maxexp = roundUP(_stat+1, 20) - roundDOWN(_stat, 20)>>
<<else>>
<<set _maxexp = roundUP(_stat, 20) - roundDOWN(_stat, 20)>>
<</if>>
<<set _stat = increaseSkillEXP(_stat, _exp)>>
<<set _minexp = Math.min(_stat - roundDOWN(_stat, 20), _maxexp)>>
<<set _currentlevel = roundUP(_stat, 20) / 20>>
<<set _nextlevel = roundUP(_stat, 20) / 20 + 1>>
<<if _stat >= 100>>
<<set _maxexp = 100>>
<<set _minexp = 100>>
<<set _currentlevel = 6>>
<<set _nextlevel = "<b>------</b>">>
<</if>>
<<if _currentlevel > _previouslevel>>
<<set $activeCharacter.update[$activeCharacter.update.length] = "<b>@@color:forestgreen;$activeCharacter.name's " + _rowname + " has increased up from level " + _previouslevel + " to level " + _currentlevel + ".@@</b>">>
<</if>>
<<if $args[3] == $PC>>
<<if _currentlevel > _previouslevel>>
<<set $PC.update[$PC.update.length] = "<b>@@color:forestgreen;Your " + _rowname + " has increased up from level " + _previouslevel + " to level " + _currentlevel + ".@@</b>">>
<</if>>
<<set _PCtabledata += "<tr>
<td><b>" + _rowname + "</b></td>
<td>" + _currentlevel + "</td>
<td><<battlebar " + _minexp + " " + _maxexp + ">></td>
<td>" + _nextlevel + "</td>
</tr>">>
<<else>>
<<if _currentlevel > _previouslevel>>
<<set $activeCharacter.update[$activeCharacter.update.length] = "<b>@@color:forestgreen;$activeCharacter.name's " + _rowname + " has increased up from level " + _previouslevel + " to level " + _currentlevel + ".@@</b>">>
<</if>>
<<set _tabledata += "<tr>
<td><b>" + _rowname + "</b></td>
<td>" + _currentlevel + "</td>
<td><<battlebar " + _minexp + " " + _maxexp + ">></td>
<td>" + _nextlevel + "</td>
</tr>">>
<</if>>
<</widget>>
<<widget "updateSexEXP">>
<<if $activeCharacter.obedience.current < 40>>
<<if _arousal >= .50>>
<<set _bdsmexp = 1>>
<<else>>
<<set _bdsmexp = 0>>
<</if>>
<<elseif $activeCharacter.obedience.current < 60>>
<<if _arousal >= .25>>
<<set _bdsmexp = 1>>
<<else>>
<<set _bdsmexp = 0>>
<</if>>
<<else>>
<<set _bdsmexp = 1>>
<</if>>
<<set _arousal = $sex.npc.orgasm.current / $sex.npc.orgasm.max>>
<<set _multi = 1>>
<<if _arousal == 1>>
<<set _multi *= 2>>
<</if>>
<<if $args[0].action == $sex.choice.action && $args[0].giving == $sex.choice.giving && $args[0].receiving == $sex.choice.receiving>>
<<set _multi *= 2>>
<</if>>
<<if $sex.npc.body.breasts.length == 2 && ["Suck Breasts", "Caress Breasts", "Suck Nipples", "Suck Breasts"].contains($args[0].action)>>
<<set _multi *= 2>>
<</if>>
<<switch $args[0].action>>
<<case "Whip">>
<<if $args[0].giving == "You" && _bdsmexp>>
<<sexRowData "Submissiveness" $activeCharacter.stats.submissive 2>>
<<set $activeCharacter.stats.submissive = increaseSkillEXP($activeCharacter.stats.submissive, _exp)>>
<<elseif $args[0].receiving == "You" && _bdsmexp>>
<<sexRowData "Assertiveness" $activeCharacter.stats.dominant 2>>
<<set $activeCharacter.stats.dominant = increaseSkillEXP($activeCharacter.stats.dominant, _exp)>>
<</if>>
<<case "Insert Dildo">>
<<if $args[0].giving == "You">>
<<sexRowData "Pussy Sensitivity" $activeCharacter.sensitivity.pussy 1>>
<<set $activeCharacter.sensitivity.pussy = increaseSkillEXP($activeCharacter.sensitivity.pussy, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Pussy Sensitivity" $PC.sensitivity.pussy 1 $PC>>
<<set $PC.sensitivity.pussy = increaseSkillEXP($PC.sensitivity.pussy, _exp)>>
<</if>>
<<case "Insert Dildo Orally">>
<<if $args[0].giving == "You">>
<<sexRowData "Mouth Sensitivity" $activeCharacter.sensitivity.mouth 1>>
<<set $activeCharacter.sensitivity.mouth = increaseSkillEXP($activeCharacter.sensitivity.mouth, _exp)>>
<<sexRowData "Fellatio Skill" $activeCharacter.sexualskill.oral.fellatio 1>>
<<set $activeCharacter.sexualskill.oral.fellatio = increaseSkillEXP($activeCharacter.sexualskill.oral.fellatio, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Mouth Sensitivity" $PC.sensitivity.mouth 1 $PC>>
<<set $PC.sensitivity.mouth = increaseSkillEXP($PC.sensitivity.mouth, _exp)>>
<</if>>
<<case "Insert Dildo Anally">>
<<if $args[0].giving == "You">>
<<sexRowData "Anus Sensitivity" $activeCharacter.sensitivity.anus 1>>
<<set $activeCharacter.sensitivity.anus = increaseSkillEXP($activeCharacter.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $activeCharacter.gape 1>>
<<set $activeCharacter.gape = increaseSkillEXP($activeCharacter.gape, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Anus Sensitivity" $PC.sensitivity.anus 1 $PC>>
<<set $PC.sensitivity.anus = increaseSkillEXP($PC.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $PC.gape 1 $PC>>
<<set $PC.gape = increaseSkillEXP($PC.gape, _exp)>>
<</if>>
<<case "Kiss">>
<<sexRowData "Mouth Sensitivity" $activeCharacter.sensitivity.mouth 1>>
<<set $activeCharacter.sensitivity.mouth = increaseSkillEXP($activeCharacter.sensitivity.mouth, _exp)>>
<<sexRowData "Kissing Skill" $activeCharacter.sexualskill.oral.kissing 1>>
<<set $activeCharacter.sexualskill.oral.kissing = increaseSkillEXP($activeCharacter.sexualskill.oral.kissing, _exp)>>
<<sexRowData "Mouth Sensitivity" $PC.sensitivity.mouth 1 $PC>>
<<set $PC.sensitivity.mouth = increaseSkillEXP($PC.sensitivity.mouth, _exp)>>
<<case "Caress">>
<<if $args[0].giving == "You">>
<<elseif $args[0].receiving == "You">>
<</if>>
<<case "Spank">>
<<if $args[0].giving == "You" && _bdsmexp>>
<<sexRowData "Submissiveness" $activeCharacter.stats.submissive 1>>
<<set $activeCharacter.stats.submissive = increaseSkillEXP($activeCharacter.stats.submissive, _exp)>>
<<elseif $args[0].receiving == "You" && _bdsmexp>>
<<sexRowData "Assertiveness" $activeCharacter.stats.dominant 1>>
<<set $activeCharacter.stats.dominant = increaseSkillEXP($activeCharacter.stats.dominant, _exp)>>
<</if>>
<<case "Slap">>
<<if $args[0].giving == "You" && _bdsmexp>>
<<sexRowData "Submissiveness" $activeCharacter.stats.submissive 1>>
<<set $activeCharacter.stats.submissive = increaseSkillEXP($activeCharacter.stats.submissive, _exp)>>
<<elseif $args[0].receiving == "You" && _bdsmexp>>
<<sexRowData "Assertiveness" $activeCharacter.stats.dominant 1>>
<<set $activeCharacter.stats.dominant = increaseSkillEXP($activeCharacter.stats.dominant, _exp)>>
<</if>>
<<case "Spit">>
<<if $args[0].giving == "You" && _bdsmexp>>
<<sexRowData "Submissiveness" $activeCharacter.stats.submissive 1>>
<<set $activeCharacter.stats.submissive = increaseSkillEXP($activeCharacter.stats.submissive, _exp)>>
<<elseif $args[0].receiving == "You" && _bdsmexp>>
<<sexRowData "Assertiveness" $activeCharacter.stats.dominant 1>>
<<set $activeCharacter.stats.dominant = increaseSkillEXP($activeCharacter.stats.dominant, _exp)>>
<</if>>
<<case "Hairjob">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Breastplay Skill" $activeCharacter.sexualskill.mammary.breastplay 1>>
<<set $activeCharacter.sexualskill.mammary.breastplay = increaseSkillEXP($activeCharacter.sexualskill.mammary.breastplay, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<</if>>
<<case "Caress Breasts">>
<<if $args[0].giving == "You">>
<<if !_bsEXP>>
<<set _bsEXP = 1>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Breastplay Skill" $activeCharacter.sexualskill.mammary.breastplay 1>>
<<set $activeCharacter.sexualskill.mammary.breastplay = increaseSkillEXP($activeCharacter.sexualskill.mammary.breastplay, _exp)>>
<<if !_PCbsEXP>>
<<set _PCbsEXP = 1>>
<</if>>
<</if>>
<<case "Caress Nipples">>
<<if $args[0].giving == "You">>
<<if !_bsEXP>>
<<set _bsEXP = 1>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Breastplay Skill" $activeCharacter.sexualskill.mammary.breastplay 1>>
<<set $activeCharacter.sexualskill.mammary.breastplay = increaseSkillEXP($activeCharacter.sexualskill.mammary.breastplay, _exp)>>
<<if !_PCbsEXP>>
<<set _PCbsEXP = 1>>
<</if>>
<</if>>
<<case "Suck Breasts">>
<<if $args[0].giving == "You">>
<<if !_bsEXP>>
<<set _bsEXP = 1>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Breastplay Skill" $activeCharacter.sexualskill.mammary.breastplay 1>>
<<set $activeCharacter.sexualskill.mammary.breastplay = increaseSkillEXP($activeCharacter.sexualskill.mammary.breastplay, _exp)>>
<<if !_PCbsEXP>>
<<set _PCbsEXP = 1>>
<</if>>
<</if>>
<<case "Suck Nipples">>
<<if $args[0].giving == "You">>
<<if !_bsEXP>>
<<set _bsEXP = 1>>
<</if>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Breastplay Skill" $activeCharacter.sexualskill.mammary.breastplay 1>>
<<set $activeCharacter.sexualskill.mammary.breastplay = increaseSkillEXP($activeCharacter.sexualskill.mammary.breastplay, _exp)>>
<<if !_PCbsEXP>>
<<set _PCbsEXP = 1>>
<</if>>
<</if>>
<<case "Handjob">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Handjob Skill" $activeCharacter.sexualskill.manual.handjob 1>>
<<set $activeCharacter.sexualskill.manual.handjob = increaseSkillEXP($activeCharacter.sexualskill.manual.handjob, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<</if>>
<<case "Paizuri">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Paizuri Skill" $activeCharacter.sexualskill.mammary.intercourse 1>>
<<set $activeCharacter.sexualskill.mammary.intercourse = increaseSkillEXP($activeCharacter.sexualskill.mammary.intercourse, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<</if>>
<<case "Blowjob">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Mouth Sensitivity" $PC.sensitivity.mouth 1 $PC>>
<<set $PC.sensitivity.mouth = increaseSkillEXP($PC.sensitivity.mouth, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Mouth Sensitivity" $activeCharacter.sensitivity.mouth 1>>
<<set $activeCharacter.sensitivity.mouth = increaseSkillEXP($activeCharacter.sensitivity.mouth, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<sexRowData "Fellatio Skill" $activeCharacter.sexualskill.oral.fellatio 1>>
<<set $activeCharacter.sexualskill.oral.fellatio = increaseSkillEXP($activeCharacter.sexualskill.oral.fellatio, _exp)>>
<</if>>
<<case "Deepthroat">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 2>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Mouth Sensitivity" $PC.sensitivity.mouth 1 $PC>>
<<set $PC.sensitivity.mouth = increaseSkillEXP($PC.sensitivity.mouth, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Mouth Sensitivity" $activeCharacter.sensitivity.mouth 1>>
<<set $activeCharacter.sensitivity.mouth = increaseSkillEXP($activeCharacter.sensitivity.mouth, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 2 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<sexRowData "Fellatio Skill" $activeCharacter.sexualskill.oral.fellatio 1>>
<<set $activeCharacter.sexualskill.oral.fellatio = increaseSkillEXP($activeCharacter.sexualskill.oral.fellatio, _exp)>>
<</if>>
<<case "Fingering">>
<<if $args[0].giving == "You">>
<<sexRowData "Pussy Sensitivity" $activeCharacter.sensitivity.pussy 1>>
<<set $activeCharacter.sensitivity.pussy = increaseSkillEXP($activeCharacter.sensitivity.pussy, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Fingering Skill" $activeCharacter.sexualskill.manual.fingering 1>>
<<set $activeCharacter.sexualskill.manual.fingering = increaseSkillEXP($activeCharacter.sexualskill.manual.fingering, _exp)>>
<<sexRowData "Pussy Sensitivity" $PC.sensitivity.pussy 1 $PC>>
<<set $PC.sensitivity.pussy = increaseSkillEXP($PC.sensitivity.pussy, _exp)>>
<</if>>
<<case "Caress Anus">>
<<if $args[0].giving == "You">>
<<sexRowData "Anus Sensitivity" $activeCharacter.sensitivity.anus 1>>
<<set $activeCharacter.sensitivity.anus = increaseSkillEXP($activeCharacter.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $activeCharacter.gape 1>>
<<set $activeCharacter.gape = increaseSkillEXP($activeCharacter.gape, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Fingering Skill" $activeCharacter.sexualskill.manual.fingering 1>>
<<set $activeCharacter.sexualskill.manual.fingering = increaseSkillEXP($activeCharacter.sexualskill.manual.fingering, _exp)>>
<<sexRowData "Anus Sensitivity" $PC.sensitivity.anus 1 $PC>>
<<set $PC.sensitivity.anus = increaseSkillEXP($PC.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $PC.gape 1 $PC>>
<<set $PC.gape = increaseSkillEXP($PC.gape, _exp)>>
<</if>>
<<case "Cunnilingus">>
<<if $args[0].giving == "You">>
<<sexRowData "Clit Sensitivity" $activeCharacter.sensitivity.clit 1>>
<<set $activeCharacter.sensitivity.clit = increaseSkillEXP($activeCharacter.sensitivity.clit, _exp)>>
<<sexRowData "Mouth Sensitivity" $PC.sensitivity.mouth 1 $PC>>
<<set $PC.sensitivity.mouth = increaseSkillEXP($PC.sensitivity.mouth, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Mouth Sensitivity" $activeCharacter.sensitivity.mouth 1>>
<<set $activeCharacter.sensitivity.mouth = increaseSkillEXP($activeCharacter.sensitivity.mouth, _exp)>>
<<sexRowData "Cunnilingus Skill" $activeCharacter.sexualskill.oral.cunnilingus 1>>
<<set $activeCharacter.sexualskill.oral.cunnilingus = increaseSkillEXP($activeCharacter.sexualskill.oral.cunnilingus, _exp)>>
<<sexRowData "Clit Sensitivity" $PC.sensitivity.clit 1 $PC>>
<<set $PC.sensitivity.clit = increaseSkillEXP($PC.sensitivity.clit, _exp)>>
<</if>>
<<case "Analingus">>
<<if $args[0].giving == "You">>
<<sexRowData "Anus Sensitivity" $activeCharacter.sensitivity.anus 1>>
<<set $activeCharacter.sensitivity.anus = increaseSkillEXP($activeCharacter.sensitivity.anus, _exp)>>
<<sexRowData "Mouth Sensitivity" $PC.sensitivity.mouth 1 $PC>>
<<set $PC.sensitivity.mouth = increaseSkillEXP($PC.sensitivity.mouth, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Mouth Sensitivity" $activeCharacter.sensitivity.mouth 1>>
<<set $activeCharacter.sensitivity.mouth = increaseSkillEXP($activeCharacter.sensitivity.mouth, _exp)>>
<<sexRowData "Analingus Skill" $activeCharacter.sexualskill.oral.analingus 1>>
<<set $activeCharacter.sexualskill.oral.analingus = increaseSkillEXP($activeCharacter.sexualskill.oral.analingus, _exp)>>
<<sexRowData "Anus Sensitivity" $PC.sensitivity.anus 1 $PC>>
<<set $PC.sensitivity.anus = increaseSkillEXP($PC.sensitivity.anus, _exp)>>
<</if>>
<<case "Footjob">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<</if>>
<<case "[Vaginal] Missionary">>
<<if $args[0].giving == "You">>
<<sexRowData "Pussy Sensitivity" $activeCharacter.sensitivity.pussy 1>>
<<set $activeCharacter.sensitivity.pussy = increaseSkillEXP($activeCharacter.sensitivity.pussy, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Pussy Sensitivity" $PC.sensitivity.pussy 1 $PC>>
<<set $PC.sensitivity.pussy = increaseSkillEXP($PC.sensitivity.pussy, _exp)>>
<</if>>
<<sexRowData "Intercourse Skill" $activeCharacter.sexualskill.intercourse.vaginal 1>>
<<set $activeCharacter.sexualskill.intercourse.vaginal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.vaginal, _exp)>>
<<case "[Vaginal] Doggystyle">>
<<if $args[0].giving == "You">>
<<sexRowData "Pussy Sensitivity" $activeCharacter.sensitivity.pussy 1>>
<<set $activeCharacter.sensitivity.pussy = increaseSkillEXP($activeCharacter.sensitivity.pussy, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Pussy Sensitivity" $PC.sensitivity.pussy 1 $PC>>
<<set $PC.sensitivity.pussy = increaseSkillEXP($PC.sensitivity.pussy, _exp)>>
<</if>>
<<sexRowData "Intercourse Skill" $activeCharacter.sexualskill.intercourse.vaginal 1>>
<<set $activeCharacter.sexualskill.intercourse.vaginal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.vaginal, _exp)>>
<<case "[Vaginal] Sitting in Lap">>
<<if $args[0].giving == "You">>
<<sexRowData "Pussy Sensitivity" $activeCharacter.sensitivity.pussy 1>>
<<set $activeCharacter.sensitivity.pussy = increaseSkillEXP($activeCharacter.sensitivity.pussy, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Pussy Sensitivity" $PC.sensitivity.pussy 1 $PC>>
<<set $PC.sensitivity.pussy = increaseSkillEXP($PC.sensitivity.pussy, _exp)>>
<</if>>
<<sexRowData "Intercourse Skill" $activeCharacter.sexualskill.intercourse.vaginal 1>>
<<set $activeCharacter.sexualskill.intercourse.vaginal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.vaginal, _exp)>>
<<case "[Vaginal] Cowgirl">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Pussy Sensitivity" $PC.sensitivity.pussy 1 $PC>>
<<set $PC.sensitivity.pussy = increaseSkillEXP($PC.sensitivity.pussy, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Pussy Sensitivity" $activeCharacter.sensitivity.pussy 1>>
<<set $activeCharacter.sensitivity.pussy = increaseSkillEXP($activeCharacter.sensitivity.pussy, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<</if>>
<<sexRowData "Intercourse Skill" $activeCharacter.sexualskill.intercourse.vaginal 1>>
<<set $activeCharacter.sexualskill.intercourse.vaginal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.vaginal, _exp)>>
<<case "[Anal] Missionary">>
<<if $args[0].giving == "You">>
<<sexRowData "Anus Sensitivity" $activeCharacter.sensitivity.anus 1>>
<<set $activeCharacter.sensitivity.anus = increaseSkillEXP($activeCharacter.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $activeCharacter.gape 2>>
<<set $activeCharacter.gape = increaseSkillEXP($activeCharacter.gape, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Anus Sensitivity" $PC.sensitivity.anus 1 $PC>>
<<set $PC.sensitivity.anus = increaseSkillEXP($PC.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $PC.gape 2 $PC>>
<<set $PC.gape = increaseSkillEXP($PC.gape, _exp)>>
<</if>>
<<sexRowData "Anal Skill" $activeCharacter.sexualskill.intercourse.anal 1>>
<<set $activeCharacter.sexualskill.intercourse.anal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.anal, _exp)>>
<<case "[Anal] Doggystyle">>
<<if $args[0].giving == "You">>
<<sexRowData "Anus Sensitivity" $activeCharacter.sensitivity.anus 1>>
<<set $activeCharacter.sensitivity.anus = increaseSkillEXP($activeCharacter.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $activeCharacter.gape 2>>
<<set $activeCharacter.gape = increaseSkillEXP($activeCharacter.gape, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Anus Sensitivity" $PC.sensitivity.anus 1 $PC>>
<<set $PC.sensitivity.anus = increaseSkillEXP($PC.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $PC.gape 2 $PC>>
<<set $PC.gape = increaseSkillEXP($PC.gape, _exp)>>
<</if>>
<<sexRowData "Anal Skill" $activeCharacter.sexualskill.intercourse.anal 1>>
<<set $activeCharacter.sexualskill.intercourse.anal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.anal, _exp)>>
<<case "[Anal] Sitting in Lap">>
<<if $args[0].giving == "You">>
<<sexRowData "Anus Sensitivity" $activeCharacter.sensitivity.anus 1>>
<<set $activeCharacter.sensitivity.anus = increaseSkillEXP($activeCharacter.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $activeCharacter.gape 2>>
<<set $activeCharacter.gape = increaseSkillEXP($activeCharacter.gape, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Anus Sensitivity" $PC.sensitivity.anus 1 $PC>>
<<set $PC.sensitivity.anus = increaseSkillEXP($PC.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $PC.gape 2 $PC>>
<<set $PC.gape = increaseSkillEXP($PC.gape, _exp)>>
<</if>>
<<sexRowData "Anal Skill" $activeCharacter.sexualskill.intercourse.anal 1>>
<<set $activeCharacter.sexualskill.intercourse.anal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.anal, _exp)>>
<<case "[Anal] Cowgirl">>
<<if $args[0].giving == "You">>
<<sexRowData "Cock Sensitivity" $activeCharacter.sensitivity.cock 1>>
<<set $activeCharacter.sensitivity.cock = increaseSkillEXP($activeCharacter.sensitivity.cock, _exp)>>
<<sexRowData "Anus Sensitivity" $PC.sensitivity.anus 1 $PC>>
<<set $PC.sensitivity.anus = increaseSkillEXP($PC.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $PC.gape 2 $PC>>
<<set $PC.gape = increaseSkillEXP($PC.gape, _exp)>>
<<elseif $args[0].receiving == "You">>
<<sexRowData "Anus Sensitivity" $activeCharacter.sensitivity.anus 1>>
<<set $activeCharacter.sensitivity.anus = increaseSkillEXP($activeCharacter.sensitivity.anus, _exp)>>
<<sexRowData "Anal Gape" $activeCharacter.gape 2>>
<<set $activeCharacter.gape = increaseSkillEXP($activeCharacter.gape, _exp)>>
<<sexRowData "Cock Sensitivity" $PC.sensitivity.cock 1 $PC>>
<<set $PC.sensitivity.cock = increaseSkillEXP($PC.sensitivity.cock, _exp)>>
<</if>>
<<sexRowData "Anal Skill" $activeCharacter.sexualskill.intercourse.anal 1>>
<<set $activeCharacter.sexualskill.intercourse.anal = increaseSkillEXP($activeCharacter.sexualskill.intercourse.anal, _exp)>>
<<case "Choke">>
<<if $args[0].giving == "You" && _bdsmexp>>
<<sexRowData "Submissiveness" $activeCharacter.stats.submissive 1>>
<<set $activeCharacter.stats.submissive = increaseSkillEXP($activeCharacter.stats.submissive, _exp)>>
<<elseif $args[0].receiving == "You" && _bdsmexp>>
<<sexRowData "Assertiveness" $activeCharacter.stats.dominant 1>>
<<set $activeCharacter.stats.dominant = increaseSkillEXP($activeCharacter.stats.dominant, _exp)>>
<</if>>
<<case "Piss">>
<<if $args[0].giving == "You">>
<<elseif $args[0].receiving == "You">>
<</if>>
<</switch>>
<<if $sex.npc.body.breasts.length == 2 && ["Suck Breasts", "Caress Breasts", "Suck Nipples", "Suck Breasts"].contains($args[0].action) && $args[0].giving == "You" && _bsEXP == 1>>
<<if ["Suck Breasts", "Caress Breasts"].contains($args[0].action)>>
<<sexRowData "Breast Sensitivity" $activeCharacter.sensitivity.breasts 2>>
<<else>>
<<sexRowData "Nipple Sensitivity" $activeCharacter.sensitivity.breasts 2>>
<</if>>
<<set $activeCharacter.sensitivity.breasts = increaseSkillEXP($activeCharacter.sensitivity.breasts, _exp)>>
<<set _bsEXP = 2>>
<<elseif _bsEXP == 1>>
<<if ["Suck Breasts", "Caress Breasts"].contains($args[0].action)>>
<<sexRowData "Breast Sensitivity" $activeCharacter.sensitivity.breasts 1>>
<<else>>
<<sexRowData "Nipple Sensitivity" $activeCharacter.sensitivity.breasts 1>>
<</if>>
<<set $activeCharacter.sensitivity.breasts = increaseSkillEXP($activeCharacter.sensitivity.breasts, _exp)>>
<<set _bsEXP = 2>>
<</if>>
<<if $sex.player.body.breasts.length == 2 && ["Suck Breasts", "Caress Breasts", "Suck Nipples", "Suck Breasts"].contains($args[0].action) && $args[0].receiving == "You" && _PCbsEXP == 1>>
<<if ["Suck Breasts", "Caress Breasts"].contains($args[0].action)>>
<<sexRowData "Breast Sensitivity" $PC.sensitivity.breasts 2 $PC>>
<<else>>
<<sexRowData "Nipple Sensitivity" $PC.sensitivity.breasts 2 $PC>>
<</if>>
<<set $PC.sensitivity.breasts = increaseSkillEXP($PC.sensitivity.breasts, _exp)>>
<<set _PCbsEXP = 2>>
<<elseif _PCbsEXP == 1>>
<<if ["Suck Breasts", "Caress Breasts"].contains($args[0].action)>>
<<sexRowData "Breast Sensitivity" $PC.sensitivity.breasts 1 $PC>>
<<else>>
<<sexRowData "Nipple Sensitivity" $PC.sensitivity.breasts 1 $PC>>
<</if>>
<<set $PC.sensitivity.breasts = increaseSkillEXP($PC.sensitivity.breasts, _exp)>>
<<set _PCbsEXP = 2>>
<</if>>
<</widget>><<include "Unset Passages">>
<<set $Continue = "Main Menu">>
<<include "Mobile Header">>
<center><big>Intercourse Report</big></center>
<<if $activeCharacter.obedience.current < 40>>
<<set _threshold = 25>>
<<elseif $activeCharacter.obedience.current < 60>>
<<set _threshold = 50>>
<<else>>
<<set _threshold = 100>>
<</if>>
<<set _ofLoss = $sex.npc.antipathy.current / 35>>
<<set _ofGain = ($sex.npc.stamina.max - $sex.npc.stamina.current) / 35>>
<<set _oldObedience = getObedience($activeCharacter.obedience.current)>>
<<set _oldObedienceNum = $activeCharacter.obedience.current>>
<<set _oldFear = getFear($activeCharacter.fear.current)>>
<<set _oldFearNum = $activeCharacter.fear.current>>
<<set _oldTrust = getTrust($activeCharacter.trust.current)>>
<<set _oldTrustNum = $activeCharacter.trust.current>>
<<set _oldAffection = getAffection($activeCharacter.affection.current)>>
<<set _oldAffectionNum = $activeCharacter.affection.current>>
<<set _oldHate = getHate($activeCharacter.hate.current)>>
<<set _oldHateNum = $activeCharacter.hate.current>>
<<if $sex.player.stamina.current > $sex.npc.stamina.current>>
<<run increaseTrust($activeCharacter, 5)>>
<<elseif $sex.player.stamina.current < $sex.npc.stamina.current>>
<<run decreaseTrust($activeCharacter, 5)>>
<</if>>
<<if $sex.npc.antipathy.current < _threshold && $sex.turn >= 5>>
<<run decreaseFear($activeCharacter, _ofGain)>>
<<elseif $sex.npc.antipathy.current > _threshold>>
<<run increaseFear($activeCharacter, _ofLoss)>>
<</if>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _obedienceNum = $activeCharacter.obedience.current>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _fearNum = $activeCharacter.fear.current>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _trustNum = $activeCharacter.trust.current>>
<<set _affection = getAffection($activeCharacter.affection.current)>>
<<set _affectionNum = $activeCharacter.affection.current>>
<<set _hate = getHate($activeCharacter.hate.current)>>
<<set _hateNum = $activeCharacter.hate.current>>
<<if _oldFearNum > _fearNum>>
''@@color:forestgreen;$activeCharacter.name's fear of you has decreased.@@''
<<elseif _oldFearNum < _fearNum>>
''@@color:red;$activeCharacter.name's fear of you has increased.@@''
<<else>>
''@@color:yellow;$activeCharacter.name's fear of you has not changed.@@''
<</if>>
<br>
<<if _oldFear != _fear>>
$activeCharacter.name's fear level has changed from ''_oldFear'' to ''_fear''.
<<else>>
$activeCharacter.name's fear level has remained ''_fear''.
<</if>>
<br><br>
<<if _oldTrustNum < _trustNum>>
''@@color:forestgreen;$activeCharacter.name's trust has increased.@@''
<<elseif _oldTrustNum > _trustNum>>
''@@color:red;$activeCharacter.name's trust has decreased.@@''
<<else>>
''@@color:yellow;$activeCharacter.name's trust has not changed.@@''
<</if>>
<br>
<<if _oldTrust != _trust>>
$activeCharacter.name's trust level has changed from ''_oldTrust'' to ''_trust''.
<<else>>
$activeCharacter.name's trust level has remained ''_trust''.
<</if>>
<br><br>
<<if _oldAffectionNum < _affectionNum>>
''@@color:forestgreen;$activeCharacter.name's affection has increased.@@''
<<elseif _oldAffectionNum > _affectionNum>>
''@@color:red;$activeCharacter.name's affection has decreased.@@''
<<else>>
''@@color:yellow;$activeCharacter.name's affection has not changed.@@''
<</if>>
<br>
<<if _oldAffection != _affection>>
$activeCharacter.name's affection level has changed from ''_oldAffection'' to ''_affection''.
<<else>>
$activeCharacter.name's affection level has remained ''_affection''.
<</if>>
<br><br>
<<if _oldHateNum < _hateNum>>
''@@color:forestgreen;$activeCharacter.name's hate has increased.@@''
<<elseif _oldHateNum > _hateNum>>
''@@color:red;$activeCharacter.name's hate has decreased.@@''
<<else>>
''@@color:yellow;$activeCharacter.name's hate has not changed.@@''
<</if>>
<br>
<<if _oldHate != _hate>>
$activeCharacter.name's hate level has changed from ''_oldHate'' to ''_hate''.
<<else>>
$activeCharacter.name's hate level has remained ''_hate''.
<</if>>
<hr>
<<run updateTitles($activeCharacter)>>
<<if $activeCharacter.update.length >= 1>>
<<include "Slave Update">>
<hr>
<</if>>
<<if $cheats.includes("energyWell")>>
<<set $PC.energy.current = $PC.energy.max>>
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<</if>>
<<set $sex = null>>
<<saveSlave $activeCharacter>><<set $Dildo = {name: "Slime Dildo", rank: "D", type: "Sexual Toy", category: "General", duration: 0, price: 2500, description: "A regular dildo made from hardened slime. It is both very flexible and durable and moves on its own.", amount: 0}>>
<<set $Blindfold = {name: "Enchanted Blindfold", rank: "D", type: "Sexual Toy", category: "General", duration: 0, price: 5000, description: "A piece of cloth used to cover one's eyes. Magically enchanted to block all vision and prevents any light from coming through the cloth.", amount: 0}>>
<<set $Rope = {name: "Alraune Rope", rank: "D", type: "Sexual Toy", category: "General", duration: 0, price: 5000, description: "A piece of thick cord made by twisting strands of alraune fibres together. Its strength has been magically enhanced.", amount: 0}>>
<<set $Whip = {name: "Aether Whip", rank: "D", type: "Sexual Toy", category: "General", duration: 0, price: 10000, description: "A whip made out of mana-molded strings. This whip will not leave any permanent markings but will sting stronger than a regular whip.", amount: 0}>><<set $commontitles = ["Bimbo", "Breeding Slave", "Brody", "Bull", "Cavalier", "Cumsar", "Domesticated", "Dominant", "Feminine", "Masculine", "Masochist", "Sadist", "Sissy", "Slave", "Slut", "Submissive", "Superjock", "Squire", "Apprentice", "Slaver", "Pickpocket"]>>
<<set $uncommontitles = ["Bimboy", "Bimbo Slut", "Cicisbeo", "Courtesan", "Confident Slave", "Cumslut", "Domesticated Bitch", "Drag King", "Feminine Bimbo", "Feminine Sissy", "Femme Sub", "Gigolo", "Loyal Slave", "Man Eater", "Masculine Bottom", "Masculine Top", "Muscle Bimbo", "Painslut", "Trustful Slave", "Sex Fiend", "Sex Slave", "Sissy Bimbo", "Sow", "Switch", "Trainsformed Brody", "Transformed Sissy", "Former Squire", "Sage's Apprentice", "Wary Thief", "Fledgling Trainer"]>>
<<set $uniquetitles = ["Dominatrix", "Feminine Sissy Bimbo", "Incubus", "Masculine Muscle Bimbo", "Muscle Bitch", "Muscle Slave", "Perfect Slave", "Sissy Slut", "Succubus"]>>
<<set $raretitles = ["Sissy Slut Bimbo", "Knight"]>>
<<set $specialtitles = ["Knight of Remverse", "Anna", "Melrose", "Humble Maid", "Aiko", "Lively Maid"]>>
<<set $brodytitles = ["Brody", "Drag King", "Trainsformed Brody"]>>
/* increases male transformation effects */
<<set $cattlingtitles = ["Breeding Slave", "Bull", "Sow"]>>
/* increases fertility */
<<set $chivalrytitles = ["Cavalier", "Cicisbeo"]>>
/* increases maximum stamina */
<<set $cumtitles = ["Cumsar", "Cumslut", "Incubus", "Succubus"]>>
/* decrease brothel fatigue */
<<set $domesticatedtitles = ["Bull", "Domesticated", "Domesticated Bitch", "Sow"]>>
/* increase slave produce yield */
<<set $feartitles = ["Confident Slave", "Perfect Slave"]>>
/* */
<<set $obediencetitles = ["Loyal Slave", "Perfect Slave"]>>
/* */
<<set $sextitles = ["Sex Fiend"]>>
/* increase ability to give sexual pleasure */
<<set $subtitles = ["Femme Sub", "Muscle Bitch", "Muscle Slave", "Sex Slave", "Submissive", "Switch"]>>
/* increase hypnosis */
<<set $superjocktitles = ["Masculine Muscle Bimbo", "Muscle Bimbo", "Muscle Bitch", "Muscle Slave", "Superjock"]>>
/* */
<<set $trusttitles = ["Trustful Slave", "Perfect Slave"]>>
/* */
<<set $popularitytitles = ["Bimbo", "Bimboy", "Bimbo Slut", "Feminine Bimbo", "Feminine Sissy Bimbo", "Masculine Muscle Bimbo", "Muscle Bimbo", "Sissy Bimbo", "Sissy Slut Bimbo"]>>
/* */
<<set $fatiguetitles = ["Courtesan", "Dominatrix", "Feminine", "Feminine Bimbo", "Feminine Sissy", "Feminine Sissy Bimbo", "Femme Sub", "Muscle Bitch"]>>
/* */
<<set $healthtitles = ["Bimboy", "Cicisbeo", "Drag King", "Gigolo", "Incubus", "Masculine", "Masculine Bottom", "Masculine Muscle Bimbo", "Masculine Top", "Muscle Slave"]>>
/* */
<<set $masochisttitles = ["Masochist", "Painslut", "Sex Slave"]>>
/* */
<<set $sadotitles = ["Dominatrix", "Incubus", "Man Eater", "Sadist", "Succubus"]>>
/* */
<<set $sissytitles = ["Feminine Sissy", "Feminine Sissy Bimbo", "Sissy", "Sissy Bimbo", "Transformed Sissy", "Sissy Slut", "Sissy Slut Bimbo"]>>
/* */
<<set $pricetitles = ["Bimbo Slut", "Courtesan", "Cumslut", "Domesticated Bitch", "Gigolo", "Man Eater", "Painslut", "Sissy Slut", "Sissy Slut Bimbo", "Slut", "Succubus"]>>
/* */
<<set $uniquestorytitles = ["Knight of Remverse", "Anna", "Melrose", "Humble Maid", "Aiko", "Lively Maid"]>>
/* */
<<set $rarestorytitles = ["Knight"]>>
/* */<<if $subtrainingtype>>
<<unset $subtrainingtype>>
<<if $cheats.includes("energyWell")>>
<<set $PC.energy.current = $PC.energy.max>>
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<</if>>
<<if $trainingtype == "Induce">>
<<set $activeCharacter.fatigue.mental = Math.min($estate.training.incense, $activeCharacter.fatigue.max-1)>>
<<unset $trainingtype>>
<</if>>
<</if>>
<<include "Train">><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<center><h3>Chattel Commencement</h3></center>
You have chosen to build a chattel on your estate. You will be able to build different types of pen in your chattel that determine how effective fertility, pregnancy, stat heritability and many other things. Owning a chattel is very expensive, especially if you plan to own higher end pens.
<br><br>
<<if $estate.location == "Slums">>
<<set _chattelfee = commify(30000)>>
<<set _fee = 30000>>
<</if>>
<center><b>Do you want to build a chattel?</b>
<<if $PC.money >= _fee>>
| @@color:lightgreen;💎_chattelfee@@<br>
[[Yes|Chattel][$PC.money -= _fee, $buyChattel = 1, $estate.chattel.active = 1, $estate.rooms.used += 1, $estate.chattel.cap = 4]] |
<<else>>
| @@color:red;💎_chattelfee@@<br>
<</if>>
[[No|Estate]]
</center><<include "Unset Passages">>
<<set $Previous = "Main">>
<<set $Stats = 1>>
<<set $Chattel = 1>>
<<include "Mobile Header">>
<<if $activeCharacter>>
<<saveSlave $activeCharacter>>
<<set $activeCharacter = null>>
<</if>>
<center><h3>Chattel | $estate.chattel.name</h3></center>
<<if $buyChattel>>
<b>@@color:forestgreen;You have built a chattel on your estate!@@</b><br>
You have built a small chattel on your estate. It can hold up to a maximum of 4 slaves, but can be upgraded.
<<set $estate.chattel.pens.amount = 2>>
<<set $estate.chattel.pens[1] = {style:"normal", focus:"normal", size:"normal", pop:0, cap:2}>>
<<set $estate.chattel.pens[2] = {style:"normal", focus:"normal", size:"normal", pop:0, cap:2}>>
<<set $estate.chattel.page = 1>>
<<set $buyChattel = 0>>
<br><br>
<</if>>
<<if $buildBreedingPen>>
<b>@@color:forestgreen;You have built a new breeding pen in your chattel!@@</b><br>
Your chattel's holding pen has also been upgraded to accomodate any slaves being moved to the new breeding pen.
<<set $estate.chattel.pens.amount++>>
<<set $estate.chattel.pens[$estate.chattel.pens.amount] = {style:"normal", focus:"normal", size:"normal", pop:0, cap:2}>>
<<set $estate.chattel.cap += 2>>
<<set $buildBreedingPen = 0>>
<br><br>
<</if>>
<<if $estate.location == "Slums">>
Your chattel is lcoated close to the center of your estate, allowing you to transfer slaves from other residences to it without much trouble.
<</if>>
Do you want to change this chattel's name? <<textbox "$estate.chattel.name" $estate.chattel.name "Chattel">>
<br><br>
<<include "Chattel Capacity">>
<br><br>
<<include "Chattel Display">><<if $estate.chattel.pop>>
<<set _chattelcap = $estate.chattel.cap>>
<<set _chattelpenpop = 0>>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<set _chattelcap += $estate.chattel.pens[_p].cap>>
<<set _chattelpenpop += $estate.chattel.pens[_p].pop>>
<</for>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th class = "listing" style='width: 30%;'></th>
<th class = "listing" style='width: 48%;'></th>
<th class = "listing" style='width: 11%;'></th>
<th class = "listing" style='width: 11%;'></th>
</tr>
<tr><th colspan = 4>Holding Cell [<<print $estate.chattel.pop-_chattelpenpop>>/$estate.chattel.cap]</th></tr>
<tr>
<th style='width: 34%;'>Identity</th>
<th style='width: 44%;'>Pens</th>
<th class = "listing" style='width: 11%;'>Libido</th>
<th class = "listing" style='width: 11%;'>Fertility</th>
</tr>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<include "Modernize Slave">>
<<if _character.location == "chattel" && !_character.chattel.pen>>
<tr>
<td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> <<print "[[_character.name|Slave Description][$activeCharacter to $slaves[" + _i + "]]]">> <<gender _character.sex _character.gender>></td>
<td>
Holding Pen
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<if $estate.chattel.pens[_p].pop < $estate.chattel.pens[_p].cap>>
-- <<print "[[Pen " + _p + "|Chattel][$estate.chattel.pens[" + _p + "].pop++, $activeCharacter = $slaves[" + _i + "], $activeCharacter.chattel.pen = " + _p + ", $activeCharacter.chattel.style = $estate.chattel.pens[" + _p + "].style, $activeCharacter.chattel.focus = $estate.chattel.pens[" + _p + "].focus]]">>
<</if>>
<</for>>
</td>
<td class = "listing"><<print $libido[_character.sexual.libido.current]>></td>
<td class = "listing"><<print $fertility[_character.sexual.fertility.current]>></td>
</tr>
<</if>>
<</for>>
</table>
<</if>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<set _pen = $estate.chattel.pens[_p]>>
<<if $estate.chattel.page == _p>>
<th>Pen _p [_pen.pop/_pen.cap]</th>
<<else>>
<th><<print "[[Pen " + _p + "|Chattel][$estate.chattel.page = " + _p + "]]">> [_pen.pop/_pen.cap]</th>
<</if>>
<</for>>
</tr>
</table>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<<set _pen = $estate.chattel.pens[$estate.chattel.page]>>
<tr>
<th style='width: 30%;'>Identity</th>
<th style='width: 48%;'>Pens</th>
<th class = "listing" style='width: 11%;'>Libido</th>
<th class = "listing" style='width: 11%;'>Fertility</th>
</tr>
<<if _pen.pop == 0>>
<tr><td colspan = 4>Empty</td></tr>
<</if>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<include "Modernize Slave">>
<<if _character.chattel.pen>>
<<if _character.chattel.style != $estate.chattel.pens[_character.chattel.pen].style>>
<<set _character.chattel.style = $estate.chattel.pens[_character.chattel.pen].style>>
<<run resetBonus(_character)>>
<</if>>
<<if _character.chattel.focus != $estate.chattel.pens[_character.chattel.pen].focus>>
<<set _character.chattel.focus = $estate.chattel.pens[_character.chattel.pen].focus>>
<<run resetBonus(_character)>>
<</if>>
<</if>>
<<if _character.location == "chattel" && _character.chattel.pen == $estate.chattel.page>>
<tr>
<td><<displayTitle _character.title "Main Menu">><<race _character.tribe "Main Menu">> <<print "[[_character.name|Slave Description][$activeCharacter to $slaves[" + _i + "]]]">> <<gender _character.sex _character.gender>></td>
<td>
<<if $estate.chattel.pop-_chattelpenpop < $estate.chattel.cap>>
<<print "[[Holding Pen|Chattel][$estate.chattel.pens[" + $estate.chattel.page + "].pop--, $activeCharacter = $slaves[" + _i + "], $activeCharacter.chattel.pen = 0, $activeCharacter.chattel.style = null, $activeCharacter.chattel.focus = null]]">>
<<else>>
Pen _character.chattel.pen
<</if>>
<<for _p = 1; _p <= $estate.chattel.pens.amount; _p++>>
<<if $estate.chattel.pens[_p].pop < $estate.chattel.pens[_p].cap && _p != $estate.chattel.page>>
-- <<print "[[Pen " + _p + "|Chattel][$estate.chattel.pens[" + $estate.chattel.page + "].pop--, $estate.chattel.pens[" + _p + "].pop++, $activeCharacter = $slaves[" + _i + "], $activeCharacter.chattel.pen = " + _p + ", $activeCharacter.chattel.style = $estate.chattel.pens[" + _p + "].style, $activeCharacter.chattel.focus = $estate.chattel.pens[" + _p + "].focus]]">>
<</if>>
<</for>>
</td>
<td class = "listing"><<print $libido[_character.sexual.libido.current]>></td>
<td class = "listing"><<print $fertility[_character.sexual.fertility.current]>></td>
</tr>
<</if>>
<</for>>
<<set _pairings = 0>>
<tr><th colspan = 1>Offspring</th><td colspan = 3>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if _character.location == "chattel" && _character.chattel.pen == $estate.chattel.page && ["female", "futanari"].contains(_character.sex)>>
<<set _female = $slaves[_i]>>
<<chattelpairings>>
<<set _female = null>>
<</if>>
<</for>>
</td></tr>
<<if !$estate.chattel.SFpage>>
<<set $estate.chattel.SFpage = "style">>
<</if>>
<tr><td colspan = 4></td></tr>
<tr>
<<if $estate.chattel.SFpage == "style">>
<th colspan = 1>Pen Style / [[Pregnancy Elixir|Chattel][$estate.chattel.SFpage = "focus"]]</th>
<<elseif $estate.chattel.SFpage == "focus">>
<th colspan = 1>[[Pen Style|Chattel][$estate.chattel.SFpage = "style"]] / Pregnancy Elixir</th>
<</if>>
<th colspan = 3>Description</th>
</tr>
<<if !_pen.stylepage>>
<<set _pen.stylepage = _pen.style>>
<</if>>
<<if !_pen.focus>>
<<set _pen.focus = "normal">>
<</if>>
<<if !_pen.focuspage>>
<<set _pen.focuspage = _pen.focus>>
<</if>>
<<if _pen.stylepage == "normal">>
<<set _pen.styledesc = "Normal style breeding pens can hold up to two slaves at one time. These pens have no special traits and can accommodate most mating pairs. This pen's style will have no affect on a slave's libido.">>
<<elseif _pen.stylepage == "exhibit">>
<<set _pen.styledesc = "Exhibit style breeding pens can hold up to two slaves at one time. These pens are completely visible from all angles, as the walls of the pen are made with magically reinforced glass. Races that make sport out of mating, or are generally more comfortable mating out in the open will mate more often in these types of enclosures. Slaves that prefer privacy will mate less. The dominant of the mating pair will determine the mating frequency.">>
<<elseif _pen.stylepage == "private">>
<<set _pen.styledesc = "Private style breeding pens can hold up to two slaves at one time. These pens are completely concealed, giving the slaves inside them the privacy to mate without being watched. Races that prefer to mate in privacy will mate more often in these types of enclosures. Slaves from races that make sport out of mating or are generally more comfortable mating out in the open will mate less. The dominant of the mating pair will determine the mating frequency.">>
<<elseif _pen.stylepage == "commune">>
<<set _pen.styledesc = "Commune style breeding pens can hold up to four slaves at one time. These pens are very large and built into the ground so that they can be viewed from the top. These breeding pits are often used as punishments for slaves, or are used to breed slaves who have very low birth rates. While MMMF pairs are often the most popular pairings for this kind of enclosure if the female slave is the dominant of the mating tetrad she will determine the mating frequency.">>
<</if>>
<<if _pen.focuspage == "normal">>
<<set _pen.focusdesc = "Standard pregnancy elixirs allow the fetus to feed on the mana of the mother, siphoning information as well nutrients from the mother with it. Offspring have no deficiencies but don't gain any surplus either. When the child is born, the mana collected transforms them into a fully formed young adult. The pregnancy period will last 12 weeks; 4 weeks in lactation begins, 8 weeks in the child is born and at 12 weeks lactation stops and the recovery period has ended, allowing for another pregnancy to begin.">>
<<elseif _pen.focuspage == "hyperpregnancy">>
<<set _pen.focusdesc = "Hyperpregnancy elixirs extend the pregnancy period from 12 weeks to 20 weeks. Instead of being birthed at the end of the fetus stage, offspring spend 8 more weeks growing inside their mother's womb. Once born the child is about half-way through puberty and will become a young adult within hours. This grants a bonus is stat growth, but reduces the amount of energy the mother has as her womb will balloon to an enormous size. The pregnancy period will last 20 weeks; at 4 weeks lactation begins, at 8 weeks the child is fully formed but continues to grow in the womb, at 16 weeks the child is born and at 20 weeks lactation stops and the recovery period has ended, allowing for another pregnancy to begin.">>
<<elseif _pen.focuspage == "multipregnancy">>
<<set _pen.focusdesc = "Multipregnancy elixirs allow a mother to produce multiple offspring from multiple fathers in one pregnancy. The pregnancy period starts at 8 weeks, and increases by 2 for every offspring added to the pregnancy. Six is the maximum amount of offspring per pregnancy, meaning a 18 week pregnancy period maximum. Each subsequent offspring has less time to grow in the womb and has to share resources with their siblings, resulting in a growth deficiency. The mother's stomach will grow greatly in size which will result in lower energy. The pregnancy period will last 8-18 weeks; at 4 weeks lactation begins, at 8 weeks plus 2 per offspring after the first the offspring will be born and 4 weeks after that lactation stops and the recovery period has ended, allowing for another pregnancy to begin.">>
<</if>>
<<if $estate.chattel.SFpage == "style">>
<tr>
<td>
<<if _pen.style == "normal">>
[[Normal|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "normal"]] <b>[Current Style]</b>
<<else>>
Normal | [[Description|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "normal"]]
<<if $PC.money >= 10000 && $estate.chattel.pens[$estate.chattel.page].pop <= 2>>
-- [[Build|Chattel][$estate.chattel.pens[$estate.chattel.page].style = "normal", $PC.money -= 10000, $estate.chattel.pens[$estate.chattel.page].stylepage = "normal"]]
<</if>>
<</if>>
<br><b>@@color:lightgreen;[💎<<print commify(10000)>>@@</b> Build Cost]
<hr>
<<if _pen.style == "exhibit">>
[[Exhibit|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "exhibit"]] <b>[Current Style]</b>
<<else>>
Exhibit | [[Description|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "exhibit"]]
<<if $PC.money >= 30000 && $estate.chattel.pens[$estate.chattel.page].pop <= 2>>
-- [[Build|Chattel][$estate.chattel.pens[$estate.chattel.page].style = "exhibit", $PC.money -= 30000, $estate.chattel.pens[$estate.chattel.page].stylepage = "exhibit"]]
<</if>>
<</if>>
<br><b>@@color:lightgreen;[💎<<print commify(30000)>>@@</b> Build Cost]
<hr>
<<if _pen.style == "private">>
[[Private|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "private"]] <b>[Current Style]</b>
<<else>>
Private | [[Description|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "private"]]
<<if $PC.money >= 30000 && $estate.chattel.pens[$estate.chattel.page].pop <= 2>>
-- [[Build|Chattel][$estate.chattel.pens[$estate.chattel.page].style = "private", $PC.money -= 30000, $estate.chattel.pens[$estate.chattel.page].stylepage = "private"]]
<</if>>
<</if>>
<br><b>@@color:lightgreen;[💎<<print commify(30000)>>@@</b> Build Cost]
<hr>
<<if _pen.style == "commune">>
[[Commune|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "commune"]] <b>[Current Style]</b>
<<else>>
Commune | [[Description|Chattel][$estate.chattel.pens[$estate.chattel.page].stylepage = "commune"]]
<<if $PC.money >= 60000>>
-- [[Build|Chattel][$estate.chattel.pens[$estate.chattel.page].style = "commune", $PC.money -= 60000, $estate.chattel.pens[$estate.chattel.page].stylepage = "commune", $estate.chattel.pens[$estate.chattel.page].cap = 4]]
<</if>>
<</if>>
<br><b>@@color:lightgreen;[💎<<print commify(60000)>>@@</b> Build Cost]
</td>
<td colspan = 3>
<<if _pen.stylepage == _pen.style>>
This pen is currently _pen.style-style.
<</if>>
_pen.styledesc
</td>
</tr>
<<elseif $estate.chattel.SFpage == "focus">>
<tr>
<td>
<<if _pen.focus == "normal">>
[[Normal|Chattel][$estate.chattel.pens[$estate.chattel.page].focuspage = "normal"]] <b>[Current Elixir]</b>
<<else>>
Normal | [[Description|Chattel][$estate.chattel.pens[$estate.chattel.page].focuspage = "normal"]] -- [[Use|Chattel][$estate.chattel.pens[$estate.chattel.page].focus = "normal", $estate.chattel.pens[$estate.chattel.page].focuspage = "normal"]]
<</if>>
<br><b>@@color:lightgreen;[💎<<print commify(5000)>>@@</b> Per Pregnancy]
<hr>
<<if _pen.focus == "multipregnancy">>
[[Multipregnancy|Chattel][$estate.chattel.pens[$estate.chattel.page].focuspage = "multipregnancy"]] <b>[Current Elixir]</b>
<<else>>
Multipregnancy | [[Description|Chattel][$estate.chattel.pens[$estate.chattel.page].focuspage = "multipregnancy"]] -- [[Use|Chattel][$estate.chattel.pens[$estate.chattel.page].focus = "multipregnancy", $estate.chattel.pens[$estate.chattel.page].focuspage = "multipregnancy"]]
<</if>>
<br><b>@@color:lightgreen;[💎<<print commify(10000)>>@@</b> Per Pregnancy]
<hr>
<<if _pen.focus == "hyperpregnancy">>
[[Hyperpregnancy|Chattel][$estate.chattel.pens[$estate.chattel.page].focuspage = "hyperpregnancy"]] <b>[Current Elixir]</b>
<<else>>
Hyperpregnancy | [[Description|Chattel][$estate.chattel.pens[$estate.chattel.page].focuspage = "hyperpregnancy"]] -- [[Use|Chattel][$estate.chattel.pens[$estate.chattel.page].focus = "hyperpregnancy", $estate.chattel.pens[$estate.chattel.page].focuspage = "hyperpregnancy"]]
<</if>>
<br><b>@@color:lightgreen;[💎<<print commify(20000)>>@@</b> Per Pregnancy]
</td>
<td colspan = 3>
<<if _pen.focuspage == _pen.focus>>
Slaves will be administered standard pregnancy elixirs upon being impregnated.
<</if>>
_pen.focusdesc
</td>
</tr>
<</if>>
</table><b>Chattel Capacity</b><br>
Your chattel holding pen can currently accommodate up to $estate.chattel.cap slaves. You currently have $estate.chattel.pen.amount breeding pens in your chattel.
<<set _cost = 0>>
<<if $estate.chattel.pens.amount == 2>>
<<set _newpenamount = 3>>
<<set _cost = 20000>>
<<elseif $estate.chattel.pens.amount == 3>>
<<set _newpenamount = 4>>
<<set _cost = 40000>>
<<elseif $estate.chattel.pens.amount == 4>>
<<set _newpenamount = 5>>
<<set _cost = 80000>>
<</if>>
<<set _fee = commify(_cost)>>
<br>
<<if $estate.chattel.pens.amount >= 5>>
<b>You have upgraded your chattel to hold the maximum amount of breeding pens.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Build New Breeding Pen|Chattel][$PC.money -= _cost, $buildBreedingPen = 1]]">> | @@color:lightgreen;💎_fee@@
<<else>>
You need @@color:lightgreen;💎_cost@@ to build a new breeding pen.
<</if>>
<<widget "chattelpairings">>
<<for _p = 1; _p <= $slaves.amount; _p++>>
<<set _partner = $slaves[_p]>>
<<if _partner.location == "chattel" && _partner.chattel.pen == $estate.chattel.page && ["male", "futanari", "shemale"].contains(_partner.sex)>>
<<if _female.race == "elf">>
<<if ["human", "forest elf", "high elf", "dark elf"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "human">>
<<if ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<<else>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<</if>>
<<elseif _female.tribe == "dwarf">>
<<if ["dwarf", "human", "gnome"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "gnome">>
<<if ["dwarf", "human", "gnome"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "giant">>
<<if ["giant", "human", "orc"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "neko">>
<<if ["human", "neko", "pantheran"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "canus">>
<<if ["human", "canus", "mongrel"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "pantheran">>
<<if ["human", "neko", "pantheran"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "mongrel">>
<<if ["human", "canus", "mongrel"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "holstaur">>
<<if ["minotaur", "human"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "moon rabbit">>
<<if ["human", "moon rabbit"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif _female.tribe == "orc">>
<<if ["orc", "giant", "human"].contains(_partner.tribe)>>
<<race _female.tribe "Pairing">>
<<if _female.tribe != _partner.tribe>>
<<race _partner.tribe "Pairing">>
<</if>>
<<elseif ["goblin"].contains(_partner.tribe)>>
<<race _partner.tribe "Pairing">>
<</if>>
<</if>>
<</if>>
<</for>>
<</widget>><<widget "penresults">>
<<set _character.stronger = []>>
<<set _character.equal = []>>
<<set _character.weaker = []>>
<<set _character.MU = []>>
<<set _character.MAU = []>>
<<set _character.MSU = []>>
<<set _character.FU = []>>
<<set _character.FAU = []>>
<<set _character.FSU = []>>
<<set _character.ME = []>>
<<set _character.FE = []>>
<<set _character.MSS = []>>
<<set _character.MS = []>>
<<set _character.MUS = []>>
<<set _character.FSS = []>>
<<set _character.FS = []>>
<<set _character.FUS = []>>
<<set _mother = _character>>
<<for _p = 1; _p <= $slaves.amount; _p++>>
<<set _partner = $slaves[_p]>>
<<if _partner.location == "chattel" && _partner.chattel.pen == _character.chattel.pen && _p != _i>>
<<if _character.sexual.strength.current > _partner.sexual.strength.current>>
<<set _character.weaker.push(_p)>>
<<if ["female", "futanari"].contains(_character.sex) && ["male", "futanari", "shemale"].contains(_partner.sex)>>
<<breeding>>
<</if>>
<<elseif _character.sexual.strength.current == _partner.sexual.strength.current>>
<<set _character.equal.push(_p)>>
<<if ["female", "futanari"].contains(_character.sex) && ["male", "futanari", "shemale"].contains(_partner.sex)>>
<<breeding>>
<</if>>
<<else>>
<<set _character.stronger.push(_p)>>
<<if ["female", "futanari"].contains(_character.sex) && ["male", "futanari", "shemale"].contains(_partner.sex)>>
<<breeding>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _progeny>>
<<set _character.pregnancy.child.push(_progeny)>>
<<if _character.pregnancy.child.length && _character.pregnancy.weeks>>
<<set _character.pregnancy.duration += 2>>
<<elseif _character.chattel.focus == "hyperpregnancy">>
<<set _character.pregnancy.duration = 16>>
<<set _character.pregnancy.type = _character.chattel.focus>>
<<else>>
<<set _character.pregnancy.duration = 8>>
<<set _character.pregnancy.type = _character.chattel.focus>>
<</if>>
<<set _progeny = null>>
<</if>>
<<if _character.stronger.length>>
<<for _l = 0; _l < _character.stronger.length;_l++>>
<<set _num = _character.stronger[_l]>>
<<set _partner = $slaves[_num]>>
<<set _beautythreshold = Math.max(_partner.beauty-3, 1)>>
<<if ["male", "futanari", "shemale"].contains(_partner.sex)>>
<<if ["goblin", "orc", "minotaur"].contains(_partner.tribe)>>
<<set _character.MAU.push(_partner.name)>>
<<elseif _character.beauty >= _beautythreshold>>
<<set _character.MU.push(_partner.name)>>
<<elseif _character.beauty < _beautythreshold>>
<<set _character.MSU.push(_partner.name)>>
<</if>>
<<elseif ["female", "futanari"].contains(_partner.sex)>>
<<if ["goblin", "orc", "minotaur"].contains(_partner.tribe)>>
<<set _character.FAU.push(_partner.name)>>
<<elseif _character.beauty >= _beautythreshold>>
<<set _character.FU.push(_partner.name)>>
<<elseif _character.beauty < _beautythreshold>>
<<set _character.FSU.push(_partner.name)>>
<</if>>
<</if>>
<</for>>
<<if ["female", "futanari"].contains(_character.sex)>>
<<if _character.MAU.length > 0>>
<<namelist _character.MAU "and">>
<<set _options = [_namelist + " relentlessly fucked " + _character.name + " in all of <<print $hisher['" + _character.gender + "']>> holes with no regard to <<print $hisher['" + _character.gender + "']>> health. ", _character.name + " was aggressively breed by " + _namelist + " during the week multiple times, only having time to rest during the night. ", _namelist + " was indiscriminate in the use of " + _character.name + "'s, fucking <<print $himher['" + _character.gender + "']>> constantly throughout the week. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FAU.length>>
<<namelist _character.FAU "and">>
<<set _options = [_namelist + " used " + _character.name + "'s mouth for everything, from ass eating to pussy cleaning. ", _character.name + " was finger-fucked, forced to provide all kinds of oral attentions and was overall treated as a sextoy by " + _namelist + ". ", _namelist + "'s ravenous sexual appetite was sated with the help of " + _character.name + "'s body during the week. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MU.length>>
<<namelist _character.MU "and">>
<<set _options = [_namelist + " used " + _character.name + "'s various holes throughout the week whenever <<print $heshe['" + _partner.gender + "']>> pleased. ", _character.name + " was used as nothing but a fucktoy for " + _namelist + " during the week. "]>>
<<namelist _character.MU "or">>
<<set _options.push("You have a hard time remembering passing by this pen during the week without seeing " + _namelist + " using one of " + _character.name + "'s holes. ")>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FU.length>>
<<namelist _character.FU "and">>
<<set _options = [_namelist + " used " + _character.name + "'s mouth as a pussy cleaner and also used it to clean various bodily fluids off the pen floors. ", _character.name + " was treated as " + _namelist + "'s bitch for the whole week and was forced to lick pussy and do menial chores around the pen. ", _character.name + " endured a week of being used sexually and physically by " + _namelist + ". "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MSU.length>>
<<namelist _character.MSU "and">>
<<set _options = [_namelist + " found " + _character.name + " too ugly to fuck but didn't mind using <<print $himher['" + _character.gender + "']>> as a cum receptacle while horny. ", "Due to " + _character.name + "'s ugliness " + _namelist + " was treated <<print $himher['" + _character.gender + "']>> as a pariah except when <<print $heshe['" + _character.gender + "']>> was used for sexual gratification. ", _character.name + "'s existence was completely ignored by " + _namelist + " except during bouts of extreme horniness. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FSU.length>>
<<namelist _character.FSU "and">>
<<set _options = [_namelist + " spent the week lording over " + _character.name + " due to <<print $hisher['" + _character.gender + "']>> inferior looks and strength. ", _character.name + " was treated either treated like trash or completely ignored for the whole week by " + _namelist + ". ", _character.name + " was nothing but the pen bitch for the duration of the past week, being ordered around the whole time by " + _namelist + ". "]>>
<<set _character.summary += either(_options)>>
<</if>>
<</if>>
<<if ["male", "futanari", "shemale"].contains(_character.sex)>>
<<if _character.MAU.length>>
<<namelist _character.MAU "and">>
<<set _options = [_namelist + " violently fucked both " + _character.name + "'s mouth and ass for both sexual pleasure and to assert dominance. "]>>
<<namelist _character.MAU "or">>
<<set _options.push(_character.name + " was cornered multiple times in the pen by " + _namelist + " and had <<print $hisher['" + _character.gender + "']>> mouth and rectum used numerous times for sexual relief. ", "There were multiple times during the week where " + _character.name + " was grabbed by " + _namelist + " and had <<print $hisher['" + _character.gender + "']>> holes thoroughly used and fulled of cum. ")>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FAU.length>>
<<namelist _character.FAU "and">>
<<set _options = [_namelist + " used " + _character.name + "'s mouth, hands and cock for pleasure forcibly throughout the week. ", _character.name + "'s cock was abused for pleasure by " + _namelist + " and when it was too overused <<print $heshe['" + _character.gender + "']>> was forced to use <<print $hisher['" + _character.gender + "']>> mouth and hands for pleasure in its stead. ", _namelist + " forcibly fucked " + _character.name + " multiple times until <<print $hisher['" + _character.gender + "']>> cock was sore from overuse. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MU.length>>
<<namelist _character.MU "and">>
<<set _options = [_namelist + " ignored " + _character.name + " for the most part except when plagued with an extreme amount of horniness. ", _character.name + " was able to keep out of " + _namelist + "'s way during most of the week, but was still forced to perform sexual favors occasionally. " , "During the week " + _character.name + " was forced to perform multiple sexual acts for " + _namelist + ". "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FU.length>>
<<namelist _character.FU "and">>
<<set _options = [_namelist + " spent the week fucking " + _character.name + " whenever convenient, forcibly taking pleasure from <<print $hisher['" + _character.gender + "']>> cock. ", _character.name + " was forced to fuck, pleasure and appease " + _namelist + " for the entire week whenever possible. ", _namelist + " deemed " + _character.name + " good looking enough to use <<print $himher['" + _character.gender + "']>> as a fucktoy for the week. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MSU.length>>
<<namelist _character.MSU "and">>
<<set _options = [_namelist + " used " + _character.name + " for entertainment when bored during the week, forcing <<print $himher['" + _character.gender + "']>> to do things like lick dried cum off of the pen floors. ", _character.name + " was generally treated like trash by " + _namelist + " during the week, being forced to do degrading things for entertainment. "]>>
<<namelist _character.MSU "or">>
<<set _options.push("Many times during the week " + _namelist + " forced " + _character.name + " to degrade <<print $himselfherself['" + _character.gender + "']>> to remind <<print $himher['" + _character.gender + "']>> of <<print $hisher['" + _character.gender + "']>> place in the pen. ")
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FSU.length>>
<<namelist _character.FSU "and">>
<<set _options = [_namelist + " found " + _character.name + " much to ugly to fuck but didn't mind using <<print $hisher['" + _character.gender + "']>> tongue and fingers during bouts of horniness. ", _namelist + " used everything but " + _character.name + "'s cock for sexual gratification, too scared to get pregnant by someone as ugly as <<print $himher['" + _character.gender + "']>>. ", _character.name + " was repeatedly mocked and teased for <<print $hisher['" + _character.gender + "']>> ugliness while " + _namelist + " used <<print $hisher['" + _character.gender + "']>> tongue as a certified pussy cleaner. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<</if>>
<</if>>
<<if _character.equal.length>>
<<for _l = 0; _l < _character.equal.length;_l++>>
<<set _num = _character.equal[_l]>>
<<set _partner = $slaves[_num]>>
<<set _beautythreshold = Math.max(_partner.beauty-3, 1)>>
<<if ["male", "futanari", "shemale"].contains(_partner.sex)>>
<<set _character.ME.push(_partner.name)>>
<<elseif ["female", "futanari"].contains(_partner.sex)>>
<<set _character.FE.push(_partner.name)>>
<</if>>
<</for>>
<<if ["male", "futanari", "shemale"].contains(_character.sex)>>
<<if _character.ME.length>>
<<namelist _character.ME "and">>
<<set _options = [_character.name + " kept to <<print $himselfherself['" + _character.gender + "']>> most of the week even with " + _namelist + " in the pen with <<print $himher['" + _character.gender + "']>>. ", _namelist + " payed little to no attention to " + _character.name + " during the week, much to <<print $hisher['" + _character.gender + "']>> agreement. ", "During the week " + _character.name + " ignored " + _namelist + " and kept to <<print $himselfherself['" + _character.gender + "']>>. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FE.length>>
<<namelist _character.FE "and">>
<<set _options = [_character.name + " struggled multiple times during the week trying to wrest breeding rights from " + _namelist + " during the week, winning the right to breed a few times. ", _namelist + " responded to " + _character.name + "'s aggressiveness inside of the pen with controlled resistance, preventing <<print $himher['" + _character.gender + "']>> from breeding some days, but losing others. ", "During the week " + _character.name + " spent <<print $hisher['" + _character.gender + "']>> time trying to breed " + _namelist + " to moderate success. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<elseif ["female", "futanari"].contains(_character.sex)>>
<<if _character.ME.length>>
<<namelist _character.ME "and">>
<<set _options = [_character.name + " defended <<print $himselfherself['" + _character.gender + "']>> against several attacks from " + _namelist + " to moderate success, winning some engagements and being breed after losing others. ", _namelist + " made many attempts to breed " + _character.name + " during the week, successfully breeding <<print $himher['" + _character.gender + "']>> multiple times. ", _character.name + " was breed multiple times during the week by " + _namelist + " despite <<print $hisher['" + _character.gender + "']>> numerous successful attempts to prevent that from happening. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FE.length>>
<<namelist _character.FE "and">>
<<set _options = [_character.name + " sated some of <<print $hisher['" + _character.gender + "']>> boredom by having light conversations with " + _namelist + ". ", _namelist + " had limited interaction with " + _character.name + ", never going further than verbal communication. ", "During the week " + _character.name + " made a small effort to interact with " + _namelist + " but never progressed further than minimal contact. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<</if>>
<</if>>
<<if _character.weaker.length>>
<<for _l = 0; _l < _character.weaker.length;_l++>>
<<set _num = _character.weaker[_l]>>
<<set _partner = $slaves[_num]>>
<<set _beautythreshold = Math.max(_character.beauty-3, 1)>>
<<if ["male", "futanari", "shemale"].contains(_partner.sex)>>
<<if ["goblin", "orc", "minotaur"].contains(_character.tribe)>>
<<set _character.MSS.push(_partner.name)>>
<<elseif _partner.beauty >= _beautythreshold>>
<<set _character.MS.push(_partner.name)>>
<<elseif _partner.beauty < _beautythreshold>>
<<set _character.MUS.push(_partner.name)>>
<</if>>
<<elseif ["female", "futanari"].contains(_partner.sex)>>
<<if ["goblin", "orc", "minotaur"].contains(_character.tribe)>>
<<set _character.FSS.push(_partner.name)>>
<<elseif _partner.beauty >= _beautythreshold>>
<<set _character.FS.push(_partner.name)>>
<<elseif _partner.beauty < _beautythreshold>>
<<set _character.FUS.push(_partner.name)>>
<</if>>
<</if>>
<</for>>
<<if ["male", "futanari", "shemale"].contains(_character.sex)>>
<<if _character.MSS.length>>
<<namelist _character.MSS "and">>
<<set _options = [_character.name + " thoroughly used " + _namelist + "'s mouth and ass whenever convenient for <<print $hisher['" + _character.gender + "']>> own sexual pleasure. ", _namelist + " was fucked by " + _character.name + " so that <<print $heshe['" + _character.gender + "']>> could demonstrate <<print $hisher['" + _character.gender + "']>> dominance in the pen. ", "Throughout the week " + _character.name + " repeatedly drowned " + _namelist + "'s holes with cum. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FSS.length>>
<<namelist _character.FSS "and">>
<<set _options = [_character.name + " pounded " + _namelist + "'s holes, filling them to the brim with <<print $hisher['" + _character.gender + "']>> cum. ", _namelist + " was brutally used in a sexual manner numerous times during the week by " + _character.name + ". "]>>
<<namelist _character.FSS "or">>
<<set _options.push("Multiple times during the week " + _character.name + " dragged " + _namelist + " into a corner to fuck until <<print $hisher['" + _character.gender + "']>> libido was completely sated. ")>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MS.length>>
<<namelist _character.MS "and">>
<<set _options = [_character.name + " had " + _namelist + " perform various menial tasks around the pen during the week. ", _namelist + " was generally bullied for food, used for physical labor and disrespected by " + _character.name + ". ", "Many times during the week " + _namelist + " was subjugated to mistreatment by " + _character.name + " due to being inferior. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FS.length>>
<<namelist _character.FS "and">>
<<set _options = [_character.name + " took many pleasures from " + _namelist + "'s body, breeding multiple times during the week whenever <<print $heshe['" + _character.gender + "']>> was horny. ", _namelist + "'s body was used in its entirety to sate " + _character.name + "'s libido several times during the week. ", "Within the span of a week " + _character.name + " breed " + _namelist + " countless times. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MUS.length>>
<<namelist _character.MUS "and">>
<<set _options = [_character.name + " forced " + _namelist + " to perform humiliating tasks for <<print $hisher['" + _character.gender + "']>> own entertainment. ", _namelist + " was treated horribly by " + _character.name + " during the week, being forced to endure being humiliated and being treated like garbage. "]>>
<<namelist _character.MUS "or">>
<<set _options.push("During the week " + _character.name + " picked " + _namelist + " to humiliate with actions like forced piss drinking. ")>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FUS.length>>
<<namelist _character.FUS "and">>
<<set _options = [_character.name + " seldom used " + _namelist + "'s body for sexual pleasure due to <<print $hisher['" + _character.gender + "']>> superior looks. ", _namelist + " was much too ugly to garner some, if any sexual attention from " + _character.name + " but did receive the occasional fucking. ", _namelist + " was happy to receive very little sexual attention from " + _character.name + " but was ashamed it was due to <<print $himher['" + _character.gender + "']>> having higher standards. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<elseif ["female", "futanari"].contains(_character.sex)>>
<<if _character.MSS.length>>
<<namelist _character.MSS "and">>
<<set _options = [_character.name + " fucked " + _namelist + "'s cock raw to satisfy <<print $hisher['" + _character.gender + "']>> sexual appetite. ", _namelist + " couldn't escape being used in some sort of sexual manner by " + _character.name + ", sometimes even being used while asleep. ", _namelist + "'s idea of sex has been tainted by " + _character.name + "'s use of force during mating. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FSS.length>>
<<namelist _character.FSS "and">>
<<set _options = [_character.name + " using " + _namelist + "'s body as <<print $hisher['" + _character.gender + "']>> own personal fucktoy whenever <<print $heshe['" + _character.gender + "']>> pleased. ", _namelist + " was forced to perform various different sexual acts for " + _character.name + " over the course of the week. "]>>
<<namelist _character.FSS "or">>
<<set _options.push(_character.name + " was not shy about having " + _namelist + " eat out <<print $hisher['" + _character.gender + "']>> cunt or any other sexual favor of that nature. ")
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MS.length>>
<<namelist _character.MS "and">>
<<set _options = [_character.name + " used " + _namelist + "'s to sate <<print $hisher['" + _character.gender + "']>> sexual urges whenever <<print $heshe['" + _character.gender + "']>> was horny. ", _namelist + " was mated by " + _character.name + " many timed during the week whether it was desired or not. ", _character.name + " used " + _namelist + "'s body for sexual pleasure but <<print $heshe['" + _character.gender + "']>> gave no consideration to anyone's enjoyment but <<print $hisher['" + _character.gender + "']>> own. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FS.length>>
<<namelist _character.FS "and">>
<<set _options = [_character.name + " took food from and used " + _namelist + " to perform menial tasks around the pen. ", _namelist + " was nothing but a unrecognized servant for " + _character.name + " during the week. "]>>
<<namelist _character.FS "or">>
<<set _options.push(_character.name + " always had " + _namelist + " performing some kind of task for <<print $himher['" + _character.gender + "']>> during the week. ")>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.MUS.length>>
<<namelist _character.MUS "and">>
<<set _options = [_character.name + " found " + _namelist + " much too ugly to copulate with but didn't mind using other appendages to satiate <<print $hisher['" + _character.gender + "']>> sexual needs. ", _character.name + " was too scared of getting pregnant by " + _namelist + " and refrained from any PIV action. ", _namelist + " was rebuffed of any attempts to fuck " + _character.name + " and was instead used as a carpet muncher. "]>>
<<set _character.summary += either(_options)>>
<</if>>
<<if _character.FUS.length>>
<<namelist _character.FUS "and">>
<<set _options = [_character.name + " lorded over " + _namelist + " with the fact that <<print $heshe['" + _character.gender + "']>>s a much higher quality woman. ", _namelist + " was treated like complete garbage by " + _character.name + " due to being much more uglier than <<print $himher['" + _character.gender + "']>>. "]>>
<<namelist _character.FUS "or">>
<<set _options.push(_character.name + " spent a lot of time berating " + _namelist + " for inconsequential reasons due to perceived superiority. ")>>
<<set _character.summary += either(_options)>>
<</if>>
<</if>>
<</if>>
<</widget>><<widget "namelist">>
<<set _list = $args[0]>>
<<set _namelist = "">>
<<for _o = 0; _o < _list.length;_o++>>
<<if !_o>>
<<set _namelist += _list[_o]>>
<<elseif _o == _list.length-1 && $args[1] == "and">>
<<set _namelist += " and " + _list[_o]>>
<<elseif _o == _list.length-1 && $args[1] == "or">>
<<set _namelist += " or " + _list[_o]>>
<<else>>
<<set _namelist += ", " + _list[_o]>>
<</if>>
<</for>>
<</widget>><<widget "breeding">>
<<set _offspring = []>>
<<set _rand = rand(1, 100)>>
<<if ["goblin"].contains(_partner.tribe)>>
<<set _offspring.push(_partner.tribe)>>
<<elseif ["human"].contains(_mother.tribe) || ["human"].contains(_partner.tribe)>>
<<if [_mother.tribe, _partner.tribe].contains("pantheran")>>
<<set _offspring.push("neko")>>
<<elseif [_mother.tribe, _partner.tribe].contains("mongrel")>>
<<set _offspring.push("canus")>>
<<else>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["elf"].contains(_mother.race)>>
<<if ["forest elf", "high elf", "dark elf"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["dwarf"].contains(_mother.tribe)>>
<<if ["dwarf", "gnome"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["gnome"].contains(_mother.tribe)>>
<<if ["dwarf", "gnome"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["giant"].contains(_mother.tribe)>>
<<if ["giant", "orc"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["neko"].contains(_mother.tribe)>>
<<if ["neko", "pantheran"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["canus"].contains(_mother.tribe)>>
<<if ["canus", "mongrel"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["pantheran"].contains(_mother.tribe)>>
<<if ["neko", "pantheran"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["mongrel"].contains(_mother.tribe)>>
<<if ["canus", "mongrel"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["holstaur"].contains(_mother.tribe)>>
<<if ["minotaur"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["moon rabbit"].contains(_mother.tribe)>>
<<if ["moon rabbit"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<<elseif ["orc"].contains(_mother.tribe)>>
<<if ["giant", "orc"].contains(_partner.tribe)>>
<<set _offspring.push(_mother.tribe)>>
<<if _mother.tribe != _partner.tribe>>
<<set _offspring.push(_partner.tribe)>>
<</if>>
<</if>>
<</if>>
<<if $PC == _partner>>
<<set _mother.pregnancy.type = $PC.pregnancy.type>>
<</if>>
<<if _offspring.length && !_mother.pregnancy.weeks && !_mother.pregnancy.recovery && _mother.maturity < 3 && _mother.pregnancy.child.length < 1>>
<<set _fertility = 0.20 * (_mother.sexual.fertility.current/3)>>
<<set _potency = 1 * (_partner.sexual.fertility.current/3)>>
<<set _chance = _fertility * _potency>>
<<if $sex && _mother.combat.stimulation == 100>>
<<set _chance = 1>>
<</if>>
<<set _roll = Math.random()>>
<<if _chance >= _roll>>
<<set _mother.pregnancy.impregnated = 1>>
<<set _selection = either(_offspring)>>
<<offspring _mother _partner _selection>>
<</if>>
<<elseif _offspring.length && !_mother.pregnancy.recovery && _mother.pregnancy.type == "multipregnancy" && _mother.pregnancy.child.length < 6 && _mother.maturity < 3>>
<<set _fertility = 0.20 * (_mother.sexual.fertility.current/3)>>
<<set _potency = 1 * (_partner.sexual.fertility.current/3)>>
<<set _chance = _fertility * _potency>>
<<if $sex && _mother.combat.stimulation == 100>>
<<set _chance = 1>>
<</if>>
<<set _roll = Math.random()>>
<<if _chance >= _roll>>
<<set _mother.pregnancy.impregnated = 1>>
<<set _selection = either(_offspring)>>
<<offspring _mother _partner _selection>>
<</if>>
<</if>>
<</widget>><<widget "offspring">>
<<include "New Progeny">>
<<set _mother = $args[0]>>
<<set _father = $args[1]>>
<<set _progeny.tribe = $args[2]>>
<<set _deficieny = 1>>
<<set _bonus = 0>>
<<if _mother.chattel.focus == "hyperpregnancy">>
<<set _bonus += 1>>
<<elseif _mother.chattel.focus == "multipregnancy">>
<<set _deficieny = 1 - (0.05 * _mother.pregnancy.child.length)>>
<</if>>
<<set _skintones = []>>
<<set _monstertones = []>>
<<set _furs = []>>
<<set _haircolors = []>>
<<set _eyecolors = []>>
<<set _eyecolors.push(_mother.eyecolor, _father.eyecolor)>>
<<if _mother.fur>>
<<set _furs.push(_mother.fur)>>
<<elseif _mother.race == "monster">>
<<set _monstertones.push(_mother.skintone)>>
<<else>>
<<set _skintones.push(_mother.skintone)>>
<<set _haircolors.push(_mother.haircolor)>>
<</if>>
<<if _father.fur>>
<<set _furs.push(_father.fur)>>
<<elseif _father.race == "monster">>
<<set _monstertones.push(_father.skintone)>>
<<else>>
<<set _skintones.push(_father.skintone)>>
<<set _haircolors.push(_father.haircolor)>>
<</if>>
<<set _intmod = (_deficieny * ((_mother.intelligence + _father.intelligence) / 2)) + _bonus>>
<<set _beautymod = (_deficieny * ((_mother.beauty + _father.beauty) / 2)) + _bonus>>
<<set _lipsmod = (_deficieny * ((_mother.lips.mod + _father.lips.mod) / 2)) + _bonus>>
<<set _shouldersmod = (_deficieny * ((_mother.shoulders.mod + _father.shoulders.mod) / 2)) + _bonus>>
<<set _hipsmod = (_deficieny * ((_mother.hips.mod + _father.hips.mod) / 2)) + _bonus>>
<<set _torsomod = (_deficieny * ((_mother.torso.mod + _father.torso.mod) / 2)) + _bonus>>
<<set _legsmod = (_deficieny * ((_mother.legs.mod + _father.legs.mod) / 2)) + _bonus>>
<<set _buttmod = (_deficieny * ((_mother.butt.mod + _father.butt.mod) / 2)) + _bonus>>
<<set _cockmod = (_deficieny * ((_mother.cock.mod * 0.25) + (_father.cock.mod * 0.75))) + _bonus>>
<<set _girthmod = (_deficieny * ((_mother.girth.mod * 0.25) + (_father.girth.mod * 0.75))) + _bonus>>
<<set _ballsmod = (_deficieny * ((_mother.balls.mod * 0.25) + (_father.balls.mod * 0.75))) + _bonus>>
<<set _bustmod = (_deficieny * ((_mother.bust.mod * 0.75) + (_father.bust.mod * 0.25))) + _bonus>>
<<set _clitmod = (_deficieny * ((_mother.clit.mod * 0.75) + (_father.clit.mod * 0.25))) + _bonus>>
<<set _pussymod = (_deficieny * ((_mother.pussy.mod * 0.75) + (_father.pussy.mod * 0.25))) + _bonus>>
<<set _cumqualitymod = (_deficieny * ((_mother.cum.quality.mod * 0.25) + (_father.cum.quality.mod * 0.75))) + _bonus>>
<<set _cumquantitymod = (_deficieny * ((_mother.cum.quantity.mod * 0.25) + (_father.cum.quantity.mod * 0.75))) + _bonus>>
<<set _cumtastemod = (_deficieny * ((_mother.cum.taste.mod * 0.25) + (_father.cum.taste.mod * 0.75))) + _bonus>>
<<set _milkqualitymod = (_deficieny * ((_mother.milk.quality.mod * 0.55) + (_father.milk.quality.mod * 0.45))) + _bonus>>
<<set _milkquantitymod = (_deficieny * ((_mother.milk.quantity.mod * 0.55) + (_father.milk.quantity.mod * 0.45))) + _bonus>>
<<set _milktastemod = (_deficieny * ((_mother.milk.taste.mod * 0.55) + (_father.milk.taste.mod * 0.45))) + _bonus>>
<<set _nectarqualitymod = (_deficieny * ((_mother.nectar.quality.mod * 0.75) + (_father.nectar.quality.mod * 0.25))) + _bonus>>
<<set _nectarquantitymod = (_deficieny * ((_mother.nectar.quantity.mod * 0.75) + (_father.nectar.quantity.mod * 0.25))) + _bonus>>
<<set _nectartastemod = (_deficieny * ((_mother.nectar.taste.mod * 0.75) + (_father.nectar.taste.mod * 0.25))) + _bonus>>
<<run generateSex(_progeny)>>
<<set _progeny.eyecolor = _eyecolors.random()>>
<<set _progeny.eyedescriptor = $eyedesc.random()>>
<<if _progeny.race == "hume">>
<<set _progeny.skintone = _skintones.random()>>
<<elseif _progeny.race == "beastman">>
<<if _progeny.tribe == "pantheran" || _progeny.tribe == "mongrel">>
<<set _progeny.fur = _furs.random()>>
<<else>>
<<set _progeny.skintone = _skintones.random()>>
<</if>>
<<elseif _progeny.race == "monster">>
<<set _progeny.skintone = _monstertones.random()>>
<<elseif _progeny.race == "elf">>
<<if _progeny.tribe == "forest elf">>
<<set _progeny.skintone = "light-skinned">>
<<elseif _progeny.tribe == "high elf">>
<<set _progeny.skintone = "pale">>
<<elseif _progeny.tribe == "dark elf">>
<<set _progeny.skintone = "dark-skinned">>
<</if>>
<</if>>
<<if (_progeny.tribe == "orc" && ["male"].contains(_progeny.sex)) || _progeny.tribe == "goblin">>
<<set _progeny.hairstyle = "completely bald">>
<<elseif _progeny.tribe == "pantheran" || _progeny.tribe == "mongrel">>
<<set _progeny.haircolor = _progeny.fur>>
<<set _progeny.hairstyle = $simplehairstyles[_progeny.gender].random()>>
<<else>>
<<set _progeny.haircolor = _haircolors.random()>>
<<set _progeny.hairstyle = $simplehairstyles[_progeny.gender].random()>>
<</if>>
<<if ["orc", "giant"].contains(_progeny.tribe)>>
<<set _progeny.weight = weightedRand({1:0, 2:0, 3:0, 4:0, 5:0.1, 6:0.3, 7:0.6})>>
<<elseif ["dwarf", "minotaur", "pantheran", "mongrel"].contains(_progeny.tribe)>>
<<set _progeny.weight = weightedRand({1:0, 2:0, 3:0.1, 4:0, 5:0.2, 6:0.6, 7:0.1})>>
<<elseif ["holstaur"].contains(_progeny.tribe)>>
<<set _progeny.weight = weightedRand({1:0.05, 2:0, 3:0.3, 4:0, 5:0.5, 6:0.1, 7:0.05})>>
<<else>>
<<set _progeny.weight = weightedRand({1:0.05, 2:0.05, 3:0.15, 4:0.1, 5:0.5, 6:0.1, 7:0.05})>>
<</if>>
<<if ["human", "dwarf", "gnome", "giant"].contains(_progeny.tribe)>>
<<set _progeny.race = "hume">>
<<elseif ["neko", "canus", "pantheran", "mongrel", "holstaur", "minotaur", "moon rabbit"].contains(_progeny.tribe)>>
<<set _progeny.race = "beastman">>
<<elseif ["goblin", "orc"].contains(_progeny.tribe)>>
<<set _progeny.race = "monster">>
<<elseif ["high elf", "forest elf", "dark elf"].contains(_progeny.tribe)>>
<<set _progeny.race = "elf">>
<</if>>
<<if ["male", "futanari", "shemale"].contains(_progeny.sex)>>
<<set _progeny.circumcised = 0>>
<</if>>
<<if ["female", "futanari", "shemale"].contains(_progeny.sex)>>
<<set _progeny.inverted = weightedRand({0:0.875, 1:0.125})>>
<</if>>
<<if ["female", "futanari"].contains(_progeny.sex)>>
<<set _progeny.hooded = 1>>
<</if>>
<<if ["goblin", "orc"].contains(_progeny.tribe)>>
<<set _progeny.sexual.fertility.mod = 5>>
<<elseif ["pantheran", "mongrel", "minotaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.fertility.mod = 4>>
<<elseif ["human", "giant", "canus", "neko", "holstaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.fertility.mod = 3>>
<<elseif ["dwarf", "gnome", "moon rabbit"].contains(_progeny.tribe)>>
<<set _progeny.sexual.fertility.mod = 2>>
<<elseif ["high elf", "forest elf", "dark elf"].contains(_progeny.tribe)>>
<<set _progeny.sexual.fertility.mod = 1>>
<</if>>
<<if ["goblin", "orc"].contains(_progeny.tribe)>>
<<set _progeny.sexual.libido.mod = 5>>
<<elseif ["pantheran", "dark elf", "mongrel", "minotaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.libido.mod = 4>>
<<elseif ["human", "giant", "canus", "neko", "forest elf", "holstaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.libido.mod = 3>>
<<elseif ["dwarf", "moon rabbit"].contains(_progeny.tribe)>>
<<set _progeny.sexual.libido.mod = 2>>
<<elseif ["high elf", "gnome"].contains(_progeny.tribe)>>
<<set _progeny.sexual.libido.mod = 1>>
<</if>>
<<if ["giant", "orc"].contains(_progeny.tribe)>>
<<set _progeny.sexual.strength.mod = 5>>
<<elseif ["dwarf", "dark elf", "canus", "mongrel", "minotaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.strength.mod = 4>>
<<elseif ["human", "forest elf", "pantheran", "moon rabbit", "holstaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.strength.mod = 3>>
<<elseif ["high elf", "neko", "goblin"].contains(_progeny.tribe)>>
<<set _progeny.sexual.strength.mod = 2>>
<<elseif ["gnome"].contains(_progeny.tribe)>>
<<set _progeny.sexual.strength.mod = 1>>
<</if>>
<<if ["gnome", "moon rabbit"].contains(_progeny.tribe)>>
<<set _progeny.sexual.speed.mod = 5>>
<<elseif ["high elf", "neko", "pantheran"].contains(_progeny.tribe)>>
<<set _progeny.sexual.speed.mod = 4>>
<<elseif ["human", "forest elf", "mongrel", "minotaur", "holstaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.speed.mod = 3>>
<<elseif ["giant", "dwarf", "dark elf", "canus", "goblin"].contains(_progeny.tribe)>>
<<set _progeny.sexual.speed.mod = 2>>
<<elseif ["orc"].contains(_progeny.tribe)>>
<<set _progeny.sexual.speed.mod = 1>>
<</if>>
<<if ["goblin", "orc"].contains(_progeny.tribe)>>
<<set _progeny.sexual.stamina.mod = 5>>
<<elseif ["dwarf", "moon rabbit", "minotaur", "holstaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.stamina.mod = 4>>
<<elseif ["giant", "gnome", "high elf", "forest elf", "dark elf", "mongrel", "pantheran"].contains(_progeny.tribe)>>
<<set _progeny.sexual.stamina.mod = 3>>
<<elseif ["human", "gnome"].contains(_progeny.tribe)>>
<<set _progeny.sexual.stamina.mod = 2>>
<<elseif ["neko", "canus"].contains(_progeny.tribe)>>
<<set _progeny.sexual.stamina.mod = 1>>
<</if>>
<<if ["high elf", "forest elf", "dark elf"].contains(_progeny.tribe)>>
<<set _progeny.sexual.control.mod = 5>>
<<elseif ["moon rabbit", "holstaur"].contains(_progeny.tribe)>>
<<set _progeny.sexual.control.mod = 4>>
<<elseif ["giant", "human", "dwarf", "gnome", "canus", "neko"].contains(_progeny.tribe)>>
<<set _progeny.sexual.control.mod = 3>>
<<elseif ["mongrel", "pantheran", "minotaur", "orc"].contains(_progeny.tribe)>>
<<set _progeny.sexual.control.mod = 2>>
<<elseif ["goblin"].contains(_progeny.tribe)>>
<<set _progeny.sexual.control.mod = 1>>
<</if>>
<<if ["orc", "giant"].contains(_progeny.tribe)>>
<<if ["male"].contains(_progeny.sex)>>
<<set _progeny.height = random(215, 260)>>
<<else>>
<<set _progeny.height = random(200, 245)>>
<</if>>
<<elseif ["minotaur"].contains(_progeny.tribe)>>
<<if ["male"].contains(_progeny.sex)>>
<<set _progeny.height = random(185, 230)>>
<<else>>
<<set _progeny.height = random(170, 215)>>
<</if>>
<<elseif ["dwarf"].contains(_progeny.tribe)>>
<<if ["male"].contains(_progeny.sex)>>
<<set _progeny.height = random(125, 170)>>
<<else>>
<<set _progeny.height = random(110, 155)>>
<</if>>
<<elseif ["gnome", "goblin"].contains(_progeny.tribe)>>
<<if ["male"].contains(_progeny.sex)>>
<<set _progeny.height = random(95, 140)>>
<<else>>
<<set _progeny.height = random(80, 125)>>
<</if>>
<<else>>
<<if ["male"].contains(_progeny.sex)>>
<<set _progeny.height = random(155, 200)>>
<<else>>
<<set _progeny.height = random(140, 185)>>
<</if>>
<</if>>
<<set _progeny.health = random(2,3)>>
<<set _progeny.intelligence = rollMod(_intmod, "5")>>
<<set _progeny.beauty = rollMod(_beautymod, "10")>>
<<set _progeny.lips.mod = rollMod(_lipsmod, "5")>>
<<set _progeny.shoulders.mod = rollMod(_shouldersmod, "5")>>
<<set _progeny.hips.mod = rollMod(_hipsmod, "5")>>
<<set _progeny.torso.mod = rollMod(_torsomod, "5")>>
<<set _progeny.legs.mod = rollMod(_legsmod, "5")>>
<<set _progeny.butt.mod = rollMod(_buttmod, "5")>>
<<set _progeny.cock.mod = rollMod(_cockmod, "10")>>
<<set _progeny.girth.mod = rollMod(_girthmod, "5")>>
<<set _progeny.balls.mod = rollMod(_ballsmod, "5")>>
<<set _progeny.bust.mod = rollMod(_bustmod, "10")>>
<<set _progeny.clit.mod = rollMod(_clitmod, "5")>>
<<set _progeny.pussy.mod = rollMod(_pussymod, "5")>>
<<set _progeny.cum.quality.mod = rollMod(_cumqualitymod, "5")>>
<<set _progeny.cum.quantity.mod = rollMod(_cumquantitymod, "5")>>
<<set _progeny.cum.taste.mod = rollMod(_cumtastemod, "5")>>
<<set _progeny.milk.quality.mod = rollMod(_milkqualitymod, "5")>>
<<set _progeny.milk.quantity.mod = rollMod(_milkquantitymod, "5")>>
<<set _progeny.milk.taste.mod = rollMod(_milktastemod, "5")>>
<<set _progeny.nectar.quality.mod = rollMod(_nectarqualitymod, "5")>>
<<set _progeny.nectar.quantity.mod = rollMod(_nectarquantitymod, "5")>>
<<set _progeny.nectar.taste.mod = rollMod(_nectartastemod, "5")>>
<<run generateSexTraits(_progeny)>>
<<set _progeny.age = 18>>
<<set _progeny.maturity = 1>>
<<set _progeny.appeal = getAppeal(_progeny)>>
<<set _progeny.diet.progress = setDietProgress(_progeny)>>
<<set _progeny.fitness.progress = setFitnessProgress(_progeny)>>
<<set _progeny.condition.progress = setConditionProgress(_progeny)>>
<<set _progeny.mood = random(-3, -5)>>
<<set _progeny.ogsex = _progeny.sex>>
<<run updateMaxFatigue(_progeny)>>
<<set _progeny.fatigue.physical = _progeny.fatigue.max>>
<<set _progeny.fatigue.mental = _progeny.fatigue.max>>
<<if _progeny.race == "elf">>
<<set _progeny.name to $elfnames[_progeny.gender].random()>>
<<elseif _progeny.tribe == "orc">>
<<set _progeny.name to $orcnames[_progeny.gender].random()>>
<<elseif _progeny.tribe == "goblin">>
<<set _progeny.name to $goblinnames.random()>>
<<else>>
<<set _progeny.name to $names[_progeny.gender].random()>>
<</if>>
<<if ["human", "canus", "neko", "goblin"].contains(_progeny.tribe)>>
<<set _progeny.rarity = 1>>
<<elseif ["dwarf", "gnome", "mongrel", "pantheran", "holstaur", "minotaur"].contains(_progeny.tribe)>>
<<set _progeny.rarity = 2>>
<<elseif ["giant", "forest elf", "moon rabbit", "orc"].contains(_progeny.tribe)>>
<<set _progeny.rarity = 3>>
<<elseif ["high elf", "dark elf"].contains(_progeny.tribe)>>
<<set _progeny.rarity = 4>>
<</if>>
<<set _progeny.price = getPrice(_progeny)>>
<<set _progeny.ogprice = _progeny.price>>
<<set $letter = ["A", "B", "C", "D", "E"]>>
<<set _progeny.ID = "SLAVE" + random(0, 1000) + $letter.random() + random(0, 1000)>>
<<set _naturelist = ["dandere", "tsundere", "kuudere", "himedere", "deredere", "hinodere", "yandere"]>>
<<set _progeny.nature = _naturelist.random()>>
<<set _progeny.sanity = 70>>
<<if _progeny.nature == "tsundere">>
<<set _progeny.fear.base = random(20,60)>>
<<set _progeny.trust.base = random(0,40)>>
<<set _progeny.obedience.base = random(0,40)>>
<<set _progeny.affection.base = random(0,10)>>
<<set _progeny.hate.base = random(10,50)>>
<<elseif _progeny.nature == "dandere">>
<<set _progeny.fear.base = random(20,60)>>
<<set _progeny.trust.base = random(20,60)>>
<<set _progeny.obedience.base = random(20,60)>>
<<set _progeny.affection.base = random(10,30)>>
<<set _progeny.hate.base = random(0,10)>>
<<elseif _progeny.nature == "kuudere">>
<<set _progeny.fear.base = random(0,40)>>
<<set _progeny.trust.base = random(0,40)>>
<<set _progeny.obedience.base = random(0,40)>>
<<set _progeny.affection.base = random(0,10)>>
<<set _progeny.hate.base = random(0,20)>>
<<elseif _progeny.nature == "himedere">>
<<set _progeny.fear.base = random(20,60)>>
<<set _progeny.trust.base = random(0,40)>>
<<set _progeny.obedience.base = random(0,40)>>
<<set _progeny.affection.base = random(0,0)>>
<<set _progeny.hate.base = random(10,40)>>
<<elseif _progeny.nature == "dandere">>
<<set _progeny.fear.base = random(20,60)>>
<<set _progeny.trust.base = random(20,60)>>
<<set _progeny.obedience.base = random(20,60)>>
<<set _progeny.affection.base = random(10,30)>>
<<set _progeny.hate.base = random(0,10)>>
<<elseif _progeny.nature == "deredere">>
<<set _progeny.fear.base = random(0,20)>>
<<set _progeny.trust.base = random(0,20)>>
<<set _progeny.obedience.base = random(0,20)>>
<<set _progeny.affection.base = random(10,30)>>
<<set _progeny.hate.base = random(0,5)>>
<<elseif _progeny.nature == "hinodere">>
<<set _progeny.fear.base = random(20,60)>>
<<set _progeny.trust.base = random(0,10)>>
<<set _progeny.obedience.base = random(0,10)>>
<<set _progeny.affection.base = random(0,0)>>
<<set _progeny.hate.base = random(10,40)>>
<<elseif _progeny.nature == "yandere">>
<<set _progeny.fear.base = random(0,20)>>
<<set _progeny.trust.base = random(0,30)>>
<<set _progeny.obedience.base = random(0,20)>>
<<set _progeny.affection.base = random(0,20)>>
<<set _progeny.hate.base = random(0,20)>>
<</if>>
<<run refreshObedience(_progeny)>>
<<run refreshTrust(_progeny)>>
<<run refreshFear(_progeny)>>
<<run refreshAffection(_progeny)>>
<<run refreshHate(_progeny)>>
<<set _progeny.occupation = "never a free person">>
<<set _progeny.origin = "$activeCharacter.name's parents were both slaves to you when they gave birth to <<print $himher[$activeCharacter.gender]>>.">>
<</widget>><<set _progeny = {name: "", race: "", tribe: "", gender: "", sex: "", ogsex: "", skintone: "", fur: "", haircolor: "", hairstyle: "", eyecolor: "", eyedescriptor: "", occupation: "", temperament: "", nature: "", origin: "", assignment: "rest", location: "estate", building: "", room: "", diet: "", sickness: "", promise: "", likes: "", dislikes: "", fears: "", renew: null, memories: "", appointment: "", threaten: "", echo:"", title: "", titles: "", transformation:"", incense:"", hypno: "", info: "", stats: "", cooldown: "", popularity: "", clothes: "", armor: "", weapon: "", tattoo: "", piercing: "", sextoys: "", exoticism: 0, style: 0, will: 0, submission: 0, shaved: 0, lust: 3, mood: {}, customers: 0, amnity:0, sanity: 0, obedience: {}, fear: {}, trust: {}, affection: {}, hate: {}, rating: 0, guilt: 0, tempbehaviour: 0, ID: 0, health: 0, fatigue: 0, expense: 0, rarity: 0, shelflife: 0, age: 0, birthweek:0, maturity: 0, lifespan: 0, intelligence: 0, intelligenceexp: 0, height: 0, inverted: 0, butt: "", lips: "", shoulders: "", hips: "", torso: "", legs: "", bust: "", cock: "", girth: "", balls: "", clit: "", pussy: "", sensitivity: "", gape: 1, analtoy: 0, hooded: 0, vagina: 0, circumcised: 0, chastity: 0, virgin: 0, lactating: "", nectaring:"", analvirgin: 0, beauty: 0, weight: 0, traits: "", fitness: "", color: "", level: 0, levelexp: 0, price: 0, ogprice:0, appeal: 0, reputation: 0, sexualskill: 0, expenses: 0, known:"", impermanent:"", sexual:"", chattel:"", pregnancy: null, history: [], eventlog: [], flags: [], skills: {}, statresist: {}, comstats: {}, position:null, training:{}, combat:{}}>>
<<set _progeny.combat = {stamina:null, arousal:null, libido:null, text:{}, stimulation:0}>>
<<set _progeny.combat.stamina = {current:0, max:0}>>
<<set _progeny.combat.arousal = {current:0, max:0}>>
<<set _progeny.combat.libido = {current:0, max:0}>>
<<set _progeny.mood = {scale:"Happiness", current:50}>>
<<set _progeny.obedience = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _progeny.trust = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _progeny.fear = {current:100, base:100, mood:0, bonus:0, multi:1}>>
<<set _progeny.affection = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _progeny.hate = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _progeny.chattel = {pen:0, style:null, focus:null}>>
<<set _progeny.pregnancy = {child:[], weeks:0, maturity:0, duration:0, lactating:0, recovery:0, type:"normal", status:null}>>
<<set _progeny.sexual = {fertility: "", libido: "", strength: "", speed: "", stamina: "", control: ""}>>
<<set _progeny.sexual.fertility = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.sexual.libido = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.sexual.strength = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.sexual.speed = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.sexual.stamina = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.sexual.control = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.impermanent = {cock:0, bust:0, clit:0, pussy:0, balls:0}>>
<<set _progeny.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set _progeny.training.reward = {small:null, normal:null, large:null}>>
<<set _progeny.training.punishment = {small:null, normal:null, large:null}>>
<<set _progeny.stats = {manual:0, oral:0, mammary:0, vanilla:0, anal:0, sissification: 0, bimbofication: 0, femininity: 0, masculinity: 0, strumpetry: 0, dominant: 0, submissive: 0, masculinization:0, chivalry:0, breeding:0}>>
<<set _progeny.statresist = {slashingres: 0, piercingres: 0, bluntres: 0, elementalres: 0, statusres: 0}>>
<<set _progeny.comstats = {strength: 0, dexterity: 0, intelligence: 0, mana: 0, charm : 0}>>
<<set _progeny.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.butt = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.cock = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.bust = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.clit = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.pussy = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.girth = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.balls = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.sensitivity = {cock:0, breasts:0, anus:0, clit:0, pussy:0, balls:0, mouth:0}>>
<<set _progeny.lactating = {temporary:0, permanent:0}>>
<<set _progeny.nectaring = {temporary:0, permanent:0}>>
<<set _progeny.cum = {quantity:"", quality:"", taste:""}>>
<<set _progeny.cum.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.cum.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.cum.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.milk = {quantity:"", quality:"", taste:""}>>
<<set _progeny.milk.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.milk.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.milk.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.nectar = {quantity:"", quality:"", taste:""}>>
<<set _progeny.nectar.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.nectar.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.nectar.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _progeny.appointment = {type:null, location:null, detail:null}>>
<<set _progeny.clothes = {outfit: "", head: "", eyes: "", neck: "", hands: "", top: "", underwear: "", bottom: "", legs: "", shoes: ""}>>
<<set _progeny.clothes.outfit = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:1, class:0, tags:""}>>
<<set _progeny.clothes.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.eyes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.neck = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.hands = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.top = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.bottom = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.underwear = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.clothes.shoes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set _progeny.armor = {set: "", head: "", torso: "", legs: ""}>>
<<set _progeny.armor.set = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:1, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment: ""}>>
<<set _progeny.armor.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set _progeny.armor.torso = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set _progeny.armor.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set _progeny.armor.set.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _progeny.armor.head.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _progeny.armor.torso.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _progeny.armor.legs.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set _progeny.sextoys = {butt: "", vagina: "", cock: "", mouth: "", nipples: "", eyes: "", body: "", hands: ""}>>
<<set _progeny.sextoys.butt = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _progeny.sextoys.vagina = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _progeny.sextoys.cock = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _progeny.sextoys.nipples = {name: "", vibration:0, weight:0, pain:0, train:0, eqf:0}>>
<<set _progeny.sextoys.mouth = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set _progeny.sextoys.eyes = {name: "", blindness:0, hypnosis:0, eqf:0}>>
<<set _progeny.sextoys.hands = {name: "", tightness:0, train:0, eqf:0}>>
<<set _progeny.sextoys.body = {name: "", tightness:0, train:0, eqf:0}>>
<<set _progeny.weapon = {strength: 0 , weight: 0}>>
<<set _progeny.piercing = {ear:"", eyebrow:"", nose:"", tongue:"", lip:"", nipple:"", navel:"", pussy:"", cock:""}>>
<<set _progeny.piercing.ear = {type:0, jewelry:0}>>
<<set _progeny.piercing.eyebrow = {type:0, jewelry:0}>>
<<set _progeny.piercing.nose = {type:0, jewelry:0}>>
<<set _progeny.piercing.tongue = {type:0, jewelry:0}>>
<<set _progeny.piercing.lip = {type:0, jewelry:0}>>
<<set _progeny.piercing.nipple = {type:0, jewelry:0}>>
<<set _progeny.piercing.navel = {type:0, jewelry:0}>>
<<set _progeny.piercing.pussy = {type:0, jewelry:0}>>
<<set _progeny.piercing.cock = {type:0, jewelry:0}>>
<<set _progeny.tattoo = {body:null, face:null, innerlip:null, neck:null, upperback:null, shoulder:null, upperarm:null, lowerarm:null, hands:null, chest:null, ribcage:null, lowerback:null, abdomen:null, pelvis:null, hips:null, buttocks:null, upperleg:null, lowerleg:null, ankle:null, feet:null}>>
<<set _progeny.titles = []>>
<<set _progeny.likes = []>>
<<set _progeny.dislikes = []>>
<<set _progeny.fears = []>>
<<set _progeny.color = []>>
<<set _progeny.update = []>>
<<set _progeny.cooldown = {title:0, inspection:0, talk:0}>>
<<set _progeny.info = {endweek:null}>>
<<set _progeny.transformation = {progress:0, item:"None", circulating: "None", duration:0}>>
<<set _progeny.incense = {item:"None"}>>
<<set _progeny.echo = {subtype:"", total:0}>>
<<set _progeny.promise = {made:0,weeks:0}>>
<<set _progeny.threaten = {made:0,weeks:0}>>
<<set _progeny.diet = {status:"Normal", progress:0}>>
<<set _progeny.fitness = {status:"None", progress:0}>>
<<set _progeny.fatigue = {status:"None", mental:null, physical:null, max:null, progress:0}>>
<<set _progeny.popularity = {brothel:0, ranch:0}>>
<<set _progeny.condition = {status:"None", progress:0}>>
<<set _progeny.traits = {ears:"", tail:"", feet:"", hands:"", body:"", description:"", list:[], special: ""}>>
<<set _progeny.hypno = {bimbo:0, cum:0, masochism:0, sadism:0, muscle:0, domesticated:0}>>
<<set _progeny.sexualskill = {oral:"", mammary:"", manual:"", intercourse:""}>>
<<set _progeny.sexualskill.oral = {kissing: 0, fellatio: 0, cunnilingus: 0, analingus: 0}>>
<<set _progeny.sexualskill.mammary = {breastplay: 0, breastfeeding: 0, intercourse: 0}>>
<<set _progeny.sexualskill.manual = {masturbation: 0, fingering: 0, handjob: 0, fisting: 0}>>
<<set _progeny.sexualskill.intercourse = {vaginal: 0, anal: 0, pitching: 0, pegging: 0}>>
<<set _progeny.sensitivity.cock = 0>>
<<set _progeny.sensitivity.breasts = 0>>
<<set _progeny.sensitivity.clit = 0>>
<<set _progeny.sensitivity.pussy = 0>>
<<set _progeny.sensitivity.balls = 0>>
<<set _progeny.sensitivity.mouth = 0>>
<<set _progeny.sensitivity.anus = 0>>
<<set _progeny.gape = 0>><<widget pregnancyStatus>>
<<set _signs = []>>
<<set _feelings = []>>
<<set _reaction = []>>
<<set _weeksuntilbirth = 0>>
<<if !_character.pregnancy.recovery>>
<<set _weeksuntilbirth = _character.pregnancy.duration - _character.pregnancy.weeks>>
<</if>>
<<if _character.pregnancy.recovery == 1>>
<<if _character.pregnancy.type == "normal">>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> body, mainly <<print $hisher['" + _character.gender + "']>> stomach, has a lot of loose skin. ", "<<print $HeShe['" + _character.gender + "']>> has entered <<print $hisher['" + _character.gender + "']>> recovery period. ", "<<print $HeShe['" + _character.gender + "']>> rests whenever <<print $heshe['" + _character.gender + "']>> can catch a break, as <<print $hisher['" + _character.gender + "']>> body needs all the extra energy to recover from <<print $hisher['" + _character.gender + "']>> pregnancy. ")>>
<<else>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> " + _character.pregnancy.type + " has done quite a bit of damage to <<print $hisher['" + _character.gender + "']>> body as <<print $heshe['" + _character.gender + "']>> has a disgusting amount of loose skin. ", "<<print $HisHer['" + _character.gender + "']>> skin has become oily as <<print $hisher['" + _character.gender + "']>> body has began working in overdrive to recover from <<print $hisher['" + _character.gender + "']>> " + _character.pregnancy.type + ". ", "<<print $HisHer['" + _character.gender + "']>> skin looks a little ashen, most likely due to <<print $hisher['" + _character.gender + "']>> body undergoing a recovery period due to the damage <<print $hisher['" + _character.gender + "']>> " + _character.pregnancy.type + " has done to <<print $himher['" + _character.gender + "']>>. ")>>
<</if>>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is relieved <<print $hisher['" + _character.gender + "']>> pregnancy is finally over. ", "<<print $HeShe['" + _character.gender + "']>> is worried that <<print $heshe['" + _character.gender + "']>> will have to go through another pregnancy after <<print $heshe['" + _character.gender + "']>> is fully recovered from this one. ", "<<print $HeShe['" + _character.gender + "']>> is pleased that <<print $heshe['" + _character.gender + "']>> has given birth to offspring, but is saddened due to the fact that they will be slaves. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> spends most of <<print $hisher['" + _character.gender + "']>> free time lounging around, resting or thinking about <<print $hisher['" + _character.gender + "']>> offspring. ", "<<print $HeShe['" + _character.gender + "']>> mopes around staring miserably at <<print $hisher['" + _character.gender + "']>> loose skin. ", "<<print $HeShe['" + _character.gender + "']>> tries to hide <<print $himselfherself['" + _character.gender + "']>> from others to hide <<print $hisher['" + _character.gender + "']>> poor skin condition whenever possible. ")>>
<<elseif _character.pregnancy.recovery <= 3 && _character.pregnancy.recovery>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> skin has has tightened quite a bit from being stretched by <<print $hisher['" + _character.gender + "']>> pregnancy. ", "<<print $HisHer['" + _character.gender + "']>> skin has began to recover some of its original color and sheen. ", "<<print $HisHer['" + _character.gender + "']>> skin isn't as oily as it was when <<print $heshe['" + _character.gender + "']>> gave birth to <<print $hisher['" + _character.gender + "']>> offspring. ")>>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is happy with the progress <<print $hisher['" + _character.gender + "']>> body has made. ", "<<print $HisHer['" + _character.gender + "']>> body's recovery scared <<print $himher['" + _character.gender + "']>>. <<print $HeShe['" + _character.gender + "']>> is afraid that you'll have <<print $himher['" + _character.gender + "']>> impregnated as soon as <<print $heshe['" + _character.gender + "']>> is completely healed. ", "<<print $HeShe['" + _character.gender + "']>> is worried about giving birth to more offspring that will end up as slaves. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> has began to get a more healthy amount of sleep during normal hours. ", "<<print $HeShe['" + _character.gender + "']>> has began to get back into the groove of working without having to rest periodically. ", "<<print $HeShe['" + _character.gender + "']>> seldom thinks about <<print $hisher['" + _character.gender + "']>> recently birth offspring, even though <<print $heshe['" + _character.gender + "']>> has shown obvious attachment to them. ")>>
<<elseif _character.pregnancy.recovery == 4>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> skin has completely recovered its tightness without any scarring or stretch marks. ", "<<print $HisHer['" + _character.gender + "']>> skin has completely recovered its original color and sheen. ", "No longer is <<print $hisher['" + _character.gender + "']>> greasy with sweat and other oils expunged from <<print $hisher['" + _character.gender + "']>> body to help with <<print $hisher['" + _character.gender + "']>> pregnancy recovery. ")>>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is ecstatic that <<print $heshe['" + _character.gender + "']>> wasn't permanently damaged by <<print $hisher['" + _character.gender + "']>> pregnancy. ", "<<print $HeShe['" + _character.gender + "']>> is saddened that <<print $heshe['" + _character.gender + "']>> has made a complete recovery and now must face the possibility of another pregnancy. ", "<<print $HeShe['" + _character.gender + "']>> is happy that <<print $hisher['" + _character.gender + "']>> pregnancy hasn't damaged <<print $hisher['" + _character.gender + "']>> body in any way, but does not want to birth anymore offspring that will end up as slaves. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> has mourned the loss of <<print $hisher['" + _character.gender + "']>> recently birthed children, as <<print $heshe['" + _character.gender + "']>> will not be able to choose if <<print $hisher['" + _character.gender + "']>> can raise them and may never see them again. ", "<<print $HeShe['" + _character.gender + "']>> has returned to having normal and healthy sleep patterns. ", "<<print $HeShe['" + _character.gender + "']>> has returned to working as if <<print $heshe['" + _character.gender + "']>> was never pregnant in the first place. ")>>
<<elseif _character.pregnancy.weeks == 1>>
<<set _signs.push("<<print $HeShe['" + _character.gender + "']>> shows no signs of pregnancy yet but <<print $heshe['" + _character.gender + "']>> does feel the " + _character.pregnancy.type + " elixir slowly affecting <<print $hisher['" + _character.gender + "']>> body. ", "<<print $HeShe['" + _character.gender + "']>> is much too early in <<print $hisher['" + _character.gender + "']>> pregnancy to show any signs of <<print $hisher['" + _character.gender + "']>> pregnancy. ", "You can't see any signs of <<print $hisher['" + _character.gender + "']>> pregnancy because <<print $heshe['" + _character.gender + "']>> has only just been impregnated. ")>>
<<if _character.pregnancy.type == "normal">>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is a little bit nervous about being pregnant. ", "You can tell from the look on <<print $hisher['" + _character.gender + "']>> face that <<print $heshe['" + _character.gender + "']>> is not pleased with <<print $hisher['" + _character.gender + "']>> forced pregnancy. ", "<<print $HeShe['" + _character.gender + "']>> has become very sad due to <<print $hisher['" + _character.gender + "']>> pregnancy. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> is aware that <<print $heshe['" + _character.gender + "']>> has no autonomy over <<print $hisher['" + _character.gender + "']>> body and will be breed whenever you say <<print $heshe['" + _character.gender + "']>> will. ", "<<print $HeShe['" + _character.gender + "']>> knows there isn't much <<print $heshe['" + _character.gender + "']>> can do about it. ", "<<print $HeShe['" + _character.gender + "']>> isn't excited for the pregnancy and fears that <<print $heshe['" + _character.gender + "']>> will be forced to go through much more. ")>>
<<elseif _character.pregnancy.type == "multipregnancy">>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is quite nervous about having a multipregnancy. ", "The look of anger on <<print $hisher['" + _character.gender + "']>> face is palpable. ", "<<print $HeShe['" + _character.gender + "']>> is depressed due to <<print $hisher['" + _character.gender + "']>> looming multipregnancy. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> is not looking forward to carrying multiple babies for a couple of months or birthing all of them at the same time. ", "<<print $HeShe['" + _character.gender + "']>> had no plans of getting pregnant, let alone having a multipregnancy. ", "<<print $HeShe['" + _character.gender + "']>> didn't want any kind of pregnancy, let alone a multipregnancy. ")>>
<<elseif _character.pregnancy.type == "hyperpregnancy">>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is very nervous about having a hyperpregnancy. ", "<<print $HeShe['" + _character.gender + "']>> is fuming with anger. ", "<<print $HeShe['" + _character.gender + "']>> is a complete mess. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> is very worried about the affect carrying a maturing child will have on <<print $hisher['" + _character.gender + "']>> body. ", "<<print $HeShe['" + _character.gender + "']>> knows the affect that a hyperpregnancy will have on <<print $hisher['" + _character.gender + "']>> body while pregnant and <<print $heshe['" + _character.gender + "']>> wouldn't even go through that for a loved one, let alone by <<print $hisher['" + _character.gender + "']>> slavemaster. ", "When <<print $heshe['" + _character.gender + "']>> isn't acting hysterical about <<print $hisher['" + _character.gender + "']>> hyperpregnancy, <<print $heshe['" + _character.gender + "']>> is moping around doing as little as possible. ")>>
<</if>>
<<elseif _character.pregnancy.weeks <= 4 && _character.pregnancy.weeks>>
<<set _signs.push("<<print $HeShe['" + _character.gender + "']>> has shown lots of signs of exhaustion. ", "<<print $HeShe['" + _character.gender + "']>> has had several bouts of nausea. ", "<<print $HeShe['" + _character.gender + "']>> has had many headaches of varying strength. ", "<<print $HeShe['" + _character.gender + "']>> shows signs of dizziness due to being lightheaded. ", "<<print $HeShe['" + _character.gender + "']>> has had multiple mood swings. ")>>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is concerned about the affects <<print $hisher['" + _character.gender + "']>> pregnancy will have on <<print $hisher['" + _character.gender + "']>> body. ", "<<print $HeShe['" + _character.gender + "']>> is feeling frustrated with the lack of control over <<print $hisher['" + _character.gender + "']>> body. ", "<<print $HeShe['" + _character.gender + "']>> has constant mood swings due to <<print $hisher['" + _character.gender + "']>> issues. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> has been trying to get extra sleep whenever possible to help recover during the week. ", "Whenever possible, <<print $heshe['" + _character.gender + "']>> has tried to employ multiple techniques such as deep breathing to help <<print $himselfherself['" + _character.gender + "']>> feel better. ", "<<print $HeShe['" + _character.gender + "']>> tries to rest whenever possible to help cope with <<print $hisher['" + _character.gender + "']>> problems. ")>>
<<elseif _character.pregnancy.weeks <= 8 && _character.pregnancy.weeks>>
<<if _character.pregnancy.weeks == 5>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> breasts are tender, tingly and sore. ", "<<print $HisHer['" + _character.gender + "']>> stomach has grown in size. ", "The areola around <<print $hisher['" + _character.gender + "']>> nipples have grown noticeably darker as <<print $heshe['" + _character.gender + "']>> has progressed through <<print $hisher['" + _character.gender + "']>> pregnancy. ")>>
<<elseif _character.pregnancy.weeks == 6>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> baby bump has become noticeable. ", "<<print $HisHer['" + _character.gender + "']>> stomach has started to show stronger signs of <<print $hisher['" + _character.gender + "']>> pregnancy. ", "<<print $HisHer['" + _character.gender + "']>> stomach is barely large enough that you can tell <<print $heshe['" + _character.gender + "']>> is pregnant from sight alone. ")>>
<<elseif _character.pregnancy.weeks == 7>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> baby bump is much more pronounced. ", "Both <<print $hisher['" + _character.gender + "']>> breasts have grown due to <<print $hisher['" + _character.gender + "']>> pregnancy. ", "There is no disputing if <<print $heshe['" + _character.gender + "']>> is pregnant or not due to the size of <<print $hisher['" + _character.gender + "']>> stomach in comparison to the rest of <<print $hisher['" + _character.gender + "']>> body. ")>>
<<elseif _character.pregnancy.weeks == 8>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> stomach is noticeably large due to <<print $hisher['" + _character.gender + "']>> pregnancy. ", "<<print $HisHer['" + _character.gender + "']>> pregnancy has reached the state that <<print $heshe['" + _character.gender + "']>> has a full-sized baby bump. ", "The size and curve of <<print $hisher['" + _character.gender + "']>> stomach is very pronounced. ")>>
<</if>>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> has a hard time getting used to the changes occurring to <<print $hisher['" + _character.gender + "']>> body. ", "<<print $HeShe['" + _character.gender + "']>> has some reservations about being a mother but as <<print $heshe['" + _character.gender + "']>> gets further along, <<print $heshe['" + _character.gender + "']>> has become more calm. ", "<<print $HeShe['" + _character.gender + "']>> sometimes worries about <<print $hisher['" + _character.gender + "']>> offspring being born into slavery. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> often is found resting whenever <<print $heshe['" + _character.gender + "']>> gets the chance to. ", "<<print $HeShe['" + _character.gender + "']>> sometimes asks for extra food during feeding times to ensure that <<print $hisher['" + _character.gender + "']>> offspring has enough nutrients. ", "You sometimes find <<print $himher['" + _character.gender + "']>> caressing <<print $hisher['" + _character.gender + "']>> stomach, most likely in an attempt to soothe or bond with <<print $hisher['" + _character.gender + "']>> offspring. ")>>
<<elseif _character.pregnancy.weeks <= 12 && _character.pregnancy.weeks>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> stomach is a small bit larger than what should be possible for a normal pregnancy. ", "<<print $HisHer['" + _character.gender + "']>> baby bump has continued to grow in size to accommodate the extraordinary pregnancy. ", "<<print $HeShe['" + _character.gender + "']>> has progressed passed the point of a normal pregnancy, and the size of <<print $hisher['" + _character.gender + "']>> baby bump reflects that. ")>>
<<set _feelings.push("<<print $HisHer['" + _character.gender + "']>> extended pregnancy has <<print $himher['" + _character.gender + "']>> slightly horny. ", "<<print $HisHer['" + _character.gender + "']>> skin is flushed most of the time, probably due to the arousal after-effects of having a " + _character.pregnancy.type + ". ", "The " + _character.pregnancy.type + " potion you gave <<print $himher['" + _character.gender + "']>> has began to offset the pain of having such a large stomach with feelings of pleasure. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> pleasures <<print $himselfherself['" + _character.gender + "']>> much more often than normal. ", "<<print $HeShe['" + _character.gender + "']>> takes care of <<print $hisher['" + _character.gender + "']>> sexual urges <<print $himselfherself['" + _character.gender + "']>> whenever possible, sometimes doing it out in the open if <<print $heshe['" + _character.gender + "']>> can't find a chance to do it privately. ", "<<print $HeShe['" + _character.gender + "']>> pleasures <<print $himselfherself['" + _character.gender + "']>> by massaging <<print $hisher['" + _character.gender + "']>> stomach while rubbing <<print $hisher['" + _character.gender + "']>> genitalia. ")>>
<<elseif _character.pregnancy.weeks <= 14 && _character.pregnancy.weeks>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> stomach has gotten very large but is still manageable. ", "<<print $HisHer['" + _character.gender + "']>> stomach is almost twice the size of full-term baby bump. ", "<<print $HisHer['" + _character.gender + "']>> stomach is so large <<print $heshe['" + _character.gender + "']>> waddles as <<print $heshe['" + _character.gender + "']>> walks around. ")>>
<<set _feelings.push("<<print $HeShe['" + _character.gender + "']>> is in a constant state of arousal but it isn't too distracting for <<print $himher['" + _character.gender + "']>>. ", "<<print $HeShe['" + _character.gender + "']>> is frustrated with <<print $hisher['" + _character.gender + "']>> body being constantly aroused. ", "No matter what time of day, or what <<print $heshe['" + _character.gender + "']>> is doing, <<print $heshe['" + _character.gender + "']>> feels small pangs of lust. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> sometimes masturbates without even realizing it. ", "<<print $HeShe['" + _character.gender + "']>> tries to deal with <<print $hisher['" + _character.gender + "']>> overactive libido whenever possible with masturbation or sex when possible, but it doesn't help at all. ", "When <<print $hisher['" + _character.gender + "']>> arousal becomes too much to bear, <<print $heshe['" + _character.gender + "']>> breaks down and masturbates right on the spot. ")>>
<<elseif _character.pregnancy.weeks <= 16 && _character.pregnancy.weeks>>
<<set _signs.push("<<print $HisHer['" + _character.gender + "']>> stomach is obscenely large. ", "<<print $HisHer['" + _character.gender + "']>> stomach is becoming too large for <<print $himher['" + _character.gender + "']>> to handle. ", "<<print $HeShe['" + _character.gender + "']>> has trouble adjusting to the size of <<print $hisher['" + _character.gender + "']>> large stomach. ")>>
<<set _feelings.push("Whenever the offspring in <<print $hisher['" + _character.gender + "']>> stomach move about, which is almost always, they send pangs of pleasure coursing through <<print $hisher['" + _character.gender + "']>> body. ", "Any movement from <<print $hisher['" + _character.gender + "']>> offspring sends <<print $himher['" + _character.gender + "']>> into orgasmic bliss. ", "<<print $HeShe['" + _character.gender + "']>> constantly struggles to keep <<print $hisher['" + _character.gender + "']>> libido in check, as <<print $heshe['" + _character.gender + "']>> is in a constant state of arousal. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> has given up trying to sate <<print $hisher['" + _character.gender + "']>> lust, and instead enjoys the feeling <<print $hisher['" + _character.gender + "']>> " + _character.pregnancy.type + " brings <<print $himher['" + _character.gender + "']>>. ", "<<print $HeShe['" + _character.gender + "']>> has slowly become much more comfortable pleasuring <<print $himselfherself['" + _character.gender + "']>> out in the open due to the intense pleasure <<print $hisher['" + _character.gender + "']>> " + _character.pregnancy.type + " has brought <<print $himher['" + _character.gender + "']>>. ", "You've already caught <<print $himher['" + _character.gender + "']>> multiple times pleasuring <<print $himselfherself['" + _character.gender + "']>> this week alone. ")>>
<<elseif _character.pregnancy.weeks <= 18 && _character.pregnancy.weeks>>
<<set _signs.push( "<<print $HeShe['" + _character.gender + "']>> has problems seeing whats directly in front of <<print $himselfherself['" + _character.gender + "']>> due to <<print $hisher['" + _character.gender + "']>> huge stomach. ", "<<print $HisHer['" + _character.gender + "']>> stomach has ballooned to massive proportions. ", "The size of <<print $hisher['" + _character.gender + "']>> stomach is bordering on being as big as a large beach ball. ")>>
<<set _feelings.push("<<print $HisHer['" + _character.gender + "']>> pregnancy has entered the stage where <<print $heshe['" + _character.gender + "']>> is in an endless state of mindless pleasure. ", "<<print $HeShe['" + _character.gender + "']>> is too horny to do much of anything, as <<print $heshe['" + _character.gender + "']>> feels continuous pleasure from <<print $hisher['" + _character.gender + "']>> enlarged stomach. ", "From the glazed look plastered across <<print $hisher['" + _character.gender + "']>> face, you can tell that <<print $heshe['" + _character.gender + "']>> is in a world of pleasure. ")>>
<<set _reaction.push("<<print $HeShe['" + _character.gender + "']>> masturbates whensoever, without any care for privacy or humility. ", "<<print $HeShe['" + _character.gender + "']>> masturbates so frequently it isn't odd for you to find <<print $himher['" + _character.gender + "']>> with <<print $hisher['" + _character.gender + "']>> whole fist up <<print $hisher['" + _character.gender + "']>> pussy. ", "<<print $HeShe['" + _character.gender + "']>> will use anything and anyone to satisfy <<print $hisher['" + _character.gender + "']>> sexual needs, without a care as to when, where or how. ")>>
<</if>>
<<set _pregtext = "">>
<<set _pregtext += either(_signs)>>
<<set _pregtext += either(_feelings)>>
<<set _pregtext += either(_reaction)>>
<<set _character.pregnancy.status = _pregtext>>
<<set _character.summary += "<br><br><b>Pregnancy Week " + _character.pregnancy.weeks + "</b><br>">>
<<if _weeksuntilbirth>>
<<set _character.summary += _character.name + " is due to give birth in " + _weeksuntilbirth + " weeks. ">>
<<elseif _character.pregnancy.recovery>>
<<set _character.summary += _character.name + " will recover from <<print $hisher['" + _character.gender + "']>> pregnancy in " + _character.pregnancy.recovery + " weeks. ">>
<</if>>
<<set _character.summary += _pregtext>>
<</widget>>
<<set _an = AvsAn.query(extractWord($NC.tribe))>>
<<set $Continue = "CC - Sexuality">>
<<set $Previous = "Difficulty">>
<<if ["Human", "Canus", "Neko", "Goblin"].contains($NC.tribe)>>
<<set $PC.rarity = 1>>
<<elseif ["Dwarf", "Gnome", "Mongrel", "Pantheran", "Holstaur", "Minotaur"].contains($NC.tribe)>>
<<set $PC.rarity = 2>>
<<elseif ["Giant", "Forest Elf", "Moon Rabbit", "Orc"].contains($NC.tribe)>>
<<set $PC.rarity = 3>>
<<elseif ["High Elf", "Dark Elf"].contains($NC.tribe)>>
<<set $PC.rarity = 4>>
<</if>>
<<if ["Human", "Dwarf", "Gnome", "Giant"].contains($NC.tribe)>>
<<set $PC.race = "hume">>
<<elseif ["Neko", "Canus", "Pantheran", "Mongrel", "Holstaur", "Minotaur", "Moon Rabbit"].contains($NC.tribe)>>
<<set $PC.race = "beastman">>
<<elseif ["Goblin", "Orc"].contains($NC.tribe)>>
<<set $PC.race = "monster">>
<<elseif ["High Elf", "Forest Elf", "Dark Elf"].contains($NC.tribe)>>
<<set $PC.race = "elf">>
<</if>>
<<if $NC.tribe == "Moon Rabbit">>
<<set $PC.tribe = "moon rabbit">>
<<elseif $NC.tribe == "High Elf">>
<<set $PC.tribe = "high elf">>
<<elseif $NC.tribe == "Forest Elf">>
<<set $PC.tribe = "forest elf">>
<<elseif $NC.tribe == "Dark Elf">>
<<set $PC.tribe = "dark elf">>
<<else>>
<<set $PC.tribe = lowercase($NC.tribe)>>
<</if>>
<<racestats $PC.tribe>>
<<if $NC.stats.nectaring.permanent>>
<<set _nectaring = "@@color:green;YES@@">>
<<else>>
<<set _nectaring = "@@color:red;NO@@">>
<</if>>
<<if $NC.stats.lactating.permanent>>
<<set _lactating = "@@color:green;YES@@">>
<<else>>
<<set _lactating = "@@color:red;NO@@">>
<</if>>
<<if ["Holstaur"].contains($NC.tribe)>>
<<set $racestats.choosablesexes = ["Female"]>>
<<set $NC.sex = "Female">>
<<elseif ["Minotaur", "Goblin"].contains($NC.tribe)>>
<<set $racestats.choosablesexes = ["Male"]>>
<<set $NC.sex = "Male">>
<<else>>
<<set $racestats.choosablesexes = ["Male", "Female", "Futanari", "Shemale"]>>
<</if>>
<<set _tribedesc = "$tribedesc." + "'$NC.tribe'">>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th class = "nobottom" colspan = 6>Character Creation - Race</th></tr>
<tr>
<td class = "noborder" colspan = 3><b>Name:</b> <<textbox "$PC.name" $PC.name>></td>
<td class = "noborder" colspan = 3><b>Race:</b> <<dropdown "$NC.tribe" $tribes>></td>
</tr>
<tr><th class = "nobottom" colspan = 6><<race $PC.tribe "Main Menu">> Description</th></tr>
<tr><td class = "noborder" colspan = 6>You are _an <<race $PC.tribe "Main Menu">> $PC.race. <<racedesc $NC.tribe>></td></tr>
<tr><th colspan = 6><<race $PC.tribe "Main Menu">> Stats</th></tr>
<tr><th class = "nobottom" colspan = 6>General</th></tr>
<tr>
<td class = "noborder"><b>Beauty <br> <<racestatbar $racestats.beauty 10>></b></td>
<td class = "noborder"><b>Intelligence <br> <<racestatbar $racestats.intelligence 5>></b></td>
<td class = "noborder"><b>Fitness <br> <<racestatbar $racestats.weight 7>></b></td>
<td class = "noborder"><b>Lip Size <br> <<racestatbar $racestats.lips 5>></b></td>
<td class = "noborder"><b>Shoulder Size <br> <<racestatbar $racestats.shoulders 5>></b></td>
<td class = "noborder"><b>Hip Size <br> <<racestatbar $racestats.hips 5>></b></td>
</tr>
<tr>
<td class = "noborder"><b>Torso Size <br> <<racestatbar $racestats.torso 5>></b></td>
<td class = "noborder"><b>Leg Size <br> <<racestatbar $racestats.legs 5>></b></td>
<td class = "noborder"><b>Butt Size <br> <<racestatbar $racestats.butt 5>></b></td>
<td class = "noborder"></td>
<td class = "noborder"></td>
<td class = "noborder"></td>
</tr>
<tr><th class = "nobottom" colspan = 6>Bust</th></tr>
<tr>
<td class = "noborder"><b>Bust Size <br> <<racestatbar $racestats.bust 10>></b></td>
<td class = "noborder"><b>Milk Quantity <br> <<racestatbar $racestats.milk.quantity 5>></b></td>
<td class = "noborder"><b>Milk Quantity <br> <<racestatbar $racestats.milk.quality 5>></b></td>
<td class = "noborder"><b>Milk Taste <br> <<racestatbar $racestats.milk.taste 5>></b></td>
<td class = "noborder"><b>Natural Lactation <br> _lactating</b></td>
<td class = "noborder"></td>
</tr>
<tr><th class = "nobottom" colspan = 6>Male Genitalia</th></tr>
<tr>
<td class = "noborder"><b>Cock Length <br> <<racestatbar $racestats.cock 10>></b></td>
<td class = "noborder"><b>Cock Girth <br> <<racestatbar $racestats.girth 5>></b></td>
<td class = "noborder"><b>Ball Size <br> <<racestatbar $racestats.balls 5>></b></td>
<td class = "noborder"><b>Cum Quantity <br> <<racestatbar $racestats.cum.quantity 5>></b></td>
<td class = "noborder"><b>Cum Quantity <br> <<racestatbar $racestats.cum.quality 5>></b></td>
<td class = "noborder"><b>Cum Taste <br> <<racestatbar $racestats.cum.taste 5>></b></td>
</tr>
<tr><th class = "nobottom" colspan = 6>Female Genitalia</th></tr>
<tr>
<td class = "noborder"><b>Clit Size <br> <<racestatbar $racestats.clit 5>></b></td>
<td class = "noborder"><b>Pussy Size <br> <<racestatbar $racestats.pussy 5>></b></td>
<td class = "noborder"><b>Nectar Quantity <br> <<racestatbar $racestats.nectar.quantity 5>></b></td>
<td class = "noborder"><b>Nectar Quantity <br> <<racestatbar $racestats.nectar.quality 5>></b></td>
<td class = "noborder"><b>Nectar Taste <br> <<racestatbar $racestats.nectar.taste 5>></b></td>
<td class = "noborder"><b>Natural Nectaration <br> _nectaring</b></td>
</tr>
<tr><th class = "nobottom" colspan = 6>Sexual Prowess</th></tr>
<tr>
<td class = "noborder"></td>
<td class = "noborder"><b>Sexual Stamina <br> <<racestatbar $racestats.sexual.stamina 5>></b></td>
<td class = "noborder"><b>Orgasm Control <br> <<racestatbar $racestats.sexual.control 5>></b></td>
<td class = "noborder"><b>Libido <br> <<racestatbar $racestats.sexual.libido 5>></b></td>
<td class = "noborder"><b>Fertility <br> <<racestatbar $racestats.sexual.fertility 5>></b></td>
<td class = "noborder"></td>
</tr>
</table>
<center>[[Continue|CC - Sexuality]]</center><<widget "racedesc">>
<<switch $args[0]>>
<<case "Canus">>
Canus are a crossbreed between a human and a mongrel. They can live relatively normal lives in human societies as they're mentally no different from their human counterparts. That doesn't mean they do, as they are often used as sex slaves due to their dog-like ears and tails. In mongrel society canus are accepted but are treated lesser than their pure-bread counterparts. They are often found performing menial chores around mongrel villages and are often used as slaves there as well. They're physically and mentally average as a race.
<<case "Dark Elf">>
Dark Elves have lived just as long as High Elves but have secluded themselves from any contact with any other race. Although they aren't hostile they are absolutely aggressive with defending their territory. They don't trade or interact with other dark elf tribes, let alone other races. Their darkened skin and pointy ears are their defining attributes. Dark Elves are matriarchal in nature and their looks reflect that. The women have larger than average breasts, while the men have smaller than average cocks. Like most elves, they are extremely beautiful and produce good quality nectar naturally.
<<case "Dwarf">>
Dwarves have lived have lived among society for the past few centuries but before were cave dwellers. Their short yet stout bodies helped them traverse through constricted tunnel systems. Most dwarves now live amongst other races, providing their trade skills for compensation. Dwarves have small breasts and cocks, and all of them have facial hair. They’re short too, but their redeeming factor is that they’re a very fit race.
<<case "Forest Elf">>
Forest Elves are heralded as the peacekeepers of the forest. They aren't too much divorced from their dark and high elf cousins genetically and more numerous in number. They tend to live in grandiose forest villages protected by illusion barriers to prevent any outsiders from entering. Boasting superior magic and a longer life, the only thing preventing them from being the dominant race is their very weak fertility. Forest elves, like most elves, are extremely beautiful. They also produce good quality nectar naturally.
<<case "Giant">>
Giants live in mountainous plains sometimes in groups of two but mostly by themselves. Both sexes roam the mountains for food, only looking for companionship during mating season. Male giants will fight amongst themselves for land, providing themselves with a prosperous breeding ground. Female giants are granted access to a male's land but are also subject to his libido. Not only are giants extremely tall, they have large cocks, breasts and are generally very athletic.
<<case "Gnome">>
Gnomes are the smallest race alongside goblins. Despite their small size, it is very rare for gnomes to be poor or low class. They make a living with their ingenious creations and superior wares. In the wild they often live in the hollowed out insides of giant trees. They have really small cocks and breasts but they are very intelligent.
<<case "Goblin">>
Goblins are considered a plague amongst the living. Individually their abilities pale in comparison to every other race, but their unparalleled mating ability and high fertility allows them to overwhelm any race through sheer numbers. Goblins are a male only race of very small, large cocked monsters. They’re very dumb and ugly, but also very cheap.
<<case "High Elf">>
High Elves can be found scattered across the world, mainly in the high echelons of human societies. High elves are patriarchal in nature and their looks reflect that. The men have larger than average cocks, while the women have smaller than average breasts. Like most elves, they are extremely beautiful and produce good quality nectar naturally.
<<case "Holstaur">>
Holstaur are the female sex of the beastmen cattle species. They graze in the wild in herds with their offspring and one or at most two minotaur. Holstaur features are mainly human but they have extremely large busts, produce high quality milk, small horns sprouting from their heads, have hoofed feet and are female only.
<<case "Human">>
Humans almost always live in societies consisting of other humans. They're very social, requiring some form of interaction to retain their mental health. While they have no strong points, they have no weaknesses either making them the most dominant race on the planet. Humans are the most common and average traits. There isn’t anything special about them other than the fact they are cheap and can be bred by any race.
<<case "Minotaur">>
Mintaur are the male sex of the beastmen cattle species. They fight amongst themselves to control groups of cattle but sometimes may share their leadership with another minotaur. Minotaur features are mainly human but they have larger than average cocks, bull horns sprouting from their heads, hoofed feet and are male only.
<<case "Mongrel">>
Mongrels are a race of anthropomorphic dogs that live mainly in the forest. Both male and female mongrels share all roles within their villages equally. That includes hunting, child-rearing, leadership roles and the many trades they partake in. They are very aggressive when it comes to defending their territory. Male mongrels have knotted cocks and all mongrels are generally fit.
<<case "Moon Rabbit">>
Moon rabbits are a rare, forest dwelling race that have mainly human features but have bunny like ears and tails. They reside in isolated but enormous underground villages which they only leave to gather food. Moon Rabbit villages can often go two to three centuries without being discovered by any other race. They are known to be intelligent and beautiful.
<<case "Neko">>
Neko are a crossbreed between a human and a pantheran. They can live relatively normal lives in human societies as they're mentally no different from their human counterparts. That doesn't mean they do, as they are often used as sex slaves due to their cat-like ears and tails. In pantheran society canus are completely shunned as they are considered lesser than their pure-bread counterparts. Pantherans feel they weaken the tribe and thus are only admitted into the tribe as slaves. Neko features are mainly human, but they do have cat like ears and tails. They're physically and mentally average as a race.
<<case "Orc">>
Orcs are very large athletic monsters that are generally stupid and very ugly. They have a penchant for fighting, losing them more people than their enhanced libidos can keep up with. Almost every clan of orcs will eventually fight itself into extinction without intervention. Males have extraordinarily large cocks that produce high quality cum except for the taste, which is generally very bad. Females have large breasts.
<<case "Pantheran">>
Pantherans are a race of anthropomorphic cats that live mainly in the forest. Female pantheran rule the tribes, as they are more skilled in combat than their male counterparts. A male's status in the clan is largely decided by his mother's status, making it possible for a male to rank higher in the clan than a low status female. Female pantheran fight over the right to mate a male. The male then has the right to veto if he can best his potential partner in combat, which rarely ever happens. Male pantherans have barbed cocks and all pantherans are generally fit.
<</switch>>
<</widget>><<widget "racestatbar">>
<<set _ee = $args[0] / $args[1]>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .80>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .60>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .40>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .20>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<set _current = Math.floor(_ee * 30)>>
<<set _gone = 30 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _cstat = '<b>@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _gstat = '@@color:' + "gray" + ';' + _gone + '@@</b>'>>
<<print _cstat + _gstat>>
<</widget>><<widget "racestats">>
<<set $racestats = {milk:{}, lactating:{}, cum:{}, nectar:{}, nectaring:{}, sexual:{}, choosablesexes:[]}>>
<<if ["gnome"].contains($args[0])>>
<<set $racestats.intelligence = 5>>
<<elseif ["moon rabbit", "dark elf", "forest elf", "high elf"].contains($args[0])>>
<<set $racestats.intelligence = 4>>
<<elseif ["orc"].contains($args[0])>>
<<set $racestats.intelligence = 2>>
<<elseif ["goblin"].contains($args[0])>>
<<set $racestats.intelligence = 1>>
<<else>>
<<set $racestats.intelligence = 3>>
<</if>>
<<if ["orc", "giant"].contains($args[0])>>
<<set $racestats.weight = 7>>
<<set $racestats.choosableweight = ["Athletic", "Fit", "Normal", "Underweight", "Overweight", "Emaciated", "Obese"]>>
<<elseif ["dwarf", "minotaur", "pantheran", "mongrel"].contains($args[0])>>
<<set $racestats.weight = 6>>
<<set $racestats.choosableweight = ["Fit", "Normal", "Underweight", "Overweight", "Emaciated", "Obese"]>>
<<else>>
<<set $racestats.weight = 5>>
<<set $racestats.choosableweight = ["Normal", "Underweight", "Overweight", "Emaciated", "Obese"]>>
<</if>>
<<if ["dark elf", "forest elf", "high elf"].contains($args[0])>>
<<set $racestats.beauty = 10>>
<<elseif ["moon rabbit"].contains($args[0])>>
<<set $racestats.beauty = 8>>
<<elseif ["goblin"].contains($args[0])>>
<<set $racestats.beauty = 4>>
<<elseif ["orc"].contains($args[0])>>
<<set $racestats.beauty = 2>>
<<else>>
<<set $racestats.beauty = 6>>
<</if>>
<<if ["goblin", "orc"].contains($args[0])>>
<<set $racestats.sexual.fertility = 5>>
<<elseif ["pantheran", "mongrel", "minotaur"].contains($args[0])>>
<<set $racestats.sexual.fertility = 4>>
<<elseif ["human", "giant", "canus", "neko", "holstaur"].contains($args[0])>>
<<set $racestats.sexual.fertility = 3>>
<<elseif ["dwarf", "gnome", "moon rabbit"].contains($args[0])>>
<<set $racestats.sexual.fertility = 2>>
<<elseif ["high elf", "forest elf", "dark elf"].contains($args[0])>>
<<set $racestats.sexual.fertility = 1>>
<</if>>
<<if ["goblin", "orc"].contains($args[0])>>
<<set $racestats.sexual.libido = 5>>
<<elseif ["pantheran", "dark elf", "mongrel", "minotaur"].contains($args[0])>>
<<set $racestats.sexual.libido = 4>>
<<elseif ["human", "giant", "canus", "neko", "forest elf", "holstaur"].contains($args[0])>>
<<set $racestats.sexual.libido = 3>>
<<elseif ["dwarf", "moon rabbit"].contains($args[0])>>
<<set $racestats.sexual.libido = 2>>
<<elseif ["high elf", "gnome"].contains($args[0])>>
<<set $racestats.sexual.libido = 1>>
<</if>>
<<if ["giant", "orc"].contains($args[0])>>
<<set $racestats.sexual.strength = 5>>
<<elseif ["dwarf", "dark elf", "canus", "mongrel", "minotaur"].contains($args[0])>>
<<set $racestats.sexual.strength = 4>>
<<elseif ["human", "forest elf", "pantheran", "moon rabbit", "holstaur"].contains($args[0])>>
<<set $racestats.sexual.strength = 3>>
<<elseif ["high elf", "neko", "goblin"].contains($args[0])>>
<<set $racestats.sexual.strength = 2>>
<<elseif ["gnome"].contains($args[0])>>
<<set $racestats.sexual.strength = 1>>
<</if>>
<<if ["gnome", "moon rabbit"].contains($args[0])>>
<<set $racestats.sexual.speed = 5>>
<<elseif ["high elf", "neko", "pantheran"].contains($args[0])>>
<<set $racestats.sexual.speed = 4>>
<<elseif ["human", "forest elf", "mongrel", "minotaur", "holstaur"].contains($args[0])>>
<<set $racestats.sexual.speed = 3>>
<<elseif ["giant", "dwarf", "dark elf", "canus", "goblin"].contains($args[0])>>
<<set $racestats.sexual.speed = 2>>
<<elseif ["orc"].contains($args[0])>>
<<set $racestats.sexual.speed = 1>>
<</if>>
<<if ["goblin", "orc"].contains($args[0])>>
<<set $racestats.sexual.stamina = 5>>
<<elseif ["dwarf", "moon rabbit", "minotaur", "holstaur"].contains($args[0])>>
<<set $racestats.sexual.stamina = 4>>
<<elseif ["giant", "gnome", "high elf", "forest elf", "dark elf", "mongrel", "pantheran"].contains($args[0])>>
<<set $racestats.sexual.stamina = 3>>
<<elseif ["human", "gnome"].contains($args[0])>>
<<set $racestats.sexual.stamina = 2>>
<<elseif ["neko", "canus"].contains($args[0])>>
<<set $racestats.sexual.stamina = 1>>
<</if>>
<<if ["high elf", "forest elf", "dark elf"].contains($args[0])>>
<<set $racestats.sexual.control = 5>>
<<elseif ["moon rabbit", "holstaur"].contains($args[0])>>
<<set $racestats.sexual.control = 4>>
<<elseif ["giant", "human", "dwarf", "gnome", "canus", "neko"].contains($args[0])>>
<<set $racestats.sexual.control = 3>>
<<elseif ["mongrel", "pantheran", "minotaur", "orc"].contains($args[0])>>
<<set $racestats.sexual.control = 2>>
<<elseif ["goblin"].contains($args[0])>>
<<set $racestats.sexual.control = 1>>
<</if>>
<<if ["orc"].contains($args[0])>>
<<set $racestats.cock = 10>>
<<elseif ["giant", "goblin", "minotaur", "high elf"].contains($args[0])>>
<<set $racestats.cock = 8>>
<<elseif ["dwarf", "dark elf"].contains($args[0])>>
<<set $racestats.cock = 4>>
<<elseif ["gnome"].contains($args[0])>>
<<set $racestats.cock = 2>>
<<else>>
<<set $racestats.cock = 6>>
<</if>>
<<if ["orc"].contains($args[0])>>
<<set $racestats.girth = 5>>
<<elseif ["giant", "goblin", "minotaur", "high elf"].contains($args[0])>>
<<set $racestats.girth = 4>>
<<elseif ["dwarf", "dark elf"].contains($args[0])>>
<<set $racestats.girth = 2>>
<<elseif ["gnome"].contains($args[0])>>
<<set $racestats.girth = 1>>
<<else>>
<<set $racestats.girth = 3>>
<</if>>
<<if ["holstaur"].contains($args[0])>>
<<set $racestats.bust = 10>>
<<elseif ["orc", "dark elf", "giant"].contains($args[0])>>
<<set $racestats.bust = 8>>
<<elseif ["dwarf", "high elf"].contains($args[0])>>
<<set $racestats.bust = 4>>
<<elseif ["gnome"].contains($args[0])>>
<<set $racestats.bust = 2>>
<<else>>
<<set $racestats.bust = 6>>
<</if>>
<<if ["dark elf", "orc", "holstaur"].contains($args[0])>>
<<set $racestats.lips = 5>>
<<elseif ["canus", "mongrel", "giant"].contains($args[0])>>
<<set $racestats.lips = 4>>
<<elseif ["dwarf", "gnome", "moon rabbit", "neko"].contains($args[0])>>
<<set $racestats.lips = 2>>
<<elseif ["pantheran", "goblin"].contains($args[0])>>
<<set $racestats.lips = 1>>
<<else>>
<<set $racestats.lips = 3>>
<</if>>
<<if ["giant", "orc", "dwarf", "minotaur"].contains($args[0])>>
<<set $racestats.shoulders = 5>>
<<elseif ["mongrel", "goblin", "canus"].contains($args[0])>>
<<set $racestats.shoulders = 4>>
<<elseif ["forest elf", "dark elf", "high elf", "neko"].contains($args[0])>>
<<set $racestats.shoulders = 2>>
<<elseif ["pantheran", "gnome", "moon rabbit"].contains($args[0])>>
<<set $racestats.shoulders = 1>>
<<else>>
<<set $racestats.shoulders = 3>>
<</if>>
<<if ["holstaur", "dark elf", "pantheran"].contains($args[0])>>
<<set $racestats.hips = 5>>
<<elseif ["moon rabbit", "orc", "neko", "gnome"].contains($args[0])>>
<<set $racestats.hips = 4>>
<<elseif ["canus", "forest elf", "dwarf"].contains($args[0])>>
<<set $racestats.hips = 2>>
<<elseif ["high elf", "mongrel"].contains($args[0])>>
<<set $racestats.hips = 1>>
<<else>>
<<set $racestats.hips = 3>>
<</if>>
<<if ["dwarf", "mongrel", "minotaur", "orc"].contains($args[0])>>
<<set $racestats.torso = 5>>
<<elseif ["canus", "dark elf", "giant"].contains($args[0])>>
<<set $racestats.torso = 4>>
<<elseif ["neko", "forest elf"].contains($args[0])>>
<<set $racestats.torso = 2>>
<<elseif ["pantheran", "gnome", "high elf"].contains($args[0])>>
<<set $racestats.torso = 1>>
<<else>>
<<set $racestats.torso = 3>>
<</if>>
<<if ["moon rabbit", "high elf", "dark elf", "pantheran"].contains($args[0])>>
<<set $racestats.legs = 5>>
<<elseif ["forest elf", "neko"].contains($args[0])>>
<<set $racestats.legs = 4>>
<<elseif ["goblin", "dwarf"].contains($args[0])>>
<<set $racestats.legs = 2>>
<<elseif ["gnome"].contains($args[0])>>
<<set $racestats.legs = 1>>
<<else>>
<<set $racestats.legs = 3>>
<</if>>
<<if ["holstaur"].contains($args[0])>>
<<set $racestats.butt = 5>>
<<elseif ["dark elf", "moon rabbit"].contains($args[0])>>
<<set $racestats.butt = 4>>
<<elseif ["high elf", "forest elf"].contains($args[0])>>
<<set $racestats.butt = 2>>
<<elseif ["gnome", "dwarf", "goblin"].contains($args[0])>>
<<set $racestats.butt = 1>>
<<else>>
<<set $racestats.butt = 3>>
<</if>>
<<if ["orc", "minotaur"].contains($args[0])>>
<<set $racestats.balls = 5>>
<<elseif ["giant", "mongrel"].contains($args[0])>>
<<set $racestats.balls = 4>>
<<elseif ["dark elf", "dwarf", "goblin"].contains($args[0])>>
<<set $racestats.balls = 2>>
<<elseif ["gnome"].contains($args[0])>>
<<set $racestats.balls = 1>>
<<else>>
<<set $racestats.balls = 3>>
<</if>>
<<if ["giant"].contains($args[0])>>
<<set $racestats.clit = 5>>
<<elseif ["pantheran", "moon rabbit"].contains($args[0])>>
<<set $racestats.clit = 4>>
<<elseif ["orc", "high elf"].contains($args[0])>>
<<set $racestats.clit = 2>>
<<elseif ["mongrel", "holstaur"].contains($args[0])>>
<<set $racestats.clit = 1>>
<<else>>
<<set $racestats.clit = 3>>
<</if>>
<<if ["giant"].contains($args[0])>>
<<set $racestats.pussy = 5>>
<<elseif ["orc", "gnome", "high elf"].contains($args[0])>>
<<set $racestats.pussy = 4>>
<<elseif ["forest elf"].contains($args[0])>>
<<set $racestats.pussy = 2>>
<<elseif ["dwarf"].contains($args[0])>>
<<set $racestats.pussy = 1>>
<<else>>
<<set $racestats.pussy = 3>>
<</if>>
<<if ["orc"].contains($args[0])>>
<<set $racestats.cum.quality = 5>>
<<set $racestats.cum.quantity = 5>>
<<set $racestats.cum.taste = 1>>
<<else>>
<<set $racestats.cum.quality = 3>>
<<set $racestats.cum.quantity = 3>>
<<set $racestats.cum.taste = 3>>
<</if>>
<<if ["holstaur", "minotaur"].contains($args[0])>>
<<set $racestats.milk.quality = 4>>
<<set $racestats.milk.quantity = 4>>
<<set $racestats.milk.taste = 4>>
<<else>>
<<set $racestats.milk.quality = 3>>
<<set $racestats.milk.quantity = 3>>
<<set $racestats.milk.taste = 3>>
<</if>>
<<if ["high elf", "forest elf", "dark elf"].contains($args[0])>>
<<set $racestats.nectar.quality = 5>>
<<set $racestats.nectar.quantity = 4>>
<<set $racestats.nectar.taste = 2>>
<<else>>
<<set $racestats.nectar.quality = 3>>
<<set $racestats.nectar.quantity = 3>>
<<set $racestats.nectar.taste = 3>>
<</if>>
<<set _sex = lowercase($NC.sex)>>
<<if $PC.tribe != $NC.oldtribe || $NC.stats == null || $PC.sex != _sex>>
<<set $NC.statpoints = 20>>
<<set $NC.stats = $racestats>>
<<set $NC.oldtribe = $PC.tribe>>
<</if>>
<</widget>><<set $Continue = "Start">>
<<set $Previous = "CC - Sexuality">>
<<if $cheats.includes("MAS")>>
<<run toggleCheat("MAS")>>
<<set $NC.stats.beauty = 10>>
<<set $NC.stats.intelligence = 5>>
<<set $NC.stats.lips = 5>>
<<set $NC.stats.shoulders = 5>>
<<set $NC.stats.hips = 5>>
<<set $NC.stats.torso = 5>>
<<set $NC.stats.legs = 5>>
<<set $NC.stats.butt = 5>>
<<set $NC.stats.sexual.stamina = 5>>
<<set $NC.stats.sexual.control = 5>>
<<set $NC.stats.sexual.libido = 5>>
<<set $NC.stats.sexual.fertility = 5>>
<<set $NC.stats.cock = 10>>
<<set $NC.stats.girth = 5>>
<<set $NC.stats.balls = 5>>
<<set $NC.stats.cum.quality = 5>>
<<set $NC.stats.cum.quantity = 5>>
<<set $NC.stats.cum.taste = 5>>
<<set $NC.stats.bust = 10>>
<<set $NC.stats.milk.quantity = 5>>
<<set $NC.stats.milk.quality = 5>>
<<set $NC.stats.milk.taste = 5>>
<<set $NC.stats.pussy = 5>>
<<set $NC.stats.clit = 5>>
<<set $NC.stats.nectar.quantity = 5>>
<<set $NC.stats.nectar.quality = 5>>
<<set $NC.stats.nectar.taste = 5>>
<</if>>
<<if settings.cheats>>
<<if ["perfectCharacter"].contains($cheat)>>
<<run toggleCheat($cheat)>>
<</if>>
<<if ["perfectCharacter"].contains($cheat)>>
<<run addCheatPage($cheat)>>
<</if>>
<<set $cheat = null>>
<</if>>
<<if $cheats.includes("perfectCharacter")>>
<<set $NC.statpoints = 20>>
<</if>>
<<if ["Human", "Canus", "Neko", "Goblin"].contains($NC.tribe)>>
<<set $PC.rarity = 1>>
<<elseif ["Dwarf", "Gnome", "Mongrel", "Pantheran", "Holstaur", "Minotaur"].contains($NC.tribe)>>
<<set $PC.rarity = 2>>
<<elseif ["Giant", "Forest Elf", "Moon Rabbit", "Orc"].contains($NC.tribe)>>
<<set $PC.rarity = 3>>
<<elseif ["High Elf", "Dark Elf"].contains($NC.tribe)>>
<<set $PC.rarity = 4>>
<</if>>
<<if ["Human", "Dwarf", "Gnome", "Giant"].contains($NC.tribe)>>
<<set $PC.race = "hume">>
<<elseif ["Neko", "Canus", "Pantheran", "Mongrel", "Holstaur", "Minotaur", "Moon Rabbit"].contains($NC.tribe)>>
<<set $PC.race = "beastman">>
<<elseif ["Goblin", "Orc"].contains($NC.tribe)>>
<<set $PC.race = "monster">>
<<elseif ["High Elf", "Forest Elf", "Dark Elf"].contains($NC.tribe)>>
<<set $PC.race = "elf">>
<</if>>
<<if $NC.tribe == "Moon Rabbit">>
<<set $PC.tribe = "moon rabbit">>
<<elseif $NC.tribe == "High Elf">>
<<set $PC.tribe = "high elf">>
<<elseif $NC.tribe == "Forest Elf">>
<<set $PC.tribe = "forest elf">>
<<elseif $NC.tribe == "Dark Elf">>
<<set $PC.tribe = "dark elf">>
<<else>>
<<set $PC.tribe = lowercase($NC.tribe)>>
<</if>>
<<racestats $PC.tribe>>
<<if ["Holstaur"].contains($NC.tribe)>>
<<set $racestats.choosablesexes = ["Female"]>>
<<set $NC.sex = "Female">>
<<elseif ["Minotaur", "Goblin"].contains($NC.tribe)>>
<<set $racestats.choosablesexes = ["Male"]>>
<<set $NC.sex = "Male">>
<<else>>
<<set $racestats.choosablesexes = ["Male", "Female", "Futanari", "Shemale"]>>
<</if>>
<<if !$racestats.choosableweight.contains($NC.weight)>>
<<set $NC.weight = $racestats.choosableweight[0]>>
<</if>>
<<if $NC.weight == "Athletic">>
<<set $PC.weight = 7>>
<<elseif $NC.weight == "Fit">>
<<set $PC.weight = 6>>
<<elseif $NC.weight == "Normal">>
<<set $PC.weight = 5>>
<<elseif $NC.weight == "Underweight">>
<<set $PC.weight = 4>>
<<elseif $NC.weight == "Overweight">>
<<set $PC.weight = 3>>
<<elseif $NC.weight == "Emaciated">>
<<set $PC.weight = 2>>
<<elseif $NC.weight == "Obese">>
<<set $PC.weight = 1>>
<</if>>
<<set _skinfur = "Skin">>
<<if $PC.race == "hume">>
<<set $racestats.choosableskin = ["Pale", "Light-skinned", "Tan", "Dark-skinned"]>>
<<elseif $PC.race == "beastman">>
<<if $PC.tribe == "pantheran" || $PC.tribe == "mongrel">>
<<set $racestats.choosableskin = ["Brown", "Cream", "Cinnamon", "Black", "White", "Fawn"]>>
<<set _skinfur = "Fur">>
<<else>>
<<set $racestats.choosableskin = ["Pale", "Light-skinned", "Tan", "Dark-skinned"]>>
<</if>>
<<elseif $PC.race == "monster">>
<<set $racestats.choosableskin = ["Brown-skinned", "Green-skinned"]>>
<<elseif $PC.race == "elf">>
<<if $PC.tribe == "forest elf">>
<<set $racestats.choosableskin = ["Light-skinned"]>>
<<elseif $PC.tribe == "high elf">>
<<set $racestats.choosableskin = ["Pale"]>>
<<elseif $PC.tribe == "dark elf">>
<<set $racestats.choosableskin = ["Dark-skinned"]>>
<</if>>
<</if>>
<<if !$racestats.choosableskin.contains($NC.skintone)>>
<<set $NC.skintone = $racestats.choosableskin[0]>>
<</if>>
<<if ["pantheran", "mongrel"].contains($PC.tribe)>>
<<set $PC.fur = lowercase($NC.skintone)>>
<<set $PC.skintone = null>>
<<else>>
<<set $PC.skintone = lowercase($NC.skintone)>>
<<set $PC.fur = null>>
<</if>>
<<set $PC.sex = lowercase($NC.sex)>>
<<set $PC.gender = lowercase($NC.gender)>>
<<if ($PC.tribe == "orc" && ["male"].contains($PC.sex)) || $PC.tribe == "goblin">>
<<set $racestats.choosablehairstyles = ["Completely Bald"]>>
<<elseif ["male"].contains($PC.sex)>>
<<set $racestats.choosablehairstyles = ["Completely Bald", "Crew Cut", "Curtained", "Long", "Caesar Cut", "Quiff", "Simple and Short"]>>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<<set $racestats.choosablehairstyles = ["Completely Bald", "Bob Cut", "Short Bob Cut", "Hime Cut", "Long and Wavy", "Straight and Long", "Pigtails", "Ponytail"]>>
<</if>>
<<if !$racestats.choosablehairstyles.contains($NC.hairstyle)>>
<<set $NC.hairstyle = $racestats.choosablehairstyles[0]>>
<</if>>
<<set _hairindex = $racestats.choosablehairstyles.indexOf($NC.hairstyle)>>
<<if ["futanari", "shemale"].contains($PC.sex)>>
<<set $PC.hairstyle = $simplehairstyles["female"][_hairindex]>>
<<else>>
<<set $PC.hairstyle = $simplehairstyles[$PC.gender][_hairindex]>>
<</if>>
<<set $racestats.choosablehaircolors = ["Black", "Brown", "Red", "Blonde", "Pink", "Purple", "Blue", "Green", "Silver", "White"]>>
<<if $PC.fur>>
<<set $NC.haircolor = $NC.skintone>>
<<elseif !$racestats.choosablehaircolors.contains($NC.haircolor)>>
<<set $NC.haircolor = $racestats.choosablehaircolors[0]>>
<</if>>
<<set $PC.haircolor = lowercase($NC.haircolor)>>
<<set $racestats.choosableyecolors = ["Amber", "Blue", "Brown", "Gray", "Green", "Hazel", "Red", "Violet"]>>
<<if !$racestats.choosableyecolors.contains($NC.eyecolor)>>
<<set $NC.eyecolor = lowercase($racestats.choosableyecolors[0])>>
<</if>>
<<set $PC.eyecolor = lowercase($NC.eyecolor)>>
<<if ["orc", "giant"].contains($PC.tribe)>>
<<if ["male"].contains($PC.sex)>>
<<set $racestats.heightmin = 215>>
<<set $racestats.heightmax = 260>>
<<else>>
<<set $racestats.heightmin = 200>>
<<set $racestats.heightmax = 245>>
<</if>>
<<elseif ["minotaur"].contains($PC.tribe)>>
<<if ["male"].contains($PC.sex)>>
<<set $racestats.heightmin = 185>>
<<set $racestats.heightmax = 230>>
<<else>>
<<set $racestats.heightmin = 170>>
<<set $racestats.heightmax = 215>>
<</if>>
<<elseif ["dwarf"].contains($PC.tribe)>>
<<if ["male"].contains($PC.sex)>>
<<set $racestats.heightmin = 125>>
<<set $racestats.heightmax = 170>>
<<else>>
<<set $racestats.heightmin = 110>>
<<set $racestats.heightmax = 115>>
<</if>>
<<elseif ["gnome", "goblin"].contains($PC.tribe)>>
<<if ["male"].contains($PC.sex)>>
<<set $racestats.heightmin = 95>>
<<set $racestats.heightmax = 140>>
<<else>>
<<set $racestats.heightmin = 80>>
<<set $racestats.heightmax = 125>>
<</if>>
<<else>>
<<if ["male"].contains($PC.sex)>>
<<set $racestats.heightmin = 155>>
<<set $racestats.heightmax = 200>>
<<else>>
<<set $racestats.heightmin = 140>>
<<set $racestats.heightmax = 185>>
<</if>>
<</if>>
<<if !$NC.maturity>>
<<set $NC.maturity = "Adult">>
<<set $PC.maturity = 2>>
<<elseif $NC.maturity == "Young Adult">>
<<set $PC.maturity = 1>>
<<elseif $NC.maturity == "Adult">>
<<set $PC.maturity = 2>>
<<elseif $NC.maturity == "Mature">>
<<set $PC.maturity = 3>>
<</if>>
<<set $PC.height = Math.clamp($PC.height, $racestats.heightmin, $racestats.heightmax)>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th class = "nobottom" colspan = 100>Character Creation - Physical Traits</th></tr>
<tr>
<td class = "noborder" colspan = 34><b>Name:</b> <<textbox "$PC.name" $PC.name>></td>
<td class = "noborder" colspan = 20><b>Race:</b> <<dropdown "$NC.tribe" $tribes>></td>
<td class = "noborder" colspan = 21><b>Weight:</b> <<dropdown "$NC.weight" $racestats.choosableweight>></td>
<td class = "noborder" colspan = 25><b>_skinfur:</b> <<dropdown "$NC.skintone" $racestats.choosableskin>></td>
</tr>
<tr>
<td class = "noborder" colspan = 16><b>Sex:</b> <<dropdown "$NC.sex" $racestats.choosablesexes>></td>
<td class = "noborder" colspan = 18><b>Gender:</b> <<dropdown "$NC.gender" "Male" "Female">></td>
<td class = "noborder" colspan = 26><b>Hairstyle:</b> <<dropdown "$NC.hairstyle" $racestats.choosablehairstyles>></td>
<<if _skinfur == "Skin">>
<td class = "noborder" colspan = 20><b>Haircolor:</b> <<dropdown "$NC.haircolor" $racestats.choosablehaircolors>></td>
<<else>>
<td class = "noborder" colspan = 20><b>Haircolor:</b> $NC.haircolor</td>
<</if>>
<td class = "noborder" colspan = 20><b>Eyecolor:</b> <<dropdown "$NC.eyecolor" $racestats.choosableyecolors>></td>
</tr>
<tr>
<td class = "noborder" colspan = 50><b>Height [$racestats.heightmin cm - $racestats.heightmax cm] [Metric]:</b> <<textbox "$PC.height" $PC.height "CC - Physical Traits">></td>
<td class = "noborder" colspan = 27><b>Height [<<print getHeight($racestats.heightmin)>> - <<print getHeight($racestats.heightmax)>>] [Imperial]:</b> <<print getHeight($PC.height)>> </td>
<td class = "noborder" colspan = 23><b>Maturity:</b> <<dropdown "$NC.maturity" "Young Adult" "Adult" "Mature">></td>
</tr>
<tr><th class = "nobottom" colspan = 100>Genetics</th></tr>
<tr><td class = "noborder" colspan = 100>Choose and edit your character's genetics. You will start out with a template based on your race, which you can edit with statpoints. You start with 20, increasing the strength of a genetic will take up one point. You can also decrease the strength of genetics relevant to your character's sex, increasing the amount of statpoints you have up to 20. You can take away 2 points from primary stats, and 1 from secondary stats. </td></tr>
<tr><th class = "nobottom" colspan = 100>General Stats</th></tr>
<tr><td class = "noborder" colspan = 100>Most of these stats affect both sexes, but there are a few secondary stats that are dependent upon which sex you chose for your character. Lip size, shoulder size, hip size and torso size all fall under that category, while leg and butt size are secondary stats that affect both sexes.
<br><br>
<<if ["male"].contains($PC.sex)>>
@@color:#3A82FF;You are biologically male (♂) so any points you put in your lip or hip size won't be apparent unless you transition into being biologically female or futanari.@@
<<elseif ["female"].contains($PC.sex)>>
@@color:#FD81CA;You are biologically female (♀) so any points you put in your shoulder or torso size won't be apparent unless you transition into being biologically male.@@
<<elseif ["futanari"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically futanari (⚥) so any points you put in your shoulder or torso size won't be apparent unless you transition into being biologically male.@@
<<elseif ["shemale"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically shemale(⚦) so any points you put in your shoulder or torso size won't be apparent unless you transition into being biologically male.@@
<</if>><br><br></td></tr>
<tr>
<td class = "noborder" colspan = 15><b>Beauty<br><span id='beauty'><<racestatbar $NC.stats.beauty 10>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPbeauty'><<statpoints "beauty" $NC.stats.beauty $racestats.beauty 1 10>></span></b></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Intelligence<br><span id='intelligence'><<racestatbar $NC.stats.intelligence 5>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPintelligence'><<statpoints "intelligence" $NC.stats.intelligence $racestats.intelligence 1 5>></span></b></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Lips<br><span id='lips'><<racestatbar $NC.stats.lips 5>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPlips'><<statpoints "lips" $NC.stats.lips $racestats.lips 0 5>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPlips'><<statpoints "lips" $NC.stats.lips $racestats.lips 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Shoulders<br><span id='shoulders'><<racestatbar $NC.stats.shoulders 5>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPshoulders'><<statpoints "shoulders" $NC.stats.shoulders $racestats.shoulders 1 5>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPshoulders'><<statpoints "shoulders" $NC.stats.shoulders $racestats.shoulders 0 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 3></td>
</tr>
<tr>
<td class = "noborder" colspan = 15><b>Hips<br><span id='hips'><<racestatbar $NC.stats.hips 5>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPhips'><<statpoints "hips" $NC.stats.hips $racestats.hips 0 5>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPhips'><<statpoints "hips" $NC.stats.hips $racestats.hips 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Torso<br><span id='torso'><<racestatbar $NC.stats.torso 5>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPtorso'><<statpoints "torso" $NC.stats.torso $racestats.torso 1 5>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPtorso'><<statpoints "torso" $NC.stats.torso $racestats.torso 0 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Legs<br><span id='legs'><<racestatbar $NC.stats.legs 5>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPlegs'><<statpoints "legs" $NC.stats.legs $racestats.legs 1 5>></span></b></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Butt<br><span id='butt'><<racestatbar $NC.stats.butt 5>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPbutt'><<statpoints "butt" $NC.stats.butt $racestats.butt 1 5>></span></b></td>
<td class = "noborder" colspan = 3></td>
</tr>
<tr>
<td class = "noborder" colspan = 15><b>Sexual Stamina<br><span id='sexualstamina'><<racestatbar $NC.stats.sexual.stamina 5>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPsexualstamina'><<statpoints "sexual.stamina" $NC.stats.sexual.stamina $racestats.sexual.stamina 1 5>></span></b></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Orgasm Control<br><span id='sexualcontrol'><<racestatbar $NC.stats.sexual.control 5>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPsexualcontrol'><<statpoints "sexual.control" $NC.stats.sexual.control $racestats.sexual.control 1 5>></span></b></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Libido<br><span id='sexuallibido'><<racestatbar $NC.stats.sexual.libido 5>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPsexuallibido'><<statpoints "sexual.libido" $NC.stats.sexual.libido $racestats.sexual.libido 1 5>></span></b></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Fertility<br><span id='sexualfertility'><<racestatbar $NC.stats.sexual.fertility 5>></span></b></td>
<td class = "noborder" colspan = 4><b><span id='SPsexualfertility'><<statpoints "sexual.fertility" $NC.stats.sexual.fertility $racestats.sexual.fertility 1 5>></span></b></td>
<td class = "noborder" colspan = 3></td>
</tr>
<tr><th class = "nobottom" colspan = 100>Male Genitalia Stats</th></tr>
<tr><td class = "noborder" colspan = 100>The stats in this section affect the physical properties of your character's male genitalia and also your semen's attributes.
<br><br>
<<if ["male"].contains($PC.sex)>>
@@color:#3A82FF;You are biologically male (♂) so any points you put into these stats will be immediately apparent after your character is created.@@
<<elseif ["female"].contains($PC.sex)>>
@@color:#FD81CA;You are biologically female (♀) so any points you put into any of these stats won't be apparent unless you transition into being biologically male/futanari or use an appropriate potion.@@
<<elseif ["futanari"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically futanari (⚥) so any points you put into these stats will be immediately apparent after your character is created.@@
<<elseif ["shemale"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically shemale(⚦) so any points you put into these stats will be immediately apparent after your character is created.@@
<</if>><br><br></td></tr>
<tr>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Cock Length<br><span id='cock'><<racestatbar $NC.stats.cock 10>></span></b></td>
<<if ["male", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcock'><<statpoints "cock" $NC.stats.cock $racestats.cock 1 10>></span></b></td>
<<elseif ["female"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcock'><<statpoints "cock" $NC.stats.cock $racestats.cock 0 10>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Cock Girth<br><span id='girth'><<racestatbar $NC.stats.girth 5>></span></b></td>
<<if ["male", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPgirth'><<statpoints "girth" $NC.stats.girth $racestats.girth 1 5>></span></b></td>
<<elseif ["female"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPgirth'><<statpoints "girth" $NC.stats.girth $racestats.girth 0 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 3></td>
</tr>
<tr>
<td class = "noborder" colspan = 15><b>Testicle Size<br><span id='balls'><<racestatbar $NC.stats.balls 5>></span></b></td>
<<if ["male", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPballs'><<statpoints "balls" $NC.stats.balls $racestats.balls 1 5>></span></b></td>
<<elseif ["female"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPballs'><<statpoints "balls" $NC.stats.balls $racestats.balls 0 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Cum Quality<br><span id='cumquality'><<racestatbar $NC.stats.cum.quality 5>></span></b></td>
<<if ["male", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcumquality'><<statpoints "cum.quality" $NC.stats.cum.quality $racestats.cum.quality 1 5>></span></b></td>
<<elseif ["female"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcumquality'><<statpoints "cum.quality" $NC.stats.cum.quality $racestats.cum.quality 0 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Cum Quantity<br><span id='cumquantity'><<racestatbar $NC.stats.cum.quantity 5>></span></b></td>
<<if ["male", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcumquantity'><<statpoints "cum.quantity" $NC.stats.cum.quantity $racestats.cum.quantity 1 5>></span></b></td>
<<elseif ["female"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcumquantity'><<statpoints "cum.quantity" $NC.stats.cum.quantity $racestats.cum.quantity 0 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Cum Taste<br><span id='cumtaste'><<racestatbar $NC.stats.cum.taste 5>></span></b></td>
<<if ["male", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcumtaste'><<statpoints "cum.taste" $NC.stats.cum.taste $racestats.cum.taste 1 5>></span></b></td>
<<elseif ["female"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPcumtaste'><<statpoints "cum.taste" $NC.stats.cum.taste $racestats.cum.taste 0 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 3></td>
</tr>
<tr><th class = "nobottom" colspan = 100>Breast Stats</th></tr>
<tr><td class = "noborder" colspan = 100>The stats in this section affect the physical properties of your character's breast size and also your milk's attributes. <b>Holstaurs are the only female creatures that naturally release nectar.</b>
<br><br>
<<if ["male"].contains($PC.sex)>>
@@color:#3A82FF;You are biologically male (♂) so any points you put into any of these stats won't be apparent unless you transition into being biologically female/futanari or use an appropriate potion.@@
<<elseif ["female"].contains($PC.sex)>>
@@color:#FD81CA;You are biologically female (♀) so any points you put into these stats will be immediately apparent after your character is created.@@
<<elseif ["futanari"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically futanari (⚥) so any points you put into these stats will be immediately apparent after your character is created.@@
<<elseif ["shemale"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically shemale(⚦) so any points you put into these stats will be immediately apparent after your character is created.@@
<</if>><br><br></td></tr>
<tr>
<td class = "noborder" colspan = 15><b>Bust<br><span id='bust'><<racestatbar $NC.stats.bust 10>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPbust'><<statpoints "bust" $NC.stats.bust $racestats.bust 0 10>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPbust'><<statpoints "bust" $NC.stats.bust $racestats.bust 1 10>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Milk Quantity<br><span id='milkquantity'><<racestatbar $NC.stats.milk.quantity 5>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPmilkquantity'><<statpoints "milk.quantity" $NC.stats.milk.quantity $racestats.milk.quantity 0 5>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPmilkquantity'><<statpoints "milk.quantity" $NC.stats.milk.quantity $racestats.milk.quantity 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Milk Quality<br><span id='milkquality'><<racestatbar $NC.stats.milk.quality 5>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPmilkquality'><<statpoints "milk.quality" $NC.stats.milk.quality $racestats.milk.quality 0 5>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPmilkquality'><<statpoints "milk.quality" $NC.stats.milk.quality $racestats.milk.quality 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Milk Taste<br><span id='milktaste'><<racestatbar $NC.stats.milk.taste 5>></span></b></td>
<<if ["male"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPmilktaste'><<statpoints "milk.taste" $NC.stats.milk.taste $racestats.milk.taste 0 5>></span></b></td>
<<elseif ["female", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPmilktaste'><<statpoints "milk.taste" $NC.stats.milk.taste $racestats.milk.taste 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 3></td>
</tr>
<tr><th class = "nobottom" colspan = 100>Female Genitalia Stats</th></tr>
<tr><td class = "noborder" colspan = 100>The stats in this section affect the physical properties of your character's female genitalia and also your nectar's attributes. <b>Elves are the only female creatures that naturally release nectar.</b>
<br><br>
<<if ["male"].contains($PC.sex)>>
@@color:#3A82FF;You are biologically male (♂) so any points you put into any of these stats won't be apparent unless you transition into being biologically female/futanari or use an appropriate potion.@@
<<elseif ["female"].contains($PC.sex)>>
@@color:#FD81CA;You are biologically female (♀) so any points you put into these stats will be immediately apparent after your character is created.@@
<<elseif ["futanari"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically futanari (⚥) so any points you put into these stats other than clit size will be immediately apparent after your character is created.@@
<<elseif ["shemale"].contains($PC.sex)>>
@@color:#9A63FF;You are biologically shemale(⚦) so any points you put into any of these stats won't be apparent unless you transition into being biologically female/futanari or use an appropriate potion.@@
<</if>><br><br></td></tr>
<tr>
<td class = "noborder" colspan = 15><b>Pussy Size<br><span id='pussy'><<racestatbar $NC.stats.pussy 5>></span></b></td>
<<if ["male", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPpussy'><<statpoints "pussy" $NC.stats.pussy $racestats.pussy 0 5>></span></b></td>
<<elseif ["female", "futanari"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPpussy'><<statpoints "pussy" $NC.stats.pussy $racestats.pussy 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Clit Size<br><span id='clit'><<racestatbar $NC.stats.clit 5>></span></b></td>
<<if ["male", "futanari", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPclit'><<statpoints "clit" $NC.stats.clit $racestats.clit 0 5>></span></b></td>
<<elseif ["female"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPclit'><<statpoints "clit" $NC.stats.clit $racestats.clit 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Nectar Quantity<br><span id='nectarquantity'><<racestatbar $NC.stats.nectar.quantity 5>></span></b></td>
<<if ["male", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPnectarquantity'><<statpoints "nectar.quantity" $NC.stats.nectar.quantity $racestats.nectar.quantity 0 5>></span></b></td>
<<elseif ["female", "futanari"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPnectarquantity'><<statpoints "nectar.quantity" $NC.stats.nectar.quantity $racestats.nectar.quantity 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15><b>Nectar Quality<br><span id='nectarquality'><<racestatbar $NC.stats.nectar.quality 5>></span></b></td>
<<if ["male", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPnectarquality'><<statpoints "nectar.quality" $NC.stats.nectar.quality $racestats.nectar.quality 0 5>></span></b></td>
<<elseif ["female", "futanari"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPnectarquality'><<statpoints "nectar.quality" $NC.stats.nectar.quality $racestats.nectar.quality 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 3></td>
</tr>
<tr>
<td class = "noborder" colspan = 15><b>Nectar Taste<br><span id='nectartaste'><<racestatbar $NC.stats.nectar.taste 5>></span></b></td>
<<if ["male", "shemale"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPnectartaste'><<statpoints "nectar.taste" $NC.stats.nectar.taste $racestats.nectar.taste 0 5>></span></b></td>
<<elseif ["female", "futanari"].contains($PC.sex)>>
<td class = "noborder" colspan = 4><b><span id='SPnectartaste'><<statpoints "nectar.taste" $NC.stats.nectar.taste $racestats.nectar.taste 1 5>></span></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 3></td>
</tr>
</table>
<center>[[Continue|Start]]</center><<set $Continue = "CC - Physical Traits">>
<<set $Previous = "CC - Race Selection">>
<<if $NC.pregnancy == "None">>
<<set $PC.pregnancy.type = null>>
<<else>>
<<set $PC.pregnancy.type = lowercase($NC.pregnancy)>>
<</if>>
<<if $NC.virgin == "Virgin">>
<<set $PC.virgin = 1>>
<<else>>
<<set $PC.virgin = 0>>
<</if>>
<<if $NC.analvirgin == "Virgin">>
<<set $PC.analvirgin = 1>>
<<else>>
<<set $PC.analvirgin = 0>>
<</if>>
<<set $PC.sex = lowercase($NC.sex)>>
<<set $PC.gender = lowercase($NC.gender)>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th class = "nobottom" colspan = 2>Sexual Identity</th></tr>
<tr><td class = "noborder" colspan = 2>
Your sex mainly affects which genitals you start out with. It will also slightly affect your training methods. For example, a female will train female characters with dildos while a male character can train female characters with their own dick.
</td></tr>
<tr>
<td class = "noborder"><b>Sex:</b> <<dropdown "$NC.sex" $racestats.choosablesexes>></td>
<td class = "noborder"><b>Gender:</b> <<dropdown "$NC.gender" "Male" "Female">></td>
</tr>
<tr>
<td class = "noborder">
<<if $PC.sex == "male">>
@@color:#3A82FF;You are biologically male(♂). You have male genitalia(cock and balls) and you will start flat-chested.@@
<<elseif $PC.sex == "female">>
@@color:#FD81CA;You are biologically female(♀). You have female genitalia(pussy and clit) and while you can start flat chested, you can start with a naturally developed bust depending on race.@@
<<elseif $PC.sex == "futanari">>
@@color:#9A63FF;You are biologically futanari(⚥). You have both female genitalia(pussy) and male genitalia(cock and balls). While you can start flat chested, you can start with a naturally developed bust depending on race.@@
<<elseif $PC.sex == "shemale">>
@@color:#9A63FF;You are biologically shemale(⚦). You have male genitalia(cock and balls) and a body with female characteristics. While you can start flat chested, you can start with a naturally developed bust depending on race.@@
<</if>>
</td>
<td class = "noborder">
<<if $PC.gender == "male">>
@@color:#3A82FF;You identify as male(♂). Characters will use male pronouns when referring or speaking to you.@@
<<elseif $PC.gender == "female">>
@@color:#FD81CA;You identify as female(♀). Characters will use female pronouns when referring or speaking to you.@@
<</if>>
</td>
</tr>
<tr><th class = "nobottom" colspan = 2>Sexual Experience</th></tr>
<tr><td class = "noborder" colspan = 2>
A player's viginities doesn't affect gameplay in any significant way. They're there only for descriptive purposes, and for flavour text during some dialogue and when the player's viginity is finally given (or taken).
</td></tr>
<tr>
<td class = "noborder"><b>Virginity:</b> <<dropdown "$NC.virgin" "Virgin" "Deflowered">></td>
<td class = "noborder"><b>Anal Virginity:</b> <<dropdown "$NC.analvirgin" "Virgin" "Deflowered">></td>
</tr>
<tr>
<td class = "noborder">
<<if $PC.virgin == 0>>
@@color:#7CAB20;You are not a virgin.@@
<<elseif $PC.virgin == 1>>
@@color:#00923f;You are a virgin.@@
<</if>>
</td>
<td class = "noborder">
<<if $PC.analvirgin == 0>>
@@color:#7CAB20;You don't have your anal virginity.@@
<<elseif $PC.analvirgin == 1>>
@@color:#00923f;You still have your anal virginity.@@
<</if>>
</td>
</tr>
<tr><th class = "nobottom" colspan = 2>Fertility</th></tr>
<tr><td class = "noborder" colspan = 2>
Select the type of pregnancy that you would like to have. Pregnancies are mainly potion induced, so birth control is unneeded. There are three types of pregnancies; Normal, Multipregnancy and Hyperpregnancy. They all have their own costs, pros, cons and affect the length of your pregnancy. Biological males will give their sexual partners the potion (when possible), while biological females will drink the potion themselves.
</td></tr>
<tr>
<td class = "noborder" colspan = 2><b>Pregnancy Type:</b> <<dropdown "$NC.pregnancy" "None" "Normal" "Multipregnancy" "Hyperpregnancy">></td>
</tr>
<tr>
<td colspan = 2 class = "noborder">
<<if $PC.sex == "male">>
@@color:#f8c301;Your partners@@
<<else>>
@@color:#f8c301;You@@
<</if>>
<<if !$PC.pregnancy.type>>
@@color:#f8c301;will not get pregnant after having intercourse.@@
<<elseif $PC.pregnancy.type == "normal">>
@@color:#f8c301;will have normal pregnancies. Standard pregnancy elixirs allow the fetus to feed on the mana of the mother, siphoning information as well nutrients from the mother with it. Offspring have no deficiencies but don't gain any surplus either. When the child is born, the mana collected transforms them into a fully formed young adult. The pregnancy period will last 12 weeks; 4 weeks in lactation begins, 8 weeks in the child is born and at 12 weeks lactation stops and the recovery period has ended, allowing for another pregnancy to begin.@@
<<elseif $PC.pregnancy.type == "multipregnancy">>
@@color:#f8c301;will have multipregnancies. Multipregnancies allow a mother to produce multiple offspring from multiple fathers in one pregnancy. The pregnancy period starts at 8 weeks, and increases by 2 for every offspring added to the pregnancy. Six is the maximum amount of offspring per pregnancy, meaning a 18 week pregnancy period maximum. Each subsequent offspring has less time to grow in the womb and has to share resources with their siblings, resulting in a growth deficiency. The mother's stomach will grow greatly in size which will result in lower energy. The pregnancy period will last 8-18 weeks; at 4 weeks lactation begins, at 8 weeks plus 2 per offspring after the first the offspring will be born and 4 weeks after that lactation stops and the recovery period has ended, allowing for another pregnancy to begin.@@
<<elseif $PC.pregnancy.type == "hyperpregnancy">>
@@color:#f8c301;will have hyperpregnancies. Hyperpregnancies extend the pregnancy period from 12 weeks to 20 weeks. Instead of being birthed at the end of the fetus stage, offspring spend 8 more weeks growing inside their mother's womb. Once born the child is about half-way through puberty and will become a young adult within hours. This grants a bonus is stat growth, but reduces the amount of energy the mother has as her womb will balloon to an enormous size. The pregnancy period will last 20 weeks; at 4 weeks lactation begins, at 8 weeks the child is fully formed but continues to grow in the womb, at 16 weeks the child is born and at 20 weeks lactation stops and the recovery period has ended, allowing for another pregnancy to begin.@@
<</if>>
<br><br>
<<if $PC.sex == "male">>
<b>@@color:forestgreen;Female sex partner's pregnancy rate increased to 100% while their fatigue is at 0.@@</b>
<<elseif $PC.sex == "female">>
<b>@@color:forestgreen;Male sex partner's insemination rate increased to 100% while their fatigue is at 0.@@</b>
<<elseif $PC.sex == "futanri">>
<b>@@color:forestgreen;Female sex partner's pregnancy rate and male sex partner's insemination rate increased to 100% while their fatigue is at 0.@@</b>
<</if>>
</td>
</tr>
</table>
<center>[[Continue|CC - Physical Traits]]</center><<widget "statpoints">>
<<set _stat = $args[1]>>
<<set _cap = $args[4]>>
<<if $args[3] == 0>>
<<set _min = $args[2]>>
<<else>>
<<set _min = $args[3]>>
<</if>>
<<if _stat >= _cap || $NC.statpoints <= 0>>
ADD
<<else>>
/*<<print "[[ADD|CC - Physical Traits][$NC.stats." + $args[0] + "++, $NC.statpoints--]]">>*/
<<link "ADD">>
<<print "<<set $NC.stats." + $args[0] + "++>>">>
<<print "<<replace #" + $args[0].replace('.','') + " t8n>><<racestatbar $NC.stats." + $args[0] + " " + $args[4] + ">><</replace>>">>
<<print "<<replace #SP" + $args[0].replace('.','') + " t8n>><<statpoints " + $args[0] + " $NC.stats." + $args[0] + " $racestats." + $args[0] + " " + $args[3] + " " + $args[4] + ">><</replace>>">>
<<if !$cheats.includes("perfectCharacter")>>
<<set $NC.statpoints-->>
<<replace "#statpoints" t8n>>$NC.statpoints<</replace>>
<<if $NC.statpoints == 0>>
<<goto "CC - Physical Traits">>
<</if>>
<</if>>
<</link>>
<</if>>
<br>
<<if _stat <= _min || $NC.statpoints >= 30>>
SUB
<<else>>
/*<<print "[[SUB|CC - Physical Traits][$NC.stats." + $args[0] + "--, $NC.statpoints++]]">>*/
<<link "SUB">>
<<print "<<set $NC.stats." + $args[0] + "-->>">>
<<print "<<replace #" + $args[0].replace('.','') + " t8n>><<racestatbar $NC.stats." + $args[0] + " " + $args[4] + ">><</replace>>">>
<<print "<<replace #SP" + $args[0].replace('.','') + " t8n>><<statpoints " + $args[0] + " $NC.stats." + $args[0] + " $racestats." + $args[0] + " " + $args[3] + " " + $args[4] + ">><</replace>>">>
<<if !$cheats.includes("perfectCharacter")>>
<<set $NC.statpoints++>>
<<replace "#statpoints" t8n>>$NC.statpoints<</replace>>
<<if $NC.statpoints == 1>>
<<goto "CC - Physical Traits">>
<</if>>
<</if>>
<</link>>
<</if>>
<</widget>><<if $cheats.includes("perfectCharacter")>>
<<run toggleCheat("perfectCharacter")>>
<</if>>
<<set $PC.sexual = {fertility: "", libido: "", strength: "", speed: "", stamina: "", control: ""}>>
<<set $PC.sexual.fertility = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.libido = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.strength = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.speed = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.stamina = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sexual.control = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.impermanent = {cock:0, bust:0, clit:0, pussy:0, balls:0}>>
<<set $PC.stats = {sissification: 0, bimbofication: 0, femininity: 0, masculinity: 0, strumpetry: 0, dominant: 0, submissive: 0}>>
<<set $PC.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.butt = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.cock = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.bust = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.clit = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.pussy = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.girth = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.balls = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.sensitivity = {cock:0, breasts:0, anus:0, clit:0, pussy:0, balls:0, mouth:0}>>
<<set $PC.lactating = {temporary:0, permanent:0}>>
<<set $PC.nectaring = {temporary:0, permanent:0}>>
<<set $PC.cum = {quantity:"", quality:"", taste:""}>>
<<set $PC.cum.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.cum.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.cum.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.milk = {quantity:"", quality:"", taste:""}>>
<<set $PC.milk.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.milk.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.milk.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.nectar = {quantity:"", quality:"", taste:""}>>
<<set $PC.nectar.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.nectar.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.nectar.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set $PC.appointment = {type:null, location:null, detail:null}>>
<<set $PC.clothes.eyes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.neck = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.hands = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.top = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.bottom = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.underwear = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.clothes.shoes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $PC.armor = {set: "", head: "", torso: "", legs: ""}>>
<<set $PC.armor.set = {type:1, clothes:1, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:1, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment: ""}>>
<<set $PC.armor.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $PC.armor.torso = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $PC.armor.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $PC.armor.set.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.armor.head.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.armor.torso.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.armor.legs.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $PC.sextoys = {butt: "", vagina: "", cock: "", mouth: "", nipples: "", eyes: "", hands: "", body: ""}>>
<<set $PC.sextoys.butt = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.vagina = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.cock = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.nipples = {name: "", vibration:0, weight:0, pain:0, train:0, eqf:0}>>
<<set $PC.sextoys.mouth = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $PC.sextoys.eyes = {name: "", blindness:0, hypnosis:0, eqf:0}>>
<<set $PC.sextoys.hands = {name: "", tightness:0, train:0, eqf:0}>>
<<set $PC.sextoys.body = {name: "", tightness:0, train:0, eqf:0}>>
<<set $PC.weapon = {strength: 0 , weight: 0}>>
<<set $PC.piercing = {ear:"", eyebrow:"", nose:"", tongue:"", lip:"", nipple:"", navel:"", pussy:"", cock:""}>>
<<set $PC.piercing.ear = {type:0, jewelry:0}>>
<<set $PC.piercing.eyebrow = {type:0, jewelry:0}>>
<<set $PC.piercing.nose = {type:0, jewelry:0}>>
<<set $PC.piercing.tongue = {type:0, jewelry:0}>>
<<set $PC.piercing.lip = {type:0, jewelry:0}>>
<<set $PC.piercing.nipple = {type:0, jewelry:0}>>
<<set $PC.piercing.navel = {type:0, jewelry:0}>>
<<set $PC.piercing.pussy = {type:0, jewelry:0}>>
<<set $PC.piercing.cock = {type:0, jewelry:0}>>
<<set $PC.tattoo = {body:null, face:null, innerlip:null, neck:null, upperback:null, shoulder:null, upperarm:null, lowerarm:null, hands:null, chest:null, ribcage:null, lowerback:null, abdomen:null, pelvis:null, hips:null, buttocks:null, upperleg:null, lowerleg:null, ankle:null, feet:null}>>
<<set $PC.titles = []>>
<<set $PC.likes = []>>
<<set $PC.dislikes = []>>
<<set $PC.fears = []>>
<<set $PC.update = []>>
<<set $PC.flags = []>>
<<set $PC.level = 1>>
<<set $PC.color = ["orange"]>>
<<set $PC.health = 4>>
<<set $PC.ID = "PLAYER">>
<<set $PC.cooldown = {title:0, influence:0}>>
<<set $PC.info = {endweek:null}>>
<<set $PC.transformation = {progress:0, item:"None", circulating: "None", duration:0}>>
<<set $PC.incense = {item:"None"}>>
<<set $PC.sextoys = {butt: null, vagina: null, cock: null}>>
<<set $PC.echo = {subtype:"", total:0}>>
<<set $PC.promise = {made:0,weeks:0}>>
<<set $PC.threaten = {made:0,weeks:0}>>
<<set $PC.diet = {status:"Normal", progress:0}>>
<<set $PC.fitness = {status:"None", progress:0}>>
<<set $PC.fatigue = {status:"None", mental:null, physical:null, max:null, progress:0}>>
<<set $PC.popularity = {brothel:0, ranch:0}>>
<<set $PC.condition = {status:"None", progress:100}>>
<<set $PC.traits = {ears:"", tail:"", feet:"", hands:"", body:"", description:""}>>
<<set $PC.hypno = {bimbo:"", cum:"", masochism:""}>>
<<set $PC.hypno.bimbo = {current:0, airheadedness:0, cleansing:0, predilection: 0}>>
<<set $PC.hypno.cum = {current:0, craving:0, reverence:0, predilection:0}>>
<<set $PC.hypno.masochism = {current:0, humiliation:0, euphoria:0, predilection: 0}>>
<<set $PC.known = {virginity:1, analvirginity:1, nature:0, sexualskill:0}>>
<<set $PC.sexualskill = {oral:"", mammary:"", manual:"", intercourse:""}>>
<<set $PC.sexualskill.oral = {kissing: 0, fellatio: 0, cunnilingus: 0, analingus: 0}>>
<<set $PC.sexualskill.mammary = {breastplay: 0, breastfeeding: 0, intercourse: 0}>>
<<set $PC.sexualskill.manual = {masturbation: 0, fingering: 0, handjob: 0, fisting: 0}>>
<<set $PC.sexualskill.intercourse = {vaginal: 0, anal: 0, pitching: 0, pegging: 0}>>
<<set $PC.sensitivity.cock = 0>>
<<set $PC.sensitivity.breasts = 0>>
<<set $PC.sensitivity.clit = 0>>
<<set $PC.sensitivity.pussy = 0>>
<<set $PC.sensitivity.balls = 0>>
<<set $PC.sensitivity.mouth = 0>>
<<set $PC.sensitivity.anus = 0>>
<<set $PC.gape = 0>>
<<set $PC.eyedescriptor = $eyedesc.random()>>
<<set $PC.height = Math.clamp($PC.height, $racestats.heightmin, $racestats.heightmax)>>
<<set $PC.beauty = $NC.stats.beauty>>
<<set $PC.intelligence = $NC.stats.intelligence>>
<<set $PC.lips.mod = $NC.stats.lips>>
<<set $PC.shoulders.mod = $NC.stats.shoulders>>
<<set $PC.hips.mod = $NC.stats.hips>>
<<set $PC.torso.mod = $NC.stats.torso>>
<<set $PC.legs.mod = $NC.stats.legs>>
<<set $PC.butt.mod = $NC.stats.butt>>
<<set $PC.bust.mod = $NC.stats.bust>>
<<set $PC.milk.quality.mod = $NC.stats.milk.quality>>
<<set $PC.milk.quantity.mod = $NC.stats.milk.quantity>>
<<set $PC.milk.taste.mod = $NC.stats.milk.taste>>
<<set $PC.cock.mod = $NC.stats.cock>>
<<set $PC.girth.mod = $NC.stats.girth>>
<<set $PC.balls.mod = $NC.stats.balls>>
<<set $PC.cum.quantity.mod = $NC.stats.cum.quantity>>
<<set $PC.cum.quality.mod = $NC.stats.cum.quality>>
<<set $PC.cum.taste.mod = $NC.stats.cum.taste>>
<<set $PC.lactating.permanent = $NC.stats.lactating.permanent>>
<<set $PC.pussy.mod = $NC.stats.pussy>>
<<set $PC.clit.mod = $NC.stats.clit>>
<<set $PC.nectar.quantity.mod = $NC.stats.nectar.quantity>>
<<set $PC.nectar.quality.mod = $NC.stats.nectar.quality>>
<<set $PC.nectar.taste.mod = $NC.stats.nectar.taste>>
<<set $PC.nectaring.permanent = $NC.stats.nectaring.permanent>>
<<set $PC.sexual.strength.mod = $NC.stats.sexual.strength>>
<<set $PC.sexual.speed.mod = $NC.stats.sexual.speed>>
<<set $PC.sexual.control.mod = $NC.stats.sexual.control>>
<<set $PC.sexual.stamina.mod = $NC.stats.sexual.stamina>>
<<set $PC.sexual.libido.mod = $NC.stats.sexual.libido>>
<<set $PC.sexual.fertility.mod = $NC.stats.sexual.fertility>>
<<run generateSexTraits($PC)>>
<<set $PC.diet.progress = setDietProgress($PC)>>
<<set $PC.fitness.progress = setFitnessProgress($PC)>>
<<set $PC.condition.progress = setConditionProgress($PC)>>
<<if ["human"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have no discernible traits.">>
<<elseif ["giant"].contains($PC.tribe)>>
<<set $PC.traits.description = "Other than being an overly large human, you have no discernible traits.">>
<<elseif ["gnome"].contains($PC.tribe)>>
<<set $PC.traits.description = "You are very short and has pointed ears.">>
<<elseif ["dwarf"].contains($PC.tribe)>>
<<set $PC.traits.description = "You are short, stout and has thick facial hair.">>
<<elseif ["pantheran"].contains($PC.tribe)>>
<<set $PC.traits.description = "You are an anthropomorphic beastman. Your ears, tail, face, body, hands and feet are that of a cat.">>
<<elseif ["mongrel"].contains($PC.tribe)>>
<<set $PC.traits.description = "You are an anthropomorphic beastman. Your ears, tail, face, body, hands and feet are that of a dog.">>
<<elseif ["neko"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have $PC.haircolor colored cat-like ears and a tail.">>
<<elseif ["canus"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have $PC.haircolor colored dog-like ears and a tail.">>
<<elseif ["moon rabbit"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have $PC.haircolor colored rabbit-like ears and a tail.">>
<<elseif ["minotaur"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have hoofed feet and bull-like horns protruding from your head.">>
<<elseif ["holstaur"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have hoofed feet and two small horns protruding from your head.">>
<<elseif ["elf"].contains($PC.race)>>
<<set $PC.traits.description = "You have long and pointed ears.">>
<<elseif ["orc"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have tusk-like lower canines that rest above your upper lip.">>
<<elseif ["goblin"].contains($PC.tribe)>>
<<set $PC.traits.description = "You have pointed ears and jagged teeth.">>
<</if>><<include "Unset Passages">>
<<include "Descriptors">>
<<set $Return = 1>>
<<set $playerStatus = 1>>
<<include "Mobile Header">>
<<set $PC.expense = updateExpense($PC)>>
<<set $PC.weight = updateWeight($PC)>>
<<set _diet = $PC.diet.status>>
<<set _dietProgress = $PC.diet.progress>>
<<set _workout = $PC.fitness.status>>
<<set _workoutProgress = $PC.fitness.progress>>
<<set _name = $PC.name>>
<<set _maturity = $maturity[$PC.maturity]>>
<<set _intelligence = $intelligence[$PC.intelligence]>>
<<set _beauty = $beauty[$PC.beauty]>>
<<set _health = $health[$PC.health]>>
<<set _weight = $weight[$PC.weight]>>
<<set _height = getHeight($PC.height, $PC.legs.current-$PC.legs.base)>>
<<set _cumquantity = $quantity[$PC.cum.quantity.current]>>
<<set _cumquality = $quality[$PC.cum.quality.current]>>
<<set _cumtaste = $taste.cum[$PC.cum.taste.current]>>
<<set _milkquantity = $quantity[$PC.milk.quantity.current]>>
<<set _milkquality = $quality[$PC.milk.quality.current]>>
<<set _milktaste = $taste.milk[$PC.milk.taste.current]>>
<<set _nectarquantity = $quantity[$PC.nectar.quantity.current]>>
<<set _nectarquality = $quality[$PC.nectar.quality.current]>>
<<set _nectartaste = $taste.nectar[$PC.nectar.taste.current]>>
<<set _fatigue = getFatigue($PC)>>
<<set _an = AvsAn.query(extractWord(_maturity))>>
<<set _nature = capitalize($PC.nature)>>
<<set _exoticism = getExoticism($PC.exoticism)>>
<<set _exoticism = lowercasecolor(_exoticism)>>
<<set _gape = getGape($PC.gape)>>
<<set _cockSens = getSensitivity($PC.sensitivity.cock)>>
<<set _breastSens = getSensitivity($PC.sensitivity.breasts)>>
<<set _anusSens = getSensitivity($PC.sensitivity.anus)>>
<<set _ballsSens = getSensitivity($PC.sensitivity.balls)>>
<<set _clitSens = getSensitivity($PC.sensitivity.clit)>>
<<set _pussySens = getSensitivity($PC.sensitivity.pussy)>>
<<set _mouthSens = getSensitivity($PC.sensitivity.mouth)>>
<<set _sexualstrength = getSexualStat($PC.sexual.strength.current)>>
<<set _sexualspeed = getSexualStat($PC.sexual.speed.current)>>
<<set _sexualstamina = getSexualStat($PC.sexual.stamina.current)>>
<<set _sexualcontrol = getSexualStat($PC.sexual.control.current)>>
<<if !$PC.pregnancy.recovery>>
<<set _weeksuntilbirth = $PC.pregnancy.duration - $PC.pregnancy.weeks>>
<</if>>
<<if $PC.tribe == "mongrel">>
<<set _cock = "knotted">>
<<elseif $PC.tribe == "pantheran">>
<<set _cock = "barbed">>
<<elseif $PC.tribe == "minataur">>
<<set _cock = "bull">>
<<elseif $PC.tribe == "orc">>
<<set _cock = "orc">>
<<else>>
<<set _cock = $race[$PC.skintone]>>
<</if>>
<<set _maturitytext = extractWord(_maturity)>>
<br>
<<if $CurrentTitle != null && $CurrentTitle != $PC.title>>
<<set $PC.cooldown.title = 1>>
<</if>>
<center>
<<if $PC.position>>
<<traitdesc $PC.position $PC>>
<</if>>
<<traitdesc $PC.tribe $PC>>
<<traitdesc $PC.sex $PC>>
<<traitdesc _maturitytext $PC>>
<<traitdesc $PC.title $PC>>
<<if $PC.pregnancy.status>>
<<traitdesc "pregnant" $PC>>
<</if>>
</center>
<br>
You are _an _maturity
<<if $PC.skintone>>
$PC.skintone
<<elseif $PC.fur>>
$PC.fur furred
<</if>>
$PC.gender
<<if $PC.tribe>>
$PC.tribe.
<<else>>
$PC.race.
<</if>>
You are _beauty and also _intelligence.
<<if $PC.hairstyle == "completely bald">>
You are completely bald.
<<else>>
You have $PC.haircolor hair styled $PC.hairstyle.
<</if>>
You have $PC.eyedescriptor $PC.eyecolor eyes. Your are _height and are _weight. /*Your is exoticism is _exoticism, affected by your [[piercings|Piercing Description]].*/
$PC.traits.description
<<if $PC.lips.current>>
You have <<print $lips[$PC.lips.current]>> lips.
<</if>>
The sensitivity of your mouth is _mouthSens.
<<if $PC.shoulders.current && $PC.torso.current>>
Your <<print $shoulders[$PC.shoulders.current]>> shoulders and <<print $torso[$PC.torso.current]>> torso frames your upper body.
<<elseif $PC.shoulders.current>>
Your <<print $shoulders[$PC.shoulders.current]>> shoulders frames your upper body.
<<elseif $PC.torso.current>>
Your <<print $torso[$PC.torso.current]>> torso frames your upper body.
<</if>>
<<if $PC.hips.current>>
Your hips are <<print $hips[$PC.hips.current]>>.
<</if>>
<<if $PC.legs.current>>
You have two <<print $legs[$PC.legs.current]>> legs.
<</if>>
<<if $PC.pregnancy.status>>
<br><br>
<b>[Week $PC.pregnancy.weeks (<<print capitalize($PC.pregnancy.type)>>)]</b>
<<if _weeksuntilbirth>>
You are due to give birth in _weeksuntilbirth weeks.
<<elseif $PC.pregnancy.recovery>>
You will recover from your pregnancy in $PC.pregnancy.recovery weeks.
<</if>>
$PC.pregnancy.status
<</if>>
<br>
<br>
<<include "PC Skills">>
<br>
<<include "PC Title Descriptions">>
<br>
<<if $PC.cooldown.title>>
<<displayTitle $PC.title>> | <b>@@color:red;You have already changed <<print $hisher[$PC.gender]>> title once this week.@@</b>
<<else>>
<<displayTitle $PC.title>> | [[Change Title|Change PCTitle]]
<</if>>
<br>
<<if $PC.known.sexualskill>>
<br><br>
_name's sexual fortitude is _sexualstrength and your responsiveness during sexual intercourse is _sexualspeed. Your sexual stamina is _sexualstamina and your sexual control is _sexualcontrol.
<</if>>
<br><br>
<<if $PC.bust.current > 1>>
You have <<print $inverted[$PC.inverted]>> nipples on your <<print $bust[$PC.bust.current]>> sized breasts. The sensitivity of your breasts are _breastSens.
<<else>>
You have <<print $inverted[$PC.inverted]>> nipples on your chest. The sensitivity of your nipples are _breastSens.
<</if>>
<<if $PC.milk.quality.current && $PC.milk.quantity.current && $PC.milk.taste.current>>
You are lactating, and can produce a _milkquantity amount of _milkquality milk. Your milk has a _milktaste taste to it.
<<elseif ["holstaur"].contains($PC.tribe) && $PC.virgin>>
You are not lactating and cannot produce any milk until you lose your virginity.
<<else>>
You are not lactating and cannot produce any milk.
<</if>>
<<if $PC.girth.current > 0>>
<<set _girth = extractWord($girth[$PC.girth.current])>>
<<set _an = AvsAn.query(_girth)>>
<</if>>
<<if $PC.cock.current > 0 && $PC.girth.current > 0>>
You have _an <<print $girth[$PC.girth.current]>> <<print $cock[$PC.cock.current]>> <<print $circumcised[$PC.circumcised]>> _cock cock hanging between your legs. The sensitivity of your cock is _cockSens.
<<if $PC.cum.quality.current && $PC.cum.quantity.current && $PC.cum.taste.current && !$PC.balls.current>>
It can produce a _cumquantity amount of _cumquality semen. Your semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $PC.balls.current > 0>>
You have a pair of <<print $balls[$PC.balls.current]>> balls. The sensitivity of your balls are _ballsSens.
<<if $PC.cum.quality.current && $PC.cum.quantity.current && $PC.cum.taste.current && $PC.cock.current && $PC.girth.current>>
When full they can produce a _cumquantity amount of _cumquality semen. Your semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $PC.pussy.current > 0>>
Your pussy is <<print $pussy[$PC.pussy.current]>>. The sensitivity of your pussy is _pussySens.
<<if $PC.nectar.quality.current && $PC.nectar.quantity.current && $PC.nectar.taste.current>>
When aroused your pussy produces a _nectarquantity amount of _nectarquality nectar. Your nectar has a _nectartaste taste to it.
<<elseif ["elf"].contains($PC.race) && $PC.virgin>>
You are not nectaring and cannot produce any nectar until you lose your virginity.
<<else>>
You are not nectaring so you cannot produce any nectar.
<</if>>
<</if>>
<<if $PC.clit.current > 0>>
You have a <<print $clitoris[$PC.clit.current]>> and <<print $hooded[$PC.hooded]>> clit. The sensitivity of your is _clitSens.
<</if>>
_name's ass is <<print $butt[$PC.gender][$PC.butt.current]>>.
<<if $PC.gape == 100>>
Your asshole has been _gape to the point that you can fit multiple intrusions into your asshole without causing <<print $himher[$PC.gender]>> any pain.
<<elseif $PC.gape >= 80>>
$Your asshole is _gape and can accommodate almost any size intrusion.
<<elseif $PC.gape >= 60>>
your asshole is _gape and as long as you uses lube you can accommodate people of any size.
<<elseif $PC.gape >= 40>>
Your ass has been _gape. It can fit a full sized intrusion but anything larger than that can cause pain even with lube.
<<elseif $PC.gape >= 20>>
Your asshole is _gape but it has seen some use.
<<elseif $PC.gape >= 0>>
Your asshole is _gape. You can barely fit your finger in it, let alone a full sized intrusion.
<</if>>
The sensitivity of your anus is _anusSens.
<<if $PC.virgin || $PC.analvirgin>>
<br>
<</if>>
<<if $PC.virgin>>
<br>
You are a @@color:green;virgin@@.
<</if>>
<<if $PC.analvirgin>>
<br>
You are an @@color:green;anal virgin@@.
<</if>>
<br><br>
Do you want to change your name? <<textbox "$PC.name" $PC.name "Status">>
You talk in @@color:orange;this color@@
<hr>
<<set _focuses = ["Rest", "Estate"]>>
<<if $estate.brothel.active>>
<<set _focuses.push("Brothel")>>
<</if>>
<<if $estate.ranch.active>>
<<set _focuses.push("Ranch")>>
<</if>>
<<if $estate.chattel.active>>
<<set _focuses.push("Chattel")>>
<</if>>
<b>Player Focus</b>
<br>
<<for _f=0; _f < _focuses.length;_f++>>
<<set _focus = _focuses[_f]>>
<<set _location = lowercase(_focus)>>
<<if _location == "rest">>
<<set _location = "estate">>
<</if>>
<<if $PC.focus == _focus>>
_focus
<<else>>
<<print "[[_focus|Status][$PC.focus = _focuses[" + _f + "], $PC.location = '" + _location + "', $PC.position = null, $PC.position = 'rest']]">>
<</if>>
<<if _f < _focuses.length-1>>
|
<</if>>
<</for>>
<<if $PC.location == "brothel">>
<<if ["Open", null].contains($estate.brothel.style)>>
<<if !["Procurer", "Prostitute", "Guard"].contains($PC.position)>>
<<set $PC.position = "Prostitute">>
<<set $PC.assignment = "rest">>
<</if>>
<<elseif $estate.brothel.style == "Closed">>
<<if !["Procurer", "Attendant", "Guard"].contains($PC.position)>>
<<set $PC.position = "Attendant">>
<<set $PC.assignment = "rest">>
<</if>>
<<elseif $estate.brothel.style == "Theater">>
<<if !["Procurer", "Host", "Guard"].contains($PC.position)>>
<<set $PC.position = "Host">>
<<set $PC.assignment = "rest">>
<</if>>
<</if>>
<</if>>
<<if $PC.ID == $estate.brothel.procurer && !$PC.position>>
<<set $estate.brothel.procurer = null>>
<</if>>
<br><br>
<<if $PC.focus == "Rest">>
This week you will spend most of your free time resting, giving you more energy to perform more actions with your slaves next week.
<<elseif $PC.focus == "Estate">>
This week you will spend most of your free time budgeting your estate, reducing your slave expenses by 50% .
<<elseif $PC.focus == "Brothel">>
This week you will spend most of your free time managing your brothel, increasing its income by 125%.
<<elseif $PC.focus == "Ranch">>
This week you will spend most of your free time managing your ranch, increasing its income by 125%.
<<elseif $PC.focus == "Chattel">>
This week you will spend most of your free time managing your chattel, reducing your chattel expenses by 50%.
<</if>>
<br><br>
<<if $tips.slaveexpense == 0>>
<b>[[Diet Expense|Status][$tips.slaveexpense = 1]]</b>
<br>
Your weekly expnese is currently <b>@@color:red;💎$PC.expense@@.</b>
<<elseif $tips.slaveexpense == 1>>
<b>[[Slave Expense|Status][$tips.slaveexpense = 0]]</b>
<br>
Your weekly expnese is currently <b>@@color:red;💎$PC.expense@@.</b>
<br><br>
Your expenses are determined by your diet.
<br><br>
A @@color:orange;low calorie diet@@ costs 💎50 to maintain. <br>
A @@color:orange;normal calorie diet@@ costs 💎100 to maintain. <br>
A @@color:orange;high calorie diet@@ costs 💎200 to maintain.
<</if>>
<br><br>
<b>Weight Management</b><br>
<<print $UCweight[$PC.weight]>> <br>
<<if _diet == "Normal">>
[[High Calorie Diet|Status][$PC.diet.status = "High"]] | Normal Diet | [[Low Calorie Diet|Status][$PC.diet.status = "Low"]]
<<elseif _diet == "High">>
High Calorie Diet | [[Normal Diet|Status][$PC.diet.status = "Normal"]] | [[Low Calorie Diet|Status][$PC.diet.status = "Low"]]
<<elseif _diet == "Low">>
[[High Calorie Diet|Status][$PC.diet.status = "High"]] | [[Normal Diet|Status][$PC.diet.status = "Normal"]] | Low Calorie Diet
<</if>>
<br>
<<if _workout == "None">>
[[Heavy Workout|Status][$PC.fitness.status = "Heavy"]] | No Workout | [[Light Workout|Status][$PC.fitness.status = "Light"]]
<<elseif _workout == "Heavy">>
Heavy Workout | [[No Workout|Status][$PC.fitness.status = "None"]] | [[Light Workout|Status][$PC.fitness.status = "Light"]]
<<elseif _workout == "Light">>
[[Heavy Workout|Status][$PC.fitness.status = "Heavy"]] | [[No Workout|Status][$PC.fitness.status = "None"]] | Light Workout
<</if>>
<br><br>
<b>Transformation Management</b>
<br>
<<if $PC.transformation.item == "None">>
None
<<else>>
[[None|Status][$PC.transformation.item = "None"]]
<</if>>
<<set _transitems = 0>>
<<for _t = 1; _t <= $inventory.amount; _t++>>
<<set _item = $inventory[_t]>>
<<if _item.type == "Transformative" && _item.name != $PC.transformation.item && _item.amount >= 1>>
| <<print "[[_item.name|Status][$PC.transformation.item = $inventory[" + _t + "].name]]">> (x_item.amount)
<<set _transitems++>>
<<elseif _item.name == $PC.transformation.item>>
| _item.name (x_item.amount)
<<set _itemname = _item.name>>
<<set _itemdescription = _item.description>>
<<set _transitems++>>
<</if>>
<<if _item.name == $PC.transformation.circulating>>
<<set _currentItem = _item>>
<</if>>
<</for>>
<<if $PC.transformation.duration > 1>>
<br><br>
_currentItem.name is currently circulating through your body. You cannot give yourself any doses from a transformative tonic until the effects of the old tonic is completely flushed out of your body. It will take $PC.transformation.duration weeks for its effects to fade.
<<elseif $PC.transformation.duration == 1>>
<br><br>
_currentItem.name is currently circulating through your body. You cannot give yourself any doses from a transformative tonic until the effects of the old tonic is completely flushed out of your body. The effects will fade after this week.
<</if>>
<br><br>
<<if _itemname && $PC.transformation.duration <= 0>>
This week you will be giving yourself doses of _itemname. _itemdescription
<<elseif _itemname && $PC.transformation.duration > 0>>
You will give yourself a doses of _itemname when _currentItem.name is completely out of your system. _itemdescription
<<else>>
This week you won't be giving yourself any doses from a transformative tonic.
<</if>>
<<if !_transitems>>
You currently don't have any transformative items. You can purchase them from a general store in the [[slums|Slums]].
<</if>>
<br><br>
<b>Pregnancy Type</b>
<br>
<<if !$PC.pregnancy.type >>
None | [[Normal|Status][$PC.pregnancy.type = "normal"]] | [[Multipregnancy|Status][$PC.pregnancy.type = "multipregnancy"]] | [[Hyperpregnancy|Status][$PC.pregnancy.type = "hyperpregnancy"]]
<<elseif $PC.pregnancy.type == "normal">>
[[None|Status][$PC.pregnancy.type = null]] | Normal | [[Multipregnancy|Status][$PC.pregnancy.type = "multipregnancy"]] | [[Hyperpregnancy|Status][$PC.pregnancy.type = "hyperpregnancy"]]
<<elseif $PC.pregnancy.type == "multipregnancy">>
[[None|Status][$PC.pregnancy.type = null]] | [[Normal|Status][$PC.pregnancy.type = "normal"]] | Multipregnancy | [[Hyperpregnancy|Status][$PC.pregnancy.type = "hyperpregnancy"]]
<<elseif $PC.pregnancy.type == "hyperpregnancy">>
[[None|Status][$PC.pregnancy.type = null]] | [[Normal|Status][$PC.pregnancy.type = "normal"]] | [[Multipregnancy|Status][$PC.pregnancy.type = "multipregnancy"]] | Hyperpregnancy
<</if>>
<br><br>
<<if $PC.pregnancy.type == "normal">>
<b>@@color:lightgreen;[💎<<print commify(5000)>> Per Pregnancy]@@</b>
<<elseif $PC.pregnancy.type == "multipregnancy">>
<b>@@color:lightgreen;[💎<<print commify(10000)>> Per Pregnancy]@@</b>
<<elseif $PC.pregnancy.type == "hyperpregnancy">>
<b>@@color:lightgreen;[💎<<print commify(20000)>> Per Pregnancy]@@</b>
<</if>>
<<if $PC.sex == "male">>
Your partners
<<else>>
You
<</if>>
<<if !$PC.pregnancy.type>>
will not get pregnant after having intercourse.
<<elseif $PC.pregnancy.type == "normal">>
will have normal pregnancies. Standard pregnancy elixirs allow the fetus to feed on the mana of the mother, siphoning information as well nutrients from the mother with it. Offspring have no deficiencies but don't gain any surplus either. When the child is born, the mana collected transforms them into a fully formed young adult. The pregnancy period will last 12 weeks; 4 weeks in lactation begins, 8 weeks in the child is born and at 12 weeks lactation stops and the recovery period has ended, allowing for another pregnancy to begin.
<<elseif $PC.pregnancy.type == "multipregnancy">>
will have multipregnancies. Multipregnancies allow a mother to produce multiple offspring from multiple fathers in one pregnancy. The pregnancy period starts at 8 weeks, and increases by 2 for every offspring added to the pregnancy. Six is the maximum amount of offspring per pregnancy, meaning a 18 week pregnancy period maximum. Each subsequent offspring has less time to grow in the womb and has to share resources with their siblings, resulting in a growth deficiency. The mother's stomach will grow greatly in size which will result in lower energy. The pregnancy period will last 8-18 weeks; at 4 weeks lactation begins, at 8 weeks plus 2 per offspring after the first the offspring will be born and 4 weeks after that lactation stops and the recovery period has ended, allowing for another pregnancy to begin.
<<elseif $PC.pregnancy.type == "hyperpregnancy">>
will have hyperpregnancies. Hyperpregnancies extend the pregnancy period from 12 weeks to 20 weeks. Instead of being birthed at the end of the fetus stage, offspring spend 8 more weeks growing inside their mother's womb. Once born the child is about half-way through puberty and will become a young adult within hours. This grants a bonus is stat growth, but reduces the amount of energy the mother has as her womb will balloon to an enormous size. The pregnancy period will last 20 weeks; at 4 weeks lactation begins, at 8 weeks the child is fully formed but continues to grow in the womb, at 16 weeks the child is born and at 20 weeks lactation stops and the recovery period has ended, allowing for another pregnancy to begin.
<</if>>
<br>
<<if $PC.sex == "male">>
<b>@@color:forestgreen;Female sex partner's pregnancy rate increased to 100% while their fatigue is at 0.@@</b>
<<elseif $PC.sex == "female">>
<b>@@color:forestgreen;Male sex partner's insemination rate increased to 100% while their fatigue is at 0.@@</b>
<<elseif $PC.sex == "futanri">>
<b>@@color:forestgreen;Female sex partner's pregnancy rate and male sex partner's insemination rate increased to 100% while their fatigue is at 0.@@</b>
<</if>><<set $maintenance.personal += updateExpense($PC)>>
<<set $PC.summary = null>>
<<set $PC.diet.progress = updateDiet($PC)>>
<<set $PC.fitness.progress = updateFitness($PC)>>
<<set $PC.condition.progress = updateCondition($PC, $difficulty, 0, $estate)>>
<<set $PC.fatigue.progress = updateFatigue($PC, $difficulty, 0, $estate)>>
<<run updateMaxFatigue($PC)>>
<<for _cn=0;_cn < $PC.guild.slaver.contract.length;_cn++>>
<<set _contract = $PC.guild.slaver.contract[_cn]>>
<<set _contract.time-->>
<<set _penalty = Math.round10(_contract.reward*0.25, 2)>>
<<for _sn=1; _sn <= $slaves.amount;_sn++>>
<<if _contract.slave.ID == $slaves[_sn].ID>>
<<set _character = $slaves[_sn]>>
<<break>>
<</if>>
<</for>>
<<if (_character.obedience.current >= _contract.virtue) && (_character.trust.current >= _contract.virtue) && ((100-_character.fear.current) >= _contract.virtue) && (_character.titles.includes(_contract.title))>>
<<set _contract.completed = 1>>
<<else>>
<<set _contract.completed = 0>>
<</if>>
<<if _contract.time < 0>>
<<if _contract.completed>>
<<set _character.sold = "Contract Completed">>
<<set _character.contract = {reward: _contract.reward, exp: _contract.exp}>>
<<set _character.ogprice = _contract.reward>>
<<set $PC.guild.slaver.contract.splice(_cn, 1)>>
<<else>>
<<set _character.sold = "Contract End">>
<<set _character.penalty = _penalty>>
<<set $PC.guild.slaver.contract.splice(_cn, 1)>>
<</if>>
<</if>>
<</for>>
<<if $currentmonth != $month and $PC.chopblock.relationships.sylvine.limit >=1>>
<br>
@@color:forestgreen;"Slyvine can now buy some more slaves from you for this month!"@@<br>
<<set $PC.chopblock.relationships.sylvine.limit = 0>>
<</if>>
<<if $PC.focus == "Rest">>
<<set $PC.energy.max = 5>>
<<set $PC.energy.current++>>
<<else>>
<<set $PC.energy.max = 4>>
<</if>>
<<set $PC.energy.current = $PC.energy.max>>
<<if $PC.focus == "Rest">>
<<set $PC.summary = "<b>You decided to take it easy this week and rested during your free time.</b><br>">>
<<set $PC.summary += "Your rest this week has given you a boost of energy for the coming week, allowing you to fit more actions into your schedule before the week will be over.">>
<<elseif $PC.focus == "Estate">>
<<set $PC.summary = "<b>You decided to spend your free time during the week on lowering your slave expenses.</b><br>">>
<<set $PC.summary += "Due to your diligence you have reduced your slave expenses to half of what they normally would be without lowering the quality of amenities for your slaves.">>
<<elseif $PC.focus == "Brothel">>
<<set $PC.summary = "<b>You decided to spend your free time during the week maximizing your brothel's income.</b><br>">>
<<set $PC.summary += "Due to your diligence you have increased your brothel's income by 125% without having to overwork your slaves or have them perform any extra activities.">>
<<elseif $PC.focus == "Ranch">>
<<set $PC.summary = "<b>You decided to spend your free time during the week maximizing your ranch's income.</b><br>">>
<<set $PC.summary += "Due to your diligence you have increased your brothel's income by 125% without having to overwork your slaves or have them perform any extra activities.">>
<<elseif $PC.focus == "Chattel">>
<<set $PC.summary = "<b>You decided to spend your free time during the week on lowering your chattel's expenses.</b><br>">>
<<set $PC.summary += "Due to your diligence you have reduced your chattel expenses to half of what they normally would be without lowering the quality of life for your slaves living in the chattel.">>
<</if>>
<<if $PC.pregnancy.child.length || $PC.pregnancy.recovery>>
<<set $PC.pregnancy.weeks++>>
<</if>>
<<if $PC.pregnancy.recovery>>
<<set $PC.pregnancy.recovery-->>
<<if !$PC.pregnancy.recovery>>
<<set $PC.pregnancy.weeks = 0>>
<<set $PC.pregnancy.status = null>>
<<set $PC.summary += "<br><br><b>@@color:forestgreen;You recovered from your pregnancy.@@</b>">>
<<set $PC.summary += "<br>Your body has completely recovered from your previous pregnancy. You can now get pregnant again.">>
<</if>>
<</if>>
<<if $PC.pregnancy.weeks>>
<<playerPregnancyStatus>>
<</if>>
<<if $PC.pregnancy.impregnated && $PC.pregnancy.weeks == 1>>
<<set $PC.summary += "<br><br><b>@@color:forestgreen;(<<print capitalize('" + $PC.pregnancy.type + "')>>) You have been impregnated.@@</b>">>
<<if $PC.pregnancy.type == "normal">>
<<set $resources += 5000>>
<<set $PC.summary += "<br>You drank a standard pregnancy elixir, costing @@color:red;💎5,000@@. Your pregnancy will last " + $PC.pregnancy.duration + " weeks long and your recovery period will last for 4 weeks after that.">>
<<elseif $PC.pregnancy.type == "multipregnancy">>
<<set $resources += 10000>>
<<set $PC.summary += "<br>You drank a multipregnancy elixir, costing @@color:red;💎10,000@@. Your pregnancy will last " + $PC.pregnancy.duration + " weeks long and your recovery period will last for 4 weeks after that. You can still be inseminated up to five more times, allowing you to birth six offspring with one pregnancy. Every offspring after the first will have a stronger deficieny in stats than the last.">>
<<elseif $PC.pregnancy.type == "hyperpregnancy">>
<<set $resources += 20000>>
<<set $PC.summary += "<br>You drank a hyperpregnancy elixir, costing @@color:red;💎20,000@@. Your pregnancy will last " + $PC.pregnancy.duration + " weeks long and your recovery period will last for 4 weeks after that. Your offspring will be granted a small bonus to their stats due to the extra weeks spent maturing in the womb. Offspring with parents that have the highest stats will feel this effect the most.">>
<</if>>
<</if>>
<<if $PC.pregnancy.impregnated && $PC.pregnancy.child.length > 1>>
<<set $PC.summary += "<br><br><b>@@color:forestgreen;You have been inseminated while pregnant.@@</b>">>
<<set $PC.summary += "<br>Your pregnancy has been extended to " + $PC.pregnancy.duration + " weeks long and your recovery period will last for 4 weeks after that. You currently have " + $PC.pregnancy.child.length + " babies in your womb.">>
<</if>>
<<set $PC.pregnancy.impregnated = 0>>
<<if $PC.pregnancy.weeks >= 4 && !$PC.pregnancy.lactating && !$PC.pregnancy.recovery>>
<<set $PC.pregnancy.lactating = 1>>
<<set $PC.summary += "<br><br><b>@@color:forestgreen;You have started to lactate this week.@@</b>">>
<<set $PC.summary += "<br>You have progressed far enough in your pregnancy that your body has finished the process of producing milk, and is now lactating.">>
<<elseif $PC.pregnancy.weeks >= $PC.pregnancy.duration+2 && $PC.pregnancy.lactating>>
<<set $PC.pregnancy.lactating = 0>>
<<set $PC.summary += "<br><br><b>@@color:forestgreen;You have stopped lactating.@@</b>">>
<<set $PC.summary += "<br>Your body is no longer producing any milk, and as such your body has stopped lactating naturally.">>
<</if>>
<<run resetBonus($PC)>>
<<run checkItems($PC, $inventory, 0, 1)>>
<<run updateBodyHair($PC)>>
<<if $PC.info.endweek>>
<<set $PC.summary += "<br><br>">>
<<set $PC.summary += $PC.info.endweek>>
<<set $PC.info.endweek = null>>
<</if>>
<<if $PC.pregnancy.weeks >= $PC.pregnancy.duration && $PC.pregnancy.child.length>>
<<set $PC.pregnancy.maturity++>>
<<set $PC.pregnancy.recovery = 4>>
<<set _children = []>>
<<for _p = 0; _p < $PC.pregnancy.child.length;_p++>>
<<set $PC.pregnancy.child[_p].justBirthed = 1>>
<<set _children.push($PC.pregnancy.child[_p].name)>>
<<run addSlave($PC.pregnancy.child[_p])>>
<</for>>
<<namelist _children "and">>
<<set $PC.summary += "<br><br><b>@@color:forestgreen;You have given birth.@@</b>">>
<<set $PC.summary += "<br>You have given birth to " + $PC.pregnancy.child.length + " offspring; " + _namelist + ".">>
<<set $PC.pregnancy.child = []>>
<</if>>
<<if $PC.position>>
<<set _summary = $PC.summary>>
<<set _character = $PC>>
<<set $activeCharacter = _character>>
<<include "Slave Income & Expenses">>
<<set $PC.summary = _summary + "<br><br>" + $PC.summary>>
<</if>>
<<if $PC.condition.progress <= _healthreq && $PC.assignment != "rest">>
<<set $PC.summary += "<br>@@color:orange;You are too unhealthy to continue your " + $PC.assignment + " assignment. You are resting now.@@">>
<<set $PC.renew = $PC.assignment>>
<<set $PC.assignment = "rest">>
<<elseif $PC.fatigue.progress > _fatiguereq && $PC.assignment != "rest">>
<<set $PC.summary += "<br>@@color:orange;You are too exhausted to continue your " + $PC.assignment + " assignment. You are resting now.@@">>
<<set $PC.renew = $PC.assignment>>
<<set $PC.assignment = "rest">>
<</if>>
<<if $PC.renew && $PC.fatigue.progress == 0 && $PC.condition.progress == 100 && $PC.assignment == "rest">>
<<set $PC.summary += "<br>@@color:forestgreen;You are fully rested and ready to continue your " + $PC.renew + " assignment.@@">>
<<set $PC.assignment = $PC.renew>>
<<set $PC.renew = null>>
<</if>>
<<unset $activeCharacter>>
<<unset _character>>
/*
<<if $PC.pregnancy.maturity >= 5 && $PC.gender == "female" && $PC.maturity < 2>>
<<set $PC.maturity = 2>>
<<set $PC.pregnancy.maturity = 0>>
<<elseif $PC.pregnancy.maturity >= 10 && $PC.gender == "female" && $PC.maturity < 3>>
<<set $PC.maturity = 3>>
<<set $PC.pregnancy.maturity = 0>>
<<elseif $PC.pregnancy.maturity >= 10 && $PC.gender == "male" && $PC.maturity < 2>>
<<set $PC.maturity = 2>>
<<set $PC.pregnancy.maturity = 0>>
<<elseif $PC.pregnancy.maturity >= 20 && $PC.gender == "male" && $PC.maturity < 3>>
<<set $PC.maturity = 3>>
<<set $PC.pregnancy.maturity = 0>>
<</if>>
*/<<widget playerPregnancyStatus>>
<<set _signs = []>>
<<set _feelings = []>>
<<set _reaction = []>>
<<set _weeksuntilbirth = 0>>
<<if !$PC.pregnancy.recovery>>
<<set _weeksuntilbirth = $PC.pregnancy.duration - $PC.pregnancy.weeks>>
<</if>>
<<if $PC.pregnancy.recovery == 1>>
<<if $PC.pregnancy.type == "normal">>
<<set _signs.push("Your body, mainly your stomach, has a lot of loose skin. ", "You have entered your recovery period. ", "You rest whenever you can catch a break, as your body needs all the extra energy it can get to recover from your pregnancy. ")>>
<<else>>
<<set _signs.push("Your " + $PC.pregnancy.type + " has done quite a bit of damage to your body as you have a disgusting amount of loose skin. ", "Your skin has become oily as your body has began working in overdrive to recover from your " + $PC.pregnancy.type + ". ", "Your skin looks a little ashen, most likely due to your body undergoing a recovery period due to the damage your " + $PC.pregnancy.type + " has done to yourself. ")>>
<</if>>
<<set _feelings.push("You are relieved your pregnancy is finally over. ", "You are worried that your next pregnancy will have a rough effect on your body. ", "You are pleased that you have given birth to offspring, but are saddened due to the fact that they will be slaves. ")>>
<<set _reaction.push("You spend most of your free time lounging around, resting or thinking about your offspring. ", "You mope around staring miserably at your loose skin. ", "You try to hide yourself from others to hide your poor skin condition whenever possible. ")>>
<<elseif $PC.pregnancy.recovery <= 3 && $PC.pregnancy.recovery>>
<<set _signs.push("Your skin has has tightened quite a bit from being stretched by your pregnancy. ", "Your skin has began to recover some of its original color and sheen. ", "Your skin isn't as oily as it was when you gave birth to your offspring. ")>>
<<set _feelings.push("You are happy with the progress your body has made. ", "Your body's recovery has scared you mentally. You are afraid that you'll your body will not recover from your next pregnancy as easily. ", "You are worried about giving birth to more offspring that will end up as slaves. ")>>
<<set _reaction.push("You have began to get a more healthy amount of sleep during normal hours. ", "You have began to get back into the groove of working without having to rest periodically. ", "You seldom think about your recently birth offspring, even though you have shown obvious attachment to them. ")>>
<<elseif $PC.pregnancy.recovery == 4>>
<<set _signs.push("Your skin has completely recovered its tightness without any scarring or stretch marks. ", "Your skin has completely recovered its original color and sheen. ", "No longer is your skin greasy with sweat and other oils expunged from your body to help with your pregnancy recovery. ")>>
<<set _feelings.push("You are ecstatic that you weren't permanently damaged by your pregnancy. ", "You are saddened that you have made a complete recovery and as you quite enjoyed being pregnant. ", "You are happy that your pregnancy hasn't damaged your body in any way, but you don't feel like birthing anymore offspring that will end up as slaves. ")>>
<<set _reaction.push("You have mourned the loss of your recently birthed children, as they are nothing but slave now. ", "You have returned to having normal and healthy sleep patterns. ", "You have returned to working as if you were never pregnant in the first place. ")>>
<<elseif $PC.pregnancy.weeks == 1>>
<<set _signs.push("You show no signs of pregnancy yet but you do feel the " + $PC.pregnancy.type + " elixir slowly affecting your body. ", "You are much too early in your pregnancy to show any signs of your pregnancy. ", "You can't see any signs of your pregnancy because you have only just been impregnated. ")>>
<<if $PC.pregnancy.type == "normal">>
<<set _feelings.push("You are a little bit nervous about being pregnant. ", "You are a little annoyed with the fact that your pregnancy might get in the way of your work. ", "You have become very sad due to your pregnancy. ")>>
<<set _reaction.push("You are acutely aware pf the affects your pregnancy will have on your body in the coming weeks. ", "You know there isn't much you can do about it. ", "You aren't excited for the pregnancy due to fears of complications. ")>>
<<elseif $PC.pregnancy.type == "multipregnancy">>
<<set _feelings.push("You are quite nervous about having a multipregnancy. ", "You stalk the halls of your estate with an angry face ironed onto your face. ", "You are depressed due to your looming multipregnancy. ")>>
<<set _reaction.push("You are not looking forward to carrying multiple babies for a couple of months or birthing all of them at the same time. ", "Your future plans might get delayed or completely cancelled due to your multipregnancy. ", "You weren't exactly keen on having a multipregnancy, but had one anyways. ")>>
<<elseif $PC.pregnancy.type == "hyperpregnancy">>
<<set _feelings.push("You are very nervous about having a hyperpregnancy. ", "You stalk the halls of your estate with an angry face ironed onto your face. ", "You are a complete mess. ")>>
<<set _reaction.push("You are very worried about the affect carrying a maturing child will have on your body. ", "You know the affect that a hyperpregnancy will have on your body while pregnant and your wouldn't even go through that for a loved one, let alone for your slave, but you did it anyways. ", "When you aren't acting hysterical about your hyperpregnancy, you are moping around doing as little as possible. ")>>
<</if>>
<<elseif $PC.pregnancy.weeks <= 4 && $PC.pregnancy.weeks>>
<<set _signs.push("You have shown lots of signs of exhaustion. ", "You have had several bouts of nausea. ", "You have had many headaches of varying strength. ", "You show signs of dizziness due to being lightheaded. ", "You have had multiple mood swings. ")>>
<<set _feelings.push("You are concerned about the affects your pregnancy will have on your body. ", "You are feeling frustrated with the lack of control over your body. ", "You have constant mood swings due to your issues. ")>>
<<set _reaction.push("You have been trying to get extra sleep whenever possible to help recover during the week. ", "Whenever possible, you have tried to employ multiple techniques such as deep breathing to help yourself feel better. ", "You try to rest whenever possible to help cope with your problems. ")>>
<<elseif $PC.pregnancy.weeks <= 8 && $PC.pregnancy.weeks>>
<<if $PC.pregnancy.weeks == 5>>
<<set _signs.push("Your breasts are tender, tingly and sore. ", "Your stomach has grown in size. ", "The areola around your nipples have grown noticeably darker as you have progressed through your pregnancy. ")>>
<<elseif $PC.pregnancy.weeks == 6>>
<<set _signs.push("Your baby bump has become noticeable. ", "Your stomach has started to show stronger signs of your pregnancy. ", "Your stomach is large enough that you can tell you are pregnant from sight alone. ")>>
<<elseif $PC.pregnancy.weeks == 7>>
<<set _signs.push("Your baby bump is much more pronounced. ", "Both your breasts have grown due to your pregnancy. ", "There is no disputing if you are pregnant or not due to the size of your stomach in comparison to the rest of your body. ")>>
<<elseif $PC.pregnancy.weeks == 8>>
<<set _signs.push("Your stomach is noticeably large due to your pregnancy. ", "Your pregnancy has reached the state that you have a full-sized baby bump. ", "The size and curve of your stomach is very pronounced. ")>>
<</if>>
<<set _feelings.push("You have a hard time getting used to the changes occurring to your body. ", "You have some reservations about being a mother but as your pregnancy gets further along, you have become more calm. ", "You sometimes worries about your offspring being born into slavery. ")>>
<<set _reaction.push("You are often found resting whenever you get the chance to. ", "You sometimes eat extra food during your meals to ensure that your offspring get enough nutrients. ", "You sometimes start caressing your stomach in an attempt to soothe or bond with your offspring. ")>>
<<elseif $PC.pregnancy.weeks <= 12 && $PC.pregnancy.weeks>>
<<set _signs.push("Your stomach is a small bit larger than what should be possible for a normal pregnancy. ", "Your baby bump has continued to grow in size to accommodate the extraordinary pregnancy. ", "You have progressed passed the point of a normal pregnancy, and the size of your baby bump reflects that. ")>>
<<set _feelings.push("Your extended pregnancy has made you slightly horny. ", "Your skin is flushed most of the time, probably due to the arousal after-effects of having a " + $PC.pregnancy.type + ". ", "The " + $PC.pregnancy.type + " potion you drank has began to offset the pain of having such a large stomach with feelings of pleasure. ")>>
<<set _reaction.push("You pleasure yourself much more often than normal. ", "You take care of your sexual urges yourself whenever possible, sometimes doing it out in the open if you can't find a chance to do it privately. ", "You pleasure yourself by massaging your stomach while rubbing your genitalia. ")>>
<<elseif $PC.pregnancy.weeks <= 14 && $PC.pregnancy.weeks>>
<<set _signs.push("Your stomach has gotten very large but is still manageable. ", "Your stomach is almost twice the size of full-term baby bump. ", "Your stomach is so large you waddle as you walk around. ")>>
<<set _feelings.push("You are in a constant state of arousal but it isn't too distracting. ", "You are frustrated with your body being constantly aroused. ", "No matter what time of day, or what you are doing, you feel small pangs of lust. ")>>
<<set _reaction.push("You sometimes masturbates without even realizing it. ", "You try to deal with your overactive libido whenever possible with masturbation or sex when possible, but it doesn't help at all. ", "When your arousal becomes too much to bear, you break down and masturbates right on the spot. ")>>
<<elseif $PC.pregnancy.weeks <= 16 && $PC.pregnancy.weeks>>
<<set _signs.push("Your stomach is obscenely large. ", "Your stomach is becoming too large for you to handle. ", "You have trouble adjusting to the size of your large stomach. ")>>
<<set _feelings.push("Whenever the offspring in your stomach move about, which is almost always, they send pangs of pleasure coursing through your body. ", "Any movement from your offspring sends you into orgasmic bliss. ", "You constantly struggle to keep your libido in check, as you are in a constant state of arousal. ")>>
<<set _reaction.push("You have given up trying to sate your lust, and instead enjoy the feeling your " + $PC.pregnancy.type + " brings you. ", "You have slowly become much more comfortable pleasuring yourself out in the open due to the intense pleasure your " + $PC.pregnancy.type + " has brought you. ", "You've already caught yourself multiple times pleasuring yourself this week alone. ")>>
<<elseif $PC.pregnancy.weeks <= 18 && $PC.pregnancy.weeks>>
<<set _signs.push( "You have problems seeing whats directly in front of yourself due to your huge stomach. ", "Your stomach has ballooned to massive proportions. ", "The size of your stomach is bordering on being as big as a large beach ball. ")>>
<<set _feelings.push("Your pregnancy has entered the stage where you are in an endless state of mindless pleasure. ", "You are too horny to do much of anything, as you feel continuous pleasure from your enlarged stomach. ", "From the glazed look plastered across your face, its obvious that you are in a world of pleasure. ")>>
<<set _reaction.push("You masturbate whensoever, without any care for privacy or humility. ", "You masturbate so frequently it isn't odd for you to find yourself with your whole fist up your pussy. ", "You will use anything and anyone to satisfy your sexual needs, without a care as to when, where or how. ")>>
<</if>>
<<set _pregtext = "">>
<<set _pregtext += either(_signs)>>
<<set _pregtext += either(_feelings)>>
<<set _pregtext += either(_reaction)>>
<<set $PC.pregnancy.status = _pregtext>>
<<set $PC.summary += "<br><br><b>Pregnancy Week " + $PC.pregnancy.weeks + "</b><br>">>
<<if _weeksuntilbirth>>
<<set $PC.summary += "You are due to give birth in " + _weeksuntilbirth + " weeks. ">>
<<elseif $PC.pregnancy.recovery>>
<<set $PC.summary += "You will recover from your pregnancy in " + $PC.pregnancy.recovery + " weeks. ">>
<</if>>
<<set $PC.summary += _pregtext>>
<</widget>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Dietary Concerns</titled></center>
<br>
<<if $activeCharacter.obedience.current >= 80>>
[[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] is perfectly obedient when it comes to <<print $hisher[$activeCharacter.gender]>> diet and manners around the table. <<print $HeShe[$activeCharacter.gender]>> follows <<print $hisher[$activeCharacter.gender]>> diet without error and makes sure that <<print $heshe[$activeCharacter.gender]>> acts as if <<print $heshe[$activeCharacter.gender]>> is happy with any portion of food that you give <<print $himher[$activeCharacter.gender]>>. Since $activeCharacter.name is so obedient you can reward <<print $himher[$activeCharacter.gender]>> in any way that you want and <<print $heshe[$activeCharacter.gender]>> will be thankful for your praise.
<br><br>
<<set _scenename = "Give " + $activeCharacter.name + " a small reward for following " + $hisher[$activeCharacter.gender] + " diet obediently.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Reward Food"]]
<br>
<<set _scenename = "Allow " + $activeCharacter.name + " to eat more food when needed this week.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Give Food"]]
<br>
<<set _scenename = "Allow " + $activeCharacter.name + " to eat less food when needed this week.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Waste Food"]]
<<elseif $activeCharacter.obedience.current >= 50 || $activeCharacter.fear.current >= 50>>
[[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] has been pretty good about sticking to the diet plan you have made for <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> eats all the food given to <<print $himher[$activeCharacter.gender]>>, does all of <<print $hisher[$activeCharacter.gender]>> exercises as instructed and generally does not make any complaints about it. As long as <<print $heshe[$activeCharacter.gender]>> eats all the food you give <<print $himher[$activeCharacter.gender]>> then <<print $hisher[$activeCharacter.gender]>> diet will be effective.
<br><br>
<<if $activeCharacter.obedience.current >= 50>>
<<if $activeCharacter.diet.progress >= 60>>
Still, you do notice from time to time that $activeCharacter.name stares longingly at your food whenever <<print $heshe[$activeCharacter.gender]>> finishes <<print $hisher[$activeCharacter.gender]>> meal before you. Since <<print $heshe[$activeCharacter.gender]>> is <<print $weight[$activeCharacter.weight]>> its clear that <<print $heshe[$activeCharacter.gender]>> wants more food but <<print $heshe[$activeCharacter.gender]>> is trained well enough not to ask. You can take this opportunity to further <<print $hisher[$activeCharacter.gender]>> obedience or just let <<print $himher[$activeCharacter.gender]>> stare as much as <<print $heshe[$activeCharacter.gender]>> wants.
<br><br>
<<set _scenename = "Give " + $activeCharacter.name + " a small reward for following " + $hisher[$activeCharacter.gender] + " diet obediently.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Reward Food"]]
<br>
<<set _scenename = "Scold " + $activeCharacter.name + " for stealing glances at your food.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Scold Food"]]
<br>
<<set _scenename = "Allow " + $activeCharacter.name + " to eat more food when needed this week.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Give Food"]]
<br>
<<elseif $activeCharacter.diet.progress >= 40>>
Sometimes $activeCharacter.name does have trouble eating all of <<print $hisher[$activeCharacter.gender]>> food, other times <<print $heshe[$activeCharacter.gender]>> still shows signs of being hungry but most of the time <<print $heshe[$activeCharacter.gender]>> seems satisfied. <<print $HeShe[$activeCharacter.gender]>> is <<print $weight[$activeCharacter.weight]>> so <<print $heshe[$activeCharacter.gender]>> seems to be able to deal with any proportion of food you give <<print $himher[$activeCharacter.gender]>>.
<br><br>
<<set _scenename = "Give " + $activeCharacter.name + " a small reward for following " + $hisher[$activeCharacter.gender] + " diet obediently.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Reward Food"]]
<br>
<<set _scenename = "Scold " + $activeCharacter.name + " for not eating " + $hisher[$activeCharacter.gender] + " food without difficulty.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Scold Food"]]
<br>
<<set _scenename = "Allow " + $activeCharacter.name + " to eat more food when needed this week.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Give Food"]]
<br>
<<set _scenename = "Allow " + $activeCharacter.name + " to eat less food when needed this week.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Waste Food"]]
<<else>>
Since $activeCharacter.name is <<print $weight[$activeCharacter.weight]>> <<print $heshe[$activeCharacter.gender]>> sometimes has problems eating all of the food you give <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> makes sure to eat it all. You can try to fix this problem by reprimanding <<print $himher[$activeCharacter.gender]>> for struggling to eat or try to encourage good behaviour by rewarding <<print $himher[$activeCharacter.gender]>> for following <<print $hisher[$activeCharacter.gender]>> diet.
<br><br>
<<set _scenename = "Give " + $activeCharacter.name + " a small reward for following " + $hisher[$activeCharacter.gender] + " diet obediently.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Reward Food"]]
<br>
<<set _scenename = "Scold " + $activeCharacter.name + " for struggling to eat all " + $hisher[$activeCharacter.gender] + " food.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Scold Food"]]
<br>
<<set _scenename = "Allow " + $activeCharacter.name + " to eat less food than needed this week.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Waste Food"]]
<</if>>
<<elseif $activeCharacter.fear.current >= 50>>
$activeCharacter.name has been following <<print $hisher[$activeCharacter.gender]>> diet more out of fear than obedience. <<print $HeShe[$activeCharacter.gender]>> doesn't want to face any type of punishment and eating whatever you give <<print $himher[$activeCharacter.gender]>> isn't a point of contention for <<print $himher[$activeCharacter.gender]>> at this point. <<print $HeShe[$activeCharacter.gender]>> won't even look up from <<print $hisher[$activeCharacter.gender]>> plate when you're nearby and <<print $heshe[$activeCharacter.gender]>> always eats in a controlled manner as to not garner any attention from you.
<br><br>
<<set _scenename = "Give " + $activeCharacter.name + " a small reward for following " + $hisher[$activeCharacter.gender] + " diet obediently.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Reward Food"]]
<br>
<<set _scenename = "Give " + $activeCharacter.name + " a real reason to fear you.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Fear Food"]]
<</if>>
<<else>>
<<if $activeCharacter.diet.progress >= 60>>
While walking through the brothel halls [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] stops you to express <<print $hisher[$activeCharacter.gender]>> concerns about <<print $hisher[$activeCharacter.gender]>> diet. This isn't the first time. Throughout the week $activeCharacter.name has been finishing <<print $hisher[$activeCharacter.gender]>> food early and has been challenging you about <<print $hisher[$activeCharacter.gender]>> diet any chance <<print $heshe[$activeCharacter.gender]>> gets. According to <<print $himher[$activeCharacter.gender]>>, the amount of food you give <<print $himher[$activeCharacter.gender]>> isn't sufficient for anybody to live off of.
<<if $activeCharacter.diet.status == "Normal">>
You have no clue why <<print $heshe[$activeCharacter.gender]>> thinks this, <<print $hisher[$activeCharacter.gender]>> diet is completely normal for someone <<print $weight[$activeCharacter.weight]>>.
<<elseif $activeCharacter.diet.status == "High">>
To say <<print $heshe[$activeCharacter.gender]>> is being a little greedy would be an understatement. <<print $HeShe[$activeCharacter.gender]>> is already <<print $weight[$activeCharacter.weight]>> and is currently getting fed a high calorie diet, yet <<print $heshe[$activeCharacter.gender]>> is asking for more food.
<<else>>
While <<print $heshe[$activeCharacter.gender]>> is barely getting any food during mealtimes, its enough to sustain someone who is <<print $weight[$activeCharacter.weight]>>. You want <<print $himher[$activeCharacter.gender]>> to lose weight and giving <<print $himher[$activeCharacter.gender]>> anymore food will probably make <<print $himher[$activeCharacter.gender]>> gain more weight.
<</if>>
<br><br>
Getting used to and accepting a diet takes a bit of discipline, which $activeCharacter.name clearly lacks, so you expected some push back from <<print $himher[$activeCharacter.gender]>>. What you didn't expect was <<print $himher[$activeCharacter.gender]>> actively challenging you about <<print $hisher[$activeCharacter.gender]>> diet every step of the way. <<print $HeShe[$activeCharacter.gender]>> isn't even polite about it, even going as far as to imply that you're an idiot for not feeding <<print $himher[$activeCharacter.gender]>> enough food to survive. Will you give <<print $himher[$activeCharacter.gender]>> more food?
<br><br>
<<set _scenename = "Refuse to give " + $activeCharacter.name + " anymore food.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Refuse Food"]]
<br>
<<set _scenename = "Agree to give " + $activeCharacter.name + " food as long " + $heshe[$activeCharacter.gender] + " eats it from a dog bowl.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Dog Bowl"]]
<br>
<<if $PC.cock.current && $PC.girth.current>>
<<set _scenename = "Agree to give " + $activeCharacter.name + " food covered in your cum.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Cum Food"]]
<br>
<</if>>
<<set _scenename = "Agree to give " + $activeCharacter.name + " more food.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Give Food"]]
<<else>>
You're beginning to notice that [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] hasn't been eating all of the food you've been giving <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> is currently <<print $weight[$activeCharacter.weight]>> and the diet you have planned out for <<print $himher[$activeCharacter.gender]>> won't work if <<print $heshe[$activeCharacter.gender]>> is not eating all you have to give <<print $himher[$activeCharacter.gender]>>.
<<if $activeCharacter.diet.status == "Normal">>
<<print $HisHer[$activeCharacter.gender]>> diet should help <<print $himher[$activeCharacter.gender]>> maintain a healthy weight, but only if <<print $heshe[$activeCharacter.gender]>> eats all of the food on <<print $hisher[$activeCharacter.gender]>> plate.
<<elseif $activeCharacter.diet.status == "High">>
You have been giving $activeCharacter.name an abnormally high amount of food, which is why <<print $heshe[$activeCharacter.gender]>> is struggling to finish it all. However, you are paying extra money for <<print $hisher[$activeCharacter.gender]>> diet so <<print $heshe[$activeCharacter.gender]>> is just wasting your money at this point.
<<elseif $activeCharacter.diet.status == "Low">>
<<print $HeShe[$activeCharacter.gender]>> is already getting a low calorie diet and is still having trouble eating what little food you're giving <<print $himher[$activeCharacter.gender]>>. It seems like $activeCharacter.name has a mental block when it comes to eating food.
<</if>>
<br><br>
$activeCharacter.name will do anything to leave the table without eating all the food on <<print $hisher[$activeCharacter.gender]>> plate. Even in the face of the threat of punishment, <<print $heshe[$activeCharacter.gender]>> will just try to hide any food <<print $heshe[$activeCharacter.gender]>> can while you're not watching. Of course, you can watch <<print $himher[$activeCharacter.gender]>> eat every bite but you have better things to do. Sadly there is no permanent solution to this problem, you just have to deal with it routinely every time it pops up and eventually it won't be an issue. How will you deal with it this time around?
<br><br>
<<set _scenename = "Force feed " + $activeCharacter.name + ".">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Force Feed"]]
<br>
<<set _scenename = "Let " + $activeCharacter.name + " continue to waste the food.">>
[[_scenename|Basic - Dietary Concerns - End][$events.choice = "Waste Food"]]
<</if>>
<</if>><center><titled>Dietary Concerns</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<switch $events.choice>>
<<case "Refuse Food">>
You refuse to give $activeCharacter.name any food. <<print $HeShe[$activeCharacter.gender]>> is already <<print $weight[$activeCharacter.weight]>>, you don't want to give <<print $himher[$activeCharacter.gender]>> more food and exacerbate the problem.
<<if $roll >= 4>>
$activeCharacter.name isn't happy with your decision but has realized that all of <<print $hisher[$activeCharacter.gender]>> complaints will fall on deaf ears. <<print $HeShe[$activeCharacter.gender]>> is still of the belief that you are starving <<print $himher[$activeCharacter.gender]>> but has decided to accept it instead of wasting energy arguing about it.
<br><br>
Constantly rebuffing $activeCharacter.name's diet change requests has helped make <<print $himher[$activeCharacter.gender]>> @@color:greenyellow;more obedient@@.
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name doubles down, increasing <<print $hisher[$activeCharacter.gender]>> begging while ensuring you that <<print $heshe[$activeCharacter.gender]>> will die trying to live off of the food you give <<print $himher[$activeCharacter.gender]>>. When you keep firm and explain to <<print $himher[$activeCharacter.gender]>> once more that <<print $heshe[$activeCharacter.gender]>> isn't getting anymore food, <<print $heshe[$activeCharacter.gender]>> breaks down.
<br><br>
$activeCharacter.name falls to the ground and starts blubbering unintelligibly into <<print $hisher[$activeCharacter.gender]>> fat, flabby arms. It doesn't take long before <<print $hisher[$activeCharacter.gender]>> big body is sprawled across the floor and <<print $heshe[$activeCharacter.gender]>>'s throwing a tantrum like a child. You wait for <<print $himher[$activeCharacter.gender]>> to get out of breath, which doesn't take long at all, and tell <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> will lose <<print $hisher[$activeCharacter.gender]>> a few meals for that pathetic display. <<print $HeShe[$activeCharacter.gender]>> completely loses it after hearing that, wailing out as if you've sentenced <<print $himher[$activeCharacter.gender]>> to death. This time you don't stick around for <<print $hisher[$activeCharacter.gender]>> performance and walk away.
<br><br>
Skipping a few meals this week has helped $activeCharacter.name @@color:greenyellow;lose some extra weight@@.
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress-5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Dog Bowl">>
<<if $activeCharacter.trust.current >= 80>>
<<set _rollreq = 5>>
<<elseif $activeCharacter.trust.current >= 60>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.trust.current >= 40>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.trust.current >= 20>>
<<set _rollreq = 2>>
<<else>>
<<set _rollreq = 1>>
<</if>>
<<if _rollreq >= $roll>>
When you tell $activeCharacter.name that he can eat more if he does so out of a dog bowl <<print $heshe[$activeCharacter.gender]>> delays <<print $hisher[$activeCharacter.gender]>> answer enough to cause you to smirk. <<print $HisHer[$activeCharacter.gender]>> lack of response means that <<print $heshe[$activeCharacter.gender]>> actually thought about accepting your proposal, even if only for a second. The one thing that seemingly holding <<print $himher[$activeCharacter.gender]>> back from accepting is <<print $hisher[$activeCharacter.gender]>> trust in you. After some deliberation <<print $heshe[$activeCharacter.gender]>> decides its not worth it, looks to you with conviction but freezes as soon as <<print $heshe[$activeCharacter.gender]>> sees the smug look on your face. $activeCharacter.name didn't realize <<print $hisher[$activeCharacter.gender]>> mistake at first but upon seeing your face <<print $heshe[$activeCharacter.gender]>> understood whatever pride <<print $heshe[$activeCharacter.gender]>> was planning on saving was gone the moment <<print $heshe[$activeCharacter.gender]>> began thinking about eating out of a dog bowl.
<br><br>
Defeated, $activeCharacter.name keeps <<print $hisher[$activeCharacter.gender]>> eyes down as <<print $heshe[$activeCharacter.gender]>> weakly mutters affirmation to eating out of a dog bowl. You go into the kitchen to grab a dog bowl, fill it with another serving of food and hand it to <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> reluctantly grabs the bowl and moves for the table but you stop <<print $himher[$activeCharacter.gender]>> before <<print $heshe[$activeCharacter.gender]>> can pull up a chair. $activeCharacter.name looks up to you with a questioning glance and you tell <<print $hisher[$activeCharacter.gender]>> that dog bowls don't belong on the table. <<print $HisHer[$activeCharacter.gender]>> eyes goes wide upon hearing that, only now fully understanding what you want <<print $himher[$activeCharacter.gender]>> to do.
<br><br>
$activeCharacter.name drops to <<print $hisher[$activeCharacter.gender]>> knees and puts the bowl on the ground. Before <<print $heshe[$activeCharacter.gender]>> can even reach for a fork from the table you order <<print $himher[$activeCharacter.gender]>> to eat the food without hands or don't eat it at all. Quiet tears run down <<print $hisher[$activeCharacter.gender]>> face as <<print $heshe[$activeCharacter.gender]>> realizes what <<print $heshe[$activeCharacter.gender]>> has been degraded to doing for food but <<print $heshe[$activeCharacter.gender]>> has gone too far to turn back now. Slowly <<print $heshe[$activeCharacter.gender]>> lowers <<print $hisher[$activeCharacter.gender]>> head into the bowl and eats from it one mouthful of food at a time. Even the tears and snot falling from <<print $hisher[$activeCharacter.gender]>> face into the bowl of food doesn't stop <<print $himher[$activeCharacter.gender]>> from completely cleaning it out.
<br><br>
This whole ordeal has @@color:greenyellow;increased $activeCharacter.name's trust@@ and has @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> obedience@@ but at the same time has caused <<print $himher[$activeCharacter.gender]>> to @@color:orange;gain a little weight@@.
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress+5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name doesn't even hesitate for a second to refuse your offer. <<print $HeShe[$activeCharacter.gender]>> says <<print $heshe[$activeCharacter.gender]>> can't even believe that you thought <<print $heshe[$activeCharacter.gender]>> would even think about accepting such an order. Although <<print $heshe[$activeCharacter.gender]>> is <<print $weight[$activeCharacter.weight]>>, <<print $heshe[$activeCharacter.gender]>> has too much pride to accept doing something so pitiful.
$activeCharacter.name's response has proved to @@color:orange;decrease <<print $hisher[$activeCharacter.gender]>> trust@@. On the other hand <<print $HeShe[$activeCharacter.gender]>> didn't get any extra meals and has @@color:greenyellow;kept to <<print $hisher[$activeCharacter.gender]>> diet@@.
<<run decreaseTrust($activeCharacter, 10)>>
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress-5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Cum Food">>
<<if $activeCharacter.trust.current >= 80>>
<<set _rollreq = 5>>
<<elseif $activeCharacter.trust.current >= 60>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.trust.current >= 40>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.trust.current >= 20>>
<<set _rollreq = 2>>
<<else>>
<<set _rollreq = 1>>
<</if>>
<<if _rollreq >= $roll>>
Normally any pride $activeCharacter.name has would stop <<print $himher[$activeCharacter.gender]>> from doing anything sexual for you but <<print $heshe[$activeCharacter.gender]>>'s so greedy that <<print $heshe[$activeCharacter.gender]>> would do anything to get an extra meal. This would be normal for someone starving but you keep <<print $himher[$activeCharacter.gender]>> fed three times a day. Its clear that even with food in <<print $hisher[$activeCharacter.gender]>> stomach, <<print $heshe[$activeCharacter.gender]>> can't help but let <<print $hisher[$activeCharacter.gender]>> gluttony control <<print $himher[$activeCharacter.gender]>>. You don't even have to wait for <<print $himher[$activeCharacter.gender]>> to answer, the look on <<print $hisher[$activeCharacter.gender]>> face tells you all that you need to know; $activeCharacter.name is nothing but a fat <<print $whore[$activeCharacter.gender]>> with no self-respect. You lead <<print $himher[$activeCharacter.gender]>> into the kitchen and fix another plate of food for <<print $himher[$activeCharacter.gender]>>. Placing the food on the table, you sit down and tell <<print $himher[$activeCharacter.gender]>> to come closer. You explain to <<print $himher[$activeCharacter.gender]>> that if <<print $heshe[$activeCharacter.gender]>> wants the food that <<print $heshe[$activeCharacter.gender]>> is going to have to get it from the source <<print $himselfherself[$activeCharacter.gender]>>.
<br><br>
$activeCharacter.name nods in understanding, kneels down between your legs and fishes your <<descriptor $activeCharacter 0 'cock'>> out of your pants. Putting the tip of <<print $hisher[$activeCharacter.gender]>> tongue on the crown of your <<descriptor $activeCharacter 0 'cock'>>, <<print $heshe[$activeCharacter.gender]>> slowly licks at you with shallow strokes. <<print $HisHer[$activeCharacter.gender]>> hands move to sensually caress your thighs while <<print $hisher[$activeCharacter.gender]>> tongue inches down to explore more of your length. Once satisfied, <<print $heshe[$activeCharacter.gender]>> pulls <<print $hisher[$activeCharacter.gender]>> face from your lap and glances at you submissively before taking you completely into <<print $himher[$activeCharacter.gender]>> mouth. <<print $HisHer[$activeCharacter.gender]>> mouth is hot and wet, a stark contrast to a few minutes ago when the air was coldly brushing against your saliva covered <<descriptor $activeCharacter 25 'cock'>>. The sudden stimulus causes you to buck you hips, forcing you deeper into <<print $hisher[$activeCharacter.gender]>> mouth. <<print $HeShe[$activeCharacter.gender]>> chokes, but keeps <<print $hisher[$activeCharacter.gender]>> lips tightly trapped around you. Even as you relax, <<print $hisher[$activeCharacter.gender]>> tongue continues to work while <<print $heshe[$activeCharacter.gender]>> dutifully bobs up and down on your <<descriptor $activeCharacter 25 'cock'>>. <<print $HisHer[$activeCharacter.gender]>> ministrations are pleasurable and purposed, skillfully working you up to your climax.
<br><br>
Anticipating your release, $activeCharacter.name increases the rhythm of <<print $hisher[$activeCharacter.gender]>> bobbing faster and faster, to the point that <<print $heshe[$activeCharacter.gender]>> begins to moan on your dick with bated breath. Unable to hold it in any longer you grab the back of <<print $hisher[$activeCharacter.gender]>> head and forcefully press <<print $himher[$activeCharacter.gender]>> into your crotch as you jet a <<print extractWord($quantity[$PC.cum.quantity.current])>> amount of your <<print extractWord($quality[$PC.cum.quality.current])>>, <<print extractWord($taste.cum[$PC.cum.taste.current])>> spend into <<print $hisher[$activeCharacter.gender]>> waiting mouth. Steadying <<print $himselfherself[$activeCharacter.gender]>> by placing <<print $hisher[$activeCharacter.gender]>> hands on the flat of your thighs, <<print $heshe[$activeCharacter.gender]>> continues to suckle on your sensitive <<descriptor $activeCharacter 0 'cock'>> to coax out as much cum as possible. After ensuring that there was nothing left, <<print $heshe[$activeCharacter.gender]>> pulls <<print $hisher[$activeCharacter.gender]>> mouth off of your softening member and looks at you for approval. You nod and $activeCharacter.name raises back to <<print $hisher[$activeCharacter.gender]>> feet and opens <<print $hisher[$activeCharacter.gender]>> mouth so the cum <<print $heshe[$activeCharacter.gender]>> has collected can dribble out of <<print $hisher[$activeCharacter.gender]>> mouth and onto the plate of food on the table. After <<print $heshe[$activeCharacter.gender]>> finishes, you dutifully mix in the cum with the rest of the food and then watch as <<print $heshe[$activeCharacter.gender]>> eats it to the last bite. <<print $HeShe[$activeCharacter.gender]>> has no problems with cleaning the plate of food.
<br><br>
$activeCharacter.name's capitulation has @@color:forestgreen;greatly increased $activeCharacter.name's obedience@@ but the extra food you gave <<print $himher[$activeCharacter.gender]>> has caused <<print $himher[$activeCharacter.gender]>> to @@color:orange;gain a little weight@@.
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress+5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run increaseObedience($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name doesn't even hesitate for a second to refuse your offer. <<print $HeShe[$activeCharacter.gender]>> says <<print $heshe[$activeCharacter.gender]>> can't even believe that you thought <<print $heshe[$activeCharacter.gender]>> would even think about accepting such an offer. Although <<print $heshe[$activeCharacter.gender]>> is <<print $weight[$activeCharacter.weight]>>, <<print $heshe[$activeCharacter.gender]>> has too much pride to accept doing something so pitiful.
$activeCharacter.name's response has proved to @@color:orange;decrease <<print $hisher[$activeCharacter.gender]>> trust@@. On the other hand <<print $HeShe[$activeCharacter.gender]>> didn't get any extra meals and has @@color:greenyellow;kept to <<print $hisher[$activeCharacter.gender]>> diet@@.
<<run decreaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Give Food">>
<<if $activeCharacter.fear.current >= 50>>
You decide to give $activeCharacter.name some extra food during <<print $hisher[$activeCharacter.gender]>> meals this week.
$activeCharacter.name is so scared of you that when you offer <<print $himher[$activeCharacter.gender]>> some more food <<print $heshe[$activeCharacter.gender]>> immediately thinks that you're trying to test or trap <<print $himher[$activeCharacter.gender]>>. Even after assuring <<print $himher[$activeCharacter.gender]>> multiple times that everything about your offer is aboveboard <<print $heshe[$activeCharacter.gender]>> still refuses any extra meals. Eventually you get <<print $himher[$activeCharacter.gender]>> to agree to the extra meals by forcing <<print $himher[$activeCharacter.gender]>> to eat them. It causes <<print $himher[$activeCharacter.gender]>> to be even more skeptical but after a few of the extra meals <<print $heshe[$activeCharacter.gender]>> realizes that you were not trying to trick <<print $himher[$activeCharacter.gender]>>.
<br><br>
Due to your kindness $activeCharacter.name has @@color:greenyellow;began to fear you less@@ but has @@color:orange;gained some weight@@ from the extra meals.
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress+5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run decreaseFear($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<elseif $activeCharacter.obedience.current >= 50>>
$activeCharacter.name follows your orders well enough that you feel like you can give <<print $himher[$activeCharacter.gender]>> some extra food without <<print $himher[$activeCharacter.gender]>> taking it for granted. You decide to give $activeCharacter.name some extra food during <<print $hisher[$activeCharacter.gender]>> meals this week.
Even though <<print $heshe[$activeCharacter.gender]>> is a little bit surprised that you not only noticed that <<print $heshe[$activeCharacter.gender]>> wanted more food but offered <<print $himher[$activeCharacter.gender]>> some as well, <<print $heshe[$activeCharacter.gender]>> remembers to thank you generously for allowing <<print $himher[$activeCharacter.gender]>> to get some extra meals.
<br><br>
Attending to $activeCharacter.name's wants has made <<print $himher[$activeCharacter.gender]>> @@color:greenyellow;more obedient@@ to you but giving <<print $himher[$activeCharacter.gender]>> extra meals has made <<print $himher[$activeCharacter.gender]>> @@color:orange;gain some weight@@.
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress+5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
You've decided to give $activeCharacter.name food outside of <<print $hisher[$activeCharacter.gender]>> usual diet this week. <<print $HeShe[$activeCharacter.gender]>> is ecstatic about the extra food and runs off to the kitchen to get another meal. <<print $HisHer[$activeCharacter.gender]>> reaction was definitely not one of gratitude. Not only did <<print $heshe[$activeCharacter.gender]>> forget to thank you for your decision, $activeCharacter.name probably considers this moment a victory over you and the control you have over <<print $himher[$activeCharacter.gender]>>. The decision to give <<print $himher[$activeCharacter.gender]>> more meals may end up backfiring on you in the long run.
<br><br>
Yielding to $activeCharacter.name constant begging for more food has only taught <<print $himher[$activeCharacter.gender]>> to beg for food to get it, making <<print $himher[$activeCharacter.gender]>> @@color:orange;more disobedient@@. <<print $HeShe[$activeCharacter.gender]>> has also @@color:orange;gained some weight@@ from the few extra meals.
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress+5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run decreaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Force Feed">>
You decide that you're going to have to force feed $activeCharacter.name to get <<print $himher[$activeCharacter.gender]>> to stick to your diet plan for <<print $himher[$activeCharacter.gender]>>. When you tell <<print $himher[$activeCharacter.gender]>> what you're planning on doing <<print $heshe[$activeCharacter.gender]>> ignores you. <<print $HeShe[$activeCharacter.gender]>> either believes that you can't force <<print $himher[$activeCharacter.gender]>> to eat anything or that you're just bluffing. You quickly show <<print $himher[$activeCharacter.gender]>> how serious you are. Using some rope you tie <<print $himher[$activeCharacter.gender]>> to <<print $hisher[$activeCharacter.gender]>> chair and force a ring gag into <<print $hisher[$activeCharacter.gender]>> mouth.
<br><br>
<<if $activeCharacter.diet.status == "Low">>
Luckily for $activeCharacter.name <<print $heshe[$activeCharacter.gender]>> doesn't have much food on <<print $hisher[$activeCharacter.gender]>> plate since you feed <<print $himher[$activeCharacter.gender]>> a low calorie diet.
<<elseif $activeCharacter.diet.status == "High">>
Its understandable that $activeCharacter.name is struggling with eating all the food on <<print $hisher[$activeCharacter.gender]>> plate since there is so much of it. That doesn't mean that you're going to give <<print $himher[$activeCharacter.gender]>> a pass though; letting <<print $himher[$activeCharacter.gender]>> get away with it now will only cause more problems in the future.
<<else>>
While there isn't a lot of food on $activeCharacter.name's plate, there is more than needed to feed someone with a small stomach. It isn't an amount that <<print $heshe[$activeCharacter.gender]>> should struggle this much over and letting <<print $himher[$activeCharacter.gender]>> get away with wasting this little food will only cause more problems in the future.
<</if>>
Spoonful by spoonful you pour the food into <<print $hisher[$activeCharacter.gender]>> mouth but <<print $heshe[$activeCharacter.gender]>> uses <<print $hisher[$activeCharacter.gender]>> tongue to block the food from coming in. Every time <<print $heshe[$activeCharacter.gender]>> does so you slap <<print $himher[$activeCharacter.gender]>> squarely across the jaw and verbally reprimand <<print $himher[$activeCharacter.gender]>> for fighting against your orders. Eventually <<print $heshe[$activeCharacter.gender]>> gives up and just swallows whatever you put in <<print $hisher[$activeCharacter.gender]>> mouth. You continue until all of the food on <<print $hisher[$activeCharacter.gender]>> plate is gone.
<br><br>
Your continued correction has made $activeCharacter.name @@color:greenyellow;more obedient@@.
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Waste Food">>
<<if $activeCharacter.obedience.current >= 50>>
You decide to let $activeCharacter.name leave the <<print $heshe[$activeCharacter.gender]>> doesn't want during the week but you make sure to tell <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> is not going to get any extra food. <<print $HeShe[$activeCharacter.gender]>> is obedient enough that <<print $heshe[$activeCharacter.gender]>> won't take advantage of <<print $himher[$activeCharacter.gender]>> new privilege and only sees this as you rewarding <<print $himher[$activeCharacter.gender]>> with a week of dietary lenience for obediently following <<print $hisher[$activeCharacter.gender]>> diet.
<<if $activeCharacter.diet.progress >= 40>>
$activeCharacter.name usually finishes all of <<print $hisher[$activeCharacter.gender]>> food so <<print $heshe[$activeCharacter.gender]>> only ends up taking the food <<print $heshe[$activeCharacter.gender]>> does like to eat.
<<else>>
$activeCharacter.name usually struggles with a lot of food so <<print $heshe[$activeCharacter.gender]>> ends up taking a lot less food than usual.
<</if>>
<<if $activeCharacter.diet.progress-5 >= 40>>
<<set _color = "@@color:greenyellow;lowered <<print $hisher[$activeCharacter.gender]>> weight@@">>
<<else>>
<<set _color = "@@color:orange;lowered <<print $hisher[$activeCharacter.gender]>> weight@@">>
<</if>>
<br><br>
Attending to $activeCharacter.name's wants has @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> obedience@@ and eating less food has _color.
<<run increaseObedience($activeCharacter, 10)>>
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress-5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
You don't want to confront $activeCharacter.name on <<print $hisher[$activeCharacter.gender]>> wasteful behaviour so you ignore <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> is surprised but happy that <<print $heshe[$activeCharacter.gender]>> doesn't have to sit around the table pretending that <<print $heshe[$activeCharacter.gender]>> is going to eat the food given to <<print $himher[$activeCharacter.gender]>> eventually.
<<if $activeCharacter.diet.status == "Low">>
You only feeding $activeCharacter.name a low calorie diet in the first place, so you aren't going to lose much money letting <<print $himher[$activeCharacter.gender]>> throw out any food <<print $heshe[$activeCharacter.gender]>> isn't going to eat. When you calculate it, @@color:orange;you're only wasting about 💎35 out of the 💎50@@ you spend on <<print $hisher[$activeCharacter.gender]>> weekly diet expenses.
<<elseif $activeCharacter.diet.status == "High">>
Unluckily for you, you are feeding $activeCharacter.name a high calorie diet. You're going to waste a lot of money letting <<print $himher[$activeCharacter.gender]>> throw out all the food that <<print $heshe[$activeCharacter.gender]>> isn't going to eat. When you calculate it, @@color:red;you're wasting about 💎140 out of the 💎200@@ you spend on <<print $hisher[$activeCharacter.gender]>> weekly diet expenses.
<<else>>
You're feeding $activeCharacter.name a normal diet so you're going to lose a decent amount of money letting <<print $himher[$activeCharacter.gender]>> throw out any food <<print $heshe[$activeCharacter.gender]>> isn't going to eat. When you calculate it, @@color:red;you're wasting about 💎70 out of the 💎100@@ you spend on <<print $hisher[$activeCharacter.gender]>> weekly diet expenses.
<</if>>
<br><br>
Letting $activeCharacter.name get away with throwing away food has made <<print $himher[$activeCharacter.gender]>> @@color:orange;more disobedient@@ and made <<print $himher[$activeCharacter.gender]>> @@color:orange;lose weight@@.
<<run decreaseObedience($activeCharacter, 10)>>
<<set $activeCharacter.diet.progress = Math.clamp($activeCharacter.diet.progress-5, 1, 100)>>
<<set $activeCharacter.weight = updateWeight($activeCharacter)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Reward Food">>
<<if $activeCharacter.diet.progress >= 60>>
You decide to reward $activeCharacter.name for keeping to <<print $hisher[$activeCharacter.gender]>> diet by giving <<print $himher[$activeCharacter.gender]>> a small treat. Its only candy but slaves don't have access to such luxuries. $activeCharacter.name is ecstatic about <<print $hisher[$activeCharacter.gender]>> reward and is happy that you've acknowledged <<print $hisher[$activeCharacter.gender]>> dedication to keeping to the diet that you've set up for <<print $himher[$activeCharacter.gender]>>.
<br><br>
$activeCharacter.name has become @@color:greenyellow;more obedient@@ due to your positive reinforcement.
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<elseif $activeCharacter.diet.progress < 40>>
You decide to reward $activeCharacter.name for keeping to <<print $hisher[$activeCharacter.gender]>> diet by letting <<print $himher[$activeCharacter.gender]>> sleep an hour more than usual tonight. Slaves don't get much sleep and they are often worked to exhaustion. $activeCharacter.name is very grateful for the extra hour of sleep and is happy that you've acknowledged <<print $hisher[$activeCharacter.gender]>> dedication to keeping to the diet that you've set up for <<print $himher[$activeCharacter.gender]>>.
<br><br>
$activeCharacter.name has become @@color:greenyellow;more obedient@@ due to your positive reinforcement.
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
You decide to reward $activeCharacter.name for keeping to <<print $hisher[$activeCharacter.gender]>> diet by letting <<print $himher[$activeCharacter.gender]>> eat a luxurious meal. $activeCharacter.name is fit enough that it won't affect <<print $hisher[$activeCharacter.gender]>> diet much and slaves usually don't get to eat anything that could be quantified as tasty. $activeCharacter.name is receptive to your reward and is happy that you've acknowledged <<print $hisher[$activeCharacter.gender]>> dedication to keeping to the diet that you've set up for <<print $himher[$activeCharacter.gender]>>.
<br><br>
$activeCharacter.name has become @@color:greenyellow;more obedient@@ due to your positive reinforcement.
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Scold Food">>
<<if $activeCharacter.diet.progress >= 60>>
You scold $activeCharacter.name for stealing glances at your food while around the dinner table. You explain how pathetic it is that <<print $heshe[$activeCharacter.gender]>> is so fat and undisciplined that <<print $heshe[$activeCharacter.gender]>> can't even spend half an hour around a table without keeping <<print $hisher[$activeCharacter.gender]>> eyes from constantly wandering over to your plate.
<<elseif $activeCharacter.diet.progress >= 40>>
You scold $activeCharacter.name for not being able to eat <<print $hisher[$activeCharacter.gender]>> food without proper etiquette, whether it be that <<print $heshe[$activeCharacter.gender]>> struggles to eat everything on <<print $hisher[$activeCharacter.gender]>> plate or that <<print $heshe[$activeCharacter.gender]>> seems unsatisfied with the portion <<print $heshe[$activeCharacter.gender]>> got. You explain that you expect a slave to readily eat anything given to <<print $himher[$activeCharacter.gender]>> and to act like it was satisfying.
<<else>>
You scold $activeCharacter.name for struggling to finish a lot, if not most of <<print $hisher[$activeCharacter.gender]>> meals. You explain how disrespectful it is when it seems like <<print $heshe[$activeCharacter.gender]>> has to fight to finish <<print $hisher[$activeCharacter.gender]>> meals, its as if <<print $heshe[$activeCharacter.gender]>> is not grateful for the food that <<print $heshe[$activeCharacter.gender]>> was given.
<</if>>
$activeCharacter.name is trained well enough to feel shame over <<print $hisher[$activeCharacter.gender]>> actions. You can tell that <<print $heshe[$activeCharacter.gender]>> is remorseful but just isn't disciplined enough to act perfectly around the dinner table without constant reminders.
<br><br>
$activeCharacter.name has taken your admonishment to heart and is @@color:greenyellow;more obedient@@ to you.
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Fear Food">>
Since $activeCharacter.name is acting like you're a monster you decide to give <<print $himher[$activeCharacter.gender]>> a real reason to fear you. Instead of giving <<print $himher[$activeCharacter.gender]>> <<print $hisher[$activeCharacter.gender]>> regular meals this week you decide to feed <<print $himher[$activeCharacter.gender]>> beans fermented with dead slimes. The food is harmless and actually quite nutritious but it both smells and tastes awful. After you give $activeCharacter.name a bowl of it and send <<print $himher[$activeCharacter.gender]>> to the table <<print $heshe[$activeCharacter.gender]>> scrunches <<print $hisher[$activeCharacter.gender]>> nose reflexively at the smell.
<<if $activeCharacter.diet.progress >= 60>>
<<print $HeShe[$activeCharacter.gender]>> might be fat but the food is too disgusting for even <<print $himher[$activeCharacter.gender]>> to eat.
<<elseif $activeCharacter.diet.progress >= 40>>
<<print $HeShe[$activeCharacter.gender]>> has no problem eating any of the slave slop you give <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> has no qualms with going without food today if thats what <<print $heshe[$activeCharacter.gender]>> has to eat.
<<else>>
<<print $HeShe[$activeCharacter.gender]>> has problems eating the food <<print $heshe[$activeCharacter.gender]>> does like, let alone the things <<print $heshe[$activeCharacter.gender]>> finds unpalatable.
<</if>>
<br><br>
You grab the back of $activeCharacter.name's head and push it into the plate all while yelling at <<print $himher[$activeCharacter.gender]>> to start eating. <<print $HeShe[$activeCharacter.gender]>> tries to struggle against you but quickly realizes how pointless it is. You let <<print $himher[$activeCharacter.gender]>> raise <<print $hisher[$activeCharacter.gender]>> head up after <<print $heshe[$activeCharacter.gender]>> has swallowed at least one mouthful and <<print $heshe[$activeCharacter.gender]>> just ends up barfing it back into the plate. You don't care about that though and push <<print $hisher[$activeCharacter.gender]>> face back into the plate and order to eat once more. After a few failed attempts at trying to stomach the fermented beans $activeCharacter.name finally completely finishes the plate. <<print $HeShe[$activeCharacter.gender]>> looks exhausted but glad the whole thing is over until you inform <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> will be fed the same food for at least one week, causing <<print $himher[$activeCharacter.gender]>> to break down into tears.
<br><br>
Your harsh discipline has made $activeCharacter.name @@color:greenyellow;more obedient@@ and has @@color:red;greatly increased how much <<print $heshe[$activeCharacter.gender]>> fears you@@.
<<run increaseFear($activeCharacter, 20)>>
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Behavioural Dispute</titled></center>
<br>
<<if $activeCharacter.obedience.current >= 100>>
[[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] will complete any and all tasks that you give <<print $himher[$activeCharacter.gender]>>, both on time and to your specification. <<print $HeShe[$activeCharacter.gender]>> is a perfectly competent slave except for one issue; <<print $heshe[$activeCharacter.gender]>> puts too much pressure on <<print $himselfherself[$activeCharacter.gender]>> and suffers from frequent burnouts. This is a common problem with completely subservient slaves but can be temporarily corrected. What steps will you take to correct $activeCharacter.name's behaviour?
<br><br>
<<set _scenename = "Reward " + $activeCharacter.name + " for " + $hisher[$activeCharacter.gender] + " continued effort.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Reward Behaviour"]]
<br>
<<set _scenename = "Allow " + $activeCharacter.name + " to take some time off to rest so that " + $heshe[$activeCharacter.gender] + " can properly recover.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Time Off"]]
<<elseif $activeCharacter.obedience.current >= 60>>
For the most part, [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] has been behaving very obediently but you have began to notice that when no one is watching that $activeCharacter.name will begin to slack off. <<print $HeShe[$activeCharacter.gender]>> will still complete all tasks required of <<print $himher[$activeCharacter.gender]>> but they'll be done half-heartedly or will be finished later than expected. You have already talked to <<print $himher[$activeCharacter.gender]>> twice about it so far and <<print $hisher[$activeCharacter.gender]>> behaviour has not been corrected. What steps will you take to correct $activeCharacter.name's behaviour?
<br><br>
<<set _scenename = "Punish " + $activeCharacter.name + " physically for " + $hisher[$activeCharacter.gender] + " continued transgressions.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Punish Physically"]]
<br>
<<set _scenename = "Reprimand " + $activeCharacter.name + " verbally for " + $hisher[$activeCharacter.gender] + " continued transgressions.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Reprimand Verbally"]]
<br>
<<set _scenename = "Talk with " + $activeCharacter.name + " to see if there are any issues " + $heshe[$activeCharacter.gender] + " is dealing with that could cause " + $hisher[$activeCharacter.gender] + " continued transgressions.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Talk Understandingly"]]
<<else>>
[[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] has been nothing but combative and defiant whenever you give <<print $himher[$activeCharacter.gender]>> an order. Whether you're there or not, <<print $heshe[$activeCharacter.gender]>> refuses to follow any of your orders no matter what the consequences are. This isn't the first time you've had problems with $activeCharacter.name, and it won't be the last. What steps will you take to correct $activeCharacter.name's behaviour?
<br><br>
<<set _scenename = "Punish " + $activeCharacter.name + " physically for " + $hisher[$activeCharacter.gender] + " continued transgressions.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Punish Physically"]]
<br>
<<set _scenename = "Reprimand " + $activeCharacter.name + " verbally for " + $hisher[$activeCharacter.gender] + " continued transgressions.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Reprimand Verbally"]]
<br>
<<set _scenename = "Take " + $activeCharacter.name + " for a naked walk around the block.">>
[[_scenename|Basic - Behavioural Dispute - End][$events.choice = "Naked Walk"]]
<br>
<</if>><center><titled>Behavioural Dispute</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if $activeCharacter.trust >= 100>>
<<set _rollreq = 1>>
<<elseif $activeCharacter.trust >= 80>>
<<set _rollreq = 2>>
<<elseif $activeCharacter.trust >= 60>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.trust >= 40>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.trust >= 20>>
<<set _rollreq = 5>>
<<else>>
<<set _rollreq = 6>>
<</if>>
<<switch $events.choice>>
<<case "Reward Behaviour">>
You reward $activeCharacter.name for the effort <<print $heshe[$activeCharacter.gender]>> has put into completing <<print $hisher[$activeCharacter.gender]>> assignments and getting them done on time.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> is ecstatic that you have acknowledged <<print $hisher[$activeCharacter.gender]>> determination with a reward.
<<if $slaves.amount > 1>>
Other slaves are jealous of the attention you have given <<print $himher[$activeCharacter.gender]>>, but that has only served to encourage others to work harder so that they can get acknowledged in a similar manner.
<<else>>
Even though you have no other slaves, <<print $heshe[$activeCharacter.gender]>> still feels like you believe <<print $heshe[$activeCharacter.gender]>> is integral to running your estate.
<</if>>
<br><br>
Your acknowledgment of $activeCharacter.name's effort has @@color:forestgreen;greatly increased <<print $hisher[$activeCharacter.gender]>> obedience@@ to you.
<<run increaseObedience($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
<<print $HeShe[$activeCharacter.gender]>> takes the reward more out of obedience than genuine happiness. <<print $HeShe[$activeCharacter.gender]>> thinks of <<print $hisher[$activeCharacter.gender]>> effort to be expected of <<print $himher[$activeCharacter.gender]>>, and that the reward is for appearances more than you legitimately acknowledging <<print $himher[$activeCharacter.gender]>>.
<br><br>
Your reward for $activeCharacter.name's effort has @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> obedience@@ to you.
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Time Off">>
You give $activeCharacter.name time off so that <<print $heshe[$activeCharacter.gender]>> doesn't become burnt out from overworking <<print $himselfherself[$activeCharacter.gender]>>.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> put <<print $hisher[$activeCharacter.gender]>> trust in you and took the time to rest so <<print $heshe[$activeCharacter.gender]>> could be as well rested for any assignment you have to give <<print $himher[$activeCharacter.gender]>>.
<br><br>
$activeCharacter.name's @@color:greenyellow;trust has increased@@, and <<print $heshe[$activeCharacter.gender]>> has @@color:greenyellow;completely recovered <<print $hisher[$activeCharacter.gender]>> stamina and health@@.
<<run increaseTrust($activeCharacter, 10)>>
<<set $activeCharacter.condition.progress = 100>>
<<set $activeCharacter.fatigue.progress = 0>>
<<set $activeCharacter.health = updateHealth($activeCharacter)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
Instead of resting, <<print $heshe[$activeCharacter.gender]>> spends <<print $hisher[$activeCharacter.gender]>> free time stressing over the loss of work <<print $heshe[$activeCharacter.gender]>> is going to miss out on while resting. <<print $HeShe[$activeCharacter.gender]>> is very concerned with how she will be viewed by you and other slaves if <<print $heshe[$activeCharacter.gender]>> must be given extra breaks during the week.
<br><br>
Due to $activeCharacter.name's stubbornness <<print $heshe[$activeCharacter.gender]>> has gotten no extra rest this week, @@color:orange;lowering <<print $hisher[$activeCharacter.gender]>> trust@@ in you.
<<run decreaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Punish Physically">>
You pull $activeCharacter.name aside and bring <<print $himher[$activeCharacter.gender]>> into the training room so you can properly discipline <<print $himher[$activeCharacter.gender]>>.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> is in tears, begging for forgiveness all while telling you that <<print $heshe[$activeCharacter.gender]>> won't disobey orders any longer. You continue to punish <<print $himher[$activeCharacter.gender]>> anyways, making sure <<print $heshe[$activeCharacter.gender]>> is aware of the punishment <<print $heshe[$activeCharacter.gender]>> will receive if <<print $heshe[$activeCharacter.gender]>> continues to disobey you and that begging for forgiveness after the fact won't affect you.
<br><br>
$activeCharacter.name's punishment was very effective, @@color:forestgreen;greatly increasing <<print $hisher[$activeCharacter.gender]>> obedience@@ but also @@color:orange;increasing <<print $hisher[$activeCharacter.gender]>> fear of you.@@
<<run increaseObedience($activeCharacter, 20)>>
<<run increaseFear($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
After giving <<print $himher[$activeCharacter.gender]>> a standard punishment, <<print $heshe[$activeCharacter.gender]>> is still adamant that <<print $heshe[$activeCharacter.gender]>> won't follow your orders. Giving up and sending <<print $himher[$activeCharacter.gender]>> back to work would have disastrous effects on <<print $hisher[$activeCharacter.gender]>> obedience, so you physically punish <<print $himher[$activeCharacter.gender]>> until <<print $heshe[$activeCharacter.gender]>> concedes to you. The punishment leaves <<print $hisher[$activeCharacter.gender]>> body a mess but with a couple curative elixirs, <<print $heshe[$activeCharacter.gender]>> is as good as new but the psychological scars still remain.
<br><br>
$activeCharacter.name's punishment was effect, @@color:greenyellow;increasing <<print $hisher[$activeCharacter.gender]>> obedience@@ but also @@color:red;greatly increasing <<print $hisher[$activeCharacter.gender]>> fear of you.@@
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseFear($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Reprimand Verbally">>
You pull $activeCharacter.name aside and verbally reprimand <<print $himher[$activeCharacter.gender]>> for <<print $hisher[$activeCharacter.gender]>> behavoiur, explaining that if <<print $heshe[$activeCharacter.gender]>> doesn't shape up fast, a harsh punishment is waiting for <<print $himher[$activeCharacter.gender]>>.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> takes your punishment to heart, promising you that <<print $heshe[$activeCharacter.gender]>> will work hard to reform <<print $hisher[$activeCharacter.gender]>> behaviour.
<br><br>
Your attempt at scolding $activeCharacter.name was effective, @@color:greenyellow;increasing <<print $hisher[$activeCharacter.gender]>> obedience@@ and also @@color:greenyellow;increasing <<print $hisher[$activeCharacter.gender]>> trust.@@
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
<<print $HeShe[$activeCharacter.gender]>> says that <<print $heshe[$activeCharacter.gender]>> understands but you can tell from <<print $hisher[$activeCharacter.gender]>> tone of voice and body language that <<print $heshe[$activeCharacter.gender]>> hasn't taken you seriously at all, and is secretly laughing at your attempt to discipline <<print $himher[$activeCharacter.gender]>>.
<br><br>
Your attempt at scolding $activeCharacter.name was ineffective, @@color:orange;decreasing <<print $hisher[$activeCharacter.gender]>> obedience@@ and also @@color:orange;decreasing <<print $hisher[$activeCharacter.gender]>> trust.@@
<<run decreaseObedience($activeCharacter, 10)>>
<<run decreaseTrust($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Talk Understandingly">>
You pull $activeCharacter.name aside and speak to <<print $himher[$activeCharacter.gender]>> candidly about whether <<print $heshe[$activeCharacter.gender]>> is having any physical or mental issues inhibiting <<print $himher[$activeCharacter.gender]>> from completing <<print $hisher[$activeCharacter.gender]>> tasks properly.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> is completely surprised by your approach. <<print $HeShe[$activeCharacter.gender]>> explains that other than <<print $hisher[$activeCharacter.gender]>> slavery, <<print $hisher[$activeCharacter.gender]>> issues with your orders are that you gave <<print $himher[$activeCharacter.gender]>> too much work to complete too fast, and has not had time to acclimate to <<print $hisher[$activeCharacter.gender]>> new duties. You tell <<print $himher[$activeCharacter.gender]>> that you will temporarily lighten up on <<print $hisher[$activeCharacter.gender]>> workload, but that you expect <<print $himher[$activeCharacter.gender]>> to quickly get accustomed to the amount of work <<print $heshe[$activeCharacter.gender]>> has to do as a slave.
<br><br>
Being understanding to $activeCharacter.name has @@color:forestgreen;greatly raised <<print $hisher[$activeCharacter.gender]>> obedience@@ and @@color:forestgreen;greatly lowered <<print $hisher[$activeCharacter.gender]>> fear@@ of you.
<<run increaseObedience($activeCharacter, 20)>>
<<run decreaseFear($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
<<print $HeShe[$activeCharacter.gender]>> is left astonished by your approached. Not only has <<print $heshe[$activeCharacter.gender]>> slacked off whenever <<print $heshe[$activeCharacter.gender]>> has gotten the chance, <<print $heshe[$activeCharacter.gender]>> has been working half-heartedly as well and <<print $hisher[$activeCharacter.gender]>> 'punishment' is you asking if <<print $heshe[$activeCharacter.gender]>> is dealing with any issues. Externally <<print $heshe[$activeCharacter.gender]>> tells you no, but internally <<print $heshe[$activeCharacter.gender]>> has decided that <<print $heshe[$activeCharacter.gender]>> intends to get away with a lot more than <<print $heshe[$activeCharacter.gender]>> already has.
<br><br>
Being understanding to $activeCharacter.name has backfired, causing <<print $hisher[$activeCharacter.gender]>>@@color:red; obedience to be lowered greatly@@ while @@color:red;decreasing <<print $hisher[$activeCharacter.gender]>> trust by an equal amount@@.
<<run decreaseObedience($activeCharacter, 20)>>
<<run decreaseTrust($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Naked Walk">>
You strip $activeCharacter.name naked, put a collar around <<print $hisher[$activeCharacter.gender]>> with a leash attached to it and bring <<print $himher[$activeCharacter.gender]>> outside for a walk.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> doesn't put up much of a fight, and walks with <<print $hisher[$activeCharacter.gender]>> head down as you walk <<print $himher[$activeCharacter.gender]>> around the block naked. When you get back <<print $heshe[$activeCharacter.gender]>> is very upset by the experience but <<print $heshe[$activeCharacter.gender]>> does tell you that <<print $heshe[$activeCharacter.gender]>> will be more agreeable in the future as long as <<print $heshe[$activeCharacter.gender]>> doesn't have to go through that again.
<br><br>
Taking $activeCharacter.name for a naked walk has served to @@color:forestgreen;greatly increase <<print $hisher[$activeCharacter.gender]>> obedience@@ and has also @@color:greenyellow;increasing <<print $hisher[$activeCharacter.gender]>> trust@@.
<<run increaseObedience($activeCharacter, 20)>>
<<run increaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
<<print $HeShe[$activeCharacter.gender]>> makes the walk as difficult as possible for you by covering <<print $hisher[$activeCharacter.gender]>> privates with <<print $hisher[$activeCharacter.gender]>> hands or refusing to move any further at random points during <<print $hisher[$activeCharacter.gender]>> public punishment. You don't really care though, as it only prolongs the amount of embarrassment that <<print $heshe[$activeCharacter.gender]>> will endure during the whole ordeal. Once you return back to your estate <<print $heshe[$activeCharacter.gender]>> is furious with you, explaining that <<print $heshe[$activeCharacter.gender]>> will not be following any of your orders.
<br><br>
Taking $activeCharacter.name for a naked walk has served to @@color:forestgreen;greatly increase <<print $hisher[$activeCharacter.gender]>> trust@@ but has also @@color:red;greatly decreased <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run decreaseObedience($activeCharacter, 10)>>
<<run increaseTrust($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<widget saveSlave>>
<<if $args[0]>>
<<for _v = 1; _v <= $slaves.amount;_v++>>
<<if $args[0].ID == $slaves[_v].ID>>
<<set $slaves[_v] = $args[0]>>
<<break>>
<</if>>
<</for>>
<</if>>
<</widget>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Kleptomaniac</titled></center>
<br>
You catch [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] stealing rations whenever <<print $heshe[$activeCharacter.gender]>> thinks you're not watching <<print $himher[$activeCharacter.gender]>>. Slaves stealing rations is a very common thing amoung slaves but can be very detrimental to the control one has over <<print $hisher[$PC.gender]>> own slaves. They allow slaves to run their own underground trade system, form gangs and solicit sexual favours. If you don't handle this quickly and resolutely you'll have slave orginizations led by your own slaves dictating who does what. Thankfully, $activeCharacter.name doesn't seem to be stashing the rations <<print $heshe[$activeCharacter.gender]>> steals in an attempt to gather power. You could punish <<print $himher[$activeCharacter.gender]>> harshly to send a message and risk severly damaging the slave-master relationship you share with <<print $himher[$activeCharacter.gender]>> or try a lighter method of punishment.
<br><br>
<<set _scenename = "Punish " + $activeCharacter.name + " harshly for stealing from " + $hisher[$activeCharacter.gender] + " master.">>
[[_scenename|Basic - Kleptomaniac - End][$events.choice = "Punish Harshly"]]
<br>
<<set _scenename = "Punish " + $activeCharacter.name + " lightly for stealing from " + $heshe[$activeCharacter.gender] + " master.">>
[[_scenename|Basic - Kleptomaniac - End][$events.choice = "Punish Lightly"]]<center><titled>Kleptomaniac</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if $activeCharacter.fear.current >= 80>>
<<set _rollreq = 6>>
<<elseif $activeCharacter.fear.current >= 60>>
<<set _rollreq = 5>>
<<elseif $activeCharacter.fear.current >= 40>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.fear.current >= 20>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.fear.current > 0>>
<<set _rollreq = 2>>
<<elseif $activeCharacter.fear.current == 0>>
<<set _rollreq = 1>>
<</if>>
<<switch $events.choice>>
<<case "Punish Harshly">>
You decide to punish $activeCharacter.name harshly for stealing from you. You bring <<print $himher[$activeCharacter.gender]>>
<<if $slaves.amount > 1>>
onto the field of your estate and brutally whip <<print $himher[$activeCharacter.gender]>> all over <<print $hisher[$activeCharacter.gender]>> body in front of the other slaves so that they know whats in store for them if they steal from you.
<<else>>
onto the street in front of your estate and begin whipping <<print $himher[$activeCharacter.gender]>> brutally in front of passersby since you don't have any slaves to punish <<print $himher[$activeCharacter.gender]>> in front.
<</if>>
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> took <<print $hisher[$activeCharacter.gender]>> punishment obediently, well aware that slaves are killed for much less than <<print $hisher[$activeCharacter.gender]>> offenses. <<print $HeShe[$activeCharacter.gender]>> also made a show of begging for your forgiveness and promising to be much more obedient in the future.
<br><br>
Your punishment was very effective, @@color:forestgreen;greatly increasing $activeCharacter.name's obedience@@ but it also @@color:orange;increased <<print $hisher[$activeCharacter.gender]>> fear of you@@.
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Kleptomaniac@@", "You punished $activeCharacter.name harshly for stealing from you by brutally whipping <<print $himher[$activeCharacter.gender]>> in front of others. <<print $HeShe[$activeCharacter.gender]>> made a dramatic show of apologizing, promising never to steal from you again.")>>
<<run addEvent($activeCharacter, "Basic - Kleptomaniac - Punish Harshly - Success")>>
<<run increaseObedience($activeCharacter, 20)>>
<<run increaseFear($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
Your punishment was much too heavy handed for <<print $himher[$activeCharacter.gender]>>. <<print $HeShe[$activeCharacter.gender]>> spent most of the punishment begging with mercy as <<print $hisher[$activeCharacter.gender]>> wracked <<print $hisher[$activeCharacter.gender]>> body but <<print $hisher[$activeCharacter.gender]>> apologies were obviously not sincere and only done out of fright.
<br><br>
The ineffective punishment has only served to @@color:red;greatly increase $activeCharacter.name's fear of you@@.
<<run addHistory($activeCharacter, "@@color:red;[Week " + $weekcount + "] Kleptomaniac@@", "You punished $activeCharacter.name harshly for stealing from you by brutally whipping <<print $himher[$activeCharacter.gender]>> in front of others. <<print $HeShe[$activeCharacter.gender]>> was much too frightened by <<print $hisher[$activeCharacter.gender]>> punishment to give a sincere apology. <<print $HeShe[$activeCharacter.gender]>> may not steal again out of fear of further punishment rather than understanding and obedience.")>>
<<run addEvent($activeCharacter, "Basic - Kleptomaniac - Punish Harshly - Failure")>>
<<run increaseFear($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Punish Lightly">>
You decide to punish $activeCharacter.name lightly for stealing from you. You pull $activeCharacter.name into your training room and flog <<print $himher[$activeCharacter.gender]>> a couple dozen times on <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'butt'>> ass.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> is surprised that <<print $hisher[$activeCharacter.gender]>> only punishment from stealing from <<print $hisher[$activeCharacter.gender]>> master is just a simple flogging. Its well known that such punishments usually carry much, much more harsh penalties.
<br><br>
Your punishment was too light for $activeCharacter.name's actions. <<print $HisHer[$activeCharacter.gender]>> @@color:orange;obedience has decreased@@ and <<print $hisher[$activeCharacter.gender]>> @@color:greenyellow;fear of you has lowered@@.
<<run addHistory($activeCharacter, "@@color:yellow;[Week " + $weekcount + "] Kleptomaniac@@", "You punished $activeCharacter.name lightly for stealing from you by flogging <<print $himher[$activeCharacter.gender]>> a couple dozen times privately in the training room. <<print $HeShe[$activeCharacter.gender]>> feels as if <<print $heshe[$activeCharacter.gender]>> has gotten away with <<print $hisher[$activeCharacter.gender]>> crime as it usually is punished much more harshly.")>>
<<run addEvent($activeCharacter, "Basic - Kleptomaniac - Punish Lightly - Failure")>>
<<run decreaseObedience($activeCharacter, 10)>>
<<run decreaseFear($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
<<print $HisHer[$activeCharacter.gender]>> terror of the thought that you were going to punish <<print $himher[$activeCharacter.gender]>> harshly, a punishment on its own, coupled with your light punishment has temporarily set <<print $himher[$activeCharacter.gender]>> straight.
<br><br>
Your light punishment was quite effective, @@color:greenyellow;increasing $activeCharacter.name's obedience@@ and @@color:greenyellow;reducing <<print $hisher[$activeCharacter.gender]>> fear of you@@.
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Kleptomaniac@@", "You punished $activeCharacter.name lightly for stealing from you by flogging <<print $himher[$activeCharacter.gender]>> a couple dozen times privately in the training room. <<print $HeShe[$activeCharacter.gender]>> understands how lenient you are and how lightly you've let <<print $himher[$activeCharacter.gender]>> off.")>>
<<run addEvent($activeCharacter, "Basic - Kleptomaniac - Punish Lightly - Success")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseFear($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Confrontation</titled></center>
<br>
During [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]]'s weekly slave inspection <<print $heshe[$activeCharacter.gender]>> takes the chance to express <<print $hisher[$activeCharacter.gender]>> grievances with <<print $hisher[$activeCharacter.gender]>> slave lifestyle. According to <<print $himher[$activeCharacter.gender]>>, you're too cruel with your punishments and you don't allow <<print $himher[$activeCharacter.gender]>> much downtime from <<print $hisher[$activeCharacter.gender]>> duties. You silently acknowledge <<print $hisher[$activeCharacter.gender]>> concerns as you understand content slaves are good slaves but $activeCharacter.name has also overstepped <<print $hisher[$activeCharacter.gender]>> bounds by complaining about <<print $hisher[$activeCharacter.gender]>> position.
<br><br>
<<set _scenename = "Show " + $activeCharacter.name + " true cruelty and punish " + $himher[$activeCharacter.gender] + " for speaking out of turn.">>
[[_scenename|Basic - Confrontation - End][$events.choice = "Punish Cruelly"]]
<br>
<<set _scenename = "Give " + $activeCharacter.name + " to have more downtime from " + $hisher[$activeCharacter.gender] + " duties.">>
[[_scenename|Basic - Confrontation - End][$events.choice = "Give Downtime"]]<center><titled>Confrontation</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if $activeCharacter.trust.current >= 100>>
<<set _rollreq = 1>>
<<elseif $activeCharacter.trust.current >= 80>>
<<set _rollreq = 2>>
<<elseif $activeCharacter.trust.current >= 60>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.trust.current >= 40>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.trust.current >= 20>>
<<set _rollreq = 5>>
<<else>>
<<set _rollreq = 6>>
<</if>>
<<switch $events.choice>>
<<case "Punish Cruelly">>
You harshly scold $activeCharacter.name in your office, explaining that it is neither <<print $hisher[$activeCharacter.gender]>> to tell you how to manage your slaves, nor is it <<print $hisher[$activeCharacter.gender]>> to even speak to you about it. You push <<print $himher[$activeCharacter.gender]>> down across your desk leaving <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'butt'>> ass up and displayed for you. Without mercy you lay into <<print $hisher[$activeCharacter.gender]>> behind with a cane until <<print $heshe[$activeCharacter.gender]>> is a whimpering mess.
<<if $roll >= _rollreq>>
$activeCharacter.name was earnest in <<print $hisher[$activeCharacter.gender]>> attempt to reason with you in the most respectful way <<print $heshe[$activeCharacter.gender]>> thought possible (face-to-face and secluded from the other slaves) but was harshly punished for it.
<br><br>
Your punishment has @@color:red;greatly increased $activeCharacter.name's fear of you@@ but it also @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Confrontation@@", "You punished $activeCharacter.name cruelly for confronting you about your discipline methods by laying into <<print $hisher[$activeCharacter.gender]>> ass with a cane until <<print $heshe[$activeCharacter.gender]>> is a whimpering mess. <<print $HeShe[$activeCharacter.gender]>> has learned <<print $hisher[$activeCharacter.gender]>> place as a slave.")>>
<<run addEvent($activeCharacter, "Basic - Confrontation - Punish Cruelly - Failure")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseFear($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name thought <<print $heshe[$activeCharacter.gender]>> could get you to lower <<print $hisher[$activeCharacter.gender]>> slave duties but you quickly removed any hope <<print $heshe[$activeCharacter.gender]>> had of that happening.
<br><br>
Your punishment has @@color:forestgreen;greatly increasing $activeCharacter.name's trust@@ and it also @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Confrontation@@", "You punished $activeCharacter.name cruelly for confronting you about your discipline methods by laying into <<print $hisher[$activeCharacter.gender]>> ass with a cane until <<print $heshe[$activeCharacter.gender]>> is a whimpering mess. <<print $HeShe[$activeCharacter.gender]>> has learned that you aren't going to be swindled by <<print $hisher[$activeCharacter.gender]>> words.")>>
<<run addEvent($activeCharacter, "Basic - Confrontation - Punish Cruelly - Success")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseTrust($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Give Downtime">>
You tell $activeCharacter.name that although you don't appreciate complaining slaves, you agree that you may have been too callous when assigning <<print $himher[$activeCharacter.gender]>> duties. You tell <<print $himher[$activeCharacter.gender]>> that you will give <<print $himher[$activeCharacter.gender]>> some more downtime inbetween duties.
<<if $roll >= _rollreq>>
<<print $HeShe[$activeCharacter.gender]>> has taken your words to heart, and has resolved <<print $himselfherself[$activeCharacter.gender]>> to complain less, and use <<print $hisher[$activeCharacter.gender]>> extra downtime to rest so <<print $heshe[$activeCharacter.gender]>> can work harder.
<br><br>
$activeCharacter.name's @@color:greenyellow;obedience has increased@@ and @@color:forestgreen;<<print $hisher[$activeCharacter.gender]>> fear of you has greatly decreased@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Confrontation@@", "You gave $activeCharacter.name more downtime inbetween <<print $hisher[$activeCharacter.gender]>> duties. <<print $HeShe[$activeCharacter.gender]>> is very thankful for your consideration, and has resolved <<print $himselfherself[$activeCharacter.gender]>> to complain less and use <<print $hisher[$activeCharacter.gender]>> extra downtime to rest so <<print $heshe[$activeCharacter.gender]>> can work harder.")>>
<<run addEvent($activeCharacter, "Basic - Confrontation - Give Downtime - Success")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseFear($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
<<print $HeShe[$activeCharacter.gender]>> took a gamble by pretending to be overworked so that <<print $heshe[$activeCharacter.gender]>> could get some unneeded downtime and it payed off for <<print $himher[$activeCharacter.gender]>>.
<br><br>
$activeCharacter.name's @@color:orange;obedience has decreased@@ and @@color:red;<<print $hisher[$activeCharacter.gender]>> trust has been greatly decreased@@.
<<run addHistory($activeCharacter, "@@color:red;[Week " + $weekcount + "] Confrontation@@", "You gave $activeCharacter.name more downtime inbetween <<print $hisher[$activeCharacter.gender]>> duties. <<print $HeShe[$activeCharacter.gender]>> pretended to be overworked so <<print $heshe[$activeCharacter.gender]>> could get some uneeded downtime. <<print $HeShe[$activeCharacter.gender]>> has become much more lazy because of it, believing that <<print $heshe[$activeCharacter.gender]>> can fool you into allowing <<print $himher[$activeCharacter.gender]>> to get away with anything.")>>
<<run addEvent($activeCharacter, "Basic - Confrontation - Give Downtime - Failure")>>
<<run decreaseObedience($activeCharacter, 10)>>
<<run decreaseTrust($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Happiness")>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Work Dispute</titled></center>
<br>
You have caught [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] multiple times during the week cutting corners while completing <<print $hisher[$activeCharacter.gender]>> slave duties. This isn't unusual behaviour for a slave, however <<print $heshe[$activeCharacter.gender]>> adamantly argues that <<print $heshe[$activeCharacter.gender]>> has been completing <<print $hisher[$activeCharacter.gender]>> duties to the best of <<print $hisher[$activeCharacter.gender]>> abilities and you're just nitpicking small, insignificant issues. <<print $HeShe[$activeCharacter.gender]>> doesn't realize it isn't a solid argument as you are <<print $hisher[$activeCharacter.gender]>> master and can have <<print $himher[$activeCharacter.gender]>> complete tasks however you want. You could punish <<print $himher[$activeCharacter.gender]>> for <<print $hisher[$activeCharacter.gender]>> insolence or you could concede <<print $hisher[$activeCharacter.gender]>> point.
<br><br>
<<set _scenename = "Whip " + $activeCharacter.name + " for " + $hisher[$activeCharacter.gender] + " disobedience.">>
[[_scenename|Basic - Work Dispute - End][$events.choice = "Whip Slave"]]
<br>
<<set _scenename = "Admit that " + $activeCharacter.name + " has a point.">>
[[_scenename|Basic - Work Dispute - End][$events.choice = "Admit Point"]]<center><titled>Work Dispute</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if $activeCharacter.trust.current >= 100>>
<<set _rollreq = 1>>
<<elseif $activeCharacter.trust.current >= 80>>
<<set _rollreq = 2>>
<<elseif $activeCharacter.trust.current >= 60>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.trust.current >= 40>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.trust.current >= 20>>
<<set _rollreq = 5>>
<<else>>
<<set _rollreq = 6>>
<</if>>
<<switch $events.choice>>
<<case "Whip Slave">>
Irritated by $activeCharacter.name's complaints you pull <<print $himher[$activeCharacter.gender]>> aside, strip <<print $himher[$activeCharacter.gender]>> naked and bind <<print $hisher[$activeCharacter.gender]>> hands to one of the numerous chain hooks you have hanging from the walls in your estate. With no forgiveness you lay into <<print $hisher[$activeCharacter.gender]>> back with a whip while directing <<print $himher[$activeCharacter.gender]>> to count out each stroke before thanking you for disciplining <<print $himher[$activeCharacter.gender]>>.
<br><br>
<<if $roll >= _rollreq>>
By the time you finish $activeCharacter.name's punishment, <<print $heshe[$activeCharacter.gender]>> is so physically exhausted that <<print $heshe[$activeCharacter.gender]>> can't even cry anymore, let alone speak. She had worked in earnest to complete <<print $hisher[$activeCharacter.gender]>> slave duties but for you, it wasn't enough. The punishment struck fear into <<print $hisher[$activeCharacter.gender]>> heart, @@color:red;greatly increasing <<print $hisher[$activeCharacter.gender]>> fear of you@@ but it also @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Work Dispute@@", "You whipped $activeCharacter.name relentlessly because <<print $heshe[$activeCharacter.gender]>> stepped out of line and said you were overworking <<print $himher[$activeCharacter.gender]>>. <<print $HisHer[$activeCharacter.gender]>> has struck fear into <<print $hisher[$activeCharacter.gender]>> heart. <<print $HeShe[$activeCharacter.gender]>> won't be making any complaints anytime soon.")>>
<<run addEvent($activeCharacter, "Basic - Work Dispute - Whip Slave - Failure")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseFear($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name's punishment was not what <<print $heshe[$activeCharacter.gender]>> was expecting. Unused to <<print $hisher[$activeCharacter.gender]>> position as a slave, <<print $heshe[$activeCharacter.gender]>> believed that <<print $heshe[$activeCharacter.gender]>> had a right to air <<print $hisher[$activeCharacter.gender]>> grievances about your perfectionism. Admittedly <<print $heshe[$activeCharacter.gender]>> hadn't been working to the best of <<print $hisher[$activeCharacter.gender]>> abilities. The punishment set <<print $himher[$activeCharacter.gender]>> straight, @@color:forestgreen;greatly increasing <<print $hisher[$activeCharacter.gender]>> trust@@ and @@color:greenyellow;increasing <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Work Dispute@@", "You whipped $activeCharacter.name relentlessly because <<print $heshe[$activeCharacter.gender]>> stepped out of line and said you were overworking <<print $himher[$activeCharacter.gender]>>. <<print $HisHer[$activeCharacter.gender]>> punishment put <<print $himher[$activeCharacter.gender]>> in line and reminded <<print $himher[$activeCharacter.gender]>> of <<print $hisher[$activeCharacter.gender]>> position as a slave.")>>
<<run addEvent($activeCharacter, "Basic - Work Dispute - Whip Slave - Success")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run increaseTrust($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Admit Point">>
You pull $activeCharacter.name aside and admit to <<print $himher[$activeCharacter.gender]>> that you have been quite a bit of a perfectionist recently. You explain that while you still expect <<print $himher[$activeCharacter.gender]>> to work as hard as possible, you'll refrain from hassling <<print $himher[$activeCharacter.gender]>> unless <<print $hisher[$activeCharacter.gender]>> quality of work drops.
<br><br>
<<if $roll >= _rollreq>>
$activeCharacter.name is glad <<print $heshe[$activeCharacter.gender]>> came to you to express <<print $hisher[$activeCharacter.gender]>> concerns, and is very thankful that <<print $hisher[$activeCharacter.gender]>> master is understanding. <<print $HisHer[$activeCharacter.gender]>> devotion to you has only grown since your conversation, @@color:forestgreen;greatly increasing <<print $hisher[$activeCharacter.gender]>> obedience@@ to you while also @@color:greenyellow;reducing <<print $hisher[$activeCharacter.gender]>> fear of you@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Work Dispute@@", "You conceded the point you have been quite a bit of a perfectionist recently in terms of overworking $activeCharacter.name. <<print $HeShe[$activeCharacter.gender]>> is very thankful to have an understanding master, promising to devote <<print $himselfherself[$activeCharacter.gender]>> to <<print $hisher[$activeCharacter.gender]>> duties.")>>
<<run addEvent($activeCharacter, "Basic - Work Dispute - Admit Point - Success")>>
<<run increaseObedience($activeCharacter, 20)>>
<<run decreaseFear($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name personally believes that even though <<print $heshe[$activeCharacter.gender]>> is a slave, you shouldn't expect any quality or quantity work from <<print $himher[$activeCharacter.gender]>>. That is clearly evident by the fact that <<print $heshe[$activeCharacter.gender]>> doesn't do anything more than the bare minimum. Your lack of punishment has fed into <<print $hisher[$activeCharacter.gender]>> ego, @@color:red;greatly decreasing <<print $hisher[$activeCharacter.gender]>> trust@@ and @@color:greenyellow;decreasing <<print $hisher[$activeCharacter.gender]>> fear of you@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Work Dispute@@", "You conceded the point you have been quite a bit of a perfectionist recently in terms of overworking $activeCharacter.name. <<print $HeShe[$activeCharacter.gender]>> hasn't been doing anything more than the bare minimum and your lack of punishment has fed <<print $hisher[$activeCharacter.gender]>> belief quality or quantity work should not be expected from slaves in any capacity.")>>
<<run addEvent($activeCharacter, "Basic - Work Dispute - Admit Point - Failure")>>
<<run increaseFear($activeCharacter, 10)>>
<<run decreaseTrust($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Scared Stiff</titled></center>
<br>
You've noticed that [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] has been dodging you as much as possible inside of your estate. The few times you do catch <<print $himher[$activeCharacter.gender]>> <<print $heshe[$activeCharacter.gender]>> doesn't even look in your direction. The only time you seem to have with <<print $himher[$activeCharacter.gender]>> alone is when you call for <<print $himher[$activeCharacter.gender]>> or are having a slave inspection. During those times you often catch <<print $himher[$activeCharacter.gender]>> quivering or showing other signs of being terrified.
<br><br>
Its obvious that you strike fear into $activeCharacter.name's heart. <<print $HeShe[$activeCharacter.gender]>> most likely believes that you will appear from nowhere and use <<print $himher[$activeCharacter.gender]>> body to sate your sexual urges. This can be a good thing as scared slaves are obedient slaves, but if a slave is too scared <<print $hisher[$activeCharacter.gender]>> anxiety can cause <<print $himher[$activeCharacter.gender]>> to mess up whatever slave duties you have assigned to <<print $himher[$activeCharacter.gender]>>. You can either try to soften <<print $hisher[$activeCharacter.gender]>> fear of you or you could strengthen it.
<br><br>
<<set _scenename = "Strengthen " + $activeCharacter.name + "'s fear of you.">>
[[_scenename|Basic - Scared Stiff - End][$events.choice = "Strengthen Fear"]]
<br>
<<set _scenename = "Soften " + $activeCharacter.name + "'s fear of you.">>
[[_scenename|Basic - Scared Stiff - End][$events.choice = "Soften Fear"]]<center><titled>Scared Stiff</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if $activeCharacter.obedience.current >= 100>>
<<set _rollreq = 1>>
<<elseif $activeCharacter.obedience.current >= 80>>
<<set _rollreq = 2>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.obedience.current >= 40>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.obedience.current >= 20>>
<<set _rollreq = 5>>
<<else>>
<<set _rollreq = 6>>
<</if>>
<<switch $events.choice>>
<<case "Strengthen Fear">>
You stalk the halls of your estate until you find $activeCharacter.name attending to <<print $hisher[$activeCharacter.gender]>> slave duties alone. Without warning you strip <<print $himher[$activeCharacter.gender]>> naked, thrust <<print $hisher[$activeCharacter.gender]>> upper body across the nearest table and
<<if $PC.cock.current && $PC.girth.current>>
begin to mercilessly ravage <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'anus'>> with your <<descriptor $PC 60 'cock'>>. <<print $HeShe[$activeCharacter.gender]>> silently whimpers to <<print $himselfherself[$activeCharacter.gender]>>, to afraid to take any action against you and risk getting treated much worse and waits until you've unloaded a <<descriptor $PC 100 'cum'>> into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'anus'>>.
<<else>>
thrust a dildo into <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'anus'>>, ruthlessly plundering it with the tool. <<print $HeShe[$activeCharacter.gender]>> silently whimpers to <<print $himselfherself[$activeCharacter.gender]>>, to afraid to take any action against you and risk getting treated much worse and waits until you've gotten board of abusing <<print $hisher[$activeCharacter.gender]>> <<descriptor $activeCharacter 0 'anus'>>.
<</if>>
<br><br>
Your actions have struck more fear into $activeCharacter.name's, @@color:red;greatly increasing <<print $hisher[$activeCharacter.gender]>> fear of you@@ and has @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> trust@@.
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Scared Stiff@@", "You cornered $activeCharacter.name in the halls of your estate, stripped <<print $himher[$activeCharacter.gender]>> naked and raped <<print $himher[$activeCharacter.gender]>> because you wanted to strengthen <<print $hisher[$activeCharacter.gender]>> fear. Now <<print $heshe[$activeCharacter.gender]>> doesn't even avoid you, but avoids interacting with any others unless necessary.")>>
<<run addEvent($activeCharacter, "Basic - Scared Stiff - Strengthen Fear")>>
<<run increaseTrust($activeCharacter, 10)>>
<<run increaseFear($activeCharacter, 20)>>
<<print checkVirginity($activeCharacter, "anal virginity")>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Soften Fear">>
You find $activeCharacter.name before the day begins and have <<print $himher[$activeCharacter.gender]>> shadow you for the entire day. <<print $HeShe[$activeCharacter.gender]>> isn't pleased in the slightest at the start but by the end of the day <<print $heshe[$activeCharacter.gender]>> realizes you are much more approachable once <<print $heshe[$activeCharacter.gender]>> sees you perform duties other than disciplining slaves.
<br><br>
Your actions have made you seem more approachable to $activeCharacter.name, @@color:forestgreen;greatly lowering <<print $hisher[$activeCharacter.gender]>> fear of you@@ but it also @@color:orange;lowered <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Scared Stiff@@", "Since $activeCharacter.name is scared of you, you had <<print $himher[$activeCharacter.gender]>> shadow you for the entire day so <<print $heshe[$activeCharacter.gender]>> gain a better understanding of your temperament. By the end of the day <<print $heshe[$activeCharacter.gender]>> is still scared of you but realizes you are much more approachable than <<print $heshe[$activeCharacter.gender]>> originally thought.")>>
<<run addEvent($activeCharacter, "Basic - Scared Stiff - Soften Fear")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseFear($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Restless Nights</titled></center>
<br>
[[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] has trouble sleeping peacefully at night. When <<print $heshe[$activeCharacter.gender]>> is not rolling in bed fretting over how horrible the next day will be, <<print $heshe[$activeCharacter.gender]>> is scared to death of you finding your way into <<print $hisher[$activeCharacter.gender]>> bed and using <<print $himher[$activeCharacter.gender]>> body to sate your lust. This is troublesome as <<print $heshe[$activeCharacter.gender]>> isn't getting enough rest to give <<print $himher[$activeCharacter.gender]>> energy for the next day's work. To prevent <<print $himher[$activeCharacter.gender]>> from overworking and causing <<print $hisher[$activeCharacter.gender]>> condition to get worse, you need to take action as soon as possible.
<br><br>
<<set _scenename = "Give " + $activeCharacter.name + " a potion to help " + $himher[$activeCharacter.gender] + " sleep.">>
[[_scenename|Basic - Restless Nights - End][$events.choice = "Give Potion"]]
<br>
<<set _scenename = "Attempt to calm " + $activeCharacter.name + " down with your words.">>
[[_scenename|Basic - Restless Nights - End][$events.choice = "Calm Down"]]
<br>
<<set _scenename = "Slide into " + $activeCharacter.name + "'s bed and use " + $himher[$activeCharacter.gender] + " to sate your lust.">>
[[_scenename|Basic - Restless Nights - End][$events.choice = "Sate Lust"]]<center><titled>Restless Nights</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if $activeCharacter.obedience.current >= 100>>
<<set _rollreq = 1>>
<<elseif $activeCharacter.obedience.current >= 80>>
<<set _rollreq = 2>>
<<elseif $activeCharacter.obedience.current >= 60>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.obedience.current >= 40>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.obedience.current >= 20>>
<<set _rollreq = 5>>
<<else>>
<<set _rollreq = 6>>
<</if>>
<<switch $events.choice>>
<<case "Give Potion">>
Before $activeCharacter.name goes to sleep you have <<print $himher[$activeCharacter.gender]>> drink a some tear with slime extract that puts people into a state of deep sleep. These potions are usually used to drug people to sleep for nefarious reasons, but it is cheap enough to use on simple situations such as these.
<br><br>
<<if $roll >= _rollreq>>
$activeCharacter.name drinks the tea obediently, even though <<print $heshe[$activeCharacter.gender]>> is afraid you've drugged it with much more than you've indicated. <<print $HeShe[$activeCharacter.gender]>> doesn't have to worry for very long as <<print $heshe[$activeCharacter.gender]>> quickly falls asleep. When <<print $heshe[$activeCharacter.gender]>> wakes up <<print $heshe[$activeCharacter.gender]>> is @@color:forestgreen;well rested@@ and @@color:greenyellow;less fearful of you@@ since your remedy worked.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Restless Nights@@", "You gave $activeCharacter.name a potion to help <<print $himher[$activeCharacter.gender]>> insomnia. <<print $HeShe[$activeCharacter.gender]>> drank it even though <<print $heshe[$activeCharacter.gender]>> was afraid you drugged it, allowing <<print $himher[$activeCharacter.gender]>> to quickly fall asleep.")>>
<<run addEvent($activeCharacter, "Basic - Restless Nights - Give Potion - Success")>>
<<run decreaseFear($activeCharacter, 10)>>
<<set $activeCharacter.condition.progress = 100>>
<<set $activeCharacter.fatigue.progress = 0>>
<<set $activeCharacter.health = updateHealth($activeCharacter)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name drinks the tea while you're in sight but as soon as you leave <<print $heshe[$activeCharacter.gender]>> rushes into the washroom and forcefully vomits into the toilet. <<print $HeShe[$activeCharacter.gender]>> is much too scared of you to poisoning the remedy, leaving <<print $himher[$activeCharacter.gender]>> as exhausted as before and @@color:orange;increasing <<print $hisher[$activeCharacter.gender]>> fear of you.@@
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Restless Nights@@", "You gave $activeCharacter.name a potion to help <<print $himher[$activeCharacter.gender]>> insomnia. <<print $HeShe[$activeCharacter.gender]>> drank it while you were in the room but rushed to the washroom to forcefully vomit as soon as you left. <<print $HeShe[$activeCharacter.gender]>> was much too scared of you poisoning the remedy, leaving <<print $himher[$activeCharacter.gender]>> as exhausted as before.")>>
<<run addEvent($activeCharacter, "Basic - Restless Nights - Give Potion - Failure")>>
<<run increaseFear($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Calm Down">>
Before $activeCharacter.name turns in for the night you call <<print $himher[$activeCharacter.gender]>> to your office to explain to <<print $himher[$activeCharacter.gender]>> that <<print $hisher[$activeCharacter.gender]>> bed is part of <<print $hisher[$activeCharacter.gender]>> own space and that you won't be troubling <<print $himher[$activeCharacter.gender]>> while <<print $heshe[$activeCharacter.gender]>> sleeps.
<br><br>
<<if $roll >= _rollreq>>
$activeCharacter.name is feeling a little too obedient tonight. <<print $HisHer[$activeCharacter.gender]>> fear fueling <<print $hisher[$activeCharacter.gender]>> state of mind, <<print $heshe[$activeCharacter.gender]>> believes that you're going to slip into <<print $hisher[$activeCharacter.gender]>> bed to test if <<print $heshe[$activeCharacter.gender]>> is truly always thinking of <<print $hisher[$activeCharacter.gender]>> master. Instead of resting <<print $heshe[$activeCharacter.gender]>> stays up awaiting your arrival. When you don't show up it confuses <<print $himher[$activeCharacter.gender]>>, @@color:orange;increasing <<print $hisher[$activeCharacter.gender]>> fear of you@@.
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Restless Nights@@", "You tried to help cure $activeCharacter.name's insomnia by bringing <<print $himher[$activeCharacter.gender]>> into your office and explaining <<print $hisher[$activeCharacter.gender]>> room is <<print $hisher[$activeCharacter.gender]>> own space and that you won't be troubling <<print $himher[$activeCharacter.gender]>> while <<print $heshe[$activeCharacter.gender]>> sleeps. Instead of taking you at your word, <<print $heshe[$activeCharacter.gender]>> stayed up all night in a misguided attempt to serve you.")>>
<<run addEvent($activeCharacter, "Basic - Restless Nights - Calm Down - Failure")>>
<<run increaseFear($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
$activeCharacter.name believes every word you say. Not because <<print $heshe[$activeCharacter.gender]>> trusts you, but it makes sense to <<print $himher[$activeCharacter.gender]>> that you would rather have rested slaves to work and torment rather than tired husks that have no use. <<print $HeShe[$activeCharacter.gender]>> sleeps that night much more easier than usual allowing <<print $himher[$activeCharacter.gender]>> to wake up @@color:forestgreen;well rested@@ the next morning and @@color:greenyellow;feeling less scared of you@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Restless Nights@@", "You tried to help cure $activeCharacter.name's insomnia by bringing <<print $himher[$activeCharacter.gender]>> into your office and explaining <<print $hisher[$activeCharacter.gender]>> room is <<print $hisher[$activeCharacter.gender]>> own space and that you won't be troubling <<print $himher[$activeCharacter.gender]>> while <<print $heshe[$activeCharacter.gender]>> sleeps. <<print $HeShe[$activeCharacter.gender]>> decides to believe what you say for <<print $hisher[$activeCharacter.gender]>> own sanity.")>>
<<run addEvent($activeCharacter, "Basic - Restless Nights - Calm Down - Success")>>
<<run decreaseFear($activeCharacter, 10)>>
<<set $activeCharacter.condition.progress = 100>>
<<set $activeCharacter.fatigue.progress = 0>>
<<set $activeCharacter.health = updateHealth($activeCharacter)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<<case "Sate Lust">>
You slip into $activeCharacter.name's bed as soon as <<print $heshe[$activeCharacter.gender]>> falls asleep and bind <<print $himher[$activeCharacter.gender]>> to <<print $hisher[$activeCharacter.gender]>> bed. <<print $HeShe[$activeCharacter.gender]>> wakes up with restricted movement with you hovering over <<print $hisher[$activeCharacter.gender]>> body. You spend the next hour using <<print $hisher[$activeCharacter.gender]>> body however you feel like, satisfying your sexual need. $activeCharacter.name can do nothing but grit <<print $hisher[$activeCharacter.gender]>> teeth and accept your taking of <<print $hisher[$activeCharacter.gender]>> body against <<print $hisher[$activeCharacter.gender]>> will. Your actions have only confirmed <<print $hisher[$activeCharacter.gender]>> fears, @@color:red;greatly increasing <<print $hisher[$activeCharacter.gender]>> fear of you@@.
<<run addHistory($activeCharacter, "@@color:red;[Week " + $weekcount + "] Restless Nights@@", "You decided to deal with $activeCharacter.name's insomnia due to <<print $hisher[$activeCharacter.gender]>> fear of you, with a little fun. You slipped into <<print $hisher[$activeCharacter.gender]>> bed as soon as <<print $heshe[$activeCharacter.gender]>> fell asleep due to pure exhaustion, tied <<print $himher[$activeCharacter.gender]>> to <<print $hisher[$activeCharacter.gender]>> bed and proceeded to spend the next hour using <<print $hisher[$activeCharacter.gender]>> body however you feel like, satisfying your sexual need.")>>
<<run addEvent($activeCharacter, "Basic - Restless Nights - Sate Lust")>>
<<run increaseFear($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Egocentric Attitude</titled></center>
<br>
Over the past week you have given [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] a number of slave duties that <<print $heshe[$activeCharacter.gender]>> has refused to do because <<print $heshe[$activeCharacter.gender]>> believes such work is below <<print $himher[$activeCharacter.gender]>>. You can tell from the way <<print $heshe[$activeCharacter.gender]>> carries <<print $himselfherself[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> truly thinks that even though <<print $heshe[$activeCharacter.gender]>> is a slave that you should be serving <<print $himher[$activeCharacter.gender]>> and not the other way around. Slaves with an ego usually take a little more effort to break in than normal but its nothing that can't be handled quickly and effectively.
<br><br>
<<set _scenename = "Turn " + $activeCharacter.name + " into a toilet for the rest of the day.">>
[[_scenename|Basic - Egocentric Attitude - End][$events.choice = "Public Toilet"]]
<br>
<<set _scenename = "Remind " + $activeCharacter.name + " of " + $hisher[$activeCharacter.gender] + " position in your estate.">>
[[_scenename|Basic - Egocentric Attitude - End][$events.choice = "Remind Slave"]]
<br><center><titled>Egocentric Attitude</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if $activeCharacter.fear.current == 0>>
<<set _rollreq = 1>>
<<elseif $activeCharacter.fear.current < 20>>
<<set _rollreq = 2>>
<<elseif $activeCharacter.fear.current < 40>>
<<set _rollreq = 3>>
<<elseif $activeCharacter.fear.current < 60>>
<<set _rollreq = 4>>
<<elseif $activeCharacter.fear.current < 80>>
<<set _rollreq = 5>>
<<else>>
<<set _rollreq = 6>>
<</if>>
<<switch $events.choice>>
<<case "Public Toilet">>
Tired of $activeCharacter.name's prideful behaviour, you decide to bring <<print $himher[$activeCharacter.gender]>> down a notch by turning <<print $himher[$activeCharacter.gender]>> into a public toilet for a day. You restrain <<print $himher[$activeCharacter.gender]>> right next to the toilets in your estate. Since you want to temper <<print $hisher[$activeCharacter.gender]>> ego, not traumatize <<print $himher[$activeCharacter.gender]>> so you restrict everyone from using <<print $himher[$activeCharacter.gender]>> from everything but relieving their bladder on <<print $himher[$activeCharacter.gender]>>.
<br><br>
<<print $HeShe[$activeCharacter.gender]>> struggled in <<print $hisher[$activeCharacter.gender]>> restraints and cursed out the first few people who relieved themselves all over <<print $himher[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> quickly found out how powerless <<print $heshe[$activeCharacter.gender]>> was. By the end of the day when you go to retrieve <<print $himher[$activeCharacter.gender]>> <<print $heshe[$activeCharacter.gender]>> is completely silent and refuses to look you in the eye. <<print $HisHer[$activeCharacter.gender]>> experience as a toilet has @@color:forestgreen;greatly decreased <<print $hisher[$activeCharacter.gender]>> ego@@ but it also @@color:red;greatly increased <<print $hisher[$activeCharacter.gender]>> fear of you.@@
<<run addHistory($activeCharacter, "@@color:yellow;[Week " + $weekcount + "] Egocentric Attitude@@", "$activeCharacter.name was refusing to do some of <<print $hisher[$activeCharacter.gender]>> slave duties forcing you to punish <<print $himher[$activeCharacter.gender]>> by turning <<print $himher[$activeCharacter.gender]>> into a public toilet for a day. <<print $HeShe[$activeCharacter.gender]>> was feisty at first, but by the end of the day <<print $heshe[$activeCharacter.gender]>> was completely silent and refused to look you in the eye.")>>
<<run addEvent($activeCharacter, "Basic - Egocentric Attitude - Public Toilet")>>
<<run increaseTrust($activeCharacter, 20)>>
<<run increaseFear($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Remind Slave">>
When $activeCharacter.name comes to you with <<print $hisher[$activeCharacter.gender]>> next complaint you remind <<print $himher[$activeCharacter.gender]>> of <<print $hisher[$activeCharacter.gender]>> position as a slave. You explain that <<print $heshe[$activeCharacter.gender]>> has no rights and that you have full autonomy over <<print $hisher[$activeCharacter.gender]>> body and that if <<print $heshe[$activeCharacter.gender]>> doesn't understand what that means that you will gladly give <<print $himher[$activeCharacter.gender]>> a demonstration the next time <<print $heshe[$activeCharacter.gender]>> comes to you with a complaint.
<br><br>
<<if $roll >= _rollreq>>
$activeCharacter.name's fear of you quickly materialized into reality after hearing you say that are willing to use <<print $himher[$activeCharacter.gender]>> life and body however you please to demonstrate your ownership of <<print $himher[$activeCharacter.gender]>>. Your words have @@color:greenyellow;increased <<print $hisher[$activeCharacter.gender]>> fear of you@@ but it has also @@color:forestgreen;greatly increased <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Egocentric Attitude@@", "You verbally reminded $activeCharacter.name you aren't above demonstrating how much autonomy you have over <<print $hisher[$activeCharacter.gender]>> body if <<print $heshe[$activeCharacter.gender]>> continues to refuse to perform <<print $hisher[$activeCharacter.gender]>> slave duties. <<print $HeShe[$activeCharacter.gender]>> quickly sobers up to the reality after hearing that and promises to do better.")>>
<<run addEvent($activeCharacter, "Basic - Egocentric Attitude - Remind Slave - Success")>>
<<run increaseFear($activeCharacter, 10)>>
<<run increaseObedience($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<else>>
Your warnings fall on deaf ears. <<print $HeShe[$activeCharacter.gender]>> still has a hard time acknowledging that <<print $heshe[$activeCharacter.gender]>> must always act in your best interests and not <<print $hisher[$activeCharacter.gender]>> own. <<print $HeShe[$activeCharacter.gender]>> does concede that you can do as you like with <<print $himher[$activeCharacter.gender]>> but you can tell from <<print $hisher[$activeCharacter.gender]>> defiant look that <<print $heshe[$activeCharacter.gender]>> is still very much egotistical. <<print $HisHer[$activeCharacter.gender]>> @@color:greenyellow;obedience has been increased@@ but <<print $hisher[$activeCharacter.gender]>> @@color:red;trust has greatly decreased.@@
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Egocentric Attitude@@", "You verbally reminded $activeCharacter.name you aren't above demonstrating how much autonomy you have over <<print $hisher[$activeCharacter.gender]>> body if <<print $heshe[$activeCharacter.gender]>> continues to refuse to perform <<print $hisher[$activeCharacter.gender]>> slave duties. Your warning fall on deaf ears as <<print $heshe[$activeCharacter.gender]>> has a hard time accepting the fact that <<print $heshe[$activeCharacter.gender]>> must always act in your best interest and not <<print $hisher[$activeCharacter.gender]>> own.")>>
<<run addEvent($activeCharacter, "Basic - Egocentric Attitude - Remind Slave - Failure")>>
<<run increaseObedience($activeCharacter, 10)>>
<<run decreaseTrust($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<widget displayMood>>
<<set _scale = $args[0].mood.scale>>
/*<<if $args[0].mood.current >= 100>>
$args[0].name is @@color:darkturquoise;euphoric@@. <<print $HeShe[$args[0].gender]>> has reached a point where <<print $hisher[$args[0].gender]>> disposition reflects <<print $hisher[$args[0].gender]>> absolute love for <<print $hisher[$args[0].gender]>> current position in <<print $hisher[$args[0].gender]>> life. <<print $HisHer[$args[0].gender]>> mood has greatly increased <<print $hisher[$args[0].gender]>> obedience, respect towards you and has greatly lowered <<print $hisher[$args[0].gender]>> fear of you.
*/
<<if _scale == "Happiness">>
<<set _mood = $args[0].mood.current>>
<<if _mood >= 100>>
$args[0].name is @@color:forestgreen;estatic@@. Currently there is little that <<print $heshe[$args[0].gender]>> enjoys more than working for you on your estate. <<print $HeShe[$args[0].gender]>> not only enjoys <<print $hisher[$args[0].gender]>> work but isn't afraid to do extra even if <<print $heshe[$args[0].gender]>> may mess up from time to time. You can even see the look of pride on <<print $hisher[$args[0].gender]>> face. <<print $HisHer[$args[0].gender]>> mood has @@color:forestgreen;greatly increased <<print $hisher[$args[0].gender]>> obedience@@ and has @@color:greenyellow;lowered <<print $hisher[$args[0].gender]>> fear of you@@.
<<elseif _mood >= 75>>
$args[0].name is @@color:greenyellow;happy@@. <<print $HeShe[$args[0].gender]>> has found multiple ways to enjoy <<print $hisher[$args[0].gender]>> life despite <<print $hisher[$args[0].gender]>> position. <<print $HeShe[$args[0].gender]>> looks forward to working on your estate, making sure to put extra effort in everything <<print $heshe[$args[0].gender]>> does. <<print $HisHer[$args[0].gender]>> mood has @@color:greenyellow;increased <<print $hisher[$args[0].gender]>> obedience.@@
<<elseif _mood >= 50>>
$args[0].name is @@color:yellow;content@@. <<print $HeShe[$args[0].gender]>> isn't happy with <<print $hisher[$args[0].gender]>> life but <<print $heshe[$args[0].gender]>> isn't sad about it either. <<print $HeShe[$args[0].gender]>> has simply come to an understanding about <<print $hisher[$args[0].gender]>> position in the word and has chosen to accept <<print $hisher[$args[0].gender]>> current lifestyle, and is simply live each day as it comes. <<print $HisHer[$args[0].gender]>> mood has no affect on <<print $hisher[$args[0].gender]>> obedience, trust, fear, affection, or hate.
<<elseif _mood >= 25>>
$args[0].name is @@color:orange;depressed@@. <<print $HeShe[$args[0].gender]>> is very discontent with the fact that <<print $heshe[$args[0].gender]>> is resigned to <<print $hisher[$args[0].gender]>> current position in life as a slave for the rest of <<print $hisher[$args[0].gender]>> life. A subpar living predicament coupled with no future to look forward to has slowly began to eat at <<print $himher[$args[0].gender]>>, leaving <<print $himher[$args[0].gender]>> with <<print $hisher[$args[0].gender]>> current mood. <<print $HisHer[$args[0].gender]>> mood has @@color:orange;decreased <<print $hisher[$args[0].gender]>> obedience.@@
<<elseif _mood >= 0>>
$args[0].name is @@color:red;melancholic@@. <<print $HeShe[$args[0].gender]>> has given up on enjoying anything in <<print $hisher[$args[0].gender]>> life, and has resigned <<print $himselfherself[$args[0].gender]>> to a life of misery and pain. <<print $HisHer[$args[0].gender]>> mood has @@color:red;greatly decreased <<print $hisher[$args[0].gender]>> obedience@@ and has @@color:orange;increased <<print $hisher[$args[0].gender]>> fear of you.@@
<</if>>
<<elseif _scale == "Serenity">>
<<set _mood = $args[0].mood.current>>
<<if _mood >= 100>>
$args[0].name is @@color:forestgreen;serene@@. <<print $HeShe[$args[0].gender]>> has become so calm there is almost nothing that could anger or upset <<print $himher[$args[0].gender]>>. As a result, <<print $heshe[$args[0].gender]>> handles issues within <<print $hisher[$args[0].gender]>> life with great poise. <<print $HisHer[$args[0].gender]>> mood has maximized <<print $hisher[$args[0].gender]>> humility, @@color:forestgreen;grealty increasing <<print $hisher[$args[0].gender]>> trust@@ and has also @@color:greenyellow;increased <<print $hisher[$args[0].gender]>> obedience.@@
<<elseif _mood >= 75>>
$args[0].name is @@color:greenyellow;composed@@. <<print $HeShe[$args[0].gender]>> is currently accustomed to the daily trials and tribulations of <<print $hisher[$args[0].gender]>> duties. Little angers <<print $himher[$args[0].gender]>> and the very few situations that do only bother <<print $himher[$args[0].gender]>> for an hour at most. It'll take much more than a good or bad day to drastically change <<print $hisher[$args[0].gender]>> mood. <<print $HisHer[$args[0].gender]>> mood has @@color:greenyellow;increased <<print $hisher[$args[0].gender]>> trust.@@
<<elseif _mood >= 50>>
$args[0].name is @@color:yellow;calm@@. <<print $HeShe[$args[0].gender]>> is unperturbed not because <<print $heshe[$args[0].gender]>> is particularly self-composed but more because <<print $heshe[$args[0].gender]>> currently doesn't have anything to be angry about. <<print $HisHer[$args[0].gender]>> disposition could easily become better or worse depending on <<print $hisher[$args[0].gender]>> day to day life. <<print $HisHer[$args[0].gender]>> mood has no affect on <<print $hisher[$args[0].gender]>> obedience, trust, fear, affection, or hate.
<<elseif _mood >= 25>>
$args[0].name is @@color:orange;angry@@. <<print $HeShe[$args[0].gender]>> hates <<print $hisher[$args[0].gender]>> current position in life and is irritated that you are the cause of most of the strife <<print $heshe[$args[0].gender]>> experiences in it. You can tell from they way <<print $heshe[$args[0].gender]>> vindictively carries out <<print $hisher[$args[0].gender]>> duties that <<print $heshe[$args[0].gender]>> is filled with resentment. <<print $HisHer[$args[0].gender]>> mood has @@color:orange;decreased <<print $hisher[$args[0].gender]>> trust in you.@@
<<elseif _mood >= 0>>
$args[0].name is @@color:red;furious@@. Not only does <<print $heshe[$args[0].gender]>> hate you and <<print $hisher[$args[0].gender]>> life but <<print $heshe[$args[0].gender]>> is also upset with <<print $himselfherself[$args[0].gender]>> for allowing <<print $himselfherself[$args[0].gender]>> to end up in <<print $hisher[$args[0].gender]>> current situation, leaving <<print $himher[$args[0].gender]>> very resentful and vindictive. <<print $HisHer[$args[0].gender]>> mood has @@color:red;greatly decreases <<print $hisher[$args[0].gender]>> trust in you@@ and has @@color:orange;decreased <<print $hisher[$args[0].gender]>> obedience@@.
<</if>>
<<elseif _scale == "Anxiety">>
<<set _mood = $args[0].mood.current>>
<<if _mood >= 100>>
$args[0].name is @@color:forestgreen;tranquil@@. <<print $HeShe[$args[0].gender]>> has absolutely no anxiety about performing <<print $hisher[$args[0].gender]>> duties as a slave. <<print $HeShe[$args[0].gender]>> has a confidence about <<print $himher[$args[0].gender]>> that highlights all of <<print $hisher[$args[0].gender]>> abilities. <<print $HisHer[$args[0].gender]>> mood has @@color:forestgreen;greatly decreased <<print $hisher[$args[0].gender]>> fear of you@@ and @@color:greenyellow;raised <<print $hisher[$args[0].gender]>> trust in you.@@
<<elseif _mood >= 75>>
$args[0].name is @@color:greenyellow;unworried@@. <<print $HeShe[$args[0].gender]>> doesn't have any issue performing <<print $hisher[$args[0].gender]>> slave duties due to nervousness nor is <<print $heshe[$args[0].gender]>> afraid of you punishing <<print $himher[$args[0].gender]>> unnecessarily if <<print $heshe[$args[0].gender]>> makes a mistake. <<print $HeShe[$args[0].gender]>> does acknowledge that you may still punish <<print $himher[$args[0].gender]>> appropriately for any mistakes or blunders <<print $heshe[$args[0].gender]>> might make. <<print $HisHer[$args[0].gender]>> mood has @@color:greenyellow;decreased <<print $hisher[$args[0].gender]>> fear of you.@@
<<elseif _mood >= 50>>
$args[0].name is @@color:yellow;relaxed@@. <<print $HeShe[$args[0].gender]>> doesn't have anything to be anxious about so <<print $heshe[$args[0].gender]>> is in a relaxed state by default. The next incident could drastically change <<print $hisher[$args[0].gender]>> mood for the better or for the worse. <<print $HisHer[$args[0].gender]>> mood has no affect on <<print $hisher[$args[0].gender]>> obedience, trust, fear, affection, or hate.
<<elseif _mood >= 25>>
$args[0].name is @@color:orange;tense@@. The punishments you have given <<print $himher[$args[0].gender]>> have made <<print $himher[$args[0].gender]>> stressed. <<print $HeShe[$args[0].gender]>> often believes <<print $heshe[$args[0].gender]>> is being watched by you for performance even though you have too much work to be eyeing down your slaves at all times during the day. <<print $HisHer[$args[0].gender]>> mood has @@color:orange;increased <<print $hisher[$args[0].gender]>> fear of you.@@
<<elseif _mood >= 0>>
$args[0].name is @@color:red;distressed@@. <<print $HeShe[$args[0].gender]>> is too scared of you to do perform any of <<print $hisher[$args[0].gender]>> duties with the confidence needed as <<print $heshe[$args[0].gender]>> is too scared of the punishment <<print $heshe[$args[0].gender]>> will get if <<print $heshe[$args[0].gender]>> makes a mistake. <<print $HisHer[$args[0].gender]>> mood has @@color:red;greatly increased <<print $hisher[$args[0].gender]>> fear of you@@ and has @@color:orange;decreased <<print $hisher[$args[0].gender]>> trust in you.@@
<</if>>
<<elseif _scale == "Affection">>
<<set _mood = $args[0].mood.current>>
<<if _mood >= 100>>
$args[0].name is @@color:forestgreen;devoted@@. <<print $HeShe[$args[0].gender]>> feels so faithful to you that there is almost nothing that <<print $heshe[$args[0].gender]>> wouldn’t do to please you. As a result, <<print $heshe[$args[0].gender]>> is dedicated to serving you and every moment you spend with them gives <<print $himher[$args[0].gender]>> a special kind of joy. You are the light of <<print $hisher[$args[0].gender]>> world. <<print $HisHer[$args[0].gender]>> mood has maximized <<print $hisher[$args[0].gender]>> love for you, @@color:forestgreen;grealty increasing <<print $hisher[$args[0].gender]>> affection@@ and has also @@color:greenyellow;increased <<print $hisher[$args[0].gender]>> trust.@@ @@color:red;<<print $hisher[$args[0].gender]>> hatred of you also has decreased.@@
<<elseif _mood >= 75>>
$args[0].name is @@color:greenyellow;affectionate@@. <<print $HeShe[$args[0].gender]>> steals glances at you every now and then while <<print $heshe[$args[0].gender]>> is completing <<print $hisher[$args[0].gender]>> duties and you’re in the vicinity. Every time <<print $heshe[$args[0].gender]>> reports to you, you can see them brighten with joy with the attention you’re giving them and afterwards <<print $heshe[$args[0].gender]>> tries to find some way to continue the conversation without being a nuisance to you. As long as <<print $heshe [$args[0].gender]>> can spend time with you, <<print $hisher[$args[0].gender]>> day will go well. <<print $HisHer[$args[0].gender]>> mood has @@color:greenyellow;increased <<print $hisher[$args[0].gender]>> affection@@ and @@color:greenyellow;decreased <<print $hisher[$args[0].gender]>> hate@@
<<elseif _mood >= 50>>
$args[0].name is @@color:yellow;fond@@. <<print $HeShe[$args[0].gender]>> enjoys reporting to you from the relaxed expressions <<print $heshe[$args[0].gender]>> shows in passing, but it is hard to see it as much more than that. <<print $HeShe[$args[0].gender]>> tends to notice when you enter the room and greets before other slaves and that seems to be all . <<print $heshe[$args[0].gender]>> feel towards to you at the moment. <<print $HisHer[$args[0].gender]>> disposition could easily become better or worse depending on <<print $hisher[$args[0].gender]>> day to day life. <<print $HisHer[$args[0].gender]>> mood has no effect on <<print $hisher[$args[0].gender]>> obedience, trust, fear, affection, or hate.
<<elseif _mood >= 25>>
$args[0].name is @@color:orange;wavering@@. <<print $HeShe[$args[0].gender]>> doubts the feelings <<print $heshe[$args[0].gender]>> have for you, looking for any kind of sign that you care about <<print $himher[$args[0].gender]>>. <<print $HisHer[$args[0].gender]>> reports are brief but you can see that <<print $heshe[$args[0].gender]>> wants to ask something very deeply. You can also tell from the way <<print $heshe[$args[0].gender]>> timidly follows you at times that what <<print $heshe[$args[0].gender]>> really wants to ask is for reassurance that you value <<print $himher[$args[0].gender]>>. <<print $HisHer[$args[0].gender]>> mood has @@color:orange;decreased <<print $hisher[$args[0].gender]>> affection for you.@@
<<elseif _mood >= 0>>
$args[0].name is @@color:red;heartbroken@@. <<print $HeShe[$args[0].gender]>> is absolutely crestfallen and refuses to see you beyond <<print $hisher[$args[0].gender]>> mandatory reports. And even then, <<print $heshe[$args[0].gender]>> takes any chance they can to avoid eye contact or outright leave. From your walks around the estate you can sometimes hear whimpering and crying and it’s quite clear who those tears belong to. <<print $Heshe[$args[0].gender]>> is completely remorseful that <<print $heshe[$args[0].gender]>> ever carried feelings for you and wishes that these feelings could just disappear. Every duty <<print $heshe[$args[0].gender]>> performs is with a look pure sadness regret. <<print $HisHer[$args[0].gender]>> mood has @@color:red;greatly decreases <<print $hisher[$args[0].gender]>> affection for you@@ and has @@color:orange;decreased <<print $hisher[$args[0].gender]>> trust in you as well@@.
<</if>>
<<elseif _scale == "Hate">>
<<set _mood = $args[0].mood.current>>
<<if _mood >= 100>>
$args[0].name is @@color:red;unforgiving@@. <<print $HeShe[$args[0].gender]>> has become so infuriated that their hatred of you is a full blown obsession. This sort of anger surprisingly causes <<print $himher[$args[0].gender]>> to be more obedient and fearful towards you and your will. . . even though you can tell <<print $heshe[$args[0].gender]>> has ulterior motives behind those actions. <<print $HisHer[$args[0].gender]>> mood has maximized <<print $hisher[$args[0].gender]>> hatred, @@color:forestgreen;grealty increasing <<print $hisher[$args[0].gender]>>hate@@ while also @@color:greenyellow;increasing <<print $hisher[$args[0].gender]>> obedience@@ and @@color:greenyellow;fear.@@ Their @@color:red;affecttion towards you decreasing as well.@@
<<elseif _mood >= 75>>
$args[0].name is @@color:greenyellow;hateful@@. <<print $HeShe[$args[0].gender]>> is thinking about how you’ve wronged them all throughout the day. Doing <<print $hisher[$args[0].gender]>> duties with extra vigor. Every time you pass <<print $himher[$args[0].gender]>> in the corridors you can hear some petty grumblings but you don’t really consider doing much about it since <<print $heshe[$args[0].gender]>> quickly freezes and stares at the ground whenever you glance at them. Even though <<print $heshe[$args[0].gender]>> clearly dislikes you it’s just as apparent they won’t disrespect your authority. <<print $HisHer[$args[0].gender]>> mood has @@color:greenyellow;increased <<print $hisher[$args[0].gender]>> hate@@and@@color:red;decreased <<print $hisher[$args[0].gender]>> affection.@@
<<elseif _mood >= 50>>
$args[0].name is @@color:yellow;vindictive@@. <<print $HeShe[$args[0].gender]>> is resentful, but not soley because of you. Instead, <<print $heshe[$args[0].gender]>> is more resentful at the world for putting <<print $himher[$args[0].gender]>> in this situation. <<print $HeShe[$args[0].gender]>> currently is a bit unsure on what to focus on. <<print $HisHer[$args[0].gender]>> disposition could easily become better or worse depending on <<print $hisher[$args[0].gender]>> day to day life. <<print $HisHer[$args[0].gender]>> mood has no affect on <<print $hisher[$args[0].gender]>> obedience, trust, fear, affection, or hate.
<<elseif _mood >= 25>>
$args[0].name is @@color:orange;petty@@. <<print $HeShe[$args[0].gender]>> hates <<print $hisher[$args[0].gender]>> current position in life and is irritated that you are the cause of most of the strife <<print $heshe[$args[0].gender]>> experiences in it. You can tell from the way <<print $heshe[$args[0].gender]>> vindictively carries out <<print $hisher[$args[0].gender]>> duties that <<print $heshe[$args[0].gender]>> is filled with resentment. <<print $HisHer[$args[0].gender]>> mood has @@color:orange;decreased <<print $hisher[$args[0].gender]>> trust in you.@@
<<elseif _mood >= 0>>
$args[0].name is @@color:forestgreen;ambivalent@@. <<print $HeShe[$args[0].gender]>> finds you completely uninteresting and is content with having as little to do with you as possible. Such an aimless quality leaves <<print $himher[$args[0].gender]>> lazily completing <<print $hisher[$args[0].gender]>> tasks with no sign that <<print $heshe[$args[0].gender]>> is even considering any sort of punishment from this sort of behavior. Every look <<print $heshe[$args[0].gender]>> gives you is so glazed over you wonder if being stabbed would even phase <<print $himher[$args[0].gender]>>. <<print $HisHer[$args[0].gender]>> mood has @@color:red;greatly decreases <<print $hisher[$args[0].gender]>> hatred of you@@, has @@color:orange;decreased <<print $hisher[$args[0].gender]>> obedience@@ and @@color:orange;decreased <<print $hisher[$args[0].gender]>>fear@@.
<</if>>
<<elseif _scale == "Sanity">>
<<set _mood = $args[0].mood.current>>
<<if _mood >= 100>>
$args[0].name is @@color:forestgreen;sane@@. <<print $HisHer[$args[0].gender]>> mental health is currently the best that it can be. Any punishments or situations that pan out badly for <<print $himher[$args[0].gender]>> will not affect <<print $hisher[$args[0].gender]>> sanity in any major way. If <<print $heshe[$args[0].gender]>> continues to to stay sane, <<print $hisher[$args[0].gender]>> mood will change from the sanity scale to either the happiness, serenity or anxiety scale. If not, <<print $hisher[$args[0].gender]>> sanity will deteriorate until <<print $heshe[$args[0].gender]>> is mindbroken.
<<elseif _mood >= 75>>
$args[0].name is @@color:greenyellow;stable@@. <<print $HisHer[$args[0].gender]>> sanity has began to deteriorate but <<print $hisher[$args[0].gender]>> mental health is still in stable condition. <<print $HisHer[$args[0].gender]>> mood has not had any negative effects on <<print $hisher[$args[0].gender]>> obedience, trust, fear, affection, or hate but if <<print $hisher[$args[0].gender]>> sanity continues to plummet, <<print $heshe[$args[0].gender]>> will be negatively affected.
<<elseif _mood >= 50>>
$args[0].name is @@color:yellow;unhinged@@. <<print $HisHer[$args[0].gender]>> sanity has began to negatively impact <<print $hisher[$args[0].gender]>> day to day life. In addition to the distant look in <<print $hisher[$args[0].gender]>> in <<print $hisher[$args[0].gender]>> eyes, <<print $hisher[$args[0].gender]>> actions suggest that <<print $heshe[$args[0].gender]>> isn't "all there" mentally. <<print $HisHer[$args[0].gender]>> mood has @@color:orange;decreased <<print $hisher[$args[0].gender]>> trust in you and obedience@@ and has @@color:orange;increased <<print $hisher[$args[0].gender]>> fear of you.@@
<<elseif _mood >= 25>>
$args[0].name is @@color:orange;psychotic@@. <<print $HeShe[$args[0].gender]>> has gone completely crazy. Punishments will not work on <<print $himher[$args[0].gender]>> long term, as its very evident that <<print $heshe[$args[0].gender]>> isn't well enough mentally to care about <<print $hisher[$args[0].gender]>> well being. <<print $HisHer[$args[0].gender]>> mood has @@color:red;greatly decreased <<print $hisher[$args[0].gender]>> trust in you and obedience@@ and has @@color:red;greatly increased <<print $hisher[$args[0].gender]>> fear of you.@@
<<elseif _mood >= 0>>
$args[0].name is @@color:red;mindbroken@@. <<print $HeShe[$args[0].gender]>> has fallen into an almost irreversible state which leaves <<print $himher[$args[0].gender]>> as nothing more than a husk of <<print $hisher[$args[0].gender]>> former self. <<print $HisHer[$args[0].gender]>> mind has little to no activity meaning <<print $heshe[$args[0].gender]>> will follow any order you give <<print $himher[$args[0].gender]>>, but @@color:red;<<print $heshe[$args[0].gender]>> isn't able to learn any skills or improve on the ones <<print $heshe[$args[0].gender]>> already has.@@ <<print $HisHer[$args[0].gender]>> mood has @@color:forestgreen;maxed out <<print $hisher[$args[0].gender]>> obedience@@, @@color:red;<<print $hisher[$args[0].gender]>> mistrust and <<print $hisher[$args[0].gender]>> fear of you.@@
<</if>>
<</if>>
<</widget>><<widget moodStats>>\
<<if $args[0] == "Obedience">>\
<<if $args[1].obedience.current < 20>>\
@@color:red;defiant [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<<elseif $args[1].obedience.current < 40>>\
@@color:orange;disobedient [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<<elseif $args[1].obedience.current < 60>>\
@@color:yellow;neutral [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<<elseif $args[1].obedience.current < 80>>\
@@color:greenyellow;tame [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<<elseif $args[1].obedience.current < 100>>\
@@color:forestgreen;obedient [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<<elseif $args[1].obedience.current < 120>>\
@@color:darkturquoise;subservient [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<<elseif $args[1].obedience.current < 140>>\
@@color:mediumslateblue;acquiescent [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<<elseif $args[1].obedience.current == 140>>\
@@color:mediumvioletred;reverential [<<print Math.floor($args[1].obedience.current)>> (<<print Math.floor($args[1].obedience.base)>>)]@@\
<</if>>\
<<elseif $args[0] == "Trust">>\
<<if $args[1].trust.current < 20>>\
@@color:red;cynical [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<<elseif $args[1].trust.current < 40>>\
@@color:orange;mistrustful [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<<elseif $args[1].trust.current < 60>>\
@@color:yellow;skeptical [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<<elseif $args[1].trust.current < 80>>\
@@color:greenyellow;trustful [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<<elseif $args[1].trust.current < 100>>\
@@color:forestgreen;credulous [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<<elseif $args[1].trust.current < 120>>\
@@color:darkturquoise;faithful [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<<elseif $args[1].trust.current < 140>>\
@@color:mediumslateblue;devout [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<<elseif $args[1].trust.current == 140>>\
@@color:mediumvioletred;worshipful [<<print Math.floor($args[1].trust.current)>> (<<print Math.floor($args[1].trust.base)>>)]@@\
<</if>>\
<<elseif $args[0] == "Fear">>\
<<if $args[1].fear.current > 80>>\
@@color:red;spineless [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<<elseif $args[1].fear.current > 60>>\
@@color:orange;weak-Willed [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<<elseif $args[1].fear.current > 40>>\
@@color:yellow;fearful [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<<elseif $args[1].fear.current > 20>>\
@@color:greenyellow;carefree [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<<elseif $args[1].fear.current > 0>>\
@@color:forestgreen;dauntless [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<<elseif $args[1].fear.current > -20 >>\
@@color:darkturquoise;fearless [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<<elseif $args[1].fear.current > -40>>\
@@color:mediumslateblue;intrepid [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<<elseif $args[1].fear.current == -40>>\
@@color:mediumvioletred;lionhearted [<<print Math.floor($args[1].fear.current)>> (<<print Math.floor($args[1].fear.base)>>)]@@\
<</if>>\
<<elseif $args[0] == "Affection">>\
<<if $args[1].affection.current < 20>>\
@@color:red;dislikes [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<<elseif $args[1].affection.current < 40>>\
@@color:orange;is apathetic towards [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<<elseif $args[1].affection.current < 60>>\
@@color:yellow;is caring towards [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<<elseif $args[1].affection.current < 80>>\
@@color:greenyellow;filled with admiration for [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<<elseif $args[1].affection.current < 100>>\
@@color:forestgreen;really likes [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<<elseif $args[1].affection.current < 120>>\
@@color:darkturquoise;absolutely loves [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<<elseif $args[1].affection.current < 140>>\
@@color:mediumslateblue;adores every moment with [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<<elseif $args[1].affection.current == 140>>\
@@color:mediumvioletred;is devoted wholly to you and considers you as their Soulmate [<<print Math.floor($args[1].affection.current)>> (<<print Math.floor($args[1].affection.base)>>)]@@\
<</if>>\
<<elseif $args[0] == "Hate">>\
<<if $args[1].hate.current < 20>>\
@@color:mediumslateblue;okay [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<<elseif $args[1].hate.current >= 40>>\
@@color:greenyellow;hates [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<<elseif $args[1].hate.current >= 60>>\
@@color:darkturquoise;resents [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<<elseif $args[1].hate.current >= 80>>\
@@color:greenyellow;despises [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<<elseif $args[1].hate.current >= 100>>\
@@color:yellow;detests [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<<elseif $args[1].hate.current > 120>>\
@@color:orange;reviles [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<<elseif $args[1].hate.current > 140>>\
@@color:red;loathes [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<<elseif $args[1].hate.current == 140>>\
@@color:mediumvioletred;abhors [<<print Math.floor($args[1].hate.current)>> (<<print Math.floor($args[1].hate.base)>>)]@@\
<</if>>\
<</if>>\
<</widget>>\<<if settings.mobile>>
<<if $Version>>
''<center>Version $version</center>''
<br>
<</if>>
<<if $endweek != 1 && $Version != 1 && $StoryTime != 1 && $Training != 1>>
/*<<set _date = "Week " + $weeknum + " of " + $month + ", " + $yearnum>>*/
<<set _date = "Week " + $weekcount>>
''<center>_date</center>''
<br>
<</if>>
<<if $Travel>>
''<center>[[Travel|Travel]]</center>''
<</if>>
<<if $NextWeek>>
''<center>[[End Week|End Week]]</center>''
<</if>>
<<if $Main>>
''<center>[[Home|Main]]</center>''
<</if>>
<<if $Continue>>
<span id="spaceAct">''<center>[[Continue|$Continue]]</center>''</span>
<</if>>
<<if $sexContinue == 2>>
<<if $sex.player.stamina.current>>
''<center>[[Continue Sex|Sex Results][$sex.continue = 1]]</center>''
<</if>>
<<elseif $sexContinue == 1>>
<<if $sex.player.stamina.current>>
''<center>[[End Continuing Sex|Sex Battle][$sex.continue = 0]]</center>''
<<else>>
''<center>[[End Continuing Sex|End Sex][$sex.continue = 0]]</center>''
<</if>>
<</if>>
<<if $Next>>
''<center>[[$Next|$Next]]</center>''
<</if>>
<<if $Previous>>
''<center>[[Return|$Previous]]</center>''
<</if>>
<<if $Return>>
''<center>[[Return|$return]]</center>''
<</if>>
<<if $TrueReturn>>
''<center>[[Return|$truereturn]]</center>''
<</if>>
<<if $EndTraining>>
''<center>[[End Training|$EndTraining]]</center>''
<</if>>
<<if $NextWeek || $Main || $Continue || $Next || $Return || $TrueReturn || $Previous || $EndTraining>>
<<if $Version != 1 && $StoryTime != 1>>
<br>
<</if>>
<</if>>
<<if $Version != 1 && $StoryTime != 1>>
<<if $Training>>
<center>''$activeCharacter.name's Stats''
<br>
''<<include "Battle Stats">>''</center>
<<else>>
''<center><<include "Stats">></center>''
<</if>>
<</if>>
<hr>
<</if>><<set $traits = {common:[], uncommon:[], unique:[], rare:[], special:[], facial:[], nipples:[], areolae:[]}>>
<<set $traits.common = ["cleft chin", "dimples", "birthmark", "beauty mark", "male", "female", "human", "canus", "neko", "goblin", "young, adult", "adult", "mature", "Bimbo", "Dominant", "Masochist", "Sadist", "Sissy", "Slave", "Slut", "Submissive", "Cumsar", "Superjock", "Domesticated"]>>
<<set $traits.uncommon = ["sissy", "freckles", "pregnant", "dwarf", "gnome", "mongrel", "pantheran", "holstaur", "minotaur", "Bimbo Slut", "Confident Slave", "Cumslut", "Feminine", "Loyal Slave", "Masculine", "Painslut", "Trustful Slave", "Sissy Bimbo", "Switch", "Transformed Sissy", "Femme Sub", "Bimboy", "Feminine Bimbo", "Feminine Sissy", "Gigolo", "Muscle Bimbo", "Domesticated Bitch", "Man Eater"]>>
<<set $traits.unique = ["shemale", "giant", "forest elf", "moon rabbit", "orc", "Masculine Bottom", "Masculine Top", "Perfect Slave", "Sissy Slut", "Feminine Sissy Bimbo", "Muscle Bitch", "Muscle Slave", "Masculine Muscle Bimbo", "Succubus", "Incubus", "Dominatrix"]>>
<<set $traits.rare = ["futanari", "high elf", "dark elf", "Sissy Slut Bimbo"]>>
<<set $traits.special = ["Knight of Remverse", "Anna", "Melrose", "Humble Maid", "Aiko", "Lively Maid", "Childhood Pet"]>>
<<set $traits.sex = ["male", "female", "shemale", "futanari"]>>
<<set $traits.physical = ["cleft chin", "dimples", "birthmark", "beauty mark", "freckles"]>>
<<set $traits.nipples = ["normal nipples", "flat nipples", "prominent nipples", "inverted nipples"]>>
<<set $traits.areolae = ["normal areolae", "small areolae", "puffy areolae", "large areolae"]>><<widget "traitdesc">>
<<set _trait = {name:null, description:null}>>
<<include "Traits">>
<<switch $args[0]>>
<<case "Procurer">>
<<set _skill = "manager">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> manages your brothel and the slaves working it.">>
<<case "Guard">>
<<set _skill = "guard">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> protect your brothel from unsavory customers and those looking to damage your business.">>
<<case "Prostitute">>
<<set _skill = "solicitor">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> provides sexual services to customers.">>
<<case "Host">>
<<set _skill = "host">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> serves food and sexual services to customers.">>
<<case "Attendant">>
<<set _skill = "attendant">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> provides any service, be it sexual or otherwise, to customers who have rented a private room.">>
<<case "Childhood Pet">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is your " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> used to bully you growing up, but thanks to the advice and training from your mentor. Not only did you turn the tables on <<print $himher['" + $args[1].gender + "']>>, but you even managed to get <<print $himher['" + $args[1].gender + "']>> to submit and be trained by you. How <<print $hisher['" + $args[1].gender + "']>> life will go is determined soley by you">>
<<case "Fledgling Trainer">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is your " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> used to bully you growing up, but thanks to the advice and training from your mentor. Not only did you turn the tables on <<print $himher['" + $args[1].gender + "']>>, but you even managed to get <<print $himher['" + $args[1].gender + "']>> to submit and be trained by you. How <<print $hisher['" + $args[1].gender + "']>> life will go is determined soley by you">>
<<case "Bimbo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being hypnotized into being an airhead.">>
<<case "Bimboy">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being hypnotized into an airhead who only thinks of superficial things and has been trained to act like a true masculine.">>
<<case "Bimbo Slut">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being completely being hypnotized into an airhead as well as trained to love and crave sex.">>
<<case "Brody">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being completely brodified.">>
<<case "Breeding Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being trained to be a breeding slave.">>
<<case "Bull">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being trained to be a domesticated breeding animal.">>
<<case "Cavalier">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being trained to be chivalrous.">>
<<case "Cicisbeo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being taught the masculine role as well as how to be chivalrous.">>
<<case "Confident Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this title upon reaching minimum fear.">>
<<case "Courtesan">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being trained to love and crave sex as well as being taught to act like a true feminine.">>
<<case "Cumsar">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being hypnotized to love and crave cum.">>
<<case "Cumslut">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being trained to love and crave sex as well as being hypnotized to love cum.">>
<<case "Domesticated">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being hypnotized into loving being treated, and acting like a domesticated animal.">>
<<case "Domesticated Bitch">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being hypnotized into loving being treated, acting like a domesticated animal and trained to love sex.">>
<<case "Dominant">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being trained to be dominant.">>
<<case "Dominatrix">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being trained to act like a dominant feminine who has been hypnotized to feel pleasure giving and seeing others in pain.">>
<<case "Drag King">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being psychologically trained to think and act like a completely masculine man.">>
<<case "Feminine">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being taught the feminine role.">>
<<case "Feminine Bimbo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being hypnotized into an airhead who only thinks of superficial things and has been trained to act like a true feminine.">>
<<case "Feminine Sissy">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being psychologically trained to think and act like a completely feminine woman.">>
<<case "Feminine Sissy Bimbo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being hypnotized into an airhead who only thinks of superficial things and has been trained to think and act like a completely feminine woman.">>
<<case "Femme Sub">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being trained to act like a true feminine as well as trained on how to be a proper submissive.">>
<<case "Gigolo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being trained to be a masculine who thoroughly enjoys having sex.">>
<<case "Incubus">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being trained to be a masculine who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum.">>
<<case "Loyal Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this title upon reaching maximum obedience.">>
<<case "Man Eater">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being trained to be a sex loving slut who has been hypnotized to feel pleasure giving and seeing others in pain.">>
<<case "Masculine">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being taught the masculine role.">>
<<case "Masculine Bottom">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being taught the masculine role as well as how to be submissive.">>
<<case "Masculine Top">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being taught the masculine role as well as how to be dominant.">>
<<case "Masochist">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being hypnotized to feel pain as pleasure.">>
<<case "Masculine Muscle Bimbo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being hypnotized into an air headed bimbo who acts masculine and is obsessed with <<print $hisher['" + $args[1].gender + "']>> fitness.">>
<<case "Muscle Bimbo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being hypnotized into an air headed bimbo obsessed with <<print $hisher['" + $args[1].gender + "']>> fitness.">>
<<case "Muscle Bitch">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher['" + $args[1].gender + "']>> own fitness and has been trained to act like a true feminine as well as trained on how to be a proper submissive.">>
<<case "Muscle Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being hypnotized into an airhead who thinks about nothing except <<print $hisher['" + $args[1].gender + "']>> own fitness and trained to act like a submissive masculine.">>
<<case "Painslut">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being trained to love and crave sex as well as being hypnotized to love pain.">>
<<case "Perfect Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this title upon this slave reaching maximum obedience, trust and minimum fear.">>
<<case "Trustful Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this title upon reaching maximum trust.">>
<<case "Sadist">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being hypnotized to feel pleasure giving and seeing others in pain.">>
<<case "Sex Fiend">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being trained to be an expert on giving sexual pleasure.">>
<<case "Sex Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being hypnotized to feel pain as pleasure as well as trained to play the submissive role during and outside of sexual intercourse.">>
<<case "Sissy">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being completely sissified.">>
<<case "Slave">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being enslaved. ">>
<<case "Sissy Bimbo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being completely sissified as well as being hypnotized into an airhead.">>
<<case "Sissy Slut">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being completely sissified, being transformed into a woman as well as being trained to be a slut.">>
<<case "Sissy Slut Bimbo">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this rare title by being completely sissified, being transformed into a woman, being trained to be a slut as well as being hypnotized into an airhead.">>
<<case "Slut">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being thoroughly trained in strumpetry">>
<<case "Sow">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being trained to be a domesticated breeding animal.">>
<<case "Submissive">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being trained to be submissive.">>
<<case "Succubus">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this unique title by being trained to be a sex loving slut who has been hypnotized to feel pleasure giving or seeing others in pain and to love/crave cum.">>
<<case "Superjock">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this common title by being hypnotized into an airhead who thinks about nothing but <<print $hisher['" + $args[1].gender + "']>> own fitness.">>
<<case "Switch">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being trained to be both submissive and dominant.">>
<<case "Transformed Brody">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being completely brodified as well as being transformed into a man.">>
<<case "Transformed Sissy">>
<<set _trait.name = $args[0]>>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ". <<print $HeShe['" + $args[1].gender + "']>> gained this uncommon title by being completely sissified as well as being transformed into a woman.">>
<<case "young, adult">>
<<set _trait.name = "Young Adult">>
<<set _trait.description = $args[1].name + " is a young adult between the ages of 18 - 25. <<print $HeShe['" + $args[1].gender + "']>> is still fertile.">>
<<case "adult">>
<<set _trait.name = "Adult">>
<<set _trait.description = $args[1].name + " is an adult between the ages of 26 - 40. <<print $HeShe['" + $args[1].gender + "']>> is still fertile.">>
<<case "mature">>
<<set _trait.name = "Mature">>
<<set _trait.description = $args[1].name + " is mature as <<print $heshe['" + $args[1].gender + "']>> is older than 40. <<print $HeShe['" + $args[1].gender + "']>> is no longer fertile.">>
<<case "male">>
<<set _trait.name = "Male">>
<<set _trait.description = $args[1].name + "'s biological sex is male. <<print $HeShe['" + $args[1].gender + "']>> can mate and produce offspring with any female <<print $heshe['" + $args[1].gender + "']>> is compatible with.">>
<<case "sissy">>
<<set _trait.name = "Sissy">>
<<set _trait.description = $args[1].name + "'s biological sex is male but <<print $heshe['" + $args[1].gender + "']>> is technically considered a sissy. <<print $HisHer['" + $args[1].gender + "']>> mannerisms are feminine and if it weren't for <<print $hisher['" + $args[1].gender + "']>> genitalia <<print $heshe['" + $args[1].gender + "']>> would be completely indistinguishable from a woman. <<print $HeShe['" + $args[1].gender + "']>> can mate and produce offspring with any female <<print $heshe['" + $args[1].gender + "']>> is compatible with.">>
<<case "female">>
<<set _trait.name = "Female">>
<<set _trait.description = $args[1].name + "'s biological sex is female. <<print $HeShe['" + $args[1].gender + "']>> can mate and produce offspring with any male <<print $heshe['" + $args[1].gender + "']>> is compatible with.">>
<<case "pregnant">>
<<set _trait.name = "Pregnant">>
<<if !$args[1].pregnancy.recovery>>
<<set _WUB = $args[1].pregnancy.duration - $args[1].pregnancy.weeks>>
<<set _trait.description = "<b>[Week " + $args[1].pregnancy.weeks + " (<<print capitalize('" + $args[1].pregnancy.type + "')>>)]</b> <br> " + $args[1].name + " is due to give birth in " + _WUB + " weeks.">>
<<else>>
<<set _trait.description = "<b>[Week " + $args[1].pregnancy.weeks + " (<<print capitalize('" + $args[1].pregnancy.type + "')>>)]</b> <br> " + $args[1].name + " will recover from <<print $hisher['" + $args[1].gender + "']>> pregnancy in " + $args[1].pregnancy.recovery + " weeks.">>
<</if>>
<<case "human">>
<<set _trait.name = "Human">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "canus">>
<<set _trait.name = "Canus">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "neko">>
<<set _trait.name = "Neko">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "goblin">>
<<set _trait.name = "Goblin">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "dwarf">>
<<set _trait.name = "Dwarf">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "gnome">>
<<set _trait.name = "Gnome">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "mongrel">>
<<set _trait.name = "Mongrel">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "pantheran">>
<<set _trait.name = "Pantheran">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "holstaur">>
<<set _trait.name = "Holstaur">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "minotaur">>
<<set _trait.name = "Minotaur">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "giant">>
<<set _trait.name = "Giant">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "forest elf">>
<<set _trait.name = "Forest Elf">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "moon rabbit">>
<<set _trait.name = "Moon Rabbit">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "orc">>
<<set _trait.name = "Orc">>
<<set _trait.description = $args[1].name + " is an " + _trait.name + ".">>
<<case "high elf">>
<<set _trait.name = "High Elf">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "dark elf">>
<<set _trait.name = "Dark Elf">>
<<set _trait.description = $args[1].name + " is a " + _trait.name + ".">>
<<case "cleft chin">>
<<set _trait.name = "Cleft Chin">>
<<set _trait.description = $args[1].name + " has a dimple in the middle of <<print $hisher['" + $args[1].gender + "']>> chin. This is a common physical trait.">>
<<case "dimples">>
<<set _trait.name = "Dimples">>
<<set _trait.description = $args[1].name + " has a small, natural indentation in <<print $hisher['" + $args[1].gender + "']>> cheeks. This is a common physical trait.">>
<<case "birthmark">>
<<set _trait.name = "Birthmark">>
<<set _trait.description = $args[1].name + " has an unique birthmark on <<print $hisher['" + $args[1].gender + "']>> body. This is a common physical trait.">>
<<case "beauty mark">>
<<set _trait.name = "Beauty Mark">>
<<set _trait.description = $args[1].name + " has a beauty mark on <<print $hisher['" + $args[1].gender + "']>> face. This is a common physical trait.">>
<<case "freckles">>
<<set _trait.name = "Freckles">>
<<set _trait.description = $args[1].name + "'s face and <<print $hisher['" + $args[1].gender + "']>> body is covered with freckles that compliment <<print $hisher['" + $args[1].gender + "']>> skin-tone. This is an uncommon physical trait.">>
<<case "futanari">>
<<set _trait.name = "Futanari">>
<<set _trait.description = $args[1].name + " has both male and female reproductive organs. Instead of a clit, <<print $heshe['" + $args[1].gender + "']>> has a fully functioning cock. <<print $HeShe['" + $args[1].gender + "']>> can impregnate others and be impregnated. This is a rare physical trait.">>
<<case "shemale">>
<<set _trait.name = "Shemale">>
<<set _trait.description = $args[1].name + " has a male reproductive organ and a mostly female body, including <<print $hisher['" + $args[1].gender + "']>> breasts but <<print $heshe['" + $args[1].gender + "']>> does not have a female reproductive organ. <<print $HeShe['" + $args[1].gender + "']>> can mate and produce offspring with any female <<print $heshe['" + $args[1].gender + "']>> is compatible with.">>
<</switch>>
<<if ["Procurer", "Guard", "Prostitute", "Host", "Attendant"].includes($args[0])>>
<<if !$args[1].skills[_skill]>>
<<set _level = 1>>
<<else>>
<<set _level = $args[1].skills[_skill].level>>
<</if>>
<<if _level < 2.5>>
<div class="hover">
<span class="common">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<<elseif _level < 5>>
<div class="hover">
<span class="uncommon">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<<elseif _level < 7.5>>
<div class="hover">
<span class="unique">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<<elseif _level < 10>>
<div class="hover">
<span class="rare">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<</if>>
<<else>>
<<if $traits.common.includes($args[0])>>
<div class="hover">
<span class="common">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<<elseif $traits.uncommon.includes($args[0])>>
<div class="hover">
<span class="uncommon">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<<elseif $traits.unique.includes($args[0])>>
<div class="hover">
<span class="unique">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<<elseif $traits.rare.includes($args[0])>>
<div class="hover">
<span class="rare">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<<elseif $traits.special.includes($args[0])>>
<div class="hover">
<span class="special">
_trait.name
</span>
<span class="hoverblock">
_trait.description
</span>
</div>
<</if>>
<</if>>
<</widget>><<include "Unset Passages">>
<<include "Shops">>
<<set $Return = 1>>
<<set $Main = 1>>
<<include "Mobile Header">>
<center><h3>$Store.name</h3></center>
<<set _characterlist = ["[0] " + $PC.name]>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _characterlist.push("[" + _i + "] " + $slaves[_i].name)>>
<</for>>
<<if !$choice>>
<<set $choice = _characterlist[0]>>
<</if>>
<<if $choice == "[0] " + $PC.name>>
<<set $character = $PC>>
<<else>>
<<set _number = $choice.slice($choice.indexOf("[") + 1, $choice.indexOf("]"))>>
<<set $character = $slaves[_number]>>
<</if>>
<<if !$ragdoll>>
<<set $ragdoll = {}>>
<<run setRagdoll($ragdoll, $character)>>
<<set $ragdoll.tempsex = capitalize($ragdoll.sex)>>
<<set $cost = {sex:0, cock:0, girth:0, balls:0, bust:0, pussy:0, clit:0, lips:0, shoulders:0, hips:0, torso:0, legs:0, butt:0, base:0, total:0, purchase:0}>>
<</if>>
<<if $character.ID != $ragdoll.ID>>
<<run setRagdoll($ragdoll, $character)>>
<<set $ragdoll.tempsex = capitalize($ragdoll.sex)>>
<<set $cost = {sex:0, cock:0, girth:0, balls:0, bust:0, pussy:0, clit:0, lips:0, shoulders:0, hips:0, torso:0, legs:0, butt:0, base:0, total:0, purchase:0}>>
<</if>>
<<if $cost.purchase>>
<<run purchaseRunes($ragdoll, $character, $cost)>>
<<run getSexTraits($character)>>
<<if $character.ID == 0>>
<<set $PC = $character>>
<<else>>
<<saveSlave $character>>
<</if>>
<<run setRagdoll($ragdoll, $character)>>
<<set $ragdoll.tempsex = capitalize($ragdoll.sex)>>
<<set $cost = {sex:0, cock:0, girth:0, balls:0, bust:0, pussy:0, clit:0, lips:0, shoulders:0, hips:0, torso:0, legs:0, butt:0, base:0, total:0, purchase:0}>>
<</if>>
<<if ["Goblin"].contains($ragdoll.tribe)>>
<<set $racestats.choosablesexes = ["Male", "Shemale"]>>
<<else>>
<<if $character.pregnancy.recovery || $character.pregnancy.weeks>>
<<set $racestats.choosablesexes = ["Female", "Futanari"]>>
<<set _pregnant = 1>>
<<else>>
<<set $racestats.choosablesexes = ["Male", "Female", "Futanari", "Shemale"]>>
<</if>>
<</if>>
<<if lowercase($ragdoll.tempsex) != $ragdoll.sex>>
<<run setRagdoll($ragdoll, $character)>>
<<set $cost = {sex:0, cock:0, girth:0, balls:0, bust:0, pussy:0, clit:0, lips:0, shoulders:0, hips:0, torso:0, legs:0, butt:0, base:0, total:0, purchase:0}>>
<<set $ragdoll.sex = lowercase($ragdoll.tempsex)>>
<</if>>
<<if $ragdoll.oldsex != $ragdoll.sex>>
<<if $ragdoll.sex == "futanari">>
<<set $cost.sex = 100000>>
<<elseif $ragdoll.sex == "shemale">>
<<set $cost.sex = 75000>>
<<else>>
<<set $cost.sex = 50000>>
<</if>>
<<else>>
<<set $cost.sex = 0>>
<</if>>
<<run runeCost($cost, $ragdoll, $character)>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th class = "nblisting" colspan = 27>Character</th>
<th class = "nblisting" colspan = 18>Sex</th>
<th class = "nblisting" colspan = 12>Base Price</th>
<th class = "nblisting" colspan = 16>Rarity Multi</th>
<th class = "nblisting" colspan = 12>Total Price</th>
<th class = "nblisting" colspan = 15></th>
</tr>
<tr>
<td class = "noborder" colspan = 27><<dropdown "$choice" _characterlist>></td>
<td class = "noborder" colspan = 18><<dropdown "$ragdoll.tempsex" $racestats.choosablesexes>></td>
<<if $PC.money >= $cost.base>>
<td class = "noborder" colspan = 12>@@color:lightgreen;💎<<print commify($cost.base)>>@@</td>
<<else>>
<td class = "noborder" colspan = 12>@@color:red;💎<<print commify($cost.base)>>@@</td>
<</if>>
<td class = "noborder" colspan = 16><<race $character.tribe "Rarity">></td>
<<if $PC.money >= $cost.total>>
<td class = "noborder" colspan = 12>@@color:lightgreen;💎<<print commify($cost.total)>>@@</td>
<td class = "noborder" colspan = 15><b>[[Purchase Runes|Practicum][$cost.purchase = 1]]</b></td>
<<else>>
<td class = "noborder" colspan = 12>@@color:red;💎<<print commify($cost.total)>>@@</td>
<td class = "noborder" colspan = 15><b>Purchase Runes</b></td>
<</if>>
</tr>
<tr><th class = "nobottom" colspan = 100>Runes</th></tr>
<tr><td class = "noborder" colspan = 100>$character.name's current stats will be shown in the bars below. You can increase or decrease whichever stats you want, as long as they are applicable. Stats that are enhanced by runes are permament but they can be later reduced for the same cost. These rune-enhanced attributes do not affect offspring in any way, but they do affect things like how a slave is recieved in a brothel (depending on the brothel style/fetish), ranch, etc.
<<if _pregnant && $character.pregnancy.recovery>>
<br><br>''@@color:orange;$character.name is still recovering from <<print $hisher[$character.gender]>> pregnancy. <<print $HeShe[$character.gender]>> cannot have <<print $hisher[$character.gender]>> sex changed to a sex without a pussy until <<print $heshe[$character.gender]>> is fully recovered.@@'' <br>
<<elseif _pregnant && $character.pregnancy.weeks>>
<br><br>''@@color:orange;$character.name is still $character.pregnancy.weeks pregnant. <<print $HeShe[$character.gender]>> cannot have <<print $hisher[$character.gender]>> sex changed to a sex without a pussy until <<print $heshe[$character.gender]>> has given birth and is fully recovered.@@'' <br>
<</if>></td></tr>
<tr>
<<if ["male"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Cock<br><<racestatbar $ragdoll.cock 10>></b></td>
<td class = "noborder" colspan = 4><b><<editing "cock" $ragdoll.cock 1 1 10>></b></td>
<<elseif ["female", "futanari", "shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Bust<br><<racestatbar $ragdoll.bust 10>></b></td>
<td class = "noborder" colspan = 4><b><<editing "bust" $ragdoll.bust 1 1 10>></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<<if ["male"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Girth<br><<racestatbar $ragdoll.girth 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "girth" $ragdoll.girth 1 1 5>></b></td>
<<elseif ["female"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Pussy<br><<racestatbar $ragdoll.pussy 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "pussy" $ragdoll.pussy 1 1 5>></b></td>
<<elseif ["futanari", "shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Cock<br><<racestatbar $ragdoll.cock 10>></b></td>
<td class = "noborder" colspan = 4><b><<editing "cock" $ragdoll.cock 1 1 10>></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<<if ["male"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Balls<br><<racestatbar $ragdoll.balls 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "balls" $ragdoll.balls 1 1 5>></b></td>
<<elseif ["female"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Clit<br><<racestatbar $ragdoll.clit 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "clit" $ragdoll.clit 1 1 5>></b></td>
<<elseif ["futanari", "shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Girth<br><<racestatbar $ragdoll.girth 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "girth" $ragdoll.girth 1 1 5>></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<<if ["male"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Shoulders<br><<racestatbar $ragdoll.shoulders 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "shoulders" $ragdoll.shoulders 1 1 5>></b></td>
<<elseif ["female"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Lips<br><<racestatbar $ragdoll.lips 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "lips" $ragdoll.lips 1 1 5>></b></td>
<<elseif ["futanari", "shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Balls<br><<racestatbar $ragdoll.balls 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "balls" $ragdoll.balls 1 1 5>></b></td>
<</if>>
<td class = "noborder" colspan = 3></td>
</tr>
<tr>
<<if ["male"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Torso<br><<racestatbar $ragdoll.torso 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "torso" $ragdoll.torso 1 1 5>></b></td>
<<elseif ["female"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Hips<br><<racestatbar $ragdoll.hips 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "hips" $ragdoll.hips 1 1 5>></b></td>
<<elseif ["futanari"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Pussy<br><<racestatbar $ragdoll.pussy 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "pussy" $ragdoll.pussy 1 1 5>></b></td>
<<elseif ["shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Lips<br><<racestatbar $ragdoll.lips 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "lips" $ragdoll.lips 1 1 5>></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<<if ["male", "female"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Legs<br><<racestatbar $ragdoll.legs 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "legs" $ragdoll.legs 1 1 5>></b></td>
<<elseif ["futanari"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Lips<br><<racestatbar $ragdoll.lips 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "lips" $ragdoll.lips 1 1 5>></b></td>
<<elseif ["shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Hips<br><<racestatbar $ragdoll.hips 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "hips" $ragdoll.hips 1 1 5>></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<<if ["male", "female"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Butt<br><<racestatbar $ragdoll.butt 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "butt" $ragdoll.butt 1 1 5>></b></td>
<<elseif ["futanari"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Hips<br><<racestatbar $ragdoll.hips 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "hips" $ragdoll.hips 1 1 5>></b></td>
<<elseif ["shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Legs<br><<racestatbar $ragdoll.legs 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "legs" $ragdoll.legs 1 1 5>></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<<if ["male", "female"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<<elseif ["futanari"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Legs<br><<racestatbar $ragdoll.legs 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "legs" $ragdoll.legs 1 1 5>></b></td>
<<elseif ["shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Butt<br><<racestatbar $ragdoll.butt 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "butt" $ragdoll.butt 1 1 5>></b></td>
<</if>>
<td class = "noborder" colspan = 3></td>
</tr>
<tr>
<<if ["male", "female", "shemale"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<<elseif ["futanari"].contains($ragdoll.sex)>>
<td class = "noborder" colspan = 15><b>Butt<br><<racestatbar $ragdoll.butt 5>></b></td>
<td class = "noborder" colspan = 4><b><<editing "butt" $ragdoll.butt 1 1 5>></b></td>
<</if>>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 7></td>
<td class = "noborder" colspan = 15></td>
<td class = "noborder" colspan = 4></td>
<td class = "noborder" colspan = 3></td>
</tr>
</table><<widget "editing">>
<<set _stat = $args[1]>>
<<set _min = $args[2]>>
<<set _cap = $args[4]>>
<<if _stat >= _cap>>
ADD
<<else>>
<<set _cost = getCost($args[0], $ragdoll, $character, "add")>>
<<print "[[ADD|Practicum][$ragdoll." + $args[0] + "++, $cost." + $args[0] + " += " + _cost + "]]">>
<</if>>
<br>
<<if _stat <= _min>>
SUB
<<else>>
<<set _cost = getCost($args[0], $ragdoll, $character, "sub")>>
<<print "[[SUB|Practicum][$ragdoll." + $args[0] + "--, $cost." + $args[0] + " -= " + _cost + "]]">>
<</if>>
<</widget>><<include "Unset Passages">>
<<set $Previous = "Slaver Guild">>
<<include "Mobile Header">>
<<include "Descriptors">>
<<set _name = $activeCharacter.name>>
<<set _maturity = $maturity[$activeCharacter.maturity]>>
<<set _intelligence = $intelligence[$activeCharacter.intelligence]>>
<<set _beauty = $beauty[$activeCharacter.beauty]>>
<<set _health = $health[$activeCharacter.health]>>
<<set _weight = $weight[$activeCharacter.weight]>>
<<set _height = getHeight($activeCharacter.height, $activeCharacter.legs.current-$activeCharacter.legs.base)>>
<<set _cumquantity = $quantity[$activeCharacter.cum.quantity.current]>>
<<set _cumquality = $quality[$activeCharacter.cum.quality.current]>>
<<set _cumtaste = $taste.cum[$activeCharacter.cum.taste.current]>>
<<set _milkquantity = $quantity[$activeCharacter.milk.quantity.current]>>
<<set _milkquality = $quality[$activeCharacter.milk.quality.current]>>
<<set _milktaste = $taste.milk[$activeCharacter.milk.taste.current]>>
<<set _nectarquantity = $quantity[$activeCharacter.nectar.quantity.current]>>
<<set _nectarquality = $quality[$activeCharacter.nectar.quality.current]>>
<<set _nectartaste = $taste.nectar[$activeCharacter.nectar.taste.current]>>
<<set _fatigue = getFatigue($activeCharacter)>>
<<set _an = AvsAn.query(extractWord(_maturity))>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _obedience = lowercasecolor(_obedience)>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _fear = lowercasecolor(_fear)>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _trust = lowercasecolor(_trust)>>
<<set _nature = capitalize($activeCharacter.nature)>>
<<set _exoticism = getExoticism($activeCharacter.exoticism)>>
<<set _exoticism = lowercasecolor(_exoticism)>>
<<set _gape = getGape($activeCharacter.gape)>>
<<set _cockSens = getSensitivity($activeCharacter.sensitivity.cock)>>
<<set _breastSens = getSensitivity($activeCharacter.sensitivity.breasts)>>
<<set _anusSens = getSensitivity($activeCharacter.sensitivity.anus)>>
<<set _ballsSens = getSensitivity($activeCharacter.sensitivity.balls)>>
<<set _clitSens = getSensitivity($activeCharacter.sensitivity.clit)>>
<<set _pussySens = getSensitivity($activeCharacter.sensitivity.pussy)>>
<<set _mouthSens = getSensitivity($activeCharacter.sensitivity.mouth)>>
<<set _sexualstrength = getSexualStat($activeCharacter.sexual.strength.current)>>
<<set _sexualspeed = getSexualStat($activeCharacter.sexual.speed.current)>>
<<set _sexualstamina = getSexualStat($activeCharacter.sexual.stamina.current)>>
<<set _sexualcontrol = getSexualStat($activeCharacter.sexual.control.current)>>
<<if !$activeCharacter.pregnancy.recovery>>
<<set _weeksuntilbirth = $activeCharacter.pregnancy.duration - $activeCharacter.pregnancy.weeks>>
<</if>>
<<if $activeCharacter.tribe == "mongrel">>
<<set _cock = "knotted">>
<<elseif $activeCharacter.tribe == "pantheran">>
<<set _cock = "barbed">>
<<elseif $activeCharacter.tribe == "minataur">>
<<set _cock = "bull">>
<<elseif $activeCharacter.tribe == "orc">>
<<set _cock = "orc">>
<<else>>
<<set _cock = $race[$activeCharacter.skintone]>>
<</if>>
<<set _maturitytext = extractWord(_maturity)>>
<br>
<center>
<<traitdesc $activeCharacter.title $activeCharacter>>
<<traitdesc $activeCharacter.tribe $activeCharacter>>
<<if $activeCharacter.sex == "male" && $activeCharacter.stats.sissification == 100>>
<<traitdesc "sissy" $activeCharacter>>
<<else>>
<<traitdesc $activeCharacter.sex $activeCharacter>>
<</if>>
<<traitdesc _maturitytext $activeCharacter>>
<<if $activeCharacter.pregnancy.status>>
<<traitdesc "pregnant" $activeCharacter>>
<</if>>
</center>
<br>
_name's _an _maturity
<<if $activeCharacter.skintone>>
$activeCharacter.skintone
<<elseif $activeCharacter.fur>>
$activeCharacter.fur furred
<</if>>
$activeCharacter.gender
<<if $activeCharacter.tribe>>
$activeCharacter.tribe.
<<else>>
$activeCharacter.race.
<</if>>
<<print $HeShe[$activeCharacter.gender]>> was $activeCharacter.occupation before <<print $heshe[$activeCharacter.gender]>> was a slave.
$activeCharacter.origin
<br><br>
<<displayMood $activeCharacter>>
From the interactions you've had with $activeCharacter.name you can tell that <<print $heshe[$activeCharacter.gender]>> is <<print $intelligence[$activeCharacter.intelligence]>>. In regards to <<print $hisher[$activeCharacter.gender]>> discipline, <<print $heshe[$activeCharacter.gender]>> is <<moodStats "Obedience" $activeCharacter>>. When it comes to having trust, <<print $heshe[$activeCharacter.gender]>> is <<moodStats "Trust" $activeCharacter>>. As for <<print $hisher[$activeCharacter.gender]>> courage, <<print $heshe[$activeCharacter.gender]>> is <<moodStats "Fear" $activeCharacter>>.
<br><br>
_name is _beauty. <<print $HeShe[$activeCharacter.gender]>> has $activeCharacter.haircolor hair styled $activeCharacter.hairstyle. <<print $HeShe[$activeCharacter.gender]>> has $activeCharacter.eyedescriptor $activeCharacter.eyecolor eyes. <<print $HeShe[$activeCharacter.gender]>> is _height and is _weight.
<<physicalTraits $activeCharacter "Race">>
<<if $activeCharacter.lips.current>>
<<print $HeShe[$activeCharacter.gender]>> has <<print $lips[$activeCharacter.lips.current]>> lips.
<<attributeDescriptor "Lips" $activeCharacter.lips.current $activeCharacter>>
<</if>>
The sensitivity of <<print $hisher[$activeCharacter.gender]>> mouth is _mouthSens.
<<if $activeCharacter.shoulders.current && $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders and <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.shoulders.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<</if>>
<<if $activeCharacter.hips.current>>
<<print $HisHer[$activeCharacter.gender]>> hips are <<print $hips[$activeCharacter.hips.current]>>.
<</if>>
<<if $activeCharacter.legs.current>>
<<print $HeShe[$activeCharacter.gender]>> has two <<print $legs[$activeCharacter.legs.current]>> legs.
<</if>>
<<if $activeCharacter.pregnancy.status>>
<br><br>
<b>[Week $activeCharacter.pregnancy.weeks (<<print capitalize($activeCharacter.pregnancy.type)>>)]</b>
<<if _weeksuntilbirth>>
$activeCharacter.name is due to give birth in _weeksuntilbirth weeks.
<<elseif $activeCharacter.pregnancy.recovery>>
$activeCharacter.name will recover from <<print $hisher[$activeCharacter.gender]>> pregnancy in $activeCharacter.pregnancy.recovery weeks.
<</if>>
$activeCharacter.pregnancy.status
<</if>>
<<if $activeCharacter.known.sexualskill>>
<br><br>
_name's sexual fortitude is _sexualstrength and <<print $hisher[$activeCharacter.gender]>> responsiveness during sexual intercourse is _sexualspeed. <<print $HisHer[$activeCharacter.gender]>> sexual stamina is _sexualstamina and <<print $hisher[$activeCharacter.gender]>> sexual control is _sexualcontrol.
<</if>>
<br><br>
<<if $activeCharacter.bust.current>>
_name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> <<print $bust[$activeCharacter.bust.current]>> sized breasts. The sensitivity of <<print $hisher[$activeCharacter.gender]>> breasts are _breastSens.
<<else>>
_name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> chest. The sensitivity of <<print $hisher[$activeCharacter.gender]>> nipples are _breastSens.
<</if>>
<<if $activeCharacter.milk.quality.current && $activeCharacter.milk.quantity.current && $activeCharacter.milk.taste.current>>
<<print $HeShe[$activeCharacter.gender]>> is lactating, and can produce a _milkquantity amount of _milkquality milk. <<print $HisHer[$activeCharacter.gender]>> milk has a _milktaste taste to it.
<<else>>
<<print $HeShe[$activeCharacter.gender]>> is not lactating and cannot produce any milk.
<</if>>
<<if $activeCharacter.girth.current>>
<<set _girth = extractWord($girth[$activeCharacter.girth.current])>>
<<set _an = AvsAn.query(_girth)>>
<</if>>
<<if $activeCharacter.cock.current && $activeCharacter.girth.current>>
$activeCharacter.name has _an <<print $girth[$activeCharacter.girth.current]>> <<print $cock[$activeCharacter.cock.current]>> <<print $circumcised[$activeCharacter.circumcised]>> _cock cock hanging between <<print $hisher[$activeCharacter.gender]>> legs. The sensitivity of <<print $hisher[$activeCharacter.gender]>> cock is _cockSens.
<<if $activeCharacter.cum.quality.current && $activeCharacter.cum.quantity.current && $activeCharacter.cum.taste.current && !$activeCharacter.balls.current>>
It can produce a _cumquantity amount of _cumquality semen. <<print $HisHer[$activeCharacter.gender]>> semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $activeCharacter.balls.current>>
<<print $HeShe[$activeCharacter.gender]>> has a pair of <<print $balls[$activeCharacter.balls.current]>> balls. The sensitivity of <<print $hisher[$activeCharacter.gender]>> balls are _ballsSens.
<<if $activeCharacter.cum.quality.current && $activeCharacter.cum.quantity.current && $activeCharacter.cum.taste.current && $activeCharacter.cock.current && $activeCharacter.girth.current>>
When full they can produce a _cumquantity amount of _cumquality semen. <<print $HisHer[$activeCharacter.gender]>> semen has a _cumtaste taste to it.
<</if>>
<</if>>
<<if $activeCharacter.pussy.current>>
<<print $HisHer[$activeCharacter.gender]>> pussy is <<print $pussy[$activeCharacter.pussy.current]>>. The sensitivity of <<print $hisher[$activeCharacter.gender]>> pussy is _pussySens.
<<if $activeCharacter.nectar.quality.current && $activeCharacter.nectar.quantity.current && $activeCharacter.nectar.taste.current>>
When aroused <<print $hisher[$activeCharacter.gender]>> pussy produces a _nectarquantity amount of _nectarquality nectar. <<print $HisHer[$activeCharacter.gender]>> nectar has a _nectartaste taste to it.
<</if>>
<</if>>
<<if $activeCharacter.clit.current>>
<<print $HeShe[$activeCharacter.gender]>> has a <<print $clitoris[$activeCharacter.clit.current]>> and <<print $hooded[$activeCharacter.hooded]>> clit. The sensitivity of <<print $hisher[$activeCharacter.gender]>> is _clitSens.
<</if>>
_name's ass is <<print $butt[$activeCharacter.gender][$activeCharacter.butt.current]>>.
<<if $activeCharacter.gape == 100>>
<<print $HisHer[$activeCharacter.gender]>> asshole has been _gape to the point that you can fit multiple intrusions into <<print $hisher[$activeCharacter.gender]>> asshole without causing <<print $himher[$activeCharacter.gender]>> any pain.
<<elseif $activeCharacter.gape >= 80>>
$<<print $HisHer[$activeCharacter.gender]>> asshole is _gape and can accommodate almost any size intrusion.
<<elseif $activeCharacter.gape >= 60>>
<<print $hisher[$activeCharacter.gender]>> asshole is _gape and as long as <<print $heshe[$activeCharacter.gender]>> uses lube <<print $heshe[$activeCharacter.gender]>> can accommodate people of any size.
<<elseif $activeCharacter.gape >= 40>>
<<print $HisHer[$activeCharacter.gender]>> ass has been _gape. It can fit a full sized intrusion but anything larger than that can cause pain even with lube.
<<elseif $activeCharacter.gape >= 20>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape but it has seen some use.
<<elseif $activeCharacter.gape >= 0>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape. You can barely fit your finger in it, let alone a full sized intrusion.
<</if>>
The sensitivity of <<print $hisher[$activeCharacter.gender]>> anus is _anusSens.
<<if $activeCharacter.virgin || $activeCharacter.analvirgin>>
<br>
<</if>>
<<if $activeCharacter.virgin>>
<br>
$activeCharacter.name is a @@color:green;virgin@@.
<</if>>
<<if $activeCharacter.analvirgin>>
<br>
<<print $HeShe[$activeCharacter.gender]>> is an @@color:green;anal virgin@@.
<</if>><table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th class = "nobottom" colspan = 2><h3>~Slaver Contracts~</h3></th></tr>
<<for _c=0;_c < $PC.guild.slaver.contract.length;_c++>>
<<set _contract = $PC.guild.slaver.contract[_c]>>
<<set _color = null>>
<<set _penalty = Math.round10(_contract.reward*0.25, 2)>>
<<for _s=1; _s <= $slaves.amount;_s++>>
<<if _contract.slave.ID == $slaves[_s].ID>>
<<set _character = $slaves[_s]>>
<<break>>
<</if>>
<</for>>
<<if _contract.difficulty == "Easy">>
<<set _color = "forestgreen">>
<<elseif _contract.difficulty == "Medium">>
<<set _color = "yellow">>
<<elseif _contract.difficulty == "Hard">>
<<set _color = "red">>
<</if>>
<<if (_character.obedience.current >= _contract.virtue) && (_character.trust.current >= _contract.virtue) && ((100-_character.fear.current) >= _contract.virtue) && (_character.titles.includes(_contract.title))>>
<<set _contract.completed = 1>>
<</if>>
<<set _textexp = "<<print Math.round10(" + (_contract.exp / $PC.guild.slaver.maxexp) * 100 + ", -2)>>%">>
<tr><td class = "contract" colspan = 2>
<<if _contract.completed>>
<b><<print "[[Complete Contract|Slaver Guild][$completedContract = _contract, $contractSlave = $slaves[" + _s + "], $PC.guild.slaver.contract.splice(" + _c + ", 1)]]">></b> | <<print "@@color:" + _color + ";<b>Difficulty:</b> _contract.difficulty@@">> | <<print "@@color:" + _color + ";<b>Time Limit:</b> _contract.time Weeks">> | <<print "@@color:" + _color + ";<b>EXP:</b> _textexp">> | @@color:lightgreen;<b>Reward:</b> 💎<<print commify(_contract.reward)>>@@
<<else>>
<b><<print "[[Abandon Contract|Slaver Guild][$PC.money -= _penalty, $contractSlave = $slaves[" + _s + "], $PC.guild.slaver.contract.splice(" + _c + ", 1)]]">> [@@color:red;💎<<print commify(_penalty)>> Penalty@@]</b> | <<print "@@color:" + _color + ";<b>Difficulty:</b> _contract.difficulty@@">> | <<print "@@color:" + _color + ";<b>Time Limit:</b> _contract.time Weeks">> | <<print "@@color:" + _color + ";<b>EXP:</b> _textexp">> | @@color:lightgreen;<b>Reward:</b> 💎<<print commify(_contract.reward)>>@@
<</if>>
<br><br>
_contract.name the _contract.race has put up a request for someone to train <<print "[[_character.name|Slaver Slave Description][$activeCharacter = $slaves[" + _s + "]]]">> to become a <<displayTitle _contract.title "title">> titled slave who is no less than <<print getObedience(_contract.virtue)>>, <<print getTrust(_contract.virtue)>> and <<print getFear(100-_contract.virtue)>>.
<br>
<<print "[[_character.name|Slaver Slave Description][$activeCharacter = $slaves[" + _s + "]]]">> <<gender _character.sex _character.gender>> is a <<print $maturity[_character.maturity]>> <<race _character.tribe "Description">> slave who is <<print getObedience(_character.obedience.current)>>, <<print getTrust(_character.trust.current)>> and <<print getFear(_character.fear.current)>>.
<br><br>
<<if _character.titles.includes(_contract.title)>>
@@color:forestgreen;_character.name has obtained the <<displayTitle _contract.title "title">> title.@@
<<else>>
@@color:red;_character.name has yet to obtain the <<displayTitle _contract.title "title">> title.@@
<</if>>
<br>
<<if _character.obedience.current >= _contract.virtue>>
@@color:forestgreen;_character.name's obedience meets the contract requirement, <<print getObedience(_contract.virtue)>>.@@
<<else>>
@@color:red;_character.name's obedience has not met the contract requirement, <<print getObedience(_contract.virtue)>>.@@
<</if>>
<br>
<<if _character.trust.current >= _contract.virtue>>
@@color:forestgreen;_character.name's trust meets the contract requirement, <<print getTrust(_contract.virtue)>>.@@
<<else>>
@@color:red;_character.name's trust has not met the contract requirement, <<print getTrust(_contract.virtue)>>.@@
<</if>>
<br>
<<if (100-_character.fear.current) >= _contract.virtue>>
@@color:forestgreen;_character.name's fear meets the contract requirement, <<print getFear(100-_contract.virtue)>>.@@
<<else>>
@@color:red;_character.name's fear has not met the contract requirement, <<print getFear(100-_contract.virtue)>>.@@
<</if>>
</td></tr>
<</for>>
</table><<widget "attributeDescriptor">>
<<switch $args[0]>>
<<case "Lips">>
<<if $args[1] == 1>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> lips are barely even visible enough to see, let alone be erotic enough to entice anyone.", "While there are a few people who like slaves with small lips, a large majority would consider <<print $hisher['" + $args[2].gender + "']>> small lips to be a major flaw.", "<<print $HeShe['" + $args[2].gender + "']>> is sometimes shamed by others for <<print $hisher['" + $args[2].gender + "']>> lips.", "Since <<print $hisher['" + $args[2].gender + "']>> lips are so small, <<print $heshe['" + $args[2].gender + "']>> doesn't have to put much effort into caring for them.")>>
<<elseif $args[1] == 2>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> lips are barely even visible enough to see, let alone be erotic enough to entice anyone.", "While there are a few people who like slaves with small lips, a large majority would consider <<print $hisher['" + $args[2].gender + "']>> small lips to be a major flaw.", "<<print $HeShe['" + $args[2].gender + "']>> is sometimes shamed by others for <<print $hisher['" + $args[2].gender + "']>> lips.", "Since <<print $hisher['" + $args[2].gender + "']>> lips are so small, <<print $heshe['" + $args[2].gender + "']>> doesn't have to put much effort into caring for them.")>>
<<elseif $args[1] == 3>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> lips accentuate <<print $hisher['" + $args[2].gender + "']>> smile greatly, but aren't very erotic.", "<<print $HisHer['" + $args[2].gender + "']>> lips don't induce any erotic thoughts, but they do make for a very disarming smile.", "<<print $HisHer['" + $args[2].gender + "']>> lips are very normal as they are too small to garner any extra attention and are too big to cause any self-esteem issues.")>>
<<elseif $args[1] == 4>>
<<print either("<<print $HeShe['" + $args[2].gender + "']>> has a pair of lips that beg to be wrapped around a nice cock or clit.", "<<print $HisHer['" + $args[2].gender + "']>> lips often draw some sexual attention from people who see <<print $himher['" + $args[2].gender + "']>>.", "<<print $HisHer['" + $args[2].gender + "']>> lips are considered the perfect mix of eroticism and wholesomeness for a high-class slave to have.")>>
<<elseif $args[1] == 5>>
<<print either("The first thing people notice about <<print $himher['" + $args[2].gender + "']>> is how juicy <<print $hisher['" + $args[2].gender + "']>> lips look.", "Most men and women consider <<print $hisher['" + $args[2].gender + "']>> huge lips a strong indicator of <<print $hisher['" + $args[2].gender + "']>> oral skills.", "<<print $HisHer['" + $args[2].gender + "']>> lips are the perfect size for <<print $himher['" + $args[2].gender + "']>> to be used in a brothel for oral purposes.")>>
<<elseif $args[1] == 6>>
<<print either("<<print $HeShe['" + $args[2].gender + "']>> has some trouble speaking due to the large size of <<print $hisher['" + $args[2].gender + "']>> lips.", "Sometimes <<print $heshe['" + $args[2].gender + "']>> bits <<print $hisher['" + $args[2].gender + "']>> tongue if <<print $heshe['" + $args[2].gender + "']>> speaks to fast due to <<print $hisher['" + $args[2].gender + "']>> large lips.", "<<print $HisHer['" + $args[2].gender + "']>> lips are beginning to get so large that it is causing <<print $himher['" + $args[2].gender + "']>> minor speech problems.")>>
<<elseif $args[1] == 7>>
<<print either("<<print $HeShe['" + $args[2].gender + "']>> has to speak slowly because <<print $hisher['" + $args[2].gender + "']>> lips are too large for <<print $himher['" + $args[2].gender + "']>> to speak without mispronouncing words.", "People often consider <<print $himher['" + $args[2].gender + "']>> stupid due to <<print $hisher['" + $args[2].gender + "']>> bimbo-esque lips forcing <<print $himher['" + $args[2].gender + "']>> to speak very carefully to prevent mispronunciation of certain words.", "<<print $HeShe['" + $args[2].gender + "']>> has slowly come to the realization that <<print $heshe['" + $args[2].gender + "']>> is meant to be seen and used but not heard, as <<print $hisher['" + $args[2].gender + "']>> large lips are perfect for former two but terrible for the latter.")>>
<<elseif $args[1] == 8>>
<<print either("When <<print $heshe['" + $args[2].gender + "']>> opens <<print $hisher['" + $args[2].gender + "']>> mouth to speak, <<print $hisher['" + $args[2].gender + "']>> obscenely large lips stay together causing <<print $himher['" + $args[2].gender + "']>> to mispronounce words.", "<<print $HisHer['" + $args[2].gender + "']>> lips are much to big for <<print $himher['" + $args[2].gender + "']>> to speak normally no matter how hard <<print $heshe['" + $args[2].gender + "']>> tries.", "<<print $HisHer['" + $args[2].gender + "']>> large lips are perfect for sexual purposes but have huge negative effects to <<print $hisher['" + $args[2].gender + "']>> ability to communicate orally.")>>
<<elseif $args[1] == 9>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> lips are so large <<print $heshe['" + $args[2].gender + "']>> can barely open <<print $hisher['" + $args[2].gender + "']>> mouth wide enough to speak.", "Most people think of forcing <<print $himher['" + $args[2].gender + "']>> onto <<print $hisher['" + $args[2].gender + "']>> knees and forcefully face-fucking <<print $himher['" + $args[2].gender + "']>> just because of the size of <<print $hisher['" + $args[2].gender + "']>> lips.", "<<print $HisHer['" + $args[2].gender + "']>> face-pussy lips will brand <<print $himher['" + $args[2].gender + "']>> as a slave to be used sexually no matter where <<print $heshe['" + $args[2].gender + "']>> goes.")>>
<<elseif $args[1] == 10>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> lips have grown to the point that <<print $heshe['" + $args[2].gender + "']>> can't speak at all, <<print $heshe['" + $args[2].gender + "']>> mumbles unintelligibly.", "Although <<print $hisher['" + $args[2].gender + "']>> lips are too heavy for <<print $himher['" + $args[2].gender + "']>> to lift open <<print $himselfherself['" + $args[2].gender + "']>>, anyone who wants to use <<print $hisher['" + $args[2].gender + "']>> mouth should have no problem shoving a cock or a large enough clit into it.", "By enlarging <<print $hisher['" + $args[2].gender + "']>> lips to this size, you have effectively completely removed <<print $hisher['" + $args[2].gender + "']>> ability to communicate orally at all. Even <<print $hisher['" + $args[2].gender + "']>> mumbles are too muffled by <<print $hisher['" + $args[2].gender + "']>> large lips to understand.")>>
<</if>>
<<case "Shoulders">>
<<if $args[1] == 1>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> feminine shoulders often result in <<print $himher['" + $args[2].gender + "']>> being mistaken for a woman from certain angles.", "<<print $HisHer['" + $args[2].gender + "']>> shoulders are very feminine for a man, making <<print $himher['" + $args[2].gender + "']>> seem more like someone currently transitioning.", "<<print $HeShe['" + $args[2].gender + "']>> is complemented often on how womanly <<print $hisher['" + $args[2].gender + "']>> shoulders look.", "<<print $HisHer['" + $args[2].gender + "']>> small shoulders are often seen as a sign of weakness when sized up by other men.", "<<print $HeShe['" + $args[2].gender + "']>> is treated as very effeminate due to <<print $hisher['" + $args[2].gender + "']>> small shoulder size.")>>
<<elseif $args[1] == 2>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> feminine shoulders often result in <<print $himher['" + $args[2].gender + "']>> being mistaken for a woman from certain angles.", "<<print $HisHer['" + $args[2].gender + "']>> shoulders are very feminine for a man, making <<print $himher['" + $args[2].gender + "']>> seem more like someone currently transitioning.", "<<print $HeShe['" + $args[2].gender + "']>> is complemented often on how womanly <<print $hisher['" + $args[2].gender + "']>> shoulders look.", "<<print $HisHer['" + $args[2].gender + "']>> small shoulders are often seen as a sign of weakness when sized up by other men.", "<<print $HeShe['" + $args[2].gender + "']>> is treated as very effeminate due to <<print $hisher['" + $args[2].gender + "']>> small shoulder size.")>>
<<elseif $args[1] == 3>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> shoulders are large enough that they don't make <<print $himher['" + $args[2].gender + "']>> seem effeminate but they are too small to be considered manly.", "<<print $HisHer['" + $args[2].gender + "']>> shoulder size is perfectly average for a male-sex slave such as <<print $himselfherself['" + $args[2].gender + "']>>.", "<<print $HeShe['" + $args[2].gender + "']>> isn't looked down upon for <<print $hisher['" + $args[2].gender + "']>> shoulder size but <<print $heshe['" + $args[2].gender + "']>> doesn't get any second-looks because of them either.")>>
<<elseif $args[1] == 4>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> shoulders are perfectly sized for the casual brothel audience as they are big enough to be seen but not unseemly either.", "Prospective buyers and customers can tell from the size of <<print $hisher['" + $args[2].gender + "']>> shoulders that <<print $heshe['" + $args[2].gender + "']>> was either well bred, or taken good care of.", "<<print $HisHer['" + $args[2].gender + "']>> decorous shoulders will bring in plenty of sales if you ever plan to sell <<print $hisher['" + $args[2].gender + "']>> body in a brothel.")>>
<<elseif $args[1] == 5>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> shoulders are large and very attractive, if not a little forbidding. Which is often considered a plus for many prospective slave owners and customers.", "<<print $HisHer['" + $args[2].gender + "']>> large shoulders speaks to the pedigree of the slaves you have in your stable.", "Anyone who looks at <<print $himher['" + $args[2].gender + "']>> will get the impression that you have at least intermediate knowledge of slave nutrition and care, which bodes very well for any business you own.")>>
<<elseif $args[1] == 6>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> large shoulders give <<print $himher['" + $args[2].gender + "']>> a boost to <<print $hisher['" + $args[2].gender + "']>> self-esteem as people often actively avoid any conflict with <<print $himher['" + $args[2].gender + "']>>.", "<<print $HisHer['" + $args[2].gender + "']>> shoulders attracts the attention of people who are interested in slaves with larger bodies than normal.", "Anytime <<print $heshe['" + $args[2].gender + "']>> comes into contact with others <<print $heshe['" + $args[2].gender + "']>> is often complimented for <<print $hisher['" + $args[2].gender + "']>> large shoulders.")>>
<<elseif $args[1] == 7>>
<<print either("Some people are scared to be around <<print $himher['" + $args[2].gender + "']>> due to how freakishly large <<print $hisher['" + $args[2].gender + "']>> shoulders are.", "<<print $HisHer['" + $args[2].gender + "']>> shoulders have become so big that it is quite hard to find any clothes that will fit his upper body.", "<<print $HisHer['" + $args[2].gender + "']>> posture needs constant correcting due to the size of <<print $hisher['" + $args[2].gender + "']>> shoulders.")>>
<<elseif $args[1] == 8>>
<<print either("You have to order almost all customer clothing for <<print $himher['" + $args[2].gender + "']>> because of how unnaturally large <<print $hisher['" + $args[2].gender + "']>> shoulders are.", "<<print $HeShe['" + $args[2].gender + "']>> huge shoulders make it very hard for <<print $himher['" + $args[2].gender + "']>> to sit in any seats made for normal-sized people.", "<<print $HisHer['" + $args[2].gender + "']>> gait has become very awkward because <<print $hisher['" + $args[2].gender + "']>> upper body movement is dominated by <<print $hisher['" + $args[2].gender + "']>> enormous shoulders.")>>
<<elseif $args[1] == 9>>
<<print either("<<print $HeShe['" + $args[2].gender + "']>> has to spend a large amount of time standing as <<print $hisher['" + $args[2].gender + "']>> monsterous shoulders make it too difficult to sit unless <<print $heshe['" + $args[2].gender + "']>> has a large sofa to <<print $himselfherself['" + $args[2].gender + "']>>, which isn't very often for slaves.", "People actively avoid <<print $himher['" + $args[2].gender + "']>> wherever <<print $heshe['" + $args[2].gender + "']>> is brought because of <<print $hisher['" + $args[2].gender + "']>> scarily large shoulders.", "<<print $HisHer['" + $args[2].gender + "']>> shoulders are large enough that <<print $heshe['" + $args[2].gender + "']>> has problems walking through doors made large enough for " + $args[2].tribe + "s.")>>
<<elseif $args[1] == 10>>
<<print either("<<print $HisHer['" + $args[2].gender + "']>> shoulders are absolutely unnatural looking and frightning to look at for the normal passerby.", "<<print $HeShe['" + $args[2].gender + "']>> is actively sought out by fringe perverts who either love to be dominated by enormously proportioned slaves, or those who love to dominate them.", "<<print $HisHer['" + $args[2].gender + "']>> shoulders have reached the absolute largest physically possible, attracting the attention of people no matter where <<print $heshe['" + $args[2].gender + "']>> goes.")>>
<</if>>
<<case "Hips">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<<case "Torso">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<<case "Legs">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<<case "Butt">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<<case "Cock Length">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<<case "Cock Girth">>
<<if $args[1] <= 2>>
<<print either()>>
<<elseif $args[1] <= 4>>
<<print either()>>
<<elseif $args[1] <= 6>>
<<print either()>>
<<elseif $args[1] <= 8>>
<<print either()>>
<<elseif $args[1] <= 10>>
<<print either()>>
<<elseif $args[1] <= 12>>
<<print either()>>
<<elseif $args[1] <= 14>>
<<print either()>>
<<elseif $args[1] <= 16>>
<<print either()>>
<<elseif $args[1] <= 18>>
<<print either()>>
<<elseif $args[1] <= 20>>
<<print either()>>
<</if>>
<<case "Balls">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<<case "Bust">>
<<if $args[1] <= 2>>
<<print either()>>
<<elseif $args[1] <= 4>>
<<print either()>>
<<elseif $args[1] <= 6>>
<<print either()>>
<<elseif $args[1] <= 8>>
<<print either()>>
<<elseif $args[1] <= 10>>
<<print either()>>
<<elseif $args[1] <= 12>>
<<print either()>>
<<elseif $args[1] <= 14>>
<<print either()>>
<<elseif $args[1] <= 16>>
<<print either()>>
<<elseif $args[1] <= 18>>
<<print either()>>
<<elseif $args[1] <= 20>>
<<print either()>>
<</if>>
<<case "Pussy">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<<case "Clit">>
<<if $args[1] == 1>>
<<print either()>>
<<elseif $args[1] == 2>>
<<print either()>>
<<elseif $args[1] == 3>>
<<print either()>>
<<elseif $args[1] == 4>>
<<print either()>>
<<elseif $args[1] == 5>>
<<print either()>>
<<elseif $args[1] == 6>>
<<print either()>>
<<elseif $args[1] == 7>>
<<print either()>>
<<elseif $args[1] == 8>>
<<print either()>>
<<elseif $args[1] == 9>>
<<print either()>>
<<elseif $args[1] == 10>>
<<print either()>>
<</if>>
<</switch>>
<</widget>><<include "HypnoCheck">>
<<set _trait = $activeCharacter.hypno.masochism>>
<<switch either("Humiliation", "Pain", "Tool Predilection")>>
<<case "Humiliation">>
<br><br>
''You spend the hypnosis session altering $activeCharacter.name's idea of humiliation.''
<<print either("You sexually arouse <<print $himher[$activeCharacter.gender]>> while shaming <<print $himher[$activeCharacter.gender]>> for <<print $hisher[$activeCharacter.gender]>> the look, size, smell and taste of <<print $hisher[$activeCharacter.gender]>> genitalia.", "You foster a sense of pleasurable humiliation in <<print $himher[$activeCharacter.gender]>> by arousing <<print $himher[$activeCharacter.gender]>> normally, but only allowing <<print $himher[$activeCharacter.gender]>> to cum while <<print $heshe[$activeCharacter.gender]>> is feeling ashamed.", "You bar <<print $himher[$activeCharacter.gender]>> from all normal sexual pleasures, and only allow <<print $himher[$activeCharacter.gender]>> to indulge in <<print $hisher[$activeCharacter.gender]>> carnal desires while <<print $heshe[$activeCharacter.gender]>> is performing activities that make <<print $himher[$activeCharacter.gender]>> ashamed or humiliated under normal circumstances.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> is completely unaroused by being humiliated to the point that it turns <<print $himher[$activeCharacter.gender]>> off instead.
<<elseif _trait < 50>>
<<print $HeShe[$activeCharacter.gender]>> gets aroused at the idea of being humiliated but doesn't outright admit it and even goes to great lengths to hide or excuse <<print $hisher[$activeCharacter.gender]>> arousal when <<print $heshe[$activeCharacter.gender]>> is humiliated.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> is very open about the fact that <<print $heshe[$activeCharacter.gender]>> is aroused from feeling ashamed or being humiliated.
<<elseif _trait < 100>>
Being ashamed or humiliated is one of <<print $hisher[$activeCharacter.gender]>> greatest sexual pleasures and <<print $heshe[$activeCharacter.gender]>> often prefers some form of humiliation play during intercourse.
<<elseif _trait == 100>>
Humiliation and pleasure are so deeply ingrained in <<print $hisher[$activeCharacter.gender]>> mind that <<print $heshe[$activeCharacter.gender]>> has a hard time separating them from one another.
<</if>>
<<case "Pain">>
<br><br>
''You spend the hypnosis session converting $activeCharacter.name's sense of pain for pleasure.''
<<print either("You compel <<print $himher[$activeCharacter.gender]>> to feel pain inflicted upon <<print $himher[$activeCharacter.gender]>> as pleasure and whip <<print $himher[$activeCharacter.gender]>> to multiple orgasms.", "You induce <<print $himher[$activeCharacter.gender]>> to lessen <<print $hisher[$activeCharacter.gender]>> sensitivities until <<print $heshe[$activeCharacter.gender]>> can only feel pleasure from intense pain.", "While under hypnosis you raise <<print $hisher[$activeCharacter.gender]>> sensitivity to pain and pleasure and lightly caress <<print $hisher[$activeCharacter.gender]>> erogenous zones, causing <<print $himher[$activeCharacter.gender]>> multiple intensely pleasurable but painful orgasms.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> does not feel any pleasure from enduring weak pain from actions such as spankings, let alone more intense ones like being whipped.
<<elseif _trait < 50>>
<<print $HeShe[$activeCharacter.gender]>> feels pleasure from light pain-play but anything more than that causes much more discomfort than pleasure.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> feels pleasure from most kinds of pain-play. When aroused <<print $heshe[$activeCharacter.gender]>> can even enjoy some of the more extreme practices.
<<elseif _trait < 100>>
<<print $HeShe[$activeCharacter.gender]>> has been so conditioned to feeling pain pleasurably that pain can send <<print $himher[$activeCharacter.gender]>> into a state of euphoria if done correctly.
<<elseif _trait == 100>>
Almost any kind of prolonged pain no matter how weak or intense sends <<print $himher[$activeCharacter.gender]>> into multiple orgasmic spasms, sending <<print $himher[$activeCharacter.gender]>> into a higher level of euphoria.
<</if>>
<<case "Tool Predilection">>
<br><br>
''You spend the hypnosis session fostering $activeCharacter.name's predilection for sexual tools used to cause pain and humiliation.''
<<print either("You mold <<print $hisher[$activeCharacter.gender]>> mind to accept and enjoy the feel and touch of various sexual tools before using them to tease <<print $himher[$activeCharacter.gender]>> to several orgasms.", "While <<print $heshe[$activeCharacter.gender]>> is under hypnosis you have <<print $himher[$activeCharacter.gender]>> repeatedly state <<print $hisher[$activeCharacter.gender]>> love for sexual tools.", "You foster a strong sense of longing for the use of sexual tools by arousing <<print $himher[$activeCharacter.gender]>> to the point of orgasm, forbidding <<print $himher[$activeCharacter.gender]>> to do so and only allow <<print $himher[$activeCharacter.gender]>> release with the help of a sex toy.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> doesn't have any kind of predilection to sexual toys and tools that cause pain, pleasure or any form of humiliation.
<<elseif _trait < 50>>
<<print $HeShe[$activeCharacter.gender]>> can use a multitude of different sexual toys and tools to arouse <<print $himselfherself[$activeCharacter.gender]>> but prefers not to use them to orgasm.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> has no problem using any kind of sexual toy to bring <<print $himselfherself[$activeCharacter.gender]>> to orgasm no matter how much pain or humiliation it will bring <<print $himher[$activeCharacter.gender]>>.
<<elseif _trait < 100>>
<<print $HeShe[$activeCharacter.gender]>> is obsessed with using toys during sexual play and often times finds <<print $hisher[$activeCharacter.gender]>> sexual encounters unfulfilling without them.
<<elseif _trait == 100>>
Sexual toys bring <<print $himher[$activeCharacter.gender]>> immense pleasure to the point of bring <<print $himher[$activeCharacter.gender]>> multiple fulfilling orgasms.
<</if>>
<</switch>>
<<set _trait = $activeCharacter.hypno.bimbo>>
<<switch either("Airhead", "Cleansing", "Predilection")>>
<<case "Airhead">>
<br><br>
''You spend the hypnosis session whispering bimbonic suggestions into $activeCharacter.name’s ears which increase <<print $hisher[$activeCharacter.gender]>> airheadedness.''
<<print either("You continuously explain to <<print $himher[$activeCharacter.gender]>> that life would be more easier for <<print $himher[$activeCharacter.gender]>> if <<print $heshe[$activeCharacter.gender]>> kept <<print $hisher[$activeCharacter.gender]>> head clear of anything requiring too much brainpower.", "You unremittingly inform <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> is most calm when there is nothing complex on <<print $hisher[$activeCharacter.gender]>> mind and that thinking of complex things causes <<print $himher[$activeCharacter.gender]>> undue stress.", "You tell <<print $himher[$activeCharacter.gender]>> that whenever <<print $heshe[$activeCharacter.gender]>> starts to think about anything for too long <<print $heshe[$activeCharacter.gender]>> feels a small headache that disappears as soon as <<print $heshe[$activeCharacter.gender]>> stops thinking.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
$activeCharacter.name is completely unaffected by your hypnotic suggestions. <<print $HeShe[$activeCharacter.gender]>> has no inclination to be an airhead and feels no stress thinking of complex ideas.
<<elseif _trait < 50>>
$activeCharacter.name feels a little bit of stress while thinking about complex ideas, but its nothing more than a minor annoyance.
<<elseif _trait < 75>>
$activeCharacter.name is receptive to the idea of being an airhead, and already struggles with thinking of complex ideas without being stressed out.
<<elseif _trait < 100>>
$activeCharacter.name is already predisposed to your bimbonic suggestions. <<print $HeShe[$activeCharacter.gender]>> rarely thinks of complex ideas and feels at ease whenever <<print $hisher[$activeCharacter.gender]>> mind is clear of any intruding thoughts.
<<elseif _trait == 100>>
$activeCharacter.name’s head is clear of any and all complex subject matter. <<print $HeShe[$activeCharacter.gender]>> has completely fallen for your suggestions, and is now a complete and total airhead. <<print $HeShe[$activeCharacter.gender]>> still has the same learning capacity but <<print $heshe[$activeCharacter.gender]>> doesn’t have much going upstairs.
<</if>>
<<case "Cleansing">>
<br><br>
''You spend the hypnosis session cleansing $activeCharacter.name's mind of any non-bimbonic interests.''
<<print either("While $activeCharacter.name is a hypnotic trance, you have <<print $himher[$activeCharacter.gender]>> state <<print $hisher[$activeCharacter.gender]>> interests. You focus on <<print $hisher[$activeCharacter.gender]>> least bimbonic interests and suggest they aren’t as stimulating as <<print $heshe[$activeCharacter.gender]>> once thought.", "You attempt to remove <<print $hisher[$activeCharacter.gender]>> hobbies having anything to do with literature, art or any intellectual interests and suggest that such interests are not only unimportant and boring, but that they cause <<print $himher[$activeCharacter.gender]>> an undue amount of mental anguish.", "You plant the idea in <<print $hisher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> has no use for any personal belongings that don't promote how much of an airheaded and willing sex-object ready for use <<print $heshe[$activeCharacter.gender]>> is.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
$activeCharacter.name has many interests which don’t befit a bimbo and doesn’t see any problems with indulging in them.
<<elseif _trait < 50>>
$activeCharacter.name has a decent amount of interests unbefitting of a bimbo and has little to no mental anguish partaking in them.
<<elseif _trait < 75>>
$activeCharacter.name has small amount of interests which aren’t fit for a bimbo as most of them cause <<print $himher[$activeCharacter.gender]>> too much mental anguish to enjoy.
<<elseif _trait < 100>>
A majority of $activeCharacter.name's intellectual interests have been hypnotically removed. The few interests <<print $heshe[$activeCharacter.gender]>> does have which aren’t bimbonic cause <<print $himher[$activeCharacter.gender]>> a lot of mental pain but <<print $heshe[$activeCharacter.gender]>> is too attached to the interests to quit them completely.
<<elseif _trait == 100>>
$activeCharacter.name has been completely cleansed of all intellectual interests. You’ve hypnotized <<print $himher[$activeCharacter.gender]>> to the point that <<print $heshe[$activeCharacter.gender]>> has an aversion to all interests that aren’t bimbonic in nature.
<</if>>
<<case "Predilection">>
<br><br>
''You spend the hypnosis session implanting bimbonic interests into $activeCharacter.name's mind.''
<<print either("While $activeCharacter.name is in a hypnotic trance you give <<print $himher[$activeCharacter.gender]>> hypnotic suggestions that imply that <<print $heshe[$activeCharacter.gender]>> should only have interests that align with a typical bimbo such as clothing, makeup or who <<print $heshe[$activeCharacter.gender]>> has to fuck to get the money to buy them.", "You suggest that <<print $heshe[$activeCharacter.gender]>> take up hobbies like shopping, make-up and generally anything that has to do with <<print $hisher[$activeCharacter.gender]>> physical appearance.", "You suggest that whenever <<print $heshe[$activeCharacter.gender]>> partakes in a bimbonic interest, that <<print $heshe[$activeCharacter.gender]>> feels a rush of dopamine, encouraging <<print $hisher[$activeCharacter.gender]>> attention for bimbonic interests.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
$activeCharacter.name has no interest in picking up any bimbonic hobbies.
<<elseif _trait < 50>>
$activeCharacter.name has a kindling interest in finding some bimbonic hobbies.
<<elseif _trait < 75>>
$activeCharacter.name has gained a fair amount of bimbonic hobbies but <<print $hisher[$activeCharacter.gender]>> interest in them are more fleeting than lasting.
<<elseif _trait < 100>>
$activeCharacter.name has a large amount of bimbonic hobbies and interests. <<print $HeShe[$activeCharacter.gender]>> has begun to take them much more serious than what <<print $heshe[$activeCharacter.gender]>> deems as lesser hobbies.
<<elseif _trait == 100>>
$activeCharacter.name has been completely consumed by <<print $hisher[$activeCharacter.gender]>> interest in bimbonic hobbies. Your hypnotism turned <<print $himher[$activeCharacter.gender]>> into someone who spends most of <<print $hisher[$activeCharacter.gender]>> time focusing on <<print $hisher[$activeCharacter.gender]>> physical appearance.
<</if>>
<</switch>><<include "HypnoCheck">>
<<set _trait = $activeCharacter.hypno.cum>>
<<switch either("Cravings", "Reverence", "Predilection")>>
<<case "Cravings">>
<br><br>
''You spend the hypnosis session imprinting a craving for cum into $activeCharacter.name.''
<<print either("You continually suggest that <<print $heshe[$activeCharacter.gender]>> has an uncontrollable craving for the sexual fluids from men and women.", "You have $activeCharacter.name eat a serving of cum while having <<print $himher[$activeCharacter.gender]>> repeat that <<print $heshe[$activeCharacter.gender]>> not only enjoys the taste, but loves it more than any other food or drink.", "You implant the thought into <<print $hisher[$activeCharacter.gender]>> head that <<print $heshe[$activeCharacter.gender]>> isn't physically addicted to cum, but enjoys it so much that if <<print $heshe[$activeCharacter.gender]>> goes a prolonged period of time without consuming any that it will eventually consume <<print $hisher[$activeCharacter.gender]>> thoughts until <<print $heshe[$activeCharacter.gender]>> seeks out a source of cum <<print $himselfherself[$activeCharacter.gender]>>.", "You serve <<print $himher[$activeCharacter.gender]>> several different foods with cum coated all over them, telling <<print $himher[$activeCharacter.gender]>> that the only reason the food tastes so good is because of the cum seasoning.", "The whole session you have <<print $himher[$activeCharacter.gender]>> relax in a large vat of all sorts of cum to help <<print $himher[$activeCharacter.gender]>> subconsciously get used to the smell, taste, sight and feel of cum.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
$activeCharacter.name has no strong feelings about cum nor does <<print $heshe[$activeCharacter.gender]>> have any kind of inclination towards it.
<<elseif _trait < 50>>
$activeCharacter.name is responsive to cum in a positive way, but <<print $heshe[$activeCharacter.gender]>> is by no means addicted to it in any way, shape or form.
<<elseif _trait < 75>>
$activeCharacter.name will slurp up any kind of cum, anywhere, without any prompting from you or anyone else but is otherwise normal outside of sexual encounters.
<<elseif _trait < 100>>
$activeCharacter.name can often be seen spacing out when <<print $heshe[$activeCharacter.gender]>> goes prolonged periods of time without consuming some sort of cum.
<<elseif _trait == 100>>
$activeCharacter.name is completely mentally addicted to cum. <<print $HeShe[$activeCharacter.gender]>> probably won't even last a day before without cum before <<print $heshe[$activeCharacter.gender]>> is sucking every cock and pussy on the streets for <<print $hisher[$activeCharacter.gender]>> next fix.
<</if>>
<<case "Reverence">>
<br><br>
''You spend the hypnosis session imprinting a respect for cum into $activeCharacter.name's psyche.''
<<print either("You have $activeCharacter.name bow and pray to fictional gods of sexual natures, vowing to never allow any cum to go to waste.", "Before feeding $activeCharacter.name a several bowls of cum you have <<print $himher[$activeCharacter.gender]>> give thanks for being allowed to eat such a bountiful and luxurious despite <<print $hisher[$activeCharacter.gender]>> lowly position.", "You present $activeCharacter.name with a sack filled with cum and have <<print $himher[$activeCharacter.gender]>> as if it were <<print $hisher[$activeCharacter.gender]>> own child while reminding <<print $himher[$activeCharacter.gender]>> that its not actually a living thing.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
$activeCharacter.name treats cum like a nuisance more than anything else, especially outside of the bedroom.
<<elseif _trait < 50>>
$activeCharacter.name has enough respect for cum to seem physically hurt at times if any goes to waste in <<print $hisher[$activeCharacter.gender]>> presence.
<<elseif _trait < 75>>
$activeCharacter.name acts exalted anytime cum is deposited into or onto <<print $hisher[$activeCharacter.gender]>> body and <<print $heshe[$activeCharacter.gender]>> makes sure that none of it goes to waste.
<<elseif _trait < 100>>
Being in the mere presence of cum, no matter who its from, causes $activeCharacter.name to elatedly worship it with a enthusiasm rivaling religious zealots.
<<elseif _trait == 100>>
$activeCharacter.name is completely worshipful of all cum. <<print $HeShe[$activeCharacter.gender]>> wouldn't be more respectful even if the cum was gold that cured all diseases and granted immortality.
<</if>>
<<case "Predilection">>
<br><br>
''You spend the hypnosis session fostering $activeCharacter.name's predilection for all kinds of genitalia.''
<<print either("Using a number of different slime models of different genitalia, you have <<print $himher[$activeCharacter.gender]>> memorize the feel, taste and appearance of all of them.", "You pleasure $activeCharacter.name with various slime models of different genitalia, properly explaining to <<print $himher[$activeCharacter.gender]>> that all the pleasure granted to <<print $himher[$activeCharacter.gender]>> is due to the models.", "You replace some of <<print $hisher[$activeCharacter.gender]>> lesser, miscellaneous memories with positive ones featuring all kinds of different genitalia.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
$activeCharacter.name only thinks of genitalia in a sexual manner, and sees them having no other use than for pleasure and child-making.
<<elseif _trait < 50>>
$activeCharacter.name's opinion of genitalia seems to be varied but in general, <<print $heshe[$activeCharacter.gender]>> views them positively.
<<elseif _trait < 75>>
$activeCharacter.name has a positive view of all genitalia, noting the importance of them despite who or what they might be attached or connected to.
<<elseif _trait < 100>>
$activeCharacter.name is almost obsessed with genitalia. If there is a foreign variety of genitalia present <<print $heshe[$activeCharacter.gender]>> is the first one to try it out for a spin.
<<elseif _trait == 100>>
Genitalia is one of the most interesting and grand objects that $activeCharacter.name can think of. The variety in size, color, looks and many other features is more than enough to completely consume <<print $hisher[$activeCharacter.gender]>>'s interest.
<</if>>
<</switch>><<include "HypnoCheck">>
<<set _trait = $activeCharacter.hypno.sadism>>
<<switch either("Predilection", "Sadism", "Implements")>>
<<case "Predilection">>
<br><br>
''You spend the hypnosis session hypnotizing $activeCharacter.name into enjoying causing pain to others.''
<<print either("You sensually caress <<print $hisher[$activeCharacter.gender]>> body, arousing <<print $himher[$activeCharacter.gender]>> while you verbally depict erotic situations where <<print $heshe[$activeCharacter.gender]>> is causing pain to others.", "While hypnotized, you have <<print $himher[$activeCharacter.gender]>> any erotic situations <<print $heshe[$activeCharacter.gender]>> has remembered while you correct <<print $himher[$activeCharacter.gender]>> on small details, making <<print $hisher[$activeCharacter.gender]>> memories a little more sadistic than before.", "You have <<print $himher[$activeCharacter.gender]>> masturbate but forbid <<print $himher[$activeCharacter.gender]>> from orgasming unless <<print $heshe[$activeCharacter.gender]>> is imagining <<print $himselfherself[$activeCharacter.gender]>> causing pain to others in an erotic scenario.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> resists the idea that sadism is erotic or that <<print $heshe[$activeCharacter.gender]>> has had any sadistic moments in <<print $hisher[$activeCharacter.gender]>> life.
<<elseif _trait < 50>>
<<print $HeShe[$activeCharacter.gender]>> isn't completely against the idea that <<print $heshe[$activeCharacter.gender]>> might have some sadistic tendencies, but <<print $heshe[$activeCharacter.gender]>> will deny having any when not hypnotized.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> acknowledges that <<print $heshe[$activeCharacter.gender]>> might have some sadistic tendencies or might be a full on sadist but <<print $heshe[$activeCharacter.gender]>> isn't ready to let that part of <<print $himher[$activeCharacter.gender]>> control <<print $hisher[$activeCharacter.gender]>> actions.
<<elseif _trait < 100>>
<<print $HeShe[$activeCharacter.gender]>> is a full on sadist. <<print $HeShe[$activeCharacter.gender]>> not only fantasizes about inflicting pain on others, but <<print $heshe[$activeCharacter.gender]>> seems most at ease when <<print $heshe[$activeCharacter.gender]>> is able to sate <<print $hisher[$activeCharacter.gender]>> sadistic desires.
<<elseif _trait == 100>>
<<print $HeShe[$activeCharacter.gender]>> has allowed <<print $hisher[$activeCharacter.gender]>> erotic desire to harm others completely consume <<print $himher[$activeCharacter.gender]>>. <<print $HisHer[$activeCharacter.gender]>> progress has reached the point that <<print $heshe[$activeCharacter.gender]>> can orgasm from just the thought of causing pain to others.
<</if>>
<<case "Sadism">>
<br><br>
''You spend the hypnosis session hypnotizing $activeCharacter.name enjoying watching others in pain.''
<<print either("You slowly masturbate <<print $himher[$activeCharacter.gender]>> while describing the eroticism of the subtle muscle twitches, pained faces and contracting tendons on the body of someone experiencing pain.", "You play gruesome battles through a crystal ball until <<print $heshe[$activeCharacter.gender]>> can't take anymore, then switch to a much more tame erotic but sadistic sex scene, slowly desensitizing <<print $himher[$activeCharacter.gender]>> to violence and making <<print $himher[$activeCharacter.gender]>> more open to erotic sadism.", "You continually repeat carefully constructed phrase such as 'Your sexual partners feel most pleasured while in pain' or 'You feel something is missing during sexual encounters where pain is not present' over and over again.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> completely rebels against the idea that seeing anyone in pain can cause feelings of arousal, and instead triggers feelings of compassion.
<<elseif _trait < 50>>
<<print $HeShe[$activeCharacter.gender]>> understands on a fundamental level how people in pain can seem erotic but personally <<print $heshe[$activeCharacter.gender]>> has no such feelings.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> feels sexual desire when watching others in pain but <<print $heshe[$activeCharacter.gender]>> to hide those desires deep down whenever <<print $heshe[$activeCharacter.gender]>> isn't being hypnotized.
<<elseif _trait < 100>>
<<print $HeShe[$activeCharacter.gender]>> is totally comfortable with being openly aroused at the sight or idea of someone being in pain any period of time.
<<elseif _trait == 100>>
Seeing or even thinking about someone in pain sends $activeCharacter.name into a lust driven state so strong <<print $heshe[$activeCharacter.gender]>> can't return to normal until <<print $heshe[$activeCharacter.gender]>> gets some sort of release.
<</if>>
<<case "Implements">>
<br><br>
''You spend the hypnosis session fostering $activeCharacter.name's predilection for sexual tools used to cause pain and humiliation.''
<<print either("You mold <<print $hisher[$activeCharacter.gender]>> mind to accept and enjoy using various sexual tools before having <<print $himher[$activeCharacter.gender]>> masturbate to the idea of using them on others.", "While <<print $heshe[$activeCharacter.gender]>> is under hypnosis you have <<print $himher[$activeCharacter.gender]>> repeatedly state <<print $hisher[$activeCharacter.gender]>> love for sexual tools.", "You foster a strong sense of longing for the use of sexual tools by arousing <<print $himher[$activeCharacter.gender]>> to the point of orgasm, forbidding <<print $himher[$activeCharacter.gender]>> to do so and only allow <<print $himher[$activeCharacter.gender]>> release with the help of a sex toy.")>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> doesn't have any kind of predilection to sexual toys and tools that cause pain, pleasure or any form of humiliation.
<<elseif _trait < 50>>
The idea of using a multitude of different sexual toys and tools arouses <<print $himselfherself[$activeCharacter.gender]>> but <<print $heshe[$activeCharacter.gender]>> prefers not to use them during sexual encounters.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> has no problem using any kind of sexual toy to bring others to orgasm no matter how much pain or humiliation it will bring them.
<<elseif _trait < 100>>
<<print $HeShe[$activeCharacter.gender]>> is obsessed with using toys and tools on others during sexual play and often times finds <<print $hisher[$activeCharacter.gender]>> sexual encounters unfulfilling without them.
<<elseif _trait == 100>>
Using sexual toys on others bring <<print $himher[$activeCharacter.gender]>> immense pleasure to the point of bring <<print $himher[$activeCharacter.gender]>> multiple fulfilling orgasms.
<</if>>
<</switch>><<include "HypnoCheck">>
<<set _trait = $activeCharacter.hypno.domesticated>>
<<switch either("Treatment", "Acting", "Paraphernalia")>>
<<case "Treatment">>
<br><br>
''You spend the hypnosis session cultivating $activeCharacter.name's open-mindedness to being treated like an animal.''
<<print either("You degrade, dehumanize and denigrate <<print $himher[$activeCharacter.gender]>> like a worthless animal while you have <<print $himher[$activeCharacter.gender]>> slowly masturbate <<print $himselfherself[$activeCharacter.gender]>> to your words.", "You strip <<print $himher[$activeCharacter.gender]>> naked and have <<print $himher[$activeCharacter.gender]>> parade around with nothing on while under the affect of a mild aphrodisiac to get <<print $himher[$activeCharacter.gender]>> used to wearing no clothes.", "You give <<print $himher[$activeCharacter.gender]>> complex orders and punish <<print $himher[$activeCharacter.gender]>> physically when <<print $heshe[$activeCharacter.gender]>> fails. When <<print $heshe[$activeCharacter.gender]>> succeeds you give <<print $himher[$activeCharacter.gender]>> an addictive aphrodisiac treat.")>>
<<case "Acting">>
<br><br>
''You spend the hypnosis session imprinting animalistic behavior into $activeCharacter.name's consciousness.''
<<print either("You order <<print $himher[$activeCharacter.gender]>> to communicate <<print $hisher[$activeCharacter.gender]>> basic needs to one with the stipulation that <<print $heshe[$activeCharacter.gender]>> can't use any words and must remain on all fours.", "You put have <<print $himher[$activeCharacter.gender]>> eat from animal bowls filled with food laced with a very weak aphrodisiac. When not under hypnosis, <<print $heshe[$activeCharacter.gender]>> will get hot from the idea of eating out of a bowl on the ground.", "While <<print $heshe[$activeCharacter.gender]>> is aroused you have <<print $himher[$activeCharacter.gender]>> shamelessly hump anything in <<print $hisher[$activeCharacter.gender]>> immediate area if there isn't anyone to satiate <<print $hisher[$activeCharacter.gender]>> needs. While sober <<print $heshe[$activeCharacter.gender]>> will have an increasing urge to hump anything in sight.")>>
<<case "Paraphernalia">>
<br><br>
''You spend the hypnosis session getting $activeCharacter.name used to animal paraphernalia.''
<<print either("You apply a generous amount of monster slime around <<print $hisher[$activeCharacter.gender]>> neck and slather a training collar with a numbing cream. Within seconds <<print $hisher[$activeCharacter.gender]>> is burning up and <<print $heshe[$activeCharacter.gender]>> races to put the collar on to soothe <<print $hisher[$activeCharacter.gender]>> pain. When <<print $heshe[$activeCharacter.gender]>> takes it off the pain starts up again, so <<print $heshe[$activeCharacter.gender]>> learns to keep the collar on.", "You give <<print $himher[$activeCharacter.gender]>> the choice to eat from terribly unappetizing food on a table and edible food from a bowl on the floor. The food on the table is quite spicy, while the food on the ground is mild. With continuous sessions <<print $hisher[$activeCharacter.gender]>> propensity for eating from a bowl on the ground will increase.", "You have <<print $himher[$activeCharacter.gender]>> walk on all fours with a leash around <<print $hisher[$activeCharacter.gender]>> neck while <<print $heshe[$activeCharacter.gender]>> is getting active stimulation from sex toys. With time <<print $heshe[$activeCharacter.gender]>> will associate being on all fours with pleasure.")>>
<</switch>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> has no interest whatsoever in being treated or acting like a domesticated animal.
<<elseif _trait < 50>>
<<print $HeShe[$activeCharacter.gender]>> has a passing attraction to the idea of being treated like a domesticated animal but it isn't strong enough for <<print $hisher[$activeCharacter.gender]>> desires to manifest in any meaningful way.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> has a fetish for being a domesticated animal. You've seen <<print $himher[$activeCharacter.gender]>> begin acting like one but <<print $heshe[$activeCharacter.gender]>> often catches <<print $himselfherself[$activeCharacter.gender]>> before <<print $heshe[$activeCharacter.gender]>> goes through with the action.
<<elseif _trait < 100>>
<<print $HeShe[$activeCharacter.gender]>> has given up hiding <<print $hisher[$activeCharacter.gender]>> fetish for acting like a domesticated animal. <<print $HeShe[$activeCharacter.gender]>> will eat out of bowls from the ground and <<print $hisher[$activeCharacter.gender]>> eyes light up whenever you bring a leash around <<print $himher[$activeCharacter.gender]>>.
<<elseif _trait == 100>>
<<print $HeShe[$activeCharacter.gender]>> is completely domesticated. Not only does <<print $heshe[$activeCharacter.gender]>> have no shame in being naked, <<print $heshe[$activeCharacter.gender]>> will rarely ever use words unless prompted and refuses to use utensils to eat as <<print $heshe[$activeCharacter.gender]>> is perfectly fine eating out of a bowl on the ground.
<</if>><<include "HypnoCheck">>
<<set _trait = $activeCharacter.hypno.muscle>>
<<switch either("Cleansing", "Predilection", "Airhead")>>
<<case "Cleansing">>
<br><br>
''You spend the hypnosis session cleansing $activeCharacter.name's mind of any non-fitness interests.''
<<print either("While $activeCharacter.name is a hypnotic trance, you have <<print $himher[$activeCharacter.gender]>> state <<print $hisher[$activeCharacter.gender]>> interests. You focus on <<print $hisher[$activeCharacter.gender]>> least fitness related interests and suggest they aren’t as stimulating as <<print $heshe[$activeCharacter.gender]>> once thought.", "You attempt to remove <<print $hisher[$activeCharacter.gender]>> hobbies having anything to do with literature, art or any intellectual interests and suggest that such interests are not only unimportant and boring, but that they cause <<print $himher[$activeCharacter.gender]>> an undue amount of mental anguish.", "You plant the idea in <<print $hisher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> has no use for any personal belongings that don't promote how much of a musclebound sex symbol readily available for use <<print $heshe[$activeCharacter.gender]>> is.")>>
<<case "Predilection">>
<br><br>
''You spend the hypnosis session implanting fitness related interests into $activeCharacter.name's mind.''
<<print either("While $activeCharacter.name is in a hypnotic trance you give <<print $himher[$activeCharacter.gender]>> hypnotic suggestions that imply that <<print $heshe[$activeCharacter.gender]>> should only have interests that align with a typical musclehead such as working out, <<print $hisher[$activeCharacter.gender]>> daily nutrition or how <<print $heshe[$activeCharacter.gender]>> can look the most physically appealing through being fit.", "You suggest that <<print $heshe[$activeCharacter.gender]>> take up hobbies like working out and generally anything that has to do with obtaining and maintaining a physical fit appearance.", "You suggest that whenever <<print $heshe[$activeCharacter.gender]>> partakes in a fitness related interest, that <<print $heshe[$activeCharacter.gender]>> feels a rush of dopamine, encouraging <<print $hisher[$activeCharacter.gender]>> attention for fitness related interests.")>>
<<case "Airhead">>
<br><br>
''You spend the hypnosis session whispering fitness related suggestions into $activeCharacter.name’s ears which increase <<print $hisher[$activeCharacter.gender]>> airheadedness.''
<<print either("You continuously explain to <<print $himher[$activeCharacter.gender]>> that life would be more easier for <<print $himher[$activeCharacter.gender]>> if <<print $heshe[$activeCharacter.gender]>> kept <<print $hisher[$activeCharacter.gender]>> head clear of anything requiring too much brainpower.", "You unremittingly inform <<print $himher[$activeCharacter.gender]>> that <<print $heshe[$activeCharacter.gender]>> is most calm when there is nothing complex on <<print $hisher[$activeCharacter.gender]>> mind and that thinking of complex things causes <<print $himher[$activeCharacter.gender]>> undue stress.", "You tell <<print $himher[$activeCharacter.gender]>> that whenever <<print $heshe[$activeCharacter.gender]>> starts to think about anything for too long <<print $heshe[$activeCharacter.gender]>> feels a small headache that disappears as soon as <<print $heshe[$activeCharacter.gender]>> stops thinking.")>>
<</switch>>
<br><br>
<<include "Hypnotism Results">>
<<if _trait < 25>>
<<print $HeShe[$activeCharacter.gender]>> has no interest in any fitness related activities as your hypnotic suggestions have been largely ineffective so far. With more suggestions <<print $heshe[$activeCharacter.gender]>> will build a lasting influence on <<print $hisher[$activeCharacter.gender]>> consciousness.
<<elseif _trait < 50>>
<<print $HeShe[$activeCharacter.gender]>> has begun to pick up some fitness related interests but <<print $heshe[$activeCharacter.gender]>> will rarely ever partake in them unless its someone else's idea.
<<elseif _trait < 75>>
<<print $HeShe[$activeCharacter.gender]>> has dropped a lot of <<print $hisher[$activeCharacter.gender]>> normal interests and began picking up a lot more fitness related interests, increasing the amount of time <<print $heshe[$activeCharacter.gender]>> spends on them.
<<elseif _trait < 100>>
Most of <<print $hisher[$activeCharacter.gender]>> interests are fitness related, causing <<print $himher[$activeCharacter.gender]>> to spend most of <<print $hisher[$activeCharacter.gender]>> on them. Its apparent that even when <<print $heshe[$activeCharacter.gender]>> isn't partaking in those interests, <<print $heshe[$activeCharacter.gender]>> is thinking about them.
<<elseif _trait == 100>>
<<print $HeShe[$activeCharacter.gender]>> has been completely consumed by <<print $hisher[$activeCharacter.gender]>> fitness related interests. <<print $HeShe[$activeCharacter.gender]>> has no other thoughts besides becoming the most fit version of <<print $himselfherself[$activeCharacter.gender]>> and how to properly act the role of a sex symbol.
<</if>><<include "Unset Passages">>
<<set $Previous = "Main">>
<<set $Stats = 1>>
<<include "Mobile Header">>
<<set _pages = ["ages", "codes", "moods", "natures", "races", "sexes"]>>
<<if !$compendium.page>>
<<set $compendium.page = "Ages">>
<</if>>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr><th class = "nobottom"><h3>
<span id='main'>
<<set _pagecount = 0>>
<<for _p = 0; _p < _pages.length;_p++>>
<<set _page = _pages[_p]>>
<<set _Page = capitalizeSentence(_page)>>
<<if _pagecount > 0>>
|
<</if>>
<<if $compendium.page == _Page>>
_Page
<<else>>
<<print "<<link '" + _Page + "'>><<set $compendium.page = '" + _Page + "'>><<set $compendium.leaf = null>><<replace '#main'>><<compendium 'Main'>><</replace>><<replace '#info'>><<compendium '" + _Page + "'>><</replace>><</link>>">>
<</if>>
<<set _pagecount++>>
<</for>>
</span>
</h3></th></tr>
<span id='info'>
<<compendium $compendium.page>>
</span>
</table><<set $races = ["Hume", "Beastman", "Monster", "Elf"]>>
<<set $tribes = ["Canus", "Dark Elf", "Dwarf", "Forest Elf", "Giant", "Gnome", "Goblin", "High Elf", "Holstaur", "Human", "Minotaur", "Mongrel", "Moon Rabbit", "Neko", "Orc", "Pantheran"]>>
<<set $raceRarity = {common:null, uncommon:null, unique:null, rare:null}>>
<<set $raceRarity.common = ["Human", "Canus", "Neko", "Goblin"]>>
<<set $raceRarity.uncommon = ["Dwarf", "Gnome", "Mongrel", "Pantheran", "Holstaur", "Minotaur"]>>
<<set $raceRarity.unqiue = ["Giant", "Forest Elf", "Moon Rabbit", "Orc"]>>
<<set $raceRarity.rare = ["High Elf", "Dark Elf"]>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Backdoor Slave Sale</titled></center>
<br>
During the week a hooded figure approached your estate with a chained slave in tow. You can tell by the figure's sketchy appearance that the slave they are selling isn't exactly 'above board'. You surmise that the slave has either been kidnapped, stolen from another entity or has been tricked into slavery. Buying a slave from someone this shady just isn't good business practice but you know that you'll get the slave at a discounted price. You can buy the slave now and hope that it doesn't bite you in the ass or you can send the hooded figure away.
<<set _discount = 0.8>>
<<set $slavePrice = $activeCharacter.price * _discount>>
<<include "Unowned Slave Description">>
<br><br>
<<set _scenename = "Buy the slave.">>
[[_scenename|Common - Backdoor Slave Sale - End][$events.choice = "Buy Slave"]]
<br>
<<set _scenename = "Send the hooded figure on its way.">>
[[_scenename|Common - Backdoor Slave Sale - End][$events.choice = "Send Away"]]<center><titled>Backdoor Slave Sale</titled></center>
<br>
<<switch $events.choice>>
<<case "Buy Slave">>
<b>You have purchased $activeCharacter.name!</b> <br>
The hooded figure hands over <<print $hisher[$activeCharacter.gender]>> chain and thanks you for purchasing <<print $himher[$activeCharacter.gender]>>. You turn to let $activeCharacter.name into the estate but by the time you turn around the hooded figure has already disappeared. If you had any doubts before, now you're sure that this sale wasn't authentic but its too late to do anything now. You lead $activeCharacter.name into the estate by <<print $hisher[$activeCharacter.gender]>> chain and close the door behind you.
<br><br>
<<set $activeCharacter.origin = "You bought " + $activeCharacter.name + " from a mysterious hooded figure.">>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Backdoor Slave Sale@@", "You bought $activeCharacter.name from a hooded figure that showed up to your door with <<print $himher[$activeCharacter.gender]>> in chains. There is no doubt in your mind that this transaction was not authorized by the state.")>>
<<run addEvent($activeCharacter, "Basic - Backdoor Slave Sale - Buy Slave")>>
<<run addSlave($activeCharacter, $slavePrice)>>
<<case "Send Away">>
<b>You send the hooded figure away!</b> <br>
Whether you've decided the slave is of poor quality or too expensive, you realize that this deal is much too shady to show any interest in. For all you know this slave could be from a noble family, which could cause you an unnecessary amount of trouble if it were to be found out. While it is regrettable you won't get any discounts on your store bought slaves, you are perfectly happy knowing that all the slaves you own are 100% legal.
<</switch>><<if ["Unowned Slave Description"].includes(passage()) >>
<<include "Unset Passages">>
<<include "Descriptors">>
<<set $Return = 1>>
<<include "Mobile Header">>
<</if>>
<<set _height = getHeight($activeCharacter.height)>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _sanity = getSanity($activeCharacter.sanity)>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _affection = getAffection($activeCharacter.affection.current)>>
<<set _hate = getHate($activeCharacter.hate.current)>>
<<set _nature = capitalize($activeCharacter.nature)>>
<<set _gape = getGape($activeCharacter.gape)>>
<<if $activeCharacter.tribe == "mongrel">>
<<set _cock = "knotted">>
<<elseif $activeCharacter.tribe == "pantheran">>
<<set _cock = "barbed">>
<<elseif $activeCharacter.tribe == "minataur">>
<<set _cock = "bull">>
<<elseif $activeCharacter.tribe == "orc">>
<<set _cock = "orc">>
<<else>>
<<set _cock = $race[$activeCharacter.skintone]>>
<</if>>
<<set _maturity = $maturity[$activeCharacter.maturity]>>
<<set _maturitytext = extractWord(_maturity)>>
<hr><center>
<h3><<race $activeCharacter.tribe "Main Menu">> $activeCharacter.name <<gender $activeCharacter.sex $activeCharacter.gender>></h3>
<br>
<<traitdesc $activeCharacter.title $activeCharacter>>
<<traitdesc $activeCharacter.tribe $activeCharacter>>
<<if $activeCharacter.sex == "male" && $activeCharacter.stats.sissification == 100>>
<<traitdesc "sissy" $activeCharacter>>
<<else>>
<<traitdesc $activeCharacter.sex $activeCharacter>>
<</if>>
<<traitdesc _maturitytext $activeCharacter>>
<<if $activeCharacter.pregnancy.status>>
<<traitdesc "pregnant" $activeCharacter>>
<</if>>
</center>
<<if !_damage>>
<br>
<<if $slavePrice>>
<<set $price = Math.round10($slavePrice)>>
<<elseif !$price>>
<<set $price = Math.round10($activeCharacter.price * _discount)>>
<</if>>
<<print $HeShe[$activeCharacter.gender]>> costs @@color:lightgreen;💎<<print commify($price)>>@@.
<br><br>
<<if $bupdate>>
You get to the auction early so you have time to appraise $activeCharacter.name to see if <<print $heshe[$activeCharacter.gender]>> is worth the price. From what the seller has told you $activeCharacter.name is _obedience, _fear, _trust and <<print $intelligence[$activeCharacter.intelligence]>>.
<<else>>
You get the owner to give you some time to appraise $activeCharacter.name to see if <<print $heshe[$activeCharacter.gender]>> is worth the price. From what the seller has told you $activeCharacter.name is _obedience, _fear, _trust and <<print $intelligence[$activeCharacter.intelligence]>>.
<</if>>
<<elseif _workers>>
<br><br>
The _workers bring you $activeCharacter.name so you can appraise <<print $himher[$activeCharacter.gender]>>. According to the _workers, $activeCharacter.name has been _obedience, _fear, _trust and <<print $intelligence[$activeCharacter.intelligence]>>.
<</if>>
<br><br>
<<set _maturity = extractWord($maturity[$activeCharacter.maturity])>>
<<set _an = AvsAn.query(_maturity)>>
From what you can see <<print $heshe[$activeCharacter.gender]>>'s _an <<print $maturity[$activeCharacter.maturity]>>
<<if $activeCharacter.skintone>>
$activeCharacter.skintone
<<elseif $activeCharacter.fur>>
$activeCharacter.fur furred
<</if>>
<<if $activeCharacter.tribe>>
$activeCharacter.tribe.
<<else>>
$activeCharacter.race.
<</if>>
$activeCharacter.name's face is <<print $beauty[$activeCharacter.beauty]>>, <<print $heshe[$activeCharacter.gender]>> is _height, <<print $weight[$activeCharacter.weight]>> and looks <<print $health[$activeCharacter.health]>>.
<<print $HeShe[$activeCharacter.gender]>> has $activeCharacter.eyedescriptor $activeCharacter.eyecolor eyes and <<print $hisher[$activeCharacter.gender]>> $activeCharacter.haircolor hair is styled $activeCharacter.hairstyle.
<<physicalTraits $activeCharacter "Race">>
<br><br>
<<if $activeCharacter.lips.current>>
<<print $HeShe[$activeCharacter.gender]>> has <<print $lips[$activeCharacter.lips.current]>> lips.
<<attributeDescriptor "Lips" $activeCharacter.lips.current $activeCharacter>>
<</if>>
<<if $activeCharacter.shoulders.current && $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders and <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.shoulders.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<</if>>
<<if $activeCharacter.hips.current>>
<<print $HisHer[$activeCharacter.gender]>> hips are <<print $hips[$activeCharacter.hips.current]>>.
<</if>>
<<if $activeCharacter.legs.current>>
<<print $HeShe[$activeCharacter.gender]>> has two <<print $legs[$activeCharacter.legs.current]>> legs.
<</if>>
<<if $activeCharacter.bust.current > 1>>
$activeCharacter.name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> <<print $bust[$activeCharacter.bust.current]>> sized breasts.
<<else>>
$activeCharacter.name has <<print $inverted[$activeCharacter.inverted]>> nipples on <<print $hisher[$activeCharacter.gender]>> chest.
<</if>>
<<if $activeCharacter.girth.current > 0>>
<<set _girth = extractWord($girth[$activeCharacter.girth.current])>>
<<set _an = AvsAn.query(_girth)>>
<</if>>
<<if $activeCharacter.cock.current > 0 && $activeCharacter.girth.current > 0 && $activeCharacter.balls.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has _an <<print $girth[$activeCharacter.girth.current]>> <<print $cock[$activeCharacter.cock.current]>> <<print $circumcised[$activeCharacter.circumcised]>> _cock cock and a pair of <<print $balls[$activeCharacter.balls.current]>> balls.
<<elseif $activeCharacter.cock.current > 0 && $activeCharacter.girth.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has _an <<print $girth[$activeCharacter.girth.current]>> <<print $cock[$activeCharacter.cock.current]>> <<print $circumcised[$activeCharacter.circumcised]>> _cock cock.
<<elseif $activeCharacter.balls.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has a pair of <<print $balls[$activeCharacter.balls.current]>> balls.
<</if>>
<<if $activeCharacter.pussy.current > 0>>
<<print $HisHer[$activeCharacter.gender]>> pussy is <<print $pussy[$activeCharacter.pussy.current]>>.
<</if>>
<<if $activeCharacter.clit.current > 0>>
<<print $HeShe[$activeCharacter.gender]>> has a <<print $clitoris[$activeCharacter.clit.current]>> and <<print $hooded[$activeCharacter.hooded]>> clit.
<</if>>
<br><br>
You motion <<print $himher[$activeCharacter.gender]>> to turn around and <<print $heshe[$activeCharacter.gender]>> does, showing you <<print $hisher[$activeCharacter.gender]>> <<print $butt[$activeCharacter.gender][$activeCharacter.butt.current]>> ass.
<<if $activeCharacter.gape == 100>>
<<print $HisHer[$activeCharacter.gender]>> asshole has been _gape to the point that you can fit multiple intrusions into <<print $hisher[$activeCharacter.gender]>> asshole without causing <<print $himher[$activeCharacter.gender]>> any pain.
<<elseif $activeCharacter.gape >= 80>>
$<<print $HisHer[$activeCharacter.gender]>> asshole is _gape and can accommodate almost any size intrusion.
<<elseif $activeCharacter.gape >= 60>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape and as long as <<print $heshe[$activeCharacter.gender]>> uses lube <<print $heshe[$activeCharacter.gender]>> can accommodate people of any size.
<<elseif $activeCharacter.gape >= 40>>
<<print $HisHer[$activeCharacter.gender]>> ass has been _gape. It can fit a full sized intrusion but anything larger than that can cause pain even with lube.
<<elseif $activeCharacter.gape >= 20>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape but it has seen some use.
<<elseif $activeCharacter.gape >= 0>>
<<print $HisHer[$activeCharacter.gender]>> asshole is _gape. You can barely fit your finger in it, let alone a full sized intrusion.
<</if>>
<<if $activeCharacter.virgin>>
$activeCharacter.name is a @@color:green;virgin@@,
<<else>>
$activeCharacter.name is not a virgin,
<</if>>
<<if $activeCharacter.analvirgin>>
<<print $heshe[$activeCharacter.gender]>> is an @@color:green;anal virgin@@.
<<else>>
<<print $heshe[$activeCharacter.gender]>> is not an anal virgin.
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Hard Times</titled></center>
<br>
While walking through the streets of Waiross you come across a street peddler selling a few slaves. This isn't unusual for a city with a lot of slave labour but something is a little different this time around; you actually know one of the slaves being sold. $activeCharacter.name is an acquaintance of yours who you have known to be poor with money, but you never imagined that <<print $heshe[$activeCharacter.gender]>> would end up being enslaved. You ponder whether you should buy <<print $himher[$activeCharacter.gender]>> or not. On one hand since you know <<print $himher[$activeCharacter.gender]>> <<print $heshe[$activeCharacter.gender]>> has a little more trust built up for you than regular store bought slaves but on the other hand <<print $heshe[$activeCharacter.gender]>> will be less obedient since <<print $heshe[$activeCharacter.gender]>> is being bought by someone who knows <<print $himher[$activeCharacter.gender]>>.
<<set _discount = 1>>
<<set $slavePrice = $activeCharacter.price * _discount>>
<<set $activeCharacter.trust.base = Math.clamp($activeCharacter.trust.base+20, 0, 100)>>
<<set $activeCharacter.obedience.base = Math.clamp($activeCharacter.obedience.base-20, 0, 100)>>
<<include "Unowned Slave Description">>
<br><br>
<<set _scenename = "Buy your acquaintance.">>
[[_scenename|Common - Hard Times - End][$events.choice = "Buy Slave"]]
<br>
<<set _scenename = "Walk away and pretend like you never saw " + $himher[$activeCharacter.gender] + ".">>
[[_scenename|Common - Hard Times - End][$events.choice = "Walk Away"]]<center><titled>Hard Times</titled></center>
<br>
<<switch $events.choice>>
<<case "Buy Slave">>
<b>You have purchased $activeCharacter.name!</b> <br>
You give the street vendor their money and collect $activeCharacter.name from <<print $hisher[$activeCharacter.gender]>> cage. <<print $HeShe[$activeCharacter.gender]>> is a little bit happier to see someone who knows <<print $himher[$activeCharacter.gender]>> is <<print $hisher[$activeCharacter.gender]>> new master. You can tell you will need to break <<print $himher[$activeCharacter.gender]>> in so <<print $heshe[$activeCharacter.gender]>> understands <<print $hisher[$activeCharacter.gender]>> position as a slave now.
<br><br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
$activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<set $activeCharacter.origin = "You bought " + $activeCharacter.name + " from a street vendor.">>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Hard Times@@", "You bought $activeCharacter.name, an acquaintance of yours who has fallen on hard times $activeCharacter.name from a street vendor. <<print $HeShe[$activeCharacter.gender]>> is a little bit happier to see someone who knows <<print $himher[$activeCharacter.gender]>> is <<print $hisher[$activeCharacter.gender]>> new master but will most likely need extra training as <<print $heshe[$activeCharacter.gender]>> wasn't born a slave.")>>
<<run addEvent($activeCharacter, "Basic - Hard Times - Buy Slave")>>
<<run addSlave($activeCharacter, $slavePrice)>>
<<case "Send Away">>
<b>You completely ignore $activeCharacter.name!</b> <br>
You're only acquaintances and as such you have no obligation to bring <<print $himher[$activeCharacter.gender]>> out of the hole <<print $heshe[$activeCharacter.gender]>> put <<print $himselfherself[$activeCharacter.gender]>> into. If <<print $heshe[$activeCharacter.gender]>> really is so financially impaired <<print $heshe[$activeCharacter.gender]>> got enslaved, <<print $heshe[$activeCharacter.gender]>> would probably have an entitled attitude if you buy <<print $himher[$activeCharacter.gender]>>. That is exactly what you're not looking for in a slave you plan to turn a profit on. If $activeCharacter.name is lucky <<print $heshe[$activeCharacter.gender]>> will get an owner who isn't too cruel.
<</switch>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Trespasser</titled></center>
<br>
You have been getting reports someone has been skulking around your estate. This is a large cause for concern, as someone may be targeting your merchandise, including any slaves. You alert the city authorities about the issue and temporarily keep a vigilant eye on your estate grounds during the night time. Sure enough, four days from you taking the necessary precautions the city authorities catch the perpetrator sneaking around your home and business. As it turns out, this person is a repeat offender and has been stealing small items here and there from the rich to pay for <<print $hisher[$activeCharacter.gender]>> debts. Since this is <<print $hisher[$activeCharacter.gender]>> third offense, <<print $heshe [$activeCharacter.gender]>> will be sentenced to the gallows. However, since <<print $hisher[$activeCharacter.gender]>> last crime was committed against you, the city has offered to sell <<print $himher[$activeCharacter.gender]>> to you first for a discounted price.
<<set _discount = 0.5>>
<<set $slavePrice = $activeCharacter.price * _discount>>
<<include "Unowned Slave Description">>
<br><br>
<<set _scenename = "Save " + $activeCharacter.name + " from hanging by buying " + $himher[$activeCharacter.gender] + ".">>
[[_scenename|Common - Trespasser - End][$events.choice = "Buy Slave"]]
<br>
<<set _scenename = "Let " + $activeCharacter.name + " hang.">>
[[_scenename|Common - Trespasser - End][$events.choice = "Let Hang"]]<center><titled>Trespasser</titled></center>
<br>
<<switch $events.choice>>
<<case "Buy Slave">>
<b>You have purchased $activeCharacter.name!</b> <br>
While letting $activeCharacter.name hang is a punishment in itself, you decide that you would rather buy <<print $himher[$activeCharacter.gender]>> and punish <<print $himher[$activeCharacter.gender]>> yourself. With enough training and discipline you can remove <<print $hisher[$activeCharacter.gender]>> nasty predilection for stealing and turn <<print $himher[$activeCharacter.gender]>> into a proper asset. For <<print $hisher[$activeCharacter.gender]>> current price <<print $heshe[$activeCharacter.gender]>> is a steal, so there is no real downside in buying <<print $himher[$activeCharacter.gender]>>. If it doesn't work out you can always sell <<print $himher[$activeCharacter.gender]>> for a higher price.
<br><br>
<<set $activeCharacter.origin = $activeCharacter.name + " was caught stealing from you and was sentenced to the gallows but you bought " + $himher[$activeCharacter.gender] + " from the city, saving " + $himher[$activeCharacter.gender] + " from " + $hisher[$activeCharacter.gender] + " death.">>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Trespasser@@", "$activeCharacter.name has been caught trying to steal from your estate after performing a series of robberies. You bought <<print $himher[$activeCharacter.gender]>> from the city for a discount since they were going to send <<print $himher[$activeCharacter.gender]>> to the gallows so you could deal with <<print $hisher[$activeCharacter.gender]>> punishment yourself.")>>
<<run addEvent($activeCharacter, "Basic - Trespasser - Buy Slave")>>
<<run addSlave($activeCharacter, $slavePrice)>>
<<case "Let Hang">>
<b>You decide not to buy $activeCharacter.name!</b> <br>
You have no room for unvetted slaves, especially if they're known to be thieves. If $activeCharacter.name were to commit a crime against someone other than yourself, you would be liable for any damages that <<print $heshe[$activeCharacter.gender]>> causes. <<print $HisHer[$activeCharacter.gender]>> cheap price isn't worth the risk, and if you want a slave similar to <<print $himher[$activeCharacter.gender]>> it shouldn't be too hard to find. You don't feel sorry for <<print $himher[$activeCharacter.gender]>> either and if your schedule allows for it, you may just go down to the gallows and watch <<print $himher[$activeCharacter.gender]>> being hung.
<</switch>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set $identity = {seller:null, gender:null, slave:null, relation:null}>>
<<set $identity.seller = either("man", "woman")>>
<<if $identity.seller == "man">>
<<set $identity.gender = "male">>
<<else>>
<<set $identity.gender = "female">>
<</if>>
<<if $activeCharacter.maturity == 1>>
<<if $activeCharacter.gender == "male">>
<<set $identity.slave = "son">>
<<else>>
<<set $identity.slave = "daughter">>
<</if>>
<<elseif $activeCharacter.maturity == 2>>
<<if $activeCharacter.gender == "male">>
<<set $identity.slave = "father">>
<<else>>
<<set $identity.slave = "mother">>
<</if>>
<<elseif $activeCharacter.maturity == 3>>
<<if $activeCharacter.gender == "male">>
<<set $identity.slave = "grandfather">>
<<else>>
<<set $identity.slave = "grandmother">>
<</if>>
<</if>>
<<if $activeCharacter.maturity == 1>>
<<if $identity.gender == "male">>
<<set $identity.relation = "father">>
<<else>>
<<set $identity.relation = "mother">>
<</if>>
<<elseif $activeCharacter.maturity == 2>>
<<if $identity.gender == "male">>
<<set $identity.relation = "son">>
<<else>>
<<set $identity.relation = "daughter">>
<</if>>
<<elseif $activeCharacter.maturity == 3>>
<<if $identity.gender == "male">>
<<set $identity.relation = "grandson">>
<<else>>
<<set $identity.relation = "granddaughter">>
<</if>>
<</if>>
<center><titled>Thicker Than Water</titled></center>
<br>
A $identity.seller has approached you with a slave in hand. You can tell from <<print $hisher[$identity.gender]>> destitute face <<print $heshe[$identity.gender]>> is trying to sell a slave but isn't having much luck. You ask <<print $himher[$identity.gender]>> what's the story behind how <<print $heshe[$identity.gender]>> acquired <<print $hisher[$identity.gender]>> slave and <<print $heshe[$identity.gender]>> says its <<print $hisher[$identity.gender]>> $identity.slave.
<<set _discount = 0.75>>
<<set $slavePrice = $activeCharacter.price * _discount>>
<<include "Unowned Slave Description">>
<br><br>
<<set _scenename = "Buy " + $activeCharacter.name + " from " + $hisher[$activeCharacter.gender] + " " + $identity.relation + ".">>
[[_scenename|Common - Thicker Than Water - End][$events.choice = "Buy Slave"]]
<br>
<<set _scenename = "Decline to buy " + $activeCharacter.name + " from " + $hisher[$activeCharacter.gender] + " " + $identity.relation + ".">>
[[_scenename|Common - Thicker Than Water - End][$events.choice = "Decline"]]<center><titled>Thicker Than Water</titled></center>
<br>
<<switch $events.choice>>
<<case "Buy Slave">>
<b>You have purchased $activeCharacter.name!</b> <br>
It is quite common for slaves to be sold by their own family members and $activeCharacter.name is no exception. Whatever the reason, you're glad you were able to get <<print $himher[$activeCharacter.gender]>> for a discounted price. <<print $HisHer[$activeCharacter.gender]>> $identity.relation is clearly sad <<print $heshe[$identity.gender]>> had to sell <<print $hisher[$identity.gender]>> $identity.slave but you see a little hope in <<print $hisher[$identity.gender]>> eyes when you hand <<print $himher[$identity.gender]>> the money. It seems like whatever desperate situation <<print $heshe[$identity.gender]>> found <<print $himselfherself[$identity.gender]>> in can be solved with money.
<br><br>
<<set $activeCharacter.origin = $activeCharacter.name + "'s " + $identity.relation + " sold " + $himher[$activeCharacter.gender] + " to you.">>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Thicker Than Water@@", "You bought $activeCharacter.name from <<print $hisher[$activeCharacter.gender]>> " + $identity.relation + ". A relative being sold by another relative isn't unusual, as commoners often find themselves in desperate situations leaving them with no choice but the sell the only assets they have - their own flesh and blood.")>>
<<run addEvent($activeCharacter, "Basic - Thicker Than Water - Buy Slave")>>
<<run addSlave($activeCharacter, $slavePrice)>>
<<case "Decline">>
<b>You decide not to buy $activeCharacter.name from <<print $hisher[$activeCharacter.gender]>> $identity.relation!</b> <br>
Normally when a person is selling their own family member its because that person can't support themselves and puts too much burden on everyone else. There is no reason for you to pay money so you can own a dead weight when there are perfectly fine slaves for you to purchase at the slave market.
<</switch>><<if $summary.history == 1>>
<b>[[Slave History|Slave Description][$summary.history = 0]]</b>
<<elseif $summary.history == 0>>
<b>[[Slave History|Slave Description][$summary.history = 1]]</b>
<</if>>
|
<<if !$activeCharacter.history.length>>
<b>$activeCharacter.name has absolutely no history with you.</b>
<<elseif $activeCharacter.history.length <= 5>>
<b>$activeCharacter.name has a little history with you.</b>
<<elseif $activeCharacter.history.length <= 10>>
<b>$activeCharacter.name has a decent amount of history with you.</b>
<<elseif $activeCharacter.history.length <= 15>>
<b>$activeCharacter.name has a very storied history with you.</b>
<</if>>
<<if $summary.history || !$activeCharacter.history.length>>
<br>
<<if !$activeCharacter.history.length>>
This may be because <<print $heshe[$activeCharacter.gender]>> is a new slave, or by chance <<print $heshe[$activeCharacter.gender]>> hasn't had any event yet. Because of this, you know little about who <<print $heshe[$activeCharacter.gender]>> is and what <<print $hisher[$activeCharacter.gender]>> true personality is like. It will take a lot more time to get to know <<print $himher[$activeCharacter.gender]>>.
<<elseif $activeCharacter.history.length <= 5>>
You still know barely enough about <<print $himher[$activeCharacter.gender]>> but you do understand <<print $hisher[$activeCharacter.gender]>> temperament to some degree. It'll take a lot more time before you will completely understand <<print $himher[$activeCharacter.gender]>> as the personality <<print $heshe[$activeCharacter.gender]>> shows now could drastically change depending on future events and <<print $hisher[$activeCharacter.gender]>> own actions.
<<elseif $activeCharacter.history.length <= 10>>
You have gotten to know quite a bit about <<print $himher[$activeCharacter.gender]>>. <<print $HisHer[$activeCharacter.gender]>> actions during past events have gained you a reasonable grasp on who <<print $heshe[$activeCharacter.gender]>> is as a person. <<print $HeShe[$activeCharacter.gender]>> still has room to grow and can change drastically but the person you know <<print $himher[$activeCharacter.gender]>> as today will most likely be who <<print $heshe[$activeCharacter.gender]>> is for the rest of <<print $hisher[$activeCharacter.gender]>> life.
<<elseif $activeCharacter.history.length > 10>>
You know a great deal about <<print $himher[$activeCharacter.gender]>>. You've been close enough to <<print $himher[$activeCharacter.gender]>> to get a good understanding of <<print $hisher[$activeCharacter.gender]>> personality. While it is still possible for future events to change <<print $hisher[$activeCharacter.gender]>> temperament, the way <<print $heshe[$activeCharacter.gender]>> is now will likely remain the same throughout <<print $hisher[$activeCharacter.gender]>> life as your slave.
<</if>>
<br><br>
<<else>>
<table class="Scroll" style='table-layout:fixed;width:1000px'>
<tr><th class = "history">$activeCharacter.name's History Log</th></tr>
<tbody>
<<for _h=0;_h < $activeCharacter.history.length;_h++>>
<tr><td class = "history"><<print $activeCharacter.history[_h]>></td></tr>
<</for>>
</tbody>
</table>
<br>
<</if>><<widget "healthbar">>
<<if $args[1] == "Health">>
<<set _statcolor = "red">>
<<set _ee = $args[0].condition.progress / 100>>
<<set _bars = 30>>
<<elseif $args[1] == "Stamina">>
<<set _statcolor = "green">>
<<set _ee = (100 - $args[0].fatigue.progress) / 100>>
<<set _bars = 30>>
<<elseif $args[1] == "BPopularity">>
<<set _statcolor = "yellow">>
<<set _ee = $args[0].popularity.brothel / 120>>
<<set _bars = 63>>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * _bars)>>
<<else>>
<<set _current = Math.ceil(_ee * _bars)>>
<</if>>
<<set _gone = _bars - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _cstat = '[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _gstat = '@@color:' + "gray" + ';' + _gone + '@@]'>>
<<print _cstat + _gstat>>
<</widget>><table class="inventory" style='table-layout:fixed;width:1000px'>
<<set _table = "">>
<<set _table += "<tr>">>
<<if $estate.brothel.page == "Overview">>
<<set _table += "<th class = 'listing' colspan = 30>">>
<<if $summary.slaveinfo == 2>>
<<set _table += "[[Slaves|Main Menu][$summary.slaveinfo = 0]]</th>">>
<<elseif $summary.slaveinfo == 0>>
<<set _table += "[[Slaves|Main Menu][$summary.slaveinfo = 1]]</th>">>
<<elseif $summary.slaveinfo == 1>>
<<set _table += "[[Slaves|Main Menu][$summary.slaveinfo = 2]]</th>">>
<</if>>
<<else>>
<<set _table += "<th class = 'listing' colspan = 30>[[Overview|Main Menu][$estate.brothel.page = 'Overview']]</th>">>
<</if>>
<<if $estate.brothel.page == "Presentation">>
<<set _table += "<th class = 'listing' colspan = 30>Presentation</th>">>
<<else>>
<<set _table += "<th class = 'listing' colspan = 30>[[Presentation|Main Menu][$estate.brothel.page = 'Presentation', $style = $estate.brothel.style]]</th>">>
<</if>>
<<if $estate.brothel.page == "Management">>
<<set _table += "<th class = 'listing' colspan = 30>Management</th>">>
<<else>>
<<set _table += "<th class = 'listing' colspan = 30>[[Management|Main Menu][$estate.brothel.page = 'Management']]</th>">>
<</if>>
<<if $estate.brothel.page == "Competition">>
<<set _table += "<th class = 'listing' colspan = 30>Competition</th>">>
<<else>>
<<set _table += "<th class = 'listing' colspan = 30>[[Competition|Main Menu][$estate.brothel.page = 'Competition']]</th>">>
<</if>>
<<set _table += "</tr>">>
<<if $estate.brothel.page == "Overview">>
<<set _ratio = 0>>
<<set _characters = 0>>
<<set _procurer = 0>>
<<if $PC.location == "brothel">>
<<set _ratio += getFocusRatio($PC, $estate)>>
<<set _characters++>>
<<if $PC.position == "Procurer">>
<<set _procurer = 1>>
<<set $estate.brothel.procurer = $PC.ID>>
<</if>>
<</if>>
<<for _s = 1; _s <= $slaves.amount; _s++>>
<<set _character = $slaves[_s]>>
<<if _character.location == "brothel">>
<<set _ratio += getFocusRatio(_character, $estate)>>
<<set _characters++>>
<<if _character.position == "Procurer">>
<<set _procurer = 1>>
<<set $estate.brothel.procurer = _character.ID>>
<</if>>
<</if>>
<</for>>
<<if [0, 1].contains($summary.slaveinfo)>>
<<if $estate.brothel.cap == 4>>
<<set _newcap = 6>>
<<set _cost = 12500>>
<<set _desc = "<td class = 'noborder' colspan = 120><b>@@color:red;$estate.brothel.name's personnel capacity is extremely low.@@</b> <br> Your brothel is running at default capacity. Gaining a steady number of customers and popularity will hard but the brothel will be easier and more cheap to run.</td>">>
<<elseif $estate.brothel.cap == 6>>
<<set _newcap = 8>>
<<set _cost = 25000>>
<<set _desc = "<td class = 'noborder' colspan = 120><b>@@color:orange;$estate.brothel.name's personnel capacity is low.@@</b> <br> Your brothel is 150% larger than default capacity, meaning it will require 150% the cost and management to run. Brothels are often mismanaged at this size due to the relative increase in size.</td>">>
<<elseif $estate.brothel.cap == 8>>
<<set _newcap = 10>>
<<set _cost = 50000>>
<<set _desc = "<td class = 'noborder' colspan = 120><b>@@color:yellow;$estate.brothel.name's personnel capacity is average.@@</b> <br> Your brothel is of average size. Brothels of this size are littered across the slums and have usually been in business for more than a year or two.</td>">>
<<elseif $estate.brothel.cap == 10>>
<<set _newcap = 15>>
<<set _cost = 100000>>
<<set _desc = "<td class = 'noborder' colspan = 120><b>@@color:greenyellow;$estate.brothel.name's personnel capacity is high.@@</b> <br> There are only a few high capacity brothels in the slums, mostly maintained by veteran brothel owners due to the high costs and the large number of personnel that need to be managed and protected from the scum skulking around.</td>">>
<<elseif $estate.brothel.cap == 15>>
<<set _desc = "<td class = 'noborder' colspan = 120><b>@@color:forestgreen;$estate.brothel.name's personnel capacity is very high.@@</b> <br> Your brothel is the largest brothel throughout the slums.</td>">>
<</if>>
<<if $summary.brothelcapacity>>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>[[Brothel Capacity|Main Menu][$summary.brothelcapacity = 0]]">>
<<if $estate.brothel.cap == 4>>
<<set _table += " | <b>@@color:red;$estate.brothel.name's personnel capacity is extremely low.@@</b>">>
<<elseif $estate.brothel.cap == 6>>
<<set _table += " | <b>@@color:orange;$estate.brothel.name's personnel capacity is low.@@</b>">>
<<elseif $estate.brothel.cap == 8>>
<<set _table += " | <b>@@color:yellow;$estate.brothel.name's personnel capacity is average.@@</b>">>
<<elseif $estate.brothel.cap == 10>>
<<set _table += " | <b>@@color:greenyellow;$estate.brothel.name's personnel capacity is high.@@</b>">>
<<elseif $estate.brothel.cap == 15>>
<<set _table += " | <b>@@color:forestgreen;$estate.brothel.name's personnel capacity is very high.@@</b>">>
<</if>>
<<else>>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>[[Brothel Capacity|Main Menu][$summary.brothelcapacity = 1]]">>
<</if>>
<<if $estate.brothel.cap != 15>>
<<if $PC.money >= _cost>>
<<set _table += " | [[Upgrade Brothel|Main Menu][$PC.money -= _cost, $estate.brothel.cap = _newcap]] | @@color:lightgreen;💎<<print commify(" + _cost + ")>>@@ | $estate.brothel.cap → _newcap Slave Capacity">>
<<else>>
<<set _table += " | You need @@color:lightgreen;💎_cost@@ to upgrade your brothel.">>
<</if>>
<</if>>
<<set _table += "</th></tr>">>
<<if !$summary.brothelcapacity>>
<<set _table += "<tr>" + _desc + "<br></tr>">>
<<set _table += "<tr><td class = 'noborder' colspan = 120><br></td></tr>">>
<</if>>
<<if $summary.brothelpopularity>>
<<set _table += "<tr><th class = 'noborder' colspan = 120>[[Brothel Popularity|Main Menu][$summary.brothelpopularity = 0]]">>
<<else>>
<<set _table += "<tr><th class = 'noborder' colspan = 120>[[Brothel Popularity|Main Menu][$summary.brothelpopularity = 1]]">>
<</if>>
<<if !$summary.brothelpopularity>>
<<if $summary.brothelpopularitydesc == 1>>
<<set _table += " (<b>Local:</b> ">>
<<else>>
<<set _table += " (<b>[[Local|Main Menu][$summary.brothelpopularitydesc = 1]]:</b> ">>
<</if>>
<<if $estate.brothel.popularity.total < 20>>
<<set _table += "@@color:red;Nonexistent@@">>
<<elseif $estate.brothel.popularity.total < 40>>
<<set _table += "@@color:orange;Extremely Low@@">>
<<elseif $estate.brothel.popularity.total < 60>>
<<set _table += "@@color:yellow;Low@@">>
<<elseif $estate.brothel.popularity.total < 80>>
<<set _table += "@@color:greenyellow;Average@@">>
<<elseif $estate.brothel.popularity.total < 100>>
<<set _table += "@@color:forestgreen;High@@">>
<<elseif $estate.brothel.popularity.total >= 100>>
<<set _table += "@@color:darkturquoise;Very High@@">>
<</if>>
<<if $summary.brothelpopularitydesc == 2>>
<<set _table += " | <b>Regional:</b> ">>
<<else>>
<<set _table += " | <b>[[Regional|Main Menu][$summary.brothelpopularitydesc = 2]]:</b> ">>
<</if>>
<<if $estate.brothel.popularity.total < 120>>
<<set _table += "@@color:red;Nonexistent@@">>
<<elseif $estate.brothel.popularity.total < 140>>
<<set _table += "@@color:orange;Extremely Low@@">>
<<elseif $estate.brothel.popularity.total < 160>>
<<set _table += "@@color:yellow;Low@@">>
<<elseif $estate.brothel.popularity.total < 180>>
<<set _table += "@@color:greenyellow;Average@@">>
<<elseif $estate.brothel.popularity.total < 200>>
<<set _table += "@@color:forestgreen;High@@">>
<<elseif $estate.brothel.popularity.total >= 200>>
<<set _table += "@@color:darkturquoise;Very High@@">>
<</if>>
<<if $summary.brothelpopularitydesc == 3>>
<<set _table += " | <b>National:</b> ">>
<<else>>
<<set _table += " | <b>[[National|Main Menu][$summary.brothelpopularitydesc = 3]]:</b> ">>
<</if>>
<<if $estate.brothel.popularity.total < 220>>
<<set _table += "@@color:red;Nonexistent@@">>
<<elseif $estate.brothel.popularity.total < 240>>
<<set _table += "@@color:orange;Extremely Low@@">>
<<elseif $estate.brothel.popularity.total < 260>>
<<set _table += "@@color:yellow;Low@@">>
<<elseif $estate.brothel.popularity.total < 280>>
<<set _table += "@@color:greenyellow;Average@@">>
<<elseif $estate.brothel.popularity.total < 300>>
<<set _table += "@@color:forestgreen;High@@">>
<<elseif $estate.brothel.popularity.total >= 300>>
<<set _table += "@@color:darkturquoise;Very High@@">>
<</if>>
<<set _table += ")</th></tr>">>
<<set _table += "<tr>">>
<<if $summary.brothelpopularitydesc == 1>>
<<if $estate.brothel.popularity.total < 25>>
<<set _table += "<td class = 'noborder' colspan = 120>Not many people know about your brothel and even less people frequent it. Making your slaves consort with customers during their work days will help build a strong relationship with customers who will in turn recommended your brothel to others.">>
<<elseif $estate.brothel.popularity.total < 50>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is barely known in the area and it does not garner many customers. You will gain a bigger client base by having slaves that can either cater to a specific fetish very well, or are just high quality in terms of skills and physical appearance.">>
<<if $estate.brothel.popularity.total == 25 && $estate.brothel.takedowns.local == 0>>
<<set _table += "<br><b>Your brothel can't gain anymore popularity because there are too many competing brothels. Takedown a local brothel to advance in popularity!</b>">>
<</if>>
<<elseif $estate.brothel.popularity.total < 75>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is of average popularity. Most people in the area know about about your brothel and you have a steady client-base. If a customer isn't visiting a slave in your brothel they favorite, they most likely are doing so because there wasn't a better option available.">>
<<if $estate.brothel.popularity.total == 50 && $estate.brothel.takedowns.local == 1>>
<<set _table += "<br><b>Your brothel can't gain anymore popularity because there are too many competing brothels. Takedown another local brothel to advance in popularity!</b>">>
<</if>>
<<elseif $estate.brothel.popularity.total < 100>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is well known in the area and it attracts many customers. It will be harder for you to gain a bigger local client-base from here on out; you'll have to maximize the amount of slaves you have in your roster, their skills and physical appearance if you plan on being the most popular brothel in the slums.">>
<<if $estate.brothel.popularity.total == 75 && $estate.brothel.takedowns.local == 2>>
<<set _table += "<br><b>Your brothel can't gain anymore popularity because there are too many competing brothels. Takedown the last local brothel to advance in popularity!</b>">>
<</if>>
<<elseif $estate.brothel.popularity.total >= 100>>
<<set _table += "<td class = 'noborder' colspan = 120>You have the most popular brothel in your local area. Its very costly and it takes a large amount of work to run, but it brings a certain prestige to you.">>
<</if>>
<</if>>
<<if $summary.brothelpopularitydesc == 2>>
<<if $estate.brothel.popularity.total < 125>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is pretty much unknown to anyone outside your local area. Sabotaging some of the competition can help with garnering more customers for your brothel, but may result in retaliation.">>
<<elseif $estate.brothel.popularity.total < 150>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is barely known outside of your local area. Slaves of low quality will massively reduce the amount of popularity the brothel can gain. Try switching lesser quality slaves for higher ones to stop any popularity leakage.">>
<<elseif $estate.brothel.popularity.total < 175>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel has gained some recognition from those outside of your local area. Having well trained slaves go a long way to gaining and keeping a high level of popularity. Slaves that are poorly trained will only serve to turn customers away.">>
<<elseif $estate.brothel.popularity.total < 200>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is well known in your region. It will be harder for you to gain a bigger regional client-base from here on out; destroying the businesses of competing brothels is the most effective way at garnering customers.">>
<<elseif $estate.brothel.popularity.total >= 200>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is the most popular brothel in your entire region. You have to keep an eye on the competition so they don't catch up and surpass your brothel for the number one position in your region.">>
<</if>>
<</if>>
<<if $summary.brothelpopularitydesc == 3>>
<<if $estate.brothel.popularity.total < 225>>
<<set _table += "<td class = 'noborder' colspan = 120>Outside of your region, your brothel isn't talked about at all. If you're planning to break into the national brothel scene, you'll have to make an enemy or two of currently big and known brothels.">>
<<elseif $estate.brothel.popularity.total < 250>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is renowned for being the best in the region, but pales in comparison to bigger, national brothels. Taking out some of the bigger national brothels will raise the opinion others have of your brothel's quality.">>
<<elseif $estate.brothel.popularity.total < 275>>
<<set _table += "<td class = 'noborder' colspan = 120>While your brothel is known nationally, its not only of average popularity. There are a lot of people who know about your brothel but they prefer to spend their money elsewhere. If they're going to travel to go to a brothel, there are much more popular options.">>
<<elseif $estate.brothel.popularity.total < 300>>
<<set _table += "<td class = 'noborder' colspan = 120>Your brothel is well known nationally but its still not known as the best. It will be harder for you to gain a bigger national client-base from here on out; you will have to make sure your slaves are second to none and your competition must be disposed of.">>
<<elseif $estate.brothel.popularity.total >= 300>>
<<set _table += "<td class = 'noborder' colspan = 120>You have the most popular brothel in the whole nation. While you have to keep an eye on emergent brothels, you have a very strong stranglehold on the brothel business.">>
<</if>>
<</if>>
<<set _table += "</td></tr>">>
<<else>>
<<set _table += " | <<popularitybar " + $estate.brothel.popularity.total + ">></th></tr>">>
<</if>>
<<if !$summary.brothelpopularity>>
<<set _table += "<tr><td class = 'noborder' colspan = 120><br></td></tr>">>
<</if>>
<<if _procurer == 0>>
<<set $estate.brothel.procurer = null>>
<</if>>
<<set _ratio = _ratio / _characters>>
<<set _paraphilia = lowercase($estate.brothel.focus)>>
<<if $summary.brothelfocus>>
<<set _table += "<tr><th class = 'noborder' colspan = 120>[[Brothel Focus|Main Menu][$summary.brothelfocus = 0]]">>
<<if _ratio < 25>>
<<set _table += " | <b>@@color:red;Your slaves will be shunned by those with the _paraphilia paraphilia.@@</b>">>
<<elseif _ratio < 50>>
<<set _table += " | <b>@@color:orange;Your slaves will have a very hard time catering to those with the _paraphilia paraphilia.@@</b>">>
<<elseif _ratio < 75>>
<<set _table += " | <b>@@color:yellow;Your slaves meet the requirements to cater to those with the _paraphilia paraphilia.@@</b>">>
<<elseif _ratio < 100>>
<<set _table += " | <b>@@color:greenyellow;Your slaves exceed the requirements to cater to those with the _paraphilia paraphilia.@@</b>">>
<<elseif _ratio >= 100>>
<<set _table += " | <b>@@color:forestgreen;Your brothel is a sexual haven for those with the _paraphilia paraphilia.@@</b>">>
<</if>>
<<set _table += "</th></tr>">>
<<else>>
<<set _table += "<tr><th class = 'noborder' colspan = 120>[[Brothel Focus|Main Menu][$summary.brothelfocus = 1]]</th></tr>">>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 120>">>
<<if _ratio < 25>>
<<set _table += "<b>@@color:red;Your slaves will be shunned by those with the _paraphilia paraphilia.@@</b> <br>The slaves you do have working your brothel do not match its focus in the slightest. You may as well not have any slaves working here. Either groom your slaves to cater to people with the _paraphilia paraphilia, get slaves that do, or completely change your brothel's focus.">>
<<elseif _ratio < 50>>
<<set _table += "<b>@@color:orange;Your slaves will have a very hard time catering to those with the _paraphilia paraphilia.@@</b> <br>Your slaves do not meet the requirements to cater to those with the _paraphilia paraphilia, and will have a very hard time gaining customers working for your brothel. It would be wise to change the brothel's focus or groom your slaves so they can better serve their customers.">>
<<elseif _ratio < 75>>
<<set _table += "<b>@@color:yellow;Your slaves meet the requirements to cater to those with the _paraphilia paraphilia.@@</b> <br>Your slaves won't be losing any customers for not meeting the brothel's focus requirements, but they probably won't gain any either. Overall, your slaves should bring in neither a net gain or a net loss for catering to customers with a _paraphilia paraphilia.">>
<<elseif _ratio < 100>>
<<set _table += "<b>@@color:greenyellow;Your slaves exceed the requirements to cater to those with the _paraphilia paraphilia.@@</b> <br>People with the _paraphilia paraphilia will be very pleased with the selection of slaves you have inside of your brothel. Your slaves should bring a net gain of customers and gold, as well as popularity.">>
<<elseif _ratio >= 100>>
<<set _table += "<b>@@color:forestgreen;Your brothel is a sexual haven for those with the _paraphilia paraphilia.@@</b> <br>People with the _paraphilia paraphilia only dream of slaves you have working inside of your brothel. The quality of the slaves you have meet, and sometimes exceed the expectations customers have set for the brothel. Your slaves should bring in a large net gain of customers, gold and popularity.">>
<</if>>
<<set _table += "</td></tr>">>
<</if>>
<</if>>
<<set _table += "<tr><td class = 'nbleft' colspan = 80><b>@@color:lightskyblue;Player Focus@@</b> -- ">>
<<set _focuses = ["Rest", "Estate"]>>
<<if $estate.brothel.active>>
<<set _focuses.push("Brothel")>>
<</if>>
<<if $estate.ranch.active>>
<<set _focuses.push("Ranch")>>
<</if>>
<<if $estate.chattel.active>>
<<set _focuses.push("Chattel")>>
<</if>>
<<if $PC.location == "brothel">>
<<if ["Open", null].contains($estate.brothel.style)>>
<<set _positions = ["Prostitute", "Guard"]>>
<<if !["Procurer", "Prostitute", "Guard"].contains($PC.position)>>
<<set $PC.position = "Prostitute">>
<<set $PC.assignment = "rest">>
<</if>>
<<elseif $estate.brothel.style == "Closed">>
<<set _positions = ["Attendant", "Guard"]>>
<<if !["Procurer", "Attendant", "Guard"].contains($PC.position)>>
<<set $PC.position = "Attendant">>
<<set $PC.assignment = "rest">>
<</if>>
<<elseif $estate.brothel.style == "Theater">>
<<set _positions = ["Host", "Guard"]>>
<<if !["Procurer", "Host", "Guard"].contains($PC.position)>>
<<set $PC.position = "Host">>
<<set $PC.assignment = "rest">>
<</if>>
<</if>>
<<if !$estate.brothel.procurer || $PC.ID == $estate.brothel.procurer>>
<<set _positions.push("Procurer")>>
<</if>>
<</if>>
<<for _f=0; _f < _focuses.length;_f++>>
<<set _focus = _focuses[_f]>>
<<set _location = lowercase(_focus)>>
<<if _location == "rest">>
<<set _location = "estate">>
<</if>>
<<if $PC.focus == _focus>>
<<set _table += _focus>>
<<else>>
<<set _table += "<<print '[[" + _focus + "|Main Menu][$PC.focus = _focuses[" + _f + "], $PC.location = \"" + _location + "\", $PC.position = null, $PC.assignment = \"rest\"]]'>>">>
<</if>>
<<if _f < _focuses.length-1>>
<<set _table += " | ">>
<</if>>
<</for>>
<<set _table += "<br>">>
<<if $PC.focus == "Rest">>
<<set _table += "This week you will spend most of your free time resting, giving you more energy to perform more actions with your slaves next week.">>
<<elseif $PC.focus == "Estate">>
<<set _table += "This week you will spend most of your free time budgeting your estate, reducing your slave expenses by 50%.">>
<<elseif $PC.focus == "Brothel">>
<<set _table += "This week you will spend most of your free time managing your brothel, increasing its income by 125%. <br><b>You are working at your brothel.</b>">>
<<elseif $PC.focus == "Ranch">>
<<set _table += "This week you will spend most of your free time managing your ranch, increasing its income by 125%.">>
<<elseif $PC.focus == "Chattel">>
<<set _table += "This week you will spend most of your free time managing your chattel, reducing your chattel expenses by 50%.">>
<</if>>
<<set _table += "</td>">>
<<set _table += "<td class = 'nbright' colspan = 40><<race '" + $PC.tribe + "' 'Main Menu'>> <<print '[[" + amendString($PC.name) + "|Status]]'>> <<gender " + $PC.sex + " " + $PC.gender + ">>">>
<<set _table += "<br><b><<healthbar $PC 'Health'>> <<healthbar $PC 'Stamina'>></b>">>
<<if $PC.location == "brothel">>
<<set _table += "<br><<dropdown '$PC.position'">>
<<for _p = 0; _p < _positions.length;_p++>>
<<set _table += " " + _positions[_p]>>
<</for>>
<<set _table += ">> | <<print getPopularityText(" + $PC.popularity.brothel + ", 'Brothel')>>">>
<<if $PC.assignment == "rest">>
<<set _table += "<br>Resting | [[Work|Main Menu][$PC.assignment = 'brothel']]">>
<<else>>
<<set _table += "<br>[[Rest|Main Menu][$PC.assignment = 'rest']] | Working">>
<</if>>
<<else>>
<<set _table += "<br> <<print getPopularityText(" + $PC.popularity.brothel + ", 'Brothel')>>">>
<<set _table += "<br>">>
<</if>>
<<set _table += "</td></tr>">>
<<set _position = 0>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<include "Modernize Slave">>
<<if _character.location == $main.page>>
<<set _position++>>
<<if _position == 1>>
<<set _table += "<tr>">>
<</if>>
<<if ["Open", null].contains($estate.brothel.style)>>
<<set _positions = ["Prostitute", "Guard"]>>
<<if !["Procurer", "Prostitute", "Guard"].contains(_character.position)>>
<<set _character.position = "Prostitute">>
<</if>>
<<elseif $estate.brothel.style == "Closed">>
<<set _positions = ["Attendant", "Guard"]>>
<<if !["Procurer", "Attendant", "Guard"].contains(_character.position)>>
<<set _character.position = "Attendant">>
<</if>>
<<elseif $estate.brothel.style == "Theater">>
<<set _positions = ["Host", "Guard"]>>
<<if !["Procurer", "Host", "Guard"].contains(_character.position)>>
<<set _character.position = "Host">>
<</if>>
<</if>>
<<if _character.obedience.current >= 60 && !$estate.brothel.procurer>>
<<set _positions.push("Procurer")>>
<<elseif _character.ID == $estate.brothel.procurer>>
<<set _positions.push("Procurer")>>
<</if>>
<<set _table += "<td colspan = 40><<displayTitle '" + _character.title + "' 'Main Menu'>><<race '" + _character.tribe + "' 'Main Menu'>> <<print '[[" + amendString(_character.name) + "|Main Menu][$activeCharacter = $slaves[" + _i + "]]]'>> <<gender " + _character.sex + " " + _character.gender + ">> <<print '[[✓|Slave Description][$activeCharacter to $slaves[" + _i + "]]]'>>">>
<<set _table += "<br><b><<healthbar $slaves[" + _i + "] 'Health'>><<healthbar $slaves[" + _i + "] 'Stamina'>></b>">>
<<set _table += "<br><<dropdown '$slaves[" + _i + "].position' " + stringToList(_positions, 2) + " >> | ">>
<<set _table += "<<print getPopularityText(" + _character.popularity.brothel + ", 'Brothel')>>">>
<<if !$summary.slaveinfo>>
<<set _table += "<br><<print getObedience(" + _character.obedience.current + ")>> / <<print getTrust(" + _character.trust.current + ")>> / <<print getFear(" + _character.fear.current + ")>>">>
<<set _table += "<br><<print getMood($slaves[" + _i + "])>> / <<print $UCweight[" + _character.weight + "]>>">>
<<if _character.assignment == "rest">>
<<set _table += " / @@color:gray;<span id='assignment" + _character.ID + "'>Resting</span>@@">>
<<else>>
<<set _table += " / @@color:gray;<span id='assignment" + _character.ID + "'>Working</span>@@">>
<</if>>
<</if>>
<<set _table += "</td>">>
<<if _position == 3>>
<<set _position = 0>>
<<set _table += "</tr>">>
<</if>>
<</if>>
<</for>>
<<if _position != 0>>
<<set _emptyboxes = 3 - _position>>
<<set _table += "<td colspan = 40></td>".repeat(_emptyboxes)>>
<<set _table += "</tr>">>
<</if>>
<<elseif $estate.brothel.page == "Presentation">>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>Brothel Focus</th></tr>">>
<<set $choosableparaphilias = ["Variety"]>>
<<if $estate.brothel.research.common>>
<<set $choosableparaphilias.push("Androphilia", "Gynephilia", "Dominance", "Submission")>>
<</if>>
<<if $estate.brothel.research.popular>>
<<set $choosableparaphilias.push("Megalophilia", "Caligynephilia", "Musculophilia")>>
<</if>>
<<if $estate.brothel.research.niche>>
<<set $choosableparaphilias.push("Gynemimetophilia", "Genophilia")>>
<</if>>
<<set $choosableparaphilias.sort()>>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 120><b>Paraphilia:</b> <<dropdown '$estate.brothel.focus' $choosableparaphilias>></td>">>
<<set _table += "</tr>">>
<<set _ratio = 0>>
<<set _characters = 0>>
<<for _s = 1; _s <= $slaves.amount; _s++>>
<<set _character = $slaves[_s]>>
<<if _character.location == "brothel">>
<<set _ratio += getFocusRatio(_character, $estate)>>
<<set _characters++>>
<</if>>
<</for>>
<<set _ratio = _ratio / _characters>>
<<set _paraphilia = lowercase($estate.brothel.focus)>>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 120>">>
<<if _ratio < 25>>
<<set _table += "@@color:red;Your slaves will be shunned by those with the _paraphilia paraphilia. The slaves you do have working your brothel do not match its focus in the slightest. You may as well not have any slaves working here. Either groom your slaves to cater to people with the _paraphilia paraphilia, get slaves that do, or completely change your brothel's focus.@@">>
<<elseif _ratio < 50>>
<<set _table += "@@color:orange;Your slaves will have a very hard time catering to those with the _paraphilia paraphilia. Your slaves do not meet the requirements to cater to those with the _paraphilia paraphilia, and will have a very hard time gaining customers working for your brothel. It would be wise to change the brothel's focus or groom your slaves so they can better serve their customers.@@">>
<<elseif _ratio < 75>>
<<set _table += "@@color:yellow;Your slaves meet the requirements to cater to those with the _paraphilia paraphilia. Your slaves won't be losing any customers for not meeting the brothel's focus requirements, but they probably won't gain any either. Overall, your slaves should bring in neither a net gain or a net loss for catering to customers with a _paraphilia paraphilia.@@">>
<<elseif _ratio < 100>>
<<set _table += "@@color:greenyellow;Your slaves exceed the requirements to cater to those with the _paraphilia paraphilia. People with the _paraphilia paraphilia will be very pleased with the selection of slaves you have inside of your brothel. Your slaves should bring a net gain of customers and gold, as well as popularity.@@">>
<<elseif _ratio >= 100>>
<<set _table += "@@color:forestgreen;Your brothel is a sexual haven for those with the _paraphilia paraphilia. People with the _paraphilia paraphilia only dream of slaves you have working inside of your brothel. The quality of the slaves you have meet, and sometimes exceed the expectations customers have set for the brothel. Your slaves should bring in a large net gain of customers, gold and popularity.@@">>
<</if>>
<<set _table += "<br><br>">>
<<set _table += "@@color:gray;">>
<<if $estate.brothel.focus == "Variety">>
<<set _table += "$estate.brothel.name will provide slaves that cater to a variety of visual fetishes.">>
<<elseif $estate.brothel.focus == "Megalophilia">>
<<set _table += "$estate.brothel.name will provide slaves that cater to customers who have a fetish for large erotic organs. Megalophilia in and of itself is not an attraction to people who are heavy in size but it is an attraction to large asses, balls, breasts, clits, cocks and pussy. Slaves with a large primary erotic organ(breasts & cocks) are twice as attractive to those with a large secondary erotic organ(asses, balls, clits & pussy). Since megalophilia is a visual fetish, having large breasts is much more attractive than having a tight, yet deep pussy.">>
<<elseif $estate.brothel.focus == "Caligynephilia">>
<<set _table += "$estate.brothel.name will provide slaves that cater to customers who have a fetish for beautiful women. An attraction to beautiful women isn't a fetish in and of itself but caligynephilic people are so attracted to beautiful women that all other visual traits are secondary, if not completely unimportant. Slaves whose only good traits are her looks do very well in brothels that cater to people with caligynephilia. If a slave's best trait is her beauty but still has other good traits, she will fair even better.">>
<<elseif $estate.brothel.focus == "Musculophilia">>
<<set _table += "$estate.brothel.name will provide slave that cater to customers who have a fetish for masculine bodies. This is a very popular fetish among women and a few men. This fetish is more visual than anything, the behaviour of muscled slaves aren't required to be masculine at all. As long as a slave has a somewhat toned body, those with musculophilia will be more than happy to have their sexual needs met by any of the slaves available inside of the brothel. Slaves will less than desirable, or feminine bodies will be harshly rejected.">>
<<elseif $estate.brothel.focus == "Androphilia">>
<<set _table += "$estate.brothel.name will provide slave that cater to customers who have a fetish for masculinity. While having a masculine body type is considered masculine, people with androphilia are more attracted to men who conform to the ideal masculine behaviour. Still, having a masculine body is very helpful as someone less than desirable will appear less masculine to his slave peers on first glance. Those who are the peak of masculinity both physically and mentally will get a lot of customers that cater androphilic customers.">>
<<elseif $estate.brothel.focus == "Gynephilia">>
<<set _table += "$estate.brothel.name will provide slave that cater to customers who have a fetish for femininity. Gynephilic customers are attracted to women who are the peak of femininity in both appearance and temperament. Since it is a brothel it is still imperative that slaves understand how to service their customers sexually. As long as the slaves have a strong understanding in femininity they will be able to service customers without breaking the illusion that they are nothing but the height of femininity. Slaves who have good figures and are well versed in femininity will fair well in brothels catering to gynephilics.">>
<<elseif $estate.brothel.focus == "Dominance">>
<<set _table += "$estate.brothel.name will provide slave that cater to customers who have a fetish for being dominant. Submissives are the best type of slaves to cater to dominants. Dominants that visit brothels aren't looking for slaves to bend to their will, but willing partners that can perform the role of a submissive during sexual play. Sexual skill and all visual traits are still very important, if not required quantities that customers will look for. However if they are not submissive, dominants will not be pleased with just the quality of the slave alone.">>
<<elseif $estate.brothel.focus == "Submission">>
<<set _table += "$estate.brothel.name will provide slave that cater to customers who have a fetish for being submissive. Dominants are the best type of slaves to cater to submissives. Submissives that visit brothels aren't looking for slaves to bend them to their will, but willing partners that can perform the role of a dominant during sexual play. Sexual skill and all visual traits are still very important, if not required quantities that customers will look for. However if they are not dominant, submissives will not be pleased with just the quality of the slave alone.">>
<<elseif $estate.brothel.focus == "Gynemimetophilia">>
<<set _table += "$estate.brothel.name will provide slave that cater to customers who have a fetish for sissies. Gynemimetophilics are attracted to both males who have transitioned into being females and men who identify and act like women. Sissies who who have transitioned and identify as women are highly desired among gynemimetophilics, but require a lot of training and money to pay for the potions to make the transition.">>
<<elseif $estate.brothel.focus == "Genophilia">>
<<set _table += "$estate.brothel.name will provide slave that cater to customers who have an addiction to sex. Female slaves with high-quality sexual skills to sate genophilics are highly recommended. Men often have a refractionary period between orgasms, where as women can perform sexually for as long as they have some stamina. Slaves properly trained in strumpetry who have strong sexual skills not only can sate their customers physically, but have the ability to sell themselves as a sexual being.">>
<</if>>
<<set _table += "@@">>
<<set _table += "</td>">>
<<set _table += "</tr>">>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>Brothel Style</th></tr>">>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 120>">>
<<if $style != null>>
<<set _table += "[[None|Main Menu][$style = null]]">>
<<else>>
<<set _table += "None">>
<</if>>
<<if $style != "Theater">>
<<set _table += " | [[Theater|Main Menu][$style = 'Theater']]">>
<<elseif $style == "Theater">>
<<set _table += " | Theater">>
<</if>>
<<if $style != "Open">>
<<set _table += " | [[Open|Main Menu][$style = 'Open']]">>
<<elseif $style == "Open">>
<<set _table += " | Open">>
<</if>>
<<if $style != "Closed">>
<<set _table += " | [[Closed|Main Menu][$style = 'Closed']]">>
<<elseif $style == "Closed">>
<<set _table += " | Closed">>
<</if>>
<<if ["Closed", "Open", "Theater"].contains($style)>>
<<set _styleprice = commify(30000)>>
<<set _stylefee = 30000>>
<<else>>
<<set _styleprice = commify(10000)>>
<<set _stylefee = 10000>>
<</if>>
<<set _table += "<br>">>
<<if $estate.brothel.style == null && $style == null>>
<<set _table += "@@color:gray;<b>$estate.brothel.name currently doesn't have a designated style.</b> <br>@@">>
<<elseif $estate.brothel.style == $style>>
<<set _an = AvsAn.query($style)>>
<<set _table += "@@color:forestgreen;<b>$estate.brothel.name is _an <<print lowercase($style)>>-style brothel.</b> <br>@@">>
<<else>>
<<if $style == null>>
<<set _table += "@@color:yellow;<b>You have chosen to remove your current style. Reverting to a plain brothel will cost a fee; your current brothel style is [[$estate.brothel.style|Main Menu][$style = $estate.brothel.style]].</b><br>@@">>
<<else>>
<<set _table += "@@color:yellow;<b>You have chosen the $style brothel. Adopting this brothel style will cost a fee; your current brothel style is [[$estate.brothel.style|Main Menu][$style = $estate.brothel.style]].</b><br>@@">>
<</if>>
<<if $PC.money >= _stylefee>>
<<set _table += "[[Adopt Brothel Style|Main Menu][$estate.brothel.style = $style, $PC.money -= _stylefee]] | @@color:lightgreen;💎_styleprice@@<br>">>
<<else>>
<<set _table += "<b>@@color:red;You need@@ @@color:lightgreen;💎_styleprice@@ @@color:red;to adopt a brothel style.@@</b><br>">>
<</if>>
<</if>>
<<if $estate.brothel.style == null>>
<<set _table += "Customer volume and pricing are both a little bit under average. Slaves working this brothel will be more fatigued and marred than the average brothel worker. While there aren't any inherent disadvantages to owning a style-less brothel, it is much more profitable to run a stylized brothel.">>
<<elseif $estate.brothel.style == "Theater">>
<<set _table += "Theater-style brothels provide visual and sexual entertainment as well as food. Slaves attend to one table at a time, providing customers at said table with all their sexual and foodlike needs. Working tables often require more energy than regular prostitutes, leaving slaves more fatigued at the end of the day than normal. These brothels cost the most to run and have middling popularity but can they can be insanely profitable depending on the talent working them.">>
<<elseif $estate.brothel.style == "Open">>
<<set _table += "Open-style brothels are extremely popular, low maintenance businesses. Slaves working in these brothels are bound so their movement is constricted while allowing customers to use any parts of their bodies. These slaves don't get fatigued but they do get maltreated due to the high volume of cheap customers. The value of the talent working in these brothels is very small; quality slaves are much more suited for theater-style or closed-style brothels.">>
<<elseif $estate.brothel.style == "Closed">>
<<set _table += "<br> Closed-style brothels are the most popular style of brothels but attract the least amount of customers. These brothels are very private, the slaves working these places have a clientele built off of months of hard sexual work. These brothels are great for catering to niche fetishes and the value of the talent is much higher than any other type of brothel. Health and fatigue isn't as much of an issue as they are for slaves working in open-style and theater-style brothels.">>
<</if>>
<<set _table += "</td>">>
<<set _table += "</tr>">>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>Brothel Research</th></tr>">>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 120>">>
<<if !$estate.brothel.research.common && $PC.money >= 5000>>
<<set _table += "<b>[[Research Common Fetishes|Main Menu][$PC.money -= 5000, $estate.brothel.research.common = 1]] | @@color:lightgreen;💎5,000@@</b> <br> Spend some gold to get some research done to find out common fetishes you can focus on. Common fetishes will require slaves with some level of training as they usually focus on behavioral tendencies. Common fetishes grants a moderate boost to both an individual slave's popularity gain and to the number of customers a slave can bring in.">>
<<elseif $PC.money < 5000>>
<<set _table += "<b>Research Common Fetishes | @@color:red;💎5,000@@</b> <br> Spend some gold to get some research done to find out common fetishes you can focus on. Common fetishes will require slaves with some level of training as they usually focus on behavioral tendencies. Common fetishes grants a moderate boost to both an individual slave's popularity gain and to the number of customers a slave can bring in.">>
<<else>>
<<set _table += "<b>[Common Fetishes Researched]</b> <br> You have researched common fetishes adding Androphilia, Gynephilia, Dominance and Submission to your brothel focus list.">>
<</if>>
<<set _table += "<br><br>">>
<<if !$estate.brothel.research.popular && $PC.money >= 10000>>
<<set _table += "<b>[[Research Popular Fetishes|Main Menu][$PC.money -= 10000, $estate.brothel.research.popular = 1]] | @@color:lightgreen;💎10,000@@</b> <br> Spend some gold to get some research done to find out popular fetishes you can focus on. The most popular fetishes are usually the most visual, making them the most easy to cater to. Popular fetishes grants a large boost to the number of customers a slave can bring in.">>
<<elseif $PC.money < 10000>>
<<set _table += "<b>Research Popular Fetishes | @@color:red;💎10,000@@</b> <br> Spend some gold to get some research done to find out popular fetishes you can focus on. The most popular fetishes are usually the most visual, making them the most easy to cater to. Popular fetishes grants a large boost to the number of customers a slave can bring in.">>
<<else>>
<<set _table += "<b>[Popular Fetishes Researched]</b> <br> You have researched popular fetishes adding Megalophilia, Caligynephilia, and Musculophilia to your brothel focus list.">>
<</if>>
<<set _table += "<br><br>">>
<<if !$estate.brothel.research.niche && $PC.money >= 25000>>
<<set _table += "<b>[[Research Niche Fetishes|Main Menu][$PC.money -= 25000, $estate.brothel.research.niche = 1]] | @@color:lightgreen;💎25,000@@</b> <br> Spend some gold to get some research done to find out niche fetishes you can focus on. Niche fetishes will require slaves with a high level of training to cater to their clientele. Niche fetishes grants a large boost to an individual slave's popularity gain and a small boost to the number of customers a slave can bring in.">>
<<elseif $PC.money < 25000>>
<<set _table += "<b>Research Niche Fetishes | @@color:red;💎25,000@@</b> <br> Spend some gold to get some research done to find out niche fetishes you can focus on. Niche fetishes will require slaves with a high level of training to cater to their clientele. Niche fetishes grants a large boost to an individual slave's popularity gain and a small boost to the number of customers a slave can bring in.">>
<<else>>
<<set _table += "<b>[Niche Fetishes Researched]</b> <br> You have researched niche fetishes adding Gynemimetophilia and Genophilia to your brothel focus list.">>
<</if>>
<<set _table += "</td>">>
<<set _table += "</tr>">>
<<elseif $estate.brothel.page == "Management">>
<<if ["Open", null].contains($estate.brothel.style)>>
<<set _roles = ["Procurer", "Prostitute", "Guard"]>>
<<elseif $estate.brothel.style == "Closed">>
<<set _roles = ["Procurer", "Attendant", "Guard"]>>
<<elseif $estate.brothel.style == "Theater">>
<<set _roles = ["Procurer", "Host", "Guard"]>>
<</if>>
<<set _levels = ["Min", "Low", "Normal", "High", "Max"]>>
<<if _roles.contains("Procurer")>>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>Supervisor Roles</th></tr>">>
<<set _table += "<tr><td class = 'noborder' colspan = 120>Supervisor roles are duties the procurer (Madam/Monsieur) must attend to throughout a normal work day. Their skill at both managing and teaching will affect how effective and efficient they are at getting the job done, allowing for a larger workload to be put on their plate. New procurers should be given a light workload until they gain enough skill to properly jungle their duties, while veteran procurers can be overworked with minimal to no affect on their productivity.</td></tr>">>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 60><b>Managing:</b> <<dropdown '$estate.brothel.levels.managing' _levels>>">>
<<if $estate.brothel.levels.managing == "Min">>
<<set _table += "<br>@@color:red;The designated procurer will manage brothel slaves as little as physically possible. The only time they will manage any slaves is when there is an issue too large for them to ignore.@@">>
<<elseif $estate.brothel.levels.managing == "Low">>
<<set _table += "<br>@@color:orange;The designated procurer will take a hands off approach to managing slaves but will still periodically check in with the slaves to make sure everything is running well.@@">>
<<elseif $estate.brothel.levels.managing == "Normal">>
<<set _table += "<br>@@color:yellow;The designated procurer will manage brothel slaves while also giving them some room to work without having to deal with the stress of having a manager breath down their necks.@@">>
<<elseif $estate.brothel.levels.managing == "High">>
<<set _table += "<br>@@color:greenyellow;The designated procurer will micromanage brothel slaves performance and price, making sure to maximize the profitability and likability of all the slaves in the brothel.@@">>
<<elseif $estate.brothel.levels.managing == "Max">>
<<set _table += "<br>@@color:forestgreen;The designated procurer will completely control how the brothel functions, leaving nothing for the brothel slaves to manage, putting the onus of the brothel's success on themself.@@">>
<</if>>
<<set _table += "</td>">>
<<set _table += "<td class = 'noborder' colspan = 60><b>Teaching:</b> <<dropdown '$estate.brothel.levels.teaching' _levels>>">>
<<if $estate.brothel.levels.teaching == "Min">>
<<set _table += "<br>@@color:red;The designated procurer will not teach brothel slaves unless there is absolutely nothing else for them to do. Slaves will have to learn their skills on the job, instead of from the procurer.@@">>
<<elseif $estate.brothel.levels.teaching == "Low">>
<<set _table += "<br>@@color:orange;The designated procurer will teach brothel slaves as little as possible, only correcting small mistakes and guiding them in the right direction to improve and perfect their current skills.@@">>
<<elseif $estate.brothel.levels.teaching == "Normal">>
<<set _table += "<br>@@color:yellow;The designated procurer will teach slaves how to perform their duties effectively and efficiently as long as they have a higher level of skill than the person they are trying to teach.@@">>
<<elseif $estate.brothel.levels.teaching == "High">>
<<set _table += "<br>@@color:greenyellow;The designated procurer will focus on teaching, correcting and perfecting the brothel slaves skills so that they can perform them consistently at a high level with little fatigue.@@">>
<<elseif $estate.brothel.levels.teaching == "Max">>
<<set _table += "<br>@@color:forestgreen;The designated procurer will spend most of their time in the brothel teaching the brothel slaves how to service customers and reviewing their conduct so they can improve upon themselves.@@">>
<</if>>
<<set _table += "</td>">>
<<set _table += "</tr>">>
<</if>>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>Specialized Duties</th></tr>">>
<<set _table += "<tr><td class = 'noborder' colspan = 120>Specialized duties are given to slaves working in certain brothels with a certain style. Theater brothels have slaves work as hosts who serve food and sexual services to customers who are viewing live sexual performances. Closed brothels rent rooms with an attendant who provides sexual services to customers. Guards make sure customers pay the full price and don't damage the merchandise. </td></tr>">>
<<if _roles.contains("Attendant")>>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 60><b>Attending:</b> <<dropdown '$estate.brothel.levels.attending' _levels>>">>
<<if $estate.brothel.levels.attending == "Min">>
<<set _table += "<br>@@color:red;Attendants will remain in a bought room with a customer only when called upon. This will greatly reduce money earned as customers will pay very little for receiving completely lacking service.@@">>
<<elseif $estate.brothel.levels.attending == "Low">>
<<set _table += "<br>@@color:orange;Attendants will remain in a bought room with a customer for an hour maximum. This will reduce money earned as customers won't pay much for receiving what they consider subpar service.@@">>
<<elseif $estate.brothel.levels.attending == "Normal">>
<<set _table += "<br>@@color:yellow;Attendants will spend at least half of their time in bought rooms serving their customers. They will earn a fair price for what could be considered a middling quality of service.@@">>
<<elseif $estate.brothel.levels.attending == "High">>
<<set _table += "<br>@@color:greenyellow;Attendants will remain in a bought room with a customer for the majority of their time in the brothel. This will increase money earned as customers will pay a lot for receiving good service.@@">>
<<elseif $estate.brothel.levels.attending == "Max">>
<<set _table += "<br>@@color:forestgreen;Attendants will spend as much time as possible server their customers. This will greatly increase money earned as customers will pay exorbitantly for receiving the best service they can buy.@@">>
<</if>>
<<set _table += "</td>">>
<</if>>
<<if _roles.contains("Host")>>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 60><b>Hosting:</b> <<dropdown '$estate.brothel.levels.hosting' _levels>>">>
<<if $estate.brothel.levels.hosting == "Min">>
<<set _table += "<br>@@color:red;Hosts will serve customers only when called on. This will greatly reducing their income as customers will pay very little for receiving little to no attention from your brothel slaves.@@">>
<<elseif $estate.brothel.levels.hosting == "Low">>
<<set _table += "<br>@@color:orange;Hosts will spend a little time with customers after being called on. This will reduce their income as customers won't pay much for receiving subpar service from your brothel slaves.@@">>
<<elseif $estate.brothel.levels.hosting == "Normal">>
<<set _table += "<br>@@color:yellow;Hosts will spend quality time with the customers after being called on. They will earn a decent amount of money equal to the amount of attention customers receive from your brothel slaves.@@">>
<<elseif $estate.brothel.levels.hosting == "High">>
<<set _table += "<br>@@color:greenyellow;Hosts will spend most of their time with a customer after serving them. This will increase their income as customers will pay a lot for receiving above average service from your brothel slaves.@@">>
<<elseif $estate.brothel.levels.hosting == "Max">>
<<set _table += "<br>@@color:forestgreen;Hosts will spend as much time as possible with a customer after serving them. This will greatly increase their income as customers will pay exponentially more for receiving great service.@@">>
<</if>>
<<set _table += "</td>">>
<</if>>
<<if _roles.contains("Guard")>>
<<if _roles.contains("Host") || _roles.contains("Attendant")>>
<<set _table += "<td class = 'noborder' colspan = 60><b>Guarding:</b> <<dropdown '$estate.brothel.levels.guarding' _levels>>">>
<<else>>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 120><b>Guarding:</b> <<dropdown '$estate.brothel.levels.guarding' _levels>>">>
<</if>>
<<if $estate.brothel.levels.guarding == "Min">>
<<set _table += "<br>@@color:red;Guards will spend very little, if any time guarding the brothel, barely minimizing the amount customers short slaves, damage inflicted upon brothel slaves and barely raising the brothel's orderliness.@@">>
<<elseif $estate.brothel.levels.guarding == "Low">>
<<set _table += "<br>@@color:orange;Guards will spend some time guarding the brothel, slightly minimizing the amount customers short slaves, damage inflicted upon brothel slaves and slightly raising the brothel's orderliness.@@">>
<<elseif $estate.brothel.levels.guarding == "Normal">>
<<set _table += "<br>@@color:yellow;Guards will spend time guarding the brothel, minimizing the amount customers short slaves their proper pay, damage inflicted upon brothel slaves and raising the brothel's orderliness.@@">>
<<elseif $estate.brothel.levels.guarding == "High">>
<<set _table += "<br>@@color:greenyellow;Guards will spend most of their time guarding the brothel, greatly minimizing the amount customers short slaves, damage inflicted upon brothel slaves and greatly raising the brothel's orderliness.@@">>
<<elseif $estate.brothel.levels.guarding == "Max">>
<<set _table += "<br>@@color:forestgreen;Guards will spend as much time as possible guarding the brothel, enormously minimizing the amount customers short slaves, damage inflicted upon brothel slaves and raising the brothel's orderliness.@@">>
<</if>>
<<set _table += "</td>">>
<<set _table += "</tr>">>
<</if>>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>Normal Duties</th></tr>">>
<<set _table += "<tr><td class = 'noborder' colspan = 120>Normal duties can and are carried out by every slave working in the brothel. Some roles can be exempt from performing normal duties, but for the most part all other roles cannot be properly carried out without slaves performing these duties.</td></tr>">>
<<set _table += "<tr>">>
<<set _table += "<td class = 'noborder' colspan = 60><b>Soliciting:</b> <<dropdown '$estate.brothel.levels.soliciting' _levels>>">>
<<if $estate.brothel.levels.soliciting == "Min">>
<<set _table += "<br>@@color:red;Brothel slaves will solicit as little sex as possible from their customers. This will greatly decrease the amount of customers they will personally serve during the week.@@">>
<<elseif $estate.brothel.levels.soliciting == "Low">>
<<set _table += "<br>@@color:orange;Brothel slaves will solicit sex from their customers only when convenient. This will decrease the amount of customers they will personally serve during the week.@@">>
<<elseif $estate.brothel.levels.soliciting == "Normal">>
<<set _table += "<br>@@color:yellow;Brothel slaves will solicit sex from their customers. This will allow them to amass a middling amount of customers they will personally serve during the week.@@">>
<<elseif $estate.brothel.levels.soliciting == "High">>
<<set _table += "<br>@@color:greenyellow;Brothel slaves will solicit sex from their customers whenever possible. This will increase the amount of customers they will personally serve during the week.@@">>
<<elseif $estate.brothel.levels.soliciting == "Max">>
<<set _table += "<br>@@color:forestgreen;Brothel slaves will solicit as much sex as possible from their customers. This will greatly increase the amount of customers they will personally serve during the week.@@">>
<</if>>
<<set _table += "</td>">>
<<set _table += "<td class = 'noborder' colspan = 60><b>Consorting:</b> <<dropdown '$estate.brothel.levels.consorting' _levels>>">>
<<if $estate.brothel.levels.consorting == "Min">>
<<set _table += "<br>@@color:red;Brothel slaves will consort with customers as little as possible. This will greatly decrease the amount of individual popularity they will gain from serving their brothel customers.@@">>
<<elseif $estate.brothel.levels.consorting == "Low">>
<<set _table += "<br>@@color:orange;Brothel slaves will consort with customers only when convenient. This will decrease the amount of individual popularity they will gain from serving their brothel customers.@@">>
<<elseif $estate.brothel.levels.consorting == "Normal">>
<<set _table += "<br>@@color:yellow;Brothel slaves will consort with customers. This will allow them to amass a middling amount of individual popularity from serving their brothel customers.@@">>
<<elseif $estate.brothel.levels.consorting == "High">>
<<set _table += "<br>@@color:greenyellow;Brothel slaves will consort with customers whenever possible. This will increase the amount of individual popularity they will gain from serving their brothel customers.@@">>
<<elseif $estate.brothel.levels.consorting == "Max">>
<<set _table += "<br>@@color:forestgreen;Brothel slaves will consort with customers as much as possible. This will greatly increase the amount of individual popularity they will gain from serving their brothel customers.@@">>
<</if>>
<<set _table += "</td>">>
<<set _table += "</tr>">>
<<set _exceptions = ["Yes", "No"]>>
<<set _table += "<tr>">>
<<set _table += "<th class = 'noborder' colspan = 30>Procurer Exception: <<dropdown '$estate.brothel.exceptions.pSoliciting' _exceptions>></th>">>
<<set _table += "<th class = 'noborder' colspan = 30>Guard Exception: <<dropdown '$estate.brothel.exceptions.gSoliciting' _exceptions>></th>">>
<<set _table += "<th class = 'noborder' colspan = 30>Procurer Exception: <<dropdown '$estate.brothel.exceptions.pConsorting' _exceptions>></th>">>
<<set _table += "<th class = 'noborder' colspan = 30>Guard Exception: <<dropdown '$estate.brothel.exceptions.gConsorting' _exceptions>></th>">>
<<set _table += "</tr>">>
<<set _table += "<tr>">>
<<if $estate.brothel.exceptions.pSoliciting == "Yes">>
<<set _table += "<td class = 'noborder' colspan = 30>The procurer is exempt from soliciting sex from customers.</td>">>
<<else>>
<<set _table += "<td class = 'noborder' colspan = 30>The procurer will solicit sex from customers as ordered.</td>">>
<</if>>
<<if $estate.brothel.exceptions.gSoliciting == "Yes">>
<<set _table += "<td class = 'noborder' colspan = 30>Guards are exempt from soliciting sex from customers.</td>">>
<<else>>
<<set _table += "<td class = 'noborder' colspan = 30>Guards will solicit sex from customers as ordered.</td>">>
<</if>>
<<if $estate.brothel.exceptions.pConsorting == "Yes">>
<<set _table += "<td class = 'noborder' colspan = 30>The procurer is exempt from consorting with the customers.</td>">>
<<else>>
<<set _table += "<td class = 'noborder' colspan = 30>The procurer will consort with the customers as ordered.</td>">>
<</if>>
<<if $estate.brothel.exceptions.gConsorting == "Yes">>
<<set _table += "<td class = 'noborder' colspan = 30>Guards are exempt from consorting with the customers.</td>">>
<<else>>
<<set _table += "<td class = 'noborder' colspan = 30>Guards will consort with the customers as ordered.</td>">>
<</if>>
<<set _table += "</tr>">>
<<elseif $estate.brothel.page == "Competition">>
<<set _table += "<tr>">>
<<for _comp = 1;_comp <= $estate.brothel.competition.amount;_comp++>>
<<set _owner = $estate.brothel.competition[_comp].owner>>
<<set _brothel = $estate.brothel.competition[_comp]>>
<<if _brothel.research.name>>
<<set _table += "<th class = 'nobottom' colspan = 40>" + amendString(_brothel.name) + "</th>">>
<<else>>
<<set _table += "<th class = 'nobottom' colspan = 40>Unknown Brothel</th>">>
<</if>>
<</for>>
<<set _table += "</tr>">>
<<set _table += "<tr>">>
<<for _comp = 1;_comp <= $estate.brothel.competition.amount;_comp++>>
<<set _owner = $estate.brothel.competition[_comp].owner>>
<<set _brothel = $estate.brothel.competition[_comp]>>
<<if _brothel.heat == null && !_brothel.takedown>>
<<set _brothel.heat = {amount:100, triggered:0, week:0, success:0, nerfed:0, event:null, scene:null, choice:null}>>
<</if>>
<<set _table += "<th class = 'lb' colspan = 15>">>
<<set _table += "Status">>
<<set _table += "<br>Data">>
<<set _table += "<br>Heat">>
<<set _table += "<br>Popularity">>
<<set _table += "<br>Investigation">>
<<set _table += "<br>Preparation">>
<<set _table += "</th>">>
<<set _table += "<th class = 'rb' colspan = 25>">>
<<if _brothel.research.name>>
<<set _table += "<<statbar " + _brothel.status + " 100 1>> @@color:#111111;|@@">>
<<else>>
<<set _table += "N/A">>
<</if>>
<<if _brothel.research.name>>
<<set _table += "<br><<statbar " + _brothel.research.total + " 6 1>> @@color:#111111;|@@">>
<<else>>
<<set _table += "<br>N/A">>
<</if>>
<<if _brothel.research.name>>
<<set _table += "<br><<statbar " + _brothel.heat.amount + " 100 1>> @@color:#111111;|@@">>
<<else>>
<<set _table += "<br>N/A">>
<</if>>
<<if _brothel.research.popularity>>
<<set _table += "<br><<statbar " + _brothel.popularity + " 100 1>> @@color:#111111;|@@">>
<<else>>
<<set _table += "<br>N/A">>
<</if>>
<<if ["Mid", "End"].contains(_brothel.investigation.event)>>
<<set _progress = _brothel.investigation.progress>>
<<set _table += "<br><<progressbar " + _progress + " " + _brothel.investigation.type + " 1>> @@color:#111111;|@@">>
<<else>>
<<set _table += "<br>N/A">>
<</if>>
<<if _brothel.preparation.choice>>
<<set _table += "<br><<statbar " + _brothel.preparation.progress + " " + _brothel.preparation.time + " 1>> @@color:#111111;|@@">>
<<else>>
<<set _table += "<br>N/A">>
<</if>>
<<set _table += "</th>">>
<</for>>
<<set _table += "</tr>">>
<<set _table += "<tr>">>
<<for _comp = 1;_comp <= $estate.brothel.competition.amount;_comp++>>
<<set _owner = $estate.brothel.competition[_comp].owner>>
<<set _brothel = $estate.brothel.competition[_comp]>>
<<set _table += "<th class = 'nobottom' colspan = 40>">>
<<if _brothel.option == "Investigation">>
<<set _table += "Investigation | <<print '[[Preparation|Main Menu][$estate.brothel.competition[" + _comp + "].option = \"Preparation\"]]'>>">>
<<elseif _brothel.option == "Preparation">>
<<set _table += "<<print '[[Investigation|Main Menu][$estate.brothel.competition[" + _comp + "].option = \"Investigation\"]]'>> | Preparation">>
<</if>>
<<if _brothel.option == "Investigation">>
<<if _brothel.status <= 0 || _brothel.research.total == 6>>
<<set $estate.brothel.competition[_comp].investigation.event = null>>
<<set $estate.brothel.competition[_comp].investigation.type = null>>
<</if>>
<<if !["Mid", "End"].contains(_brothel.investigation.event) && _brothel.research.total != 6 && !_brothel.takedown>>
<<if !_brothel.investigation.type>>
<<set _table += "<br>None | ">>
<<else>>
<<set _table += "<br><<print '[[None|Main Menu][$estate.brothel.competition[" + _comp + "].investigation.type = null, $estate.brothel.competition[" + _comp + "].investigation.event = null]]'>> | ">>
<</if>>
<<if _brothel.investigation.type == "Extended">>
<<set _table += "Extended | ">>
<<else>>
<<set _table += "<<print '[[Extended|Main Menu][$estate.brothel.competition[" + _comp + "].investigation.type = \"Extended\", $estate.brothel.competition[" + _comp + "].investigation.event = \"Start\"]]'>> | ">>
<</if>>
<<if _brothel.investigation.type == "Moderate">>
<<set _table += "Moderate | ">>
<<else>>
<<set _table += "<<print '[[Moderate|Main Menu][$estate.brothel.competition[" + _comp + "].investigation.type = \"Moderate\", $estate.brothel.competition[" + _comp + "].investigation.event = \"Start\"]]'>> | ">>
<</if>>
<<if _brothel.investigation.type == "Concise">>
<<set _table += "Concise">>
<<else>>
<<set _table += "<<print '[[Concise|Main Menu][$estate.brothel.competition[" + _comp + "].investigation.type = \"Concise\", $estate.brothel.competition[" + _comp + "].investigation.event = \"Start\"]]'>>">>
<</if>>
<</if>>
<<elseif _brothel.option == "Preparation">>
<<if _brothel.status <= 0 || !_brothel.research.total>>
<<set $estate.brothel.competition[_comp].preparation.event = null>>
<<set $estate.brothel.competition[_comp].preparation.scope = null>>
<</if>>
<<if !["Mid", "End"].contains(_brothel.preparation.event) && !_brothel.takedown>>
<<if !_brothel.preparation.scope>>
<<set _table += "<br>None | ">>
<<else>>
<<set _table += "<br><<print '[[None|Main Menu][$estate.brothel.competition[" + _comp + "].preparation.scope = null, $estate.brothel.competition[" + _comp + "].preparation.event = null]]'>> | ">>
<</if>>
<<if _brothel.preparation.scope == "Budget">>
<<set _table += "Budget | ">>
<<else>>
<<set _table += "<<print '[[Budget|Main Menu][$estate.brothel.competition[" + _comp + "].preparation.scope = \"Budget\", $estate.brothel.competition[" + _comp + "].preparation.event = \"Start\"]]'>> | ">>
<</if>>
<<if _brothel.preparation.scope == "Moderate">>
<<set _table += "Moderate | ">>
<<else>>
<<set _table += "<<print '[[Moderate|Main Menu][$estate.brothel.competition[" + _comp + "].preparation.scope = \"Moderate\", $estate.brothel.competition[" + _comp + "].preparation.event = \"Start\"]]'>> | ">>
<</if>>
<<if _brothel.preparation.scope == "Expensive">>
<<set _table += "Expensive">>
<<else>>
<<set _table += "<<print '[[Expensive|Main Menu][$estate.brothel.competition[" + _comp + "].preparation.scope = \"Expensive\", $estate.brothel.competition[" + _comp + "].preparation.event = \"Start\"]]'>>">>
<</if>>
<</if>>
<</if>>
<<set _table += "</th>">>
<</for>>
<<set _table += "</tr>">>
<<set _table += "<tr>">>
<<for _comp = 1;_comp <= $estate.brothel.competition.amount;_comp++>>
<<set _owner = $estate.brothel.competition[_comp].owner>>
<<set _brothel = $estate.brothel.competition[_comp]>>
<<set _table += "<td class = 'compendium' colspan = 40><center>">>
<<if _brothel.option == "Investigation">>
<<if _brothel.takedown>>
<<set _table += "You have ruined this brothel. All of its assets have already been sold off to pay off the debt the brothel has accrued.">>
<<elseif _brothel.status <= 0>>
<<set _table += "This brothel has gone bankrupt. At the end of the week everyone left working in the brothel will be sold to anyone interested in buying them.">>
<<elseif _brothel.research.total >= 6>>
<<set _table += "You've already found out everything there is to know about _brothel.name! Try planning an attack on the brothel to bring it down.">>
<<elseif !_brothel.investigation.type>>
<<set _table += "You currently aren't investigating this brothel. You can choose to conduct a concise, moderate or extended investigation.">>
<<elseif _brothel.investigation.type == "Concise">>
<<set _table += "Concise investigations are extremely effective at gathering information in a short amount of time but are costly and are more likely to gather attention.">>
<<elseif _brothel.investigation.type == "Moderate">>
<<set _table += "Moderate investigations are decent at gathering information at a good pace, don't cost too much and seldom attracts attention from the target.">>
<<elseif _brothel.investigation.type == "Extended">>
<<set _table += "Extended investigations are poor at gathering information in a short amount of time, are not very costly and rarely ever garners attention from the intended target.">>
<</if>>
<<elseif _brothel.option == "Preparation">>
<<if _brothel.takedown>>
<<set _table += "You have ruined this brothel. All of its assets have already been sold off to pay off the debt the brothel has accrued.">>
<<elseif _brothel.status <= 0>>
<<set _table += "This brothel has gone bankrupt. At the end of the week everyone left working in the brothel will be sold to anyone interested in buying them.">>
<<elseif !_brothel.research.total>>
<<set _table += "You currently don't have any information on this brothel. Perform an investigation to gather data before you plan an attack.">>
<<elseif !_brothel.preparation.scope>>
<<set _table += "You currently aren't planning an attacking on this brothel. You can choose to conduct an inexpensive, moderate or expensive attack.">>
<<elseif _brothel.preparation.scope == "Budget">>
<<set _table += "Budget plans may not cost a lot, but they are not very effective. They have a low chance of doing any lasting damage against a brothel.">>
<<elseif _brothel.preparation.scope == "Moderate">>
<<set _table += "Moderate plans don't cost too much and are decent at causing some damage to brothels. They a lower chance of failure than inexpensive plans.">>
<<elseif _brothel.preparation.scope == "Expensive">>
<<set _table += "Expensive plans are extremely effective and can cause an extensive amount of damage to brothels. They also have a very low chance of failure.">>
<</if>>
<</if>>
<<set _table += "</center></td>">>
<</for>>
<<set _table += "</tr>">>
<<set _table += "<tr>">>
<<for _comp = 1;_comp <= $estate.brothel.competition.amount;_comp++>>
<<set _table += "<th class = 'nobottom' colspan = 40>Information</th>">>
<</for>>
<<set _table += "</tr>">>
<<set _table += "<tr>">>
<<for _comp = 1;_comp <= $estate.brothel.competition.amount;_comp++>>
<<set _owner = $estate.brothel.competition[_comp].owner>>
<<set _procurer = $estate.brothel.competition[_comp].procurer>>
<<set _idol = $estate.brothel.competition[_comp].idol>>
<<set _brothel = $estate.brothel.competition[_comp]>>
<<set _guards = $estate.brothel.competition[_comp].guards>>
<<if _procurer == "Owner">>
<<set _procurer = _owner>>
<</if>>
<<set _table += "<th class = 'lb' colspan = 12>">>
<<set _table += "<b>Owner</b>">>
<<set _table += "<br><b>Procurer</b>">>
<<set _table += "<br><b>Idol</b>">>
<<for _g = 1; _g <= 2; _g++>>
<<set _guard = $estate.brothel.competition[_comp].guards[_g]>>
<<set _table += "<br><b>Guard " + _g + "</b>">>
<</for>>
<<set _table += "</th>">>
<<set _table += "<td class = 'rb' colspan = 28><center>">>
<<if !_brothel.owner && _brothel.research.owner>>
<<set _table += "None">>
<<elseif _brothel.research.owner>>
<<set _table += "<<race '" + _owner.tribe + "' 'Main Menu'>> <<print '[[" + amendString(_owner.name) + "|NPC Description][$activeCharacter to $estate.brothel.competition[" + _comp + "].owner]]'>> <<gender " + _owner.sex + " " + _owner.gender + ">>">>
<<else>>
<<set _table += "Insufficient Data">>
<</if>>
<<if !_brothel.procurer && _brothel.research.procurer>>
<<set _table += "<br>None">>
<<elseif _brothel.research.procurer>>
<<if _procurer != _owner>>
<<set _table += "<br><<race '" + _procurer.tribe + "' 'Main Menu'>> <<print '[[" + amendString(_procurer.name) + "|NPC Description][$activeCharacter to $estate.brothel.competition[" + _comp + "].procurer]]'>> <<gender " + _procurer.sex + " " + _procurer.gender + ">>">>
<<else>>
<<set _table += "<br><<race '" + _owner.tribe + "' 'Main Menu'>> <<print '[[" + amendString(_owner.name) + "|NPC Description][$activeCharacter to $estate.brothel.competition[" + _comp + "].owner]]'>> <<gender " + _owner.sex + " " + _owner.gender + ">>">>
<</if>>
<<else>>
<<set _table += "<br>Insufficient Data">>
<</if>>
<<if !_brothel.idol && _brothel.research.idol>>
<<set _table += "<br>None">>
<<elseif _brothel.research.idol>>
<<set _table += "<br><<race '" + _idol.tribe + "' 'Main Menu'>> <<print '[[" + amendString(_idol.name) + "|NPC Description][$activeCharacter to $estate.brothel.competition[" + _comp + "].idol]]'>> <<gender " + _idol.sex + " " + _idol.gender + ">>">>
<<else>>
<<set _table += "<br>Insufficient Data">>
<</if>>
<<for _g = 1; _g <= 2; _g++>>
<<set _guard = $estate.brothel.competition[_comp].guards[_g]>>
<<if !_brothel.research.guards>>
<<set _table += "<br>Insufficient Data">>
<<elseif _guard>>
<<set _table += "<br><<race '" + _guard.tribe + "' 'Main Menu'>> <<print '[[" + amendString(_guard.name) + "|NPC Description][$activeCharacter to $estate.brothel.competition[" + _comp + "].guards[" + _g + "]]]'>> <<gender " + _guard.sex + " " + _guard.gender + ">>">>
<<else>>
<<set _table += "<br>None">>
<</if>>
<</for>>
<<set _table += "</center></td>">>
<</for>>
<<set _table += "</tr>">>
<</if>>
_table
</table><<if $summary.skills == 1>>
<b>[[Slave Skills|Slave Description][$summary.skills = 0]]</b>
<<elseif $summary.skills == 0>>
<b>[[Slave Skills|Slave Description][$summary.skills = 1]]</b>
<</if>>
<<set _tabs = []>>
<<set _skillcount = 0>>
<<for _s=0;_s < $skills.all.length;_s++>>
<<set _skill = $skills.all[_s]>>
<<if $activeCharacter.skills[_skill]>>
<<if $skills.general.contains(_skill) && !_tabs.contains("General")>>
<<set _tabs.push("General")>>
<<elseif $skills.brothel.contains(_skill) && !_tabs.contains("Brothel")>>
<<set _tabs.push("Brothel")>>
<</if>>
<<set _skillcount++>>
<</if>>
<</for>>
<<if $summary.skills || !_tabs.length>>
|
<<if _tabs.length>>
<b>$activeCharacter.name has learned _skillcount skills.</b>
<<else>>
<b>$activeCharacter.name has yet to learn any skills.</b>
<</if>>
<br><br>
<<else>>
<<set _table = "">>
<<set _table += "<table class='Scroll' style='table-layout:fixed;width:1000px'>">>
<<set _table += "<tr>">>
<<set _tablength = 150 / _tabs.length>>
<<if !_tabs.contains($tabs.skills)>>
<<set $tabs.skills = _tabs[0]>>
<</if>>
<<for _t=0;_t < _tabs.length;_t++>>
<<if _t == 0>>
<<set _tabclass = "srb">>
<<elseif _t == _tabs.length-1>>
<<set _tabclass = "slb">>
<<else>>
<<set _tabclass = "smb">>
<</if>>
<<if $tabs.skills == _tabs[_t]>>
<<set _table += "<th class = " + _tabclass + " colspan = " + _tablength + ">" + _tabs[_t] + " Skills</th>">>
<<else>>
<<set _table += "<th class = " + _tabclass + " colspan = " + _tablength + ">[[" + _tabs[_t] + " Skills|Slave Description][$tabs.skills = '" + _tabs[_t] + "']]</th>">>
<</if>>
<</for>>
<<set _table += "</tr>">>
<<set _table += "<tbody class='skills'>">>
<<set _tab = lowercase($tabs.skills)>>
<<for _s=0;_s < $skills.all.length;_s++>>
<<set _skill = $skills.all[_s]>>
<<if $activeCharacter.skills[_skill] && $skills[_tab].contains(_skill)>>
<<set _table += "<tr>">>
<<set _table += "<td class = 'skillname' colspan = 30><b><<print capitalize('" + _skill + "')>> <<print romanize(" + $activeCharacter.skills[_skill]['level'] + ")>></b></td>">>
<<set _table += "<td class = 'skilldesc' colspan = 120><<skilldesc " + _skill + ">></td>">>
<<set _table += "</tr>">>
<</if>>
<</for>>
<<set _table += "</tbody>">>
<<set _table += "</table>">>
<<set _table += "<br>">>
_table
<</if>><<set $skills = {all:[], general:[], brothel:[], ranch:[], chattel:[], exp:[], duty:{}}>>
<<set $skills.duty = {manager: "managing", teacher: "teaching", guard: "guarding", consorter: "consorting", solicitor: "soliciting", host: "hosting", attendant: "attending"}>>
<<set $skills.all = ["manager", "teacher", "guard", "consorter", "solicitor", "host", "attendant"]>>
<<set $skills.general = ["manager", "teacher", "guard", "consorter"]>>
<<set $skills.brothel = ["solicitor", "host", "attendant"]>>
<<set $skills.ranch = []>>
<<set $skills.chattel = []>>
<<set $skills.exp = [0, 50, 75, 125, 200, 300, 500, 650, 900, 1200]>><<widget "skilldesc">>
<<switch $args[0]>>
<<case "manager">>
<<print "The ability to manage others is increased, allowing for a boost in productivity and profit for managers.">>
<<case "teacher">>
<<print "[Not Implemented]">>
<<case "guard">>
<<print "[Not Implemented]">>
/*<<print "Increases ones guarding proficiency by increasing their ability to spot troublemakers and those in distress.">>*/
<<case "consorter">>
<<print "Consorting with potential customers becomes easier, raising the rate one can build popularity for residences.">>
<<case "solicitor">>
<<print "Both the volume of amount of customers served and the price of ones service is increased in brothels.">>
<<case "host">>
<<print "Customers will form bonds easier if working as a host, boosting both proficiency and income earned.">>
<<case "attendant">>
<<print "Compentence attending to customers in private rooms increases, improving proficiency and price of service.">>
<</switch>>
<</widget>><<widget "skillsum">>
<<set _character = $args[0]>>
<<set _skill = $args[1]>>
<<set _duty = $skills.duty[_skill]>>
<<set _degree = $estate.brothel.levels[_duty]>>
<<set _Duty = capitalize(_duty)>>
<<set _success = 0>>
<<if _character.skills[_skill]>>
<<set _level = _character.skills[_skill].level>>
<<else>>
<<set _level = 1>>
<</if>>
<b>[_Duty] </b>
<<if !$args[2]>>
<<if _degree == "Min">>
<<if _level <= 1>>
<<set _success = 1>>
<<else>>
<<set _success = 2>>
<</if>>
<<elseif _degree == "Low">>
<<if _level < 2>>
<<set _success = 0>>
<<elseif _level < 3>>
<<set _success = 1>>
<<elseif _level >= 3>>
<<set _success = 2>>
<</if>>
<<elseif _degree == "Normal">>
<<if _level < 3>>
<<set _success = 0>>
<<elseif _level < 5>>
<<set _success = 1>>
<<elseif _level >= 5>>
<<set _success = 2>>
<</if>>
<<elseif _degree == "High">>
<<if _level < 4>>
<<set _success = 0>>
<<elseif _level < 7>>
<<set _success = 1>>
<<elseif _level >= 7>>
<<set _success = 2>>
<</if>>
<<elseif _degree == "Max">>
<<if _level < 5>>
<<set _success = 0>>
<<elseif _level < 10>>
<<set _success = 1>>
<<elseif _level >= 10>>
<<set _success = 2>>
<</if>>
<</if>>
<<if _success == 2>>
<<if _character.ID != "PLAYER">>
@@color:forestgreen;_character.name easily completed <<print $hisher[_character.gender]>> duty with little to no problems.@@
<<else>>
@@color:forestgreen;You easily completed your duty with little to no problems.@@
<</if>>
<<elseif _success == 1>>
<<if _character.ID != "PLAYER">>
@@color:greenyellow;_character.name was able to complete <<print $hisher[_character.gender]>> duty.@@
<<else>>
@@color:greenyellow;You were able to complete your duty.@@
<</if>>
<<elseif _success == 0>>
<<if _character.ID != "PLAYER">>
@@color:red;_character.name has failed to properly complete <<print $hisher[_character.gender]>> duty.@@
<<else>>
@@color:red;You have failed to properly complete your duty.@@
<</if>>
<</if>>
<<elseif $args[2] == "job">>
<<if _character.ID != "PLAYER">>
@@color:forestgreen;_character.name gained _duty experience!@@
<<else>>
@@color:forestgreen;You gained _duty experience!@@
<</if>>
<</if>>
<</widget>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Irate Customer</titled></center>
<br>
<<if !$events.choice>>
This week hasn't gone well for [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]]. <<print $HeShe[$activeCharacter.gender]>> had a customer visit <<print $himher[$activeCharacter.gender]>> multiple times and after each session the customer has made a complaint about $activeCharacter.name's work ethic and is looking for a refund. The customer claims <<print $heshe[$activeCharacter.gender]>> has been doing a poor job and has even given attitude on occasion. $activeCharacter.name says the exact opposite- <<print $heshe[$activeCharacter.gender]>> says the customer has been excessively rude and abusive but <<print $heshe[$activeCharacter.gender]>> the customer the best service anyways. Most likely the truth is somewhere in the middle. You do find it suspicious the customer returned to visit the same slave they deemed inadequate multiple times during the week but calling customers out may hurt your business in the long run.
<br><br>
<<set _scenename = "Refund the customer for the poor service.">>
[[_scenename|Basic - Irate Customer][$events.choice = "Refund Customer"]]
<br>
<<set _scenename = "Call the customer out on their bullshit.">>
[[_scenename|Basic - Irate Customer][$events.choice = "Callout Customer"]]
<<else>>
<<switch $events.choice>>
<<case "Refund Customer">>
<b>You refund the customer their money!</b> <br>
The customer is extremely contented, praising your brothel and your expertise as a brothel owner. The customer says they will be referring your brothel to all of their friends, as you make sure to do right by your customers. $activeCharacter.name on the other hand is completely irate. <<print $HeShe[$activeCharacter.gender]>> claims you don't stand by the slaves you've trained to do sex work as long as you can get a quick buck or a couple more customers. <<print $HeShe[$activeCharacter.gender]>> makes it clear <<print $heshe[$activeCharacter.gender]>> has lost trust for you, believing <<print $heshe[$activeCharacter.gender]>> is the only one looking out for <<print $hisher[$activeCharacter.gender]>> interests.
<br><br>
Your solution has @@color:greenyellow;increased the popularity of your brothel@@ but it also @@color:orange;decreased $activeCharacter.name's trust in you.@@
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Irate Customer@@", "A customer claimed $activeCharacter.name was providing poor service and you gave them a refund despite <<print $heshe[$activeCharacter.gender]>> telling you the customer was making it up, causing <<print $himher[$activeCharacter.gender]>> to lose trust in you.")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total+5, 0, 100)>>
<<run addEvent($activeCharacter, "Basic - Irate Customer - Refund Customer")>>
<<run decreaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Callout Customer">>
<b>You called out the customer on their bullshit!</b> <br>
You refuse to refund the customer, harping on the point if they really were upset with the service they received they would not have returned to receive service from the same slave multiple times this week. The customer went from being irate to completely furious, making a scene in the brothel lobby claiming you're scamming your customers with shitty service. The customers says they will be telling all their friends about your poor service and will sully your brothel's name whenever they get a chance. $activeCharacter.name is extremely happy with the outcome. You believed <<print $hisher[$activeCharacter.gender]>> words over a customer's, showing you place value in treating your workers right (even if they are your slaves) even if it means losing a few customers.
<br><br>
Your solution has @@color:orange;decreased the popularity of your brothel@@ but it also @@color:greenyellow;increased $activeCharacter.name's trust in you.@@
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Irate Customer@@", "A customer claimed $activeCharacter.name was providing poor service and you refused to give them a refused when <<print $heshe[$activeCharacter.gender]>> told you the customer was making it up, causing <<print $himher[$activeCharacter.gender]>> to gain trust in you.")>>
<<run addEvent($activeCharacter, "Basic - Irate Customer - Callout Customer")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total-5, 0, 100)>>
<<run increaseTrust($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Customer Contentment</titled></center>
<br>
<<if !$events.choice>>
Customers have been praising [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]]'s service the whole week. Whether <<print $heshe[$activeCharacter.gender]>> has been giving extra effort, or <<print $heshe[$activeCharacter.gender]>> has only been getting lucky with the people <<print $heshe[$activeCharacter.gender]>> has been servicing, this kind of job performance usually is followed by some sort of reward, though one week may not be enough time to get one.
<br><br>
<<set _scenename = "Reward " + $activeCharacter.name + " for " + $hisher[$activeCharacter.gender] + " great performance this week.">>
[[_scenename|Basic - Customer Contentment][$events.choice = "Reward Performance"]]
<br>
<<set _scenename = "Ignore " + $activeCharacter.name + "'s week of great performance.">>
[[_scenename|Basic - Customer Contentment][$events.choice = "Ignore Performance"]]
<<else>>
<<switch $events.choice>>
<<case "Reward Performance">>
<b>You reward $activeCharacter.name for <<print $hisher[$activeCharacter.gender]>> great performance this week!</b> <br>
You allow $activeCharacter.name an extra day off this week and pay for <<print $himher[$activeCharacter.gender]>> to have a whole day of rest and relaxation at a nearby spa. Some customers are a little bit disappointed to find out that <<print $heshe[$activeCharacter.gender]>> isn't on the day's roster when they come by that day but most of them are eager to return the next day when you tell them <<print $heshe[$activeCharacter.gender]>> is being pampered and rested so <<print $heshe[$activeCharacter.gender]>> can return good as new.
<br><br>
$activeCharacter.name's @@color:greenyellow;popularity has increased@@ but <<print $heshe[$activeCharacter.gender]>> has @@color:orange;lowered <<print $hisher[$activeCharacter.gender]>> obedience@@ because of <<print $hisher[$activeCharacter.gender]>> special treatment.
<<run addHistory($activeCharacter, "@@color:yellow;[Week " + $weekcount + "] Customer Contentment@@", "Customers have been praising $activeCharacter.name's great service this week, causing you to reward <<print $himher[$activeCharacter.gender]>> with a spa day. <<print $HisHer[$activeCharacter.gender]>> one day absence has increased <<print $hisher[$activeCharacter.gender]>> popularity at the expense of lowering <<print $hisher[$activeCharacter.gender]>> trust.")>>
<<set $activeCharacter.popularity.brothel = Math.clamp($activeCharacter.popularity.brothel+5, 0, 100)>>
<<run addEvent($activeCharacter, "Basic - Customer Contentment - Reward Performance")>>
<<run decreaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Ignore Performance">>
<b>You ignore $activeCharacter.name's great performance this week!</b> <br>
$activeCharacter.name was expecting a reward for <<print $hisher[$activeCharacter.gender]>> great performance this week but you barely even acknowledge <<print $hisher[$activeCharacter.gender]>> presence, let alone all the praise <<print $heshe[$activeCharacter.gender]>> has been getting from customers. <<print $HisHer[$activeCharacter.gender]>> performance visibly drops because of this, causing customers who came to check out your brothel's highly-praised slut to leave feeling unsatisfied.
<br><br>
$activeCharacter.name's @@color:orange;popularity has decreased@@ but it also @@color:greenyellow;decreased <<print $hisher[$activeCharacter.gender]>> fear of you.@@
<<run addHistory($activeCharacter, "@@color:yellow;[Week " + $weekcount + "] Customer Contentment@@", "Customers have been praising $activeCharacter.name's great service this week, but instead of reward <<print $himher[$activeCharacter.gender]>> you decide to ignore <<print $hisher[$activeCharacter.gender]>> great performance. <<print $HeShe[$activeCharacter.gender]>> is visibly upset causing a drop in <<print $hisher[$activeCharacter.gender]>> popularity and <<print $hisher[$activeCharacter.gender]>> fear of you.")>>
<<run addEvent($activeCharacter, "Basic - Customer Contentment - Ignore Performance")>>
<<set $activeCharacter.popularity.brothel = Math.clamp($activeCharacter.popularity.brothel-5, 0, 100)>>
<<run decreaseFear($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Sex Slave Strike</titled></center>
<br>
<<if !$events.choice>>
[[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] has refused to provide any sexual services to <<print $hisher[$activeCharacter.gender]>> customers this week. <<print $HeShe[$activeCharacter.gender]>> claims <<print $hisher[$activeCharacter.gender]>> customers were excessively physical with <<print $himher[$activeCharacter.gender]>> but <<print $hisher[$activeCharacter.gender]>> unscarred body and conflicting reports from the customers themselves say otherwise. The solution to this problem won't be easy to fix. You can either punish $activeCharacter.name harshly, ending <<print $hisher[$activeCharacter.gender]>> sex strike but damaging <<print $hisher[$activeCharacter.gender]>> physically in the process. Or you can leave <<print $himher[$activeCharacter.gender]>> be, damaging the reputation of your brothel and increasing <<print $hisher[$activeCharacter.gender]>> attitude problem.
<br><br>
<<set _scenename = "Label " + $activeCharacter.name + " free use for a day.">>
[[_scenename|Basic - Sex Slave Strike][$events.choice = "Free Use"]]
<br>
<<set _scenename = "Leave " + $activeCharacter.name + " be.">>
[[_scenename|Basic - Sex Slave Strike][$events.choice = "Leave Be"]]
<<else>>
<<switch $events.choice>>
<<case "Free Use">>
<b>You label $activeCharacter.name free use for the day!</b> <br>
Since $activeCharacter.name insists on refusing to perform any sexual activities, you label <<print $himher[$activeCharacter.gender]>> free use for the day. <<print $HeShe[$activeCharacter.gender]>> is mortified and promises to start working right away but you explain you are punishing <<print $himher[$activeCharacter.gender]>> for <<print $hisher[$activeCharacter.gender]>> past transgressions, and not for future ones. There is a struggle but eventually you get <<print $himher[$activeCharacter.gender]>> fastened to a sex stockade outside the brothel, restricting <<print $hisher[$activeCharacter.gender]>> movement and leaving <<print $hisher[$activeCharacter.gender]>> genitalia and holes for use.
<br><br>
$activeCharacter.name's body was thoroughly used, @@color:red;greatly damaging <<print $hisher[$activeCharacter.gender]>> body@@ while @@color:greenyellow;greatly increasing <<print $hisher[$activeCharacter.gender]>> obedience@@.
<<run addHistory($activeCharacter, "@@color:yellow;[Week " + $weekcount + "] Sex Slave Strike@@", "$activeCharacter.name has gone on a sex strike, refusing to perform any sexual activity with <<print $hisher[$activeCharacter.gender]>> customers. You punish <<print $himher[$activeCharacter.gender]>> by making <<print $himher[$activeCharacter.gender]>> free use for the day, greatly increasing <<print $hisher[$activeCharacter.gender]>> obedience but putting <<print $hisher[$activeCharacter.gender]>> body through great strain.")>>
<<set $activeCharacter.condition.progress = 1>>
<<set $activeCharacter.renew = $activeCharacter.assignment>>
<<set $activeCharacter.assignment = "rest">>
<<set $activeCharacter.health = updateHealth($activeCharacter)>>
<<run addEvent($activeCharacter, "Basic - Sex Slave Strike - Free Use")>>
<<run increaseObedience($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Leave Be">>
<b>You leave $activeCharacter.name be!</b> <br>
You refuse to let $activeCharacter.name's attempts to form a personal strike on sexual acts as a sex slave get to you. Understanding that punishing <<print $himher[$activeCharacter.gender]>> appropriately might damage <<print $himher[$activeCharacter.gender]>> to the point of needing a couple weeks rest, you wait and see if <<print $heshe[$activeCharacter.gender]>> will return to working properly of <<print $hisher[$activeCharacter.gender]>> own accord. <<print $HeShe[$activeCharacter.gender]>> eventually returns to working normally because <<print $heshe[$activeCharacter.gender]>> is scared you might punish <<print $himher[$activeCharacter.gender]>> excessively if <<print $heshe[$activeCharacter.gender]>> continues but make no mistake, <<print $heshe[$activeCharacter.gender]>> is well aware of <<print $hisher[$activeCharacter.gender]>> victory over you and your brothel business has suffered because of it.
<br><br>
$activeCharacter.name's @@color:orange;obedience has decreased@@ and your @@color:orange;brothel's popularity has dropped.@@
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Sex Slave Strike@@", "Customers have been praising $activeCharacter.name's great service this week, but instead of reward <<print $himher[$activeCharacter.gender]>> you decide to ignore <<print $hisher[$activeCharacter.gender]>> great performance. <<print $HeShe[$activeCharacter.gender]>> is visibly upset causing a drop in <<print $hisher[$activeCharacter.gender]>> popularity and <<print $hisher[$activeCharacter.gender]>> ego.")>>
<<run addEvent($activeCharacter, "Basic - Sex Slave Strike - Leave Be")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total-5, 0, 100)>>
<<run decreaseObedience($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Property Damage</titled></center>
<br>
<<if !$events.choice>>
You notice at the end of the day [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] is badly bruised. It isn't unusual for customers to be a little rough with brothel slaves, but the amount of bruising <<print $heshe[$activeCharacter.gender]>> has is clearly over the top. This is a problem because if the damage cannot be healed with enough rest, you will have to pay out of pocket to have <<print $himher[$activeCharacter.gender]>> recover with a high-grade potion. Essentially you have a customer damaging your property beyond what is socially acceptable. You question $activeCharacter.name about the bruises and <<print $heshe[$activeCharacter.gender]>> explains <<print $heshe[$activeCharacter.gender]>> received them from a new customer.
<br><br>
<<set _scenename = "Confront the customer damaging your property.">>
[[_scenename|Basic - Property Damage][$events.choice = "Confront Customer"]]
<br>
<<set _scenename = "Ignore " + $activeCharacter.name + "'s bruises.">>
[[_scenename|Basic - Property Damage][$events.choice = "Ignore Bruises"]]
<<else>>
<<switch $events.choice>>
<<case "Confront Customer">>
<b>You confront the customer damaging your property!</b> <br>
You catch the customer when they come into the brothel the next day and explain to them you will ban them from entering your brothel if they continue to abuse your slaves excessively. The customer immediately goes on the defensive, claiming they barely even touched your slave. When you bring $activeCharacter.name out to show the customer the damage they caused, other customers start to gossip and point, shaming the customer and sending them into a fit of rage. You try to usher them off your property but its too late, and they begin damaging anything they can get their hands on. It takes a few minutes but you finally get rid of them. $activeCharacter.name is thankful for your help.
<br><br>
$activeCharacter.name's body was @@color:orange;damaged <<print $hisher[$activeCharacter.gender]>>@@ but <<print $hisher[$activeCharacter.gender]>> @@color:forestgreen;trust in you has greatly increased.@@.
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Property Damage@@", "A customer has been abusing $activeCharacter.name, forcing you to confront the customer about their conduct while paying to use your brothel slaves. The customer rages, but the damage is minimal. $activeCharacter.name's trust in you increased greatly.")>>
<<set $activeCharacter.condition.progress = Math.clamp($activeCharacter.condition.progress-50, 0, 100)>>
<<set $activeCharacter.renew = $activeCharacter.assignment>>
<<set $activeCharacter.assignment = "rest">>
<<set $activeCharacter.health = updateHealth($activeCharacter)>>
<<run addEvent($activeCharacter, "Basic - Property Damage - Confront Customer")>>
<<run increaseTrust($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Ignore Bruises">>
<b>You ignore the customers abuse!</b> <br>
Customers often get handsy and sometimes outright abusive but that isn't an issue to you. At the end of the day slaves are replaceable merchandise, and confront every customer who abuses them will only hurt you in the end. $activeCharacter.name isn't happy about this at all, and feels as if you've failed <<print $himher[$activeCharacter.gender]>> by allowing <<print $himher[$activeCharacter.gender]>> to be subject to more abuse but you gain a huge boost in popularity with the local ruffians.
<br><br>
$activeCharacter.name's body was @@color:red;greatly damaged <<print $hisher[$activeCharacter.gender]>>@@ and <<print $hisher[$activeCharacter.gender]>> @@color:orange;trust in you has decreased.@@ but your @@color:forestgreen;brothel's popularity has greatly increased@@.
<<run addHistory($activeCharacter, "@@color:red;[Week " + $weekcount + "] Property Damage@@", "A customer has been abusing $activeCharacter.name but you completely ignore the issue. $activeCharacter.name's body becomes greatly damaged as a result and <<print $heshe[$activeCharacter.gender]>> loses trust in you but your brothel's popularity increased greatly.")>>
<<run addEvent($activeCharacter, "Basic - Property Damage - Ignore Bruises")>>
<<set $activeCharacter.condition.progress = Math.clamp($activeCharacter.condition.progress-50, 0, 100)>>
<<set $activeCharacter.renew = $activeCharacter.assignment>>
<<set $activeCharacter.assignment = "rest">>
<<set $activeCharacter.health = updateHealth($activeCharacter)>>
<<run decreaseTrust($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total+10, 0, 100)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Obsessed</titled></center>
<br>
<<if !$events.choice>>
A customer has become absolutely obsessed with [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]]. They spend as much time as possible with <<print $himher[$activeCharacter.gender]>>, paying for <<print $hisher[$activeCharacter.gender]>> service for the whole day, every day <<print $heshe[$activeCharacter.gender]>> is providing service at your brothel. Whales are very profitable in the brothel industry but they are sometimes unsustainable. For this particular whale the question of when, not if, they run out of money is on the forefront of your mind. They aren't working, as they seem to be at your brothel whenever its open. The odd day they come in 'late', they're viciously aggressive with other customers who have bought $activeCharacter.name's service. If you don't intervene this could end up much worse than it needs to be but you won't be getting anymore of the customer's money if you do so.
<br><br>
<<set _scenename = "Ban the customer from returning to your brothel.">>
[[_scenename|Basic - Obsessed][$events.choice = "Intervene"]]
<br>
<<set _scenename = "Ignore the customer's obsession for " + $activeCharacter.name + ".">>
[[_scenename|Basic - Obsessed][$events.choice = "Ignore Obsession"]]
<<else>>
<<switch $events.choice>>
<<case "Intervene">>
<b>You ban the obsessed customer from returning to your brothel!</b> <br>
At first the customer is confused but quickly becomes enraged once they understand what you're telling them. They argue they've done nothing wrong while being a loyal customer. You explain while having a favorite isn't a problem, their obsession with $activeCharacter.name has gone to the point they are scaring other customers away from <<print $himher[$activeCharacter.gender]>>. After a long time arguing, the customer realizes you won't be rescinding your ban and storms out the building yelling that if they catch anyone getting service form $activeCharacter.name, they'll kill them.
<br><br>
The customer's threat has @@color:orange;decreased $activeCharacter.name's popularity@@ but your @@color:greenyellow;brothel's popularity has increased@@ ever since the obsessed customer was banned.
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Obsessed@@", "You banned a customer obsessed with $activeCharacter.name from the brothel, causing them to exclaim they will kill anyone they catch receiving service from <<print $himher[$activeCharacter.gender]>>. The customer's threats ended up decreasing $activeCharacter.name's popularity but your brothel's popularity has increased ever since the customer was banned.")>>
<<run addEvent($activeCharacter, "Basic - Obsessed - Intervene")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total+5, 0, 100)>>
<<set $activeCharacter.popularity.brothel = Math.clamp($activeCharacter.popularity.brothel-5, 0, 100)>>
<<run increaseMood($activeCharacter, "Anxiety", 10)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Ignore Obsession">>
<b>You ignore the customer's obsession with $activeCharacter.name!</b> <br>
Everything remains the same at first, but things slowly begin to deteriorate when the customer starts to get low on cash. They try to haggle $activeCharacter.name's price down, and when you refuse their offer they become irate. Eventually the customer can no longer pay for $activeCharacter.name's service, and you have to ban them from returning. There is little fight when it happens, both you and the customer could tell this day was coming and it seems like they are on the verge of being enslaved themselves.
<br><br>
The customer's constant arguments leading up to their ban has soured some people from your brothel, @@color:orange;lowering its popularity.@@ On the other hand, @@color:greenyellow;$activeCharacter.name's popularity has increased@@ as other customers are quite curious to see what kind of service a slave who ensnared someone to the point of bankruptcy.
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Obsessed@@", "You ignored a customer's obsession with $activeCharacter.name, allowing them to spend every last coin of their savings before banning them. In the process you alienated some of your customers, but a few customers gained interest in $activeCharacter.name, increasing <<print $hisher[$activeCharacter.gender]>> popularity.")>>
<<run addEvent($activeCharacter, "Basic - Obsessed - Ignore Obsession")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total-5, 0, 100)>>
<<set $activeCharacter.popularity.brothel = Math.clamp($activeCharacter.popularity.brothel+5, 0, 100)>>
<<run increaseMood($activeCharacter, "Anxiety", 10)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Marital Affair</titled></center>
<br>
<<if !$events.choice>>
From gossip you've heard from your slaves, a married customer has been paying for [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]]'s service for a few weeks now. This isn't unusual at all, but the rumor also stats that their spouse is very jealous and could cause a scene if they ever found out. Though, it seems like its a little to late for 'ifs'. The customer is bickering in your brothel's lobby with their spouse, while $activeCharacter.name stands beside them with <<print $hisher[$activeCharacter.gender]>> head turned down. The screaming is loud and incoherent, but from what you can tell the customer's spouse is blaming $activeCharacter.name for their partner's betrayal. The whole ordeal looks to be reaching its climax but there is still time for you to intervene.
<br><br>
<<set _scenename = "Defend " + $activeCharacter.name + " from the customer's spouse.">>
[[_scenename|Basic - Marital Affair][$events.choice = "Defend Slave"]]
<br>
<<set _scenename = "Let the scene play out.">>
[[_scenename|Basic - Marital Affair][$events.choice = "Allow Drama"]]
<<else>>
<<switch $events.choice>>
<<case "Defend Slave">>
<b>You defend $activeCharacter.name from the customer's spouse!</b> <br>
While you can sympathize with the customer's spouse for their pain, there is no reason for them to blame $activeCharacter.name. <<print $HeShe[$activeCharacter.gender]>> doesn't decide who <<print $heshe[$activeCharacter.gender]>> sleeps with as whoever has enough money can buy <<print $hisher[$activeCharacter.gender]>> for an alloted period of time. To the chagrin of the customer, you explain to their spouse the only one to blame in this whole debacle is the customer themself. The spouse, eager to unload their anger on anyone, turns to the customer and starts to berate them. You quietly pull $activeCharacter.name away before escorting the feuding couple away off of your property.
<br><br>
A few of your married customers saw how you handled the situation and were not impressed, @@color:orange;decreasing your brothel's popularity.@@ Your slave was thankful for you pulling <<print $himher[$activeCharacter.gender]>> out of the situation, @@color:greenyellow;increasing <<print $hisher[$activeCharacter.gender]>> trust in you.@@
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Marital Affair@@", "You defended $activeCharacter.name from a customer's angry wife. Other married customers were not happy with how you handled it, causing your brothel's popularity to decrease but $activeCharacter.name is more trustful because you stuck up for them.")>>
<<run addEvent($activeCharacter, "Basic - Marital Affair - Defend Slave")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total-5, 0, 100)>>
<<run increaseTrust($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Allow Drama">>
<b>You allow the customer's spouse to berate $activeCharacter.name!</b> <br>
The customer's spouse spews a barrage of hateful words towards $activeCharacter.name, allowing <<print $himher[$activeCharacter.gender]>> no room to escape. In a final fit of rage the spouse slaps $activeCharacter.name harshly across the cheek and calls <<print $himher[$activeCharacter.gender]>> a <<print $whore[$activeCharacter.gender]>>. Which, to be fair, <<print $heshe[$activeCharacter.gender]>> is. The spouse grabs the customer and drags them out of the brothel, telling them not to fall for every <<print $whore[$activeCharacter.gender]>> they see.
<br><br>
A few of your married customers saw how you handled the situation and were happy to see you allowed your slave to take the blame, @@color:greenyellow;increasing your brothel's popularity.@@ $activeCharacter.name on the other hand, wasn't as happy. <<print $heshe[$activeCharacter.gender]>> was waiting for you to pull <<print $himher[$activeCharacter.gender]>> out of the situation and since you didn't, <<print $hisher[$activeCharacter.gender]>> @@color:orange;trust in you has decreased.@@
<<run addHistory($activeCharacter, "@@color:orange;[Week " + $weekcount + "] Marital Affair@@", "You allowed $activeCharacter.name to take the blame for a customer's marital affair, increasing your brothel's popularity among married customers for the price of $activeCharacter.name's trust in you.")>>
<<run addEvent($activeCharacter, "Basic - Marital Affair - Allow Drama")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total+5, 0, 100)>>
<<run decreaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Anxiety", 10)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Renthouse</titled></center>
<br>
<<if !$events.choice>>
One of [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]]'s regular customers has inquired about renting the brothel for half a day for an exclusive party next week. You normally don't entertain those kind of requests, but this customer is offering @@color:lightgreen;💎10,000@@ for the day. With that amount of money you'll easily make back what you would have lost and much more. $activeCharacter.name doesn't seem to happy to hear the request, knowing that <<print $heshe[$activeCharacter.gender]>> will most likely be the center of attention during the party. Some customers might get upset you've closed down the brothel for a select group of people but as long as you don't make a habit of it, it shouldn't affect your brothel's popularity too harshly.
<br><br>
<<set _scenename = "Rent the brothel for half a day.">>
[[_scenename|Basic - Renthouse][$events.choice = "Rent Brothel"]]
<br>
<<set _scenename = "Refuse " + $activeCharacter.name + "'s customer's request to rent the brothel.">>
[[_scenename|Basic - Renthouse][$events.choice = "Refuse Request"]]
<<else>>
<<switch $events.choice>>
<<case "Rent Brothel">>
<b>You rent your brothel out for half a day to $activeCharacter.name's customer!</b> <br>
As you expected, $activeCharacter.name was the main <<print $whore[$activeCharacter.gender]>> used during the half-day party. You don't recall even one moment when either
<<if haveCock($activeCharacter) && havePussy($activeCharacter)>>
<<print $hisher[$activeCharacter.gender]>> cock, pussy or one of <<print $hisher[$activeCharacter.gender]>> other holes
<<elseif haveCock($activeCharacter)>>
<<print $hisher[$activeCharacter.gender]>> cock or one of <<print $hisher[$activeCharacter.gender]>> other holes
<<elseif havePussy($activeCharacter)>>
<<print $hisher[$activeCharacter.gender]>> pussy or one of <<print $hisher[$activeCharacter.gender]>> other holes
<<else>>
<<print $hisher[$activeCharacter.gender]>> mouth or ass
<</if>>
weren't in use. In fact, most of the time they were all being used. The party itself wasn't too rowdy and was easy to clean up afterward, allowing you to open the store back up for the remainder of the day earlier than you were planning. $activeCharacter.name needed a little rest after the morning affair, but you had <<print $himher[$activeCharacter.gender]>> back on the floor within the hour.
<br><br>
Hosting the party earned you @@color:lightgreen;💎10,000@@ but a few customers were upset about you renting out the brothel, @@color:orange;lowering your brothel's popularity.@@ $activeCharacter.name was thoroughly used during the party @@color:orange;damaging <<print $hisher[$activeCharacter.gender]>> body@@.
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Renthouse@@", "You rented the brothel out to one of $activeCharacter.name's customers. They payed you 💎10,000 for the use of the brothel for half a day for an exclusive party. $activeCharacter.name was the <<print $whore[$activeCharacter.gender]>> for the event.")>>
<<run addEvent($activeCharacter, "Basic - Renthouse - Rent Brothel")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total-5, 0, 100)>>
<<set $PC.money += 10000>>
<<set $activeCharacter.condition.progress = 1>>
<<set $activeCharacter.renew = $activeCharacter.assignment>>
<<set $activeCharacter.assignment = "rest">>
<<set $activeCharacter.health = updateHealth($activeCharacter)>>
<<run increaseObedience($activeCharacter, 20)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Refuse Request">>
<b>You refuse $activeCharacter.name's customer's request to rent the brothel!</b> <br>
The customer became upset and told you they won't return to your brothel if you don't rent it to them for half a day. You stick to your guns and give them a firm denial, causing them to storm out of the building. You don't know why they were so upset but you don't let anyone bully you with their frustration. If you did, you wouldn't last long in the brothel business. It isn't until later you hear that the customer was bragging to other customers that they were rich enough to rent out the brothel, so when you denied them they lost face and decided never to return.
<br><br>
Your customers were happy that you refused to let a rich customer rent out your brothel @@color:greenyellow;increasing your brothel's popularity@@ but $activeCharacter.name has lost a customer, @@color:orange;decreasing <<print $hisher[$activeCharacter.gender]>> popularity.@@
<<run addHistory($activeCharacter, "@@color:yellow;[Week " + $weekcount + "] Renthouse@@", "You denied a customer's request to rent out your brothel, causing them to storm out of the building refusing to ever set foot in your brothel ever again. Most of your customer's were happy to see this and $activeCharacter.name didn't mind losing this customer.")>>
<<run addEvent($activeCharacter, "Basic - Renthouse - Refuse Request")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total+5, 0, 100)>>
<<set $activeCharacter.popularity.brothel = Math.clamp($activeCharacter.popularity.brothel-5, 0, 100)>>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<set $genders = ["male", "female"]>>
<<set $groan = {male: "groan", female: "moan"}>>
<<set $Sir = {male: "Sir", female: "Ma'am"}>>
<<set $sir = {male: "sir", female: "ma'am"}>>
<<set $Master = {male: "Master", female: "Mistress"}>>
<<set $master = {male: "master", female: "mistress"}>>
<<set $Whore = {male: "Gigolo", female: "Slut"}>>
<<set $whore = {male: "gigolo", female: "slut"}>>
<<set $Child = {male: "Son", female: "Daughter"}>>
<<set $child = {male: "son", female: "daughter"}>>
<<set $heshe = {male: "he", female: "she", player:"you"}>>
<<set $HeShe = {male: "He", female: "She", player:"You"}>>
<<set $himher = {male: "him", female: "her", player:"you"}>>
<<set $HimHer = {male: "Him", female: "Her", player:"You"}>>
<<set $hishers = {male: "his", female: "hers", player:"yours"}>>
<<set $HisHers = {male: "His", female: "Hers", player:"Yours"}>>
<<set $hisher = {male: "his", female: "her", player:"your"}>>
<<set $HisHer = {male: "His", female: "Her", player:"Your"}>>
<<set $himselfherself = {male: "himself", female: "herself", player:"yourself"}>>
<<set $HimselfHerself = {male: "Himself", female: "Herself", player:"Yourself"}>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<if !$events.child>>
<<set $events.child = either("male", "female")>>
<</if>>
<center><titled>Coming of Age</titled></center>
<br>
<<if !$events.choice>>
A customer has bought [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]]'s service for their <<print $child[$events.child]>>'s coming of age party. There are quite a few of the <<print $child[$events.child]>>'s friends, and you think a few of them might not meet the age required for a person to enter a brothel. The customer assures you everyone attending the party is of age but you know better. Most likely a few, if not most of them are a year below the required age. You have half a mind to personally check all of their IDs but that would end up most likely breaking up the party and ruining the <<print $child[$events.child]>>'s party. If you don't and an official finds out, you may get fined.
<br><br>
<<set _scenename = "Check the ID's of all the people at the party.">>
[[_scenename|Basic - Coming of Age][$events.choice = "Check IDs"]]
<br>
<<set _scenename = "Allow the party to continue.">>
[[_scenename|Basic - Coming of Age][$events.choice = "Allow Party"]]
<<else>>
<<switch $events.choice>>
<<case "Check IDs">>
<b>You check the IDs of everyone at the coming of age party!</b> <br>
Just as you expected, quite a few of the party's attendees were a year underage and in some cases, a couple years. Left with no choice but to escort them out of the building, you return their IDs and break up the party. Once there are only of age attendees, you explain they can now continue the party if they'd like. They decline to do so, as you've ruined the party's atmosphere and there aren't really enough people left to even call it a party. Its more like a small get-together. The customer is angry but understands they are completely in the wrong, so they don't ask for a refund. However its clear they won't be coming back.
<br><br>
Breaking up the party may have saved you from getting a fine but you've lost a few customers doing so, causing @@color:orange;your brothel's popularity to drop.@@ $activeCharacter.name was happy <<print $heshe[$activeCharacter.gender]>> didn't have to entertain a whole party, @@color:greenyellow;increasing <<print $hisher[$activeCharacter.gender]>> trust in you@@.
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Coming of Age@@", "A customer hosted a coming of age party for their <<print $child['" + $events.child + "']>> with $activeCharacter.name serving as the main <<print $whore[$activeCharacter.gender]>> but the party had a few underage attendees. You kicked out those who were underage and the customer begrudgingly decided to end the party.")>>
<<run addEvent($activeCharacter, "Basic - Coming of Age - Check IDs")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total-5, 0, 100)>>
<<run increaseObedience($activeCharacter, 20)>>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Allow Party">>
<b>You allow the party to go on despite your suspicions of underage attendees!</b> <br>
There were no issues with the party and many of the attendees were extremely happy with the event. There were definitely some underage kids but as long as there aren't any officials present, it really isn't an issue. Or so at least you thought. One of the underage attendee's parents found out about the party and placed a complaint with a city official. They investigated the claim and found it truthful and decided to fine you.
<br><br>
The party was a complete success! When some of the other attendees are of age, you are sure to gain some new customers, @@color:greenyellow;increasing your brothel's popularity@@ but you were fined @@color:red;💎1,000@@ for having underage attendees in your brothel.
<<run addHistory($activeCharacter, "@@color:yellow;[Week " + $weekcount + "] Coming of Age@@", "A customer hosted a coming of age party for their <<print $child['" + $events.child + "']>> with $activeCharacter.name serving as the main <<print $whore[$activeCharacter.gender]>>. You suspected the party had a few underage attendees but you decided not to check their IDs, which ended up getting you fined.")>>
<<run addEvent($activeCharacter, "Basic - Coming of Age - Allow Party")>>
<<set $estate.brothel.popularity.total = Math.clamp($estate.brothel.popularity.total+5, 0, 100)>>
<<set $PC.money -= 1000>>
<<run decreaseMood($activeCharacter, "Happiness", 10)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>
<</if>><<include "Unset Passages">>
<<set $Return = 1>>
<<set _height = getHeight($activeCharacter.height)>>
<<set _obedience = getObedience($activeCharacter.obedience.current)>>
<<set _fear = getFear($activeCharacter.fear.current)>>
<<set _sanity = getSanity($activeCharacter.sanity)>>
<<set _trust = getTrust($activeCharacter.trust.current)>>
<<set _affection = getAffection($activeCharacter.affection.current)>>
<<set _hate = getHate($activeCharacter.hate.current)>>
<<set _nature = capitalize($activeCharacter.nature)>>
<<set _gape = getGape($activeCharacter.gape)>>
<<if $activeCharacter.tribe == "mongrel">>
<<set _cock = "knotted">>
<<elseif $activeCharacter.tribe == "pantheran">>
<<set _cock = "barbed">>
<<elseif $activeCharacter.tribe == "minataur">>
<<set _cock = "bull">>
<<elseif $activeCharacter.tribe == "orc">>
<<set _cock = "orc">>
<<else>>
<<set _cock = $race[$activeCharacter.skintone]>>
<</if>>
<<set _maturity = $maturity[$activeCharacter.maturity]>>
<<set _maturitytext = extractWord(_maturity)>>
<center>
<h3><<race $activeCharacter.tribe "Main Menu">> $activeCharacter.name <<gender $activeCharacter.sex $activeCharacter.gender>></h3>
<br>
<<traitdesc $activeCharacter.title $activeCharacter>>
<<traitdesc $activeCharacter.tribe $activeCharacter>>
<<if $activeCharacter.sex == "male" && $activeCharacter.stats.sissification == 100>>
<<traitdesc "sissy" $activeCharacter>>
<<else>>
<<traitdesc $activeCharacter.sex $activeCharacter>>
<</if>>
<<traitdesc _maturitytext $activeCharacter>>
<<if $activeCharacter.pregnancy.status>>
<<traitdesc "pregnant" $activeCharacter>>
<</if>>
</center>
<br><br>
<<set _maturity = extractWord($maturity[$activeCharacter.maturity])>>
<<set _an = AvsAn.query(_maturity)>>
From what you can see <<print $heshe[$activeCharacter.gender]>>'s _an <<print $maturity[$activeCharacter.maturity]>>
<<if $activeCharacter.skintone>>
$activeCharacter.skintone
<<elseif $activeCharacter.fur>>
$activeCharacter.fur furred
<</if>>
<<if $activeCharacter.tribe>>
$activeCharacter.tribe.
<<else>>
$activeCharacter.race.
<</if>>
$activeCharacter.name's face is <<print $beauty[$activeCharacter.beauty]>>, <<print $heshe[$activeCharacter.gender]>> is _height, <<print $weight[$activeCharacter.weight]>> and looks <<print $health[$activeCharacter.health]>>.
<<print $HeShe[$activeCharacter.gender]>> has $activeCharacter.eyedescriptor $activeCharacter.eyecolor eyes and <<print $hisher[$activeCharacter.gender]>> $activeCharacter.haircolor hair is styled $activeCharacter.hairstyle.
<<physicalTraits $activeCharacter "Race">>
<br><br>
<<if $activeCharacter.lips.current>>
<<print $HeShe[$activeCharacter.gender]>> has <<print $lips[$activeCharacter.lips.current]>> lips.
<<attributeDescriptor "Lips" $activeCharacter.lips.current $activeCharacter>>
<</if>>
<<if $activeCharacter.shoulders.current && $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders and <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.shoulders.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $shoulders[$activeCharacter.shoulders.current]>> shoulders frames <<print $hisher[$activeCharacter.gender]>> upper body.
<<attributeDescriptor "Shoulders" $activeCharacter.shoulders.current $activeCharacter>>
<<elseif $activeCharacter.torso.current>>
<<print $HisHer[$activeCharacter.gender]>> <<print $torso[$activeCharacter.torso.current]>> torso frames <<print $hisher[$activeCharacter.gender]>> upper body.
<</if>>
<<if $activeCharacter.hips.current>>
<<print $HisHer[$activeCharacter.gender]>> hips are <<print $hips[$activeCharacter.hips.current]>>.
<</if>>
<<if $activeCharacter.legs.current>>
<<print $HeShe[$activeCharacter.gender]>> has two <<print $legs[$activeCharacter.legs.current]>> legs.
<</if>>
<<if $activeCharacter.bust.current > 1>>
$activeCharacter.name has <<print $bust[$activeCharacter.bust.current]>> sized breasts.
<<else>>
$activeCharacter.name's chest is completely flat.
<</if>>
From behind you can see <<print $hisher[$activeCharacter.gender]>> <<print $butt[$activeCharacter.gender][$activeCharacter.butt.current]>> ass.
<<unset $activeCharacter>><<widget "physicalTraits">>
<<if $args[1] == "Race">>
<<if ["human"].contains($args[0].tribe)>>
$args[0].name has no discernible traits.
<<elseif ["giant"].contains($args[0].tribe)>>
Other than being an overly large human, $args[0].name has no discernible traits.
<<elseif ["gnome"].contains($args[0].tribe)>>
$args[0].name is very short and has pointed ears.
<<elseif ["dwarf"].contains($args[0].tribe)>>
$args[0].name is short, stout and has thick facial hair.
<<elseif ["pantheran"].contains($args[0].tribe)>>
$args[0].name is an anthropomorphic beastman. <<print $HisHer[$args[0].gender]>> ears, tail, face, body, hands and feet are that of a cat.
<<elseif ["mongrel"].contains($args[0].tribe)>>
$args[0].name is an anthropomorphic beastman. <<print $HisHer[$args[0].gender]>> ears, tail, face, body, hands and feet are that of a dog.
<<elseif ["neko"].contains($args[0].tribe)>>
$args[0].name has $args[0].haircolor colored cat-like ears and a tail.
<<elseif ["canus"].contains($args[0].tribe)>>
$args[0].name has $args[0].haircolor colored dog-like ears and a tail.
<<elseif ["moon rabbit"].contains($args[0].tribe)>>
$args[0].name has $args[0].haircolor colored rabbit-like ears and a tail.
<<elseif ["minotaur"].contains($args[0].tribe)>>
$args[0].name has hoofed feet and bull-like horns protruding from <<print $hisher[$args[0].gender]>> head.
<<elseif ["holstaur"].contains($args[0].tribe)>>
$args[0].name has hoofed feet and two small horns protruding from <<print $hisher[$args[0].gender]>> head.
<<elseif ["elf"].contains($args[0].race)>>
$args[0].name has long and pointed ears.
<<elseif ["orc"].contains($args[0].tribe)>>
$args[0].name has tusk-like lower canines that rest above <<print $hisher[$args[0].gender]>> upper lip.
<<elseif ["goblin"].contains($args[0].tribe)>>
$args[0].name has pointed ears and jagged teeth.
<</if>>
<</if>>
<</widget>><<widget "BrothelCompetition">>
<<for _comp = 3; _comp > 0;_comp-->>
<<set $estate.brothel.competition[_comp] = {}>>
<<set $estate.brothel.competition[_comp].update = 0>>
<<set $estate.brothel.competition[_comp].takedown = 0>>
<<set $estate.brothel.competition[_comp].name = nameGenerator("Brothel")>>
<<set $estate.brothel.competition[_comp].status = 100>>
<<set $estate.brothel.competition[_comp].popularity = 100>>
<<set $estate.brothel.competition[_comp].type = "Local">>
<<set $estate.brothel.competition[_comp].option = "Investigation">>
<<set $estate.brothel.competition[_comp].research = {total:0, name:0, popularity:0, owner:0, idol:0, guards:0, procurer:0}>>
<<set $estate.brothel.competition[_comp].investigation = {type:null, time:0, week:0, progress:0, success:0, event:null, scene:null, choice:null}>>
<<set $estate.brothel.competition[_comp].preparation = {scope:null, week:0, progress:0, success:0, event:null, scene:null, choice:null}>>
<<set $estate.brothel.competition[_comp].heat = {amount:0, triggered:0, week:0, success:0, nerfed:0, event:null, scene:null, choice:null}>>
<<set $slavetemplate = "D">>
<<include "Roll Slave">>
<<set $estate.brothel.competition[_comp].owner = _character>>
<<include "Roll Slave">>
<<set $estate.brothel.competition[_comp].idol = _character>>
<<if random(1,4) > 1>>
<<include "Roll Slave">>
<<set $estate.brothel.competition[_comp].procurer = _character>>
<<else>>
<<set $estate.brothel.competition[_comp].procurer = "Owner">>
<</if>>
<<set _guards = random(0,2)>>
<<set $estate.brothel.competition[_comp].guards = {amount: _guards}>>
<<for _guards>>
<<include "Roll Slave">>
<<set $estate.brothel.competition[_comp].guards[_guards] = _character>>
<<set _guards-->>
<</for>>
<<if !$estate.brothel.competition.amount>>
<<set $estate.brothel.competition.amount = 1>>
<<else>>
<<set $estate.brothel.competition.amount++>>
<</if>>
<</for>>
<</widget>><<widget "popularitybar">>
<<set _ee = $args[0] / 100>>
<<if _ee < 0>>
<<set _ee = 0>>
<<elseif _ee > 1>>
<<set _ee = 1>>
<</if>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * 10)>>
<<else>>
<<set _current = Math.ceil(_ee * 10)>>
<</if>>
<<set _gone = 10 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _fpcstat = '[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _fpgstat = '@@color:' + "gray" + ';' + _gone + '@@]'>>
<<set _ee = ($args[0] - 100) / 100>>
<<if _ee < 0>>
<<set _ee = 0>>
<<elseif _ee > 1>>
<<set _ee = 1>>
<</if>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * 10)>>
<<else>>
<<set _current = Math.ceil(_ee * 10)>>
<</if>>
<<set _gone = 10 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _mpcstat = '[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _mpgstat = '@@color:' + "gray" + ';' + _gone + '@@]'>>
<<set _ee = ($args[0] - 200) / 100>>
<<if _ee < 0>>
<<set _ee = 0>>
<<elseif _ee > 1>>
<<set _ee = 1>>
<</if>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * 10)>>
<<else>>
<<set _current = Math.ceil(_ee * 10)>>
<</if>>
<<set _gone = 10 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _epcstat = '[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _epgstat = '@@color:' + "gray" + ';' + _gone + '@@]'>>
<<print _fpcstat + _fpgstat + _mpcstat + _mpgstat + _epcstat + _epgstat>>
<</widget>><<set _chance = random(1, 100)>>
<<set $investigation = null>>
<<set $preparation = null>>
<<set $bupdate = null>>
<<set $heat = null>>
<<set $result = null>>
<<set $events.choice = null>>
<<set $events.scene = null>>
<<set $events.scenes = []>>
<<if $events.week != $weekcount>>
<<set $events.week = $weekcount>>
<<set $events.amount = 0>>
<</if>>
<<for _comp = 1;_comp <= $estate.brothel.competition.amount;_comp++>>
<<set _brothel = $estate.brothel.competition[_comp]>>
<<if _brothel.heat == null && !_brothel.takedown>>
<<set _brothel.heat = {amount:100, triggered:0, week:0, success:0, nerfed:0, event:null, scene:null, choice:null}>>
<</if>>
<<if !_brothel.heat.triggered && !_brothel.takedown>>
<<if _brothel.heat.amount >= _chance>>
<<set _brothel.heat.triggered = 1>>
<<set _brothel.heat.event = "Start">>
<</if>>
<</if>>
<<if _brothel.investigation.type && _brothel.investigation.week != $weekcount && !_brothel.takedown>>
<<set $investigation = {brothel:null, num:null}>>
<<set $investigation.brothel = $estate.brothel.competition[_comp]>>
<<set $investigation.num = _comp>>
<<if !$estate.brothel.competition[_comp].investigation.progress>>
<<set $estate.brothel.competition[_comp].investigation.progress = 0>>
<</if>>
<<set $estate.brothel.competition[_comp].investigation.week = $weekcount>>
<<set $estate.brothel.competition[_comp].investigation.progress++>>
<<if $estate.brothel.competition[_comp].investigation.progress == 1 || ($estate.brothel.competition[_comp].investigation.progress == 2 && _brothel.investigation.type == "Concise") || ($estate.brothel.competition[_comp].investigation.progress == 3 && _brothel.investigation.type == "Concise") || ($estate.brothel.competition[_comp].investigation.progress == 3 && _brothel.investigation.type == "Moderate") || ($estate.brothel.competition[_comp].investigation.progress == 4 && _brothel.investigation.type == "Extended") || ($estate.brothel.competition[_comp].investigation.progress == 5 && _brothel.investigation.type == "Moderate") || ($estate.brothel.competition[_comp].investigation.progress == 7 && _brothel.investigation.type == "Extended")>>
<<goto "Brothel Investigation">>
<<break>>
<<else>>
<<set $investigation = null>>
<</if>>
<<elseif _brothel.preparation.scope && _brothel.preparation.week != $weekcount && !_brothel.takedown>>
<<set $preparation = {brothel:null, num:null}>>
<<set $preparation.brothel = $estate.brothel.competition[_comp]>>
<<set $preparation.num = _comp>>
<<if !$estate.brothel.competition[_comp].preparation.progress>>
<<set $estate.brothel.competition[_comp].preparation.progress = 0>>
<</if>>
<<set $estate.brothel.competition[_comp].preparation.week = $weekcount>>
<<set $estate.brothel.competition[_comp].preparation.progress++>>
<<if ($estate.brothel.competition[_comp].preparation.progress == 1 && $estate.brothel.competition[_comp].preparation.event == "Start") || ($estate.brothel.competition[_comp].preparation.progress == ($estate.brothel.competition[_comp].preparation.time + 1))>>
<<goto "Brothel Preparation">>
<<break>>
<<else>>
<<set $preparation = null>>
<</if>>
<<elseif _brothel.heat.triggered && _brothel.heat.week != $weekcount && !_brothel.takedown>>
<<set $heat = {brothel:null, num:null}>>
<<set $heat.brothel = $estate.brothel.competition[_comp]>>
<<set $heat.num = _comp>>
<<set $estate.brothel.competition[_comp].heat.week = $weekcount>>
<<set $estate.brothel.competition[_comp].heat.progress++>>
<<goto "Brothel Heat">>
<<break>>
<<elseif _brothel.update != $weekcount && !_brothel.takedown>>
<<set $estate.brothel.competition[_comp].update = $weekcount>>
<<set _brothel = $estate.brothel.competition[_comp]>>
<<set _popregen = 0>>
<<if _brothel.idol>>
<<set _popregen += 1>>
<<else>>
<<set _popregen -= 2>>
<</if>>
<<if _brothel.procurer>>
<<set _popregen += 2>>
<<else>>
<<set _popregen -= 4>>
<</if>>
<<if _brothel.owner>>
<<set _popregen += 3>>
<<else>>
<<set _popregen -= 10>>
<</if>>
<<set $estate.brothel.competition[_comp].popularity = Math.clamp(_brothel.popularity + _popregen, 0, 100)>>
<<if _brothel.popularity >= 100>>
<<set $estate.brothel.competition[_comp].status = Math.clamp(_brothel.status + 15, 0, 100)>>
<<elseif _brothel.popularity >= 75>>
<<set $estate.brothel.competition[_comp].status = Math.clamp(_brothel.status + 10, 0, 100)>>
<<elseif _brothel.popularity >= 50>>
<<set $estate.brothel.competition[_comp].status = Math.clamp(_brothel.status + 5, 0, 100)>>
<<elseif _brothel.popularity >= 25>>
<<set $estate.brothel.competition[_comp].status = Math.clamp(_brothel.status - 5, 0, 100)>>
<<elseif _brothel.popularity > 0>>
<<set $estate.brothel.competition[_comp].status = Math.clamp(_brothel.status - 10, 0, 100)>>
<<elseif _brothel.popularity == 0>>
<<set $estate.brothel.competition[_comp].status = Math.clamp(_brothel.status - 15, 0, 100)>>
<</if>>
<<if _brothel.status == 0>>
<<set $estate.brothel.competition[_comp].research = {total:6, name:1, popularity:1, owner:1, idol:1, guards:1, procurer:1}>>
<<set $estate.brothel.competition[_comp].takedown = 1>>
<<set $estate.brothel.competition[_comp].popularity = 0>>
<<set $bupdate = {brothel:null, num:null}>>
<<set $bupdate.brothel = $estate.brothel.competition[_comp]>>
<<set $bupdate.num = _comp>>
<<if $estate.brothel.competition[_comp].type == "Local">>
<<set $estate.brothel.takedowns.local++>>
<<elseif $estate.brothel.competition[_comp].type == "Regional">>
<<set $estate.brothel.takedowns.regional++>>
<<elseif $estate.brothel.competition[_comp].type == "National">>
<<set $estate.brothel.takedowns.national++>>
<</if>>
<<goto "Brothel End">>
<<break>>
<</if>>
<<elseif _brothel.takedown == 1>>
<<set $estate.brothel.competition[_comp].takedown = 2>>
<<set $estate.brothel.competition[_comp].owner = null>>
<<set $estate.brothel.competition[_comp].procurer = null>>
<<set $estate.brothel.competition[_comp].idol = null>>
<<set $estate.brothel.competition[_comp].guards[1] = null>>
<<set $estate.brothel.competition[_comp].guards[2] = null>>
<</if>>
<</for>>
<<if !$investigation && !$preparation && !$heat && !$bupdate>>
<<if $events.amount >= 3 || !$slaves.amount>>
<<goto "Main">>
<<elseif !$events.amount || $slaves.amount >= _chance>>
<<include "Random Events">>
<<set $events.amount += 1>>
<<goto $events.scene>>
<<else>>
<<goto "Main">>
<</if>>
<</if>><<include "Unset Passages">>
<<include "Mobile Header">>
<<set _brothel = $investigation.brothel>>
<<set _investigation = $investigation.brothel.investigation>>
<<set _an = AvsAn.query(_investigation.type)>>
<center><titled>_investigation.type Brothel Investigation</titled></center>
<br>
<<if _investigation.event == "Start">>
You have hired someone to perform _an <<print lowercase(_investigation.type)>> investigation on
<<if _brothel.research.name>>
_brothel.name.
<<else>>
an unknown brothel.
<</if>>
<<if _investigation.type == "Extended">>
<<set _cost = 625>>
<<set _price = commify(_cost)>>
This investigation will be fairly cheap but will take quite a long time to complete. These kinds of investigations also draw very minimal attention to you, but there is still a small chance an enemy brothel owner might find out someone hired a private investigator to gather information about them. The investigation will cost a paltry @@color:lightgreen;💎_price@@ but it will take seven weeks to complete. There will be an update after the fourth week where you can further guide the investigation and the final investigation report will be given to you after the seventh week.
<<elseif _investigation.type == "Moderate">>
<<set _cost = 2500>>
<<set _price = commify(_cost)>>
This investigation will cost a decent amount and will take a moderate amount of time to complete. These kinds of investigations can draw some attention, causing the enemy brothel owner to find out someone hired a private investigator to gather information bout them. The investigation will cost you about @@color:lightgreen;💎_price@@ and it will take five full weeks to complete. There will be an update after the third week where you can further guide the investigation and the final investigation report will be given to you after the fifth week of the investigation.
<<elseif _investigation.type == "Concise">>
<<set _cost = 10000>>
<<set _price = commify(_cost)>>
This investigation is very expensive but will take the least amount of time to complete. These kinds of investigations have a high chance of drawing attention which means there is a large chance an enemy brothel owner might find out someone hired a private investigator to gather information about them. The investigation will cost @@color:lightgreen;💎_price@@ but it will take three weeks to complete. There will be an update after the second week where you can further guide the investigation and the final investigation report will be given to you after the third week.
<</if>>
<br><br>
<<if $estate.brothel.competition[$investigation.num].investigation.event == "Start">>
<<if $PC.money >= _cost>>
<<set _scenename = "Continue with the investigation.">>
<b>[@@color:lightgreen;💎_price@@]</b> [[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "Mid", $PC.money -= _cost, $estate.brothel.competition[$investigation.num].investigation.success = random(0,1)]]
<<else>>
<b>[@@color:red;💎_price@@]</b> Continue with the investigation.
<</if>>
<br>
<<set _scenename = "Cancel the investigation.">>
[[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = null, $estate.brothel.competition[$investigation.num].investigation.progress = 0, $estate.brothel.competition[$investigation.num].investigation.choice = null]]
<<elseif $estate.brothel.competition[$investigation.num].investigation.event == "Mid">>
<<set $Continue = "Event Hub">>
<b>You paid the investigator @@color:lightgreen;💎_price@@, officially starting the investigation!</b> <br>
This week will count as the first week of the investigation meaning the investigator will report back to you on the progress of their investigation in
<<if _investigation.type == "Extended">>
three weeks.
<<elseif _investigation.type == "Moderate">>
two weeks.
<<elseif _investigation.type == "Concise">>
one week.
<</if>>
<<set $events.scenes = ["Investigation+", "Heist", "Slave", "Function", "Fraud"]>>
<<if (_investigation.type == "Extended" && _chance > 8) || (_investigation.type == "moderate" && _chance > 4) || _investigation.type == "Concise">>
/*<<set $events.scenes.push("Guard Bribe", "Ensnared", "Suspicious Owner")>>*/
<</if>>
<<set $events.scene = $events.scenes.random()>>
<<set $estate.brothel.competition[$investigation.num].investigation.scene = $events.scene>>
<<elseif !$estate.brothel.competition[$investigation.num].investigation.event>>
<<set $Continue = "Event Hub">>
<<set $estate.brothel.competition[$investigation.num].investigation = {type:null, time:0, week:0, progress:0, success:0, event:null, scene:null, choice:null}>>
<b>You canceled the investigation!</b> <br>
You have decided its better to bide your time and investigate at either a better time, or for a more optimal amount of credits. You'll be able to start a new investigation whenever you're ready at the brothel competition screen.
<</if>>
<<elseif _investigation.event == "Mid">>
<<set _extra = "">>
<<if !$estate.brothel.competition[$investigation.num].research.name>>
<<set $estate.brothel.competition[$investigation.num].research.name = 1>>
<<set $estate.brothel.competition[$investigation.num].research.total++>>
<<set _extra = "<b>@@color:forestgreen;You have learned the brothel's name! [_brothel.name]@@</b><br><br>">>
<</if>>
<<if ["Investigation+", "Heist", "Slave", "Function", "Fraud"].includes($estate.brothel.competition[$investigation.num].investigation.scene) && !$events.scene>>
<<set $events.scene = either("The investigator has been successful so far in gathering information about <b>_brothel.name</b> without tipping off the owner about the investigation. This is good news, as you won't have to expend further funds to help promote the investigation. ", "The investigator has stealthily infiltrated <b>_brothel.name</b> without gaining any attention. Any and all funds used to promote the investigation further will only gain bonus information from here on out. ",
"There has been no issues with the investigator gathering information from <b>_brothel.name</b>. The investigator still has funds to use from your original investment but that doesn't mean you can't give more to get more. ",
"The investigation into <b>_brothel.name</b> has been going extremely well, allowing the investigator to gather information without tipping off the owner. If you have any more funds to allocate to the investigation, it could possibly net you more advantages. ",
"Your investigation into <b>_brothel.name</b> has been successful on multiple fronts; the investigator has evaded attention from the brothel owner and has gained some information about the brothel. Any and all additional funds you pump into the investigation will help to further it beyond the original plan's scope. ")>>
<</if>>
<<if !$estate.brothel.competition[$investigation.num].investigation.choice>>
<<switch $estate.brothel.competition[$investigation.num].investigation.scene>>
<<case "Investigation+">>
<<set $events.scene += "According to the investigator, you can still fund the investigation further gaining a higher chance to get even more information, or you can stick with your original investment and gain the guaranteed information they are already gathering. If you invest further, you will still gain that information but you aren't guaranteed to gain the additional information. <br><br>">>
<<set $events.scene += _extra>>
$events.scene
<<set _cost = 5000>>
<<set _price = commify(_cost)>>
<<set _scenename = "Invest more credits into the investigation.">>
<b>[@@color:lightgreen;💎_price@@ | @@color:yellow;50% Success Rate@@]</b> [[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $PC.money -= _cost, $estate.brothel.competition[$investigation.num].investigation.choice = "Investigation+"]]
<br>
<<set _scenename = "Continue investigation without further investment.">> [[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $estate.brothel.competition[$investigation.num].investigation.choice = "Investigation"]]
<<case "Heist">>
<<set $events.scene += "The investigator tells you the brothel owner is rumored to store a cache of @@color:lightgreen;💎40,000@@ somewhere in the brothel. If you invest more money so they can pay for service from the brothel long enough to steal it. <br><br>">>
<<set $events.scene += _extra>>
$events.scene
<<set _cost = 20000>>
<<set _price = commify(_cost)>>
<<set _scenename = "Fund the investigator's heist plan.">>
<b>[@@color:lightgreen;💎_price@@ | @@color:orange;25% Success Rate@@]</b> [[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $PC.money -= _cost, $estate.brothel.competition[$investigation.num].investigation.choice = "Heist", $estate.brothel.competition[$investigation.num].investigation.success = random(-2,1)]]
<br>
<<set _scenename = "Forgo the heist and stick to the original plan.">>
[[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $estate.brothel.competition[$investigation.num].investigation.choice = "Investigation"]]
<<case "Slave">>
<<set $events.scene += "One of the brothel's slaves is very talkative and has been feeding the investigator a lot of information. Luckily for you, <b>_brothel.name</b>'s brothel owner is selling the slave for @@color:lightgreen;💎15,000@@. You can give the funds to purchase the slave to the investigator. You won't get the slave, but you will get the information if the slave actually knows as much as they seem to. <br><br>">>
<<set $events.scene += _extra>>
$events.scene
<<set _cost = 15000>>
<<set _price = commify(_cost)>>
<<set _scenename = "Pay for the investigator to buy the slave.">>
<b>[@@color:lightgreen;💎_price@@ | @@color:yellow;50% Success Rate@@]</b> [[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $PC.money -= _cost, $estate.brothel.competition[$investigation.num].investigation.choice = "Slave"]]
<br>
<<set _scenename = "Tell the investigator to ignore buying the slave and continue with the investigation.">>
[[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $estate.brothel.competition[$investigation.num].investigation.choice = "Investigation"]]
<<case "Function">>
<<set $events.scene += "<b>_brothel.name</b> is hosting a large, fancy function sometime this week, meaning its the perfect time for the investigator to gather even more information. While the owner and guards are busy keeping the function under control, the investigator can check out the back area of the brothel. The only problem is, without an invitation there is a cover fee of @@color:lightgreen;💎5,000@@. If you pay for the cover fee and the plan works out, you can gain multiple key pieces of information about the brothel. <br><br>">>
<<set $events.scene += _extra>>
$events.scene
<<set _cost = 5000>>
<<set _price = commify(_cost)>>
<<set _scenename = "Pay the cover fee for the investigator to get into the function.">>
<b>[@@color:lightgreen;💎_price@@ | @@color:yellow;50% Success Rate@@]</b> [[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $PC.money -= _cost, $estate.brothel.competition[$investigation.num].investigation.choice = "Function"]]
<br>
<<set _scenename = "Decline paying the cover fee.">>
[[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $estate.brothel.competition[$investigation.num].investigation.choice = "Investigation"]]
<<case "Fraud">>
<<set $events.scene += "The investigator has been working temporarily as a consultant for <b>_brothel.name</b> without rousing any suspicion in the owner. They have found out the brothel owner has been misreporting their income so they don't have to pay their taxes. You can give the investigator @@color:lightgreen;💎10,000@@ so they can get the tools necessary to get physical evidence so you can report it to the authorities, gaining you @@color:lightgreen;💎20,000@@ for providing the tip.<br><br>">>
<<set $events.scene += _extra>>
$events.scene
<<set _cost = 10000>>
<<set _price = commify(_cost)>>
<<set _scenename = "Pay for the equipment to get physical evidence.">>
<b>[@@color:lightgreen;💎_price@@ | @@color:yellow;50% Success Rate@@]</b> [[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $PC.money -= _cost, $estate.brothel.competition[$investigation.num].investigation.choice = "Fraud"]]
<br>
<<set _scenename = "Don't report the brothel owner's fraudulent income.">>
[[_scenename|Brothel Investigation][$estate.brothel.competition[$investigation.num].investigation.event = "End", $estate.brothel.competition[$investigation.num].investigation.choice = "Investigation"]]
<</switch>>
<<else>>
<<set $Continue = "Event Hub">>
$events.scene
<<switch $estate.brothel.competition[$investigation.num].investigation.choice>>
<<case "Investigation+">>
<b>You invested more credits into the investigation!</b>
<br>
If the complete investigation ends up being fruitful, you will gain at least two pieces of information about <b>_brothel.name</b> from the investigator. If the investigation fails you will still gain the original information the investigator gathered but you won't gain anything else or your money back.
<<case "Heist">>
<b>You funded the investigator's heist plot!</b>
<br>
If the heist ends up begin successful, you will gain double the amount you invested into it as well as any information the investigator gathered while completing the investigation. If its unsuccessful you will still gain the information the investigator has on <b>_brothel.name</b> but you will not be refunded for the money you spent on the heist itself.
<<case "Slave">>
<b>You bought the slave for the investigator to interrogate!</b>
<br>
The investigator will interrogate the slave for any information they have on <b>_brothel.name</b>. If it turns out the slave isn't bluffing about their knowledge of the brothel you will know everything there is to know about <b>_brothel.name</b>. If it turns out they don't know anything past what they initially told the investigator, you will still gain that money but you won't gain the slave or a refund for purchasing them.
<<case "Function">>
<b>You paid the cover fee for the investigator to get into the social function!</b>
<br>
If the investigator fails to gain any extra information about the brothel during the function, you will get a report for the initial information gathered but you won't gain a refund for the cover fee. If the investigator is successful, you will gain additional intel.
<<case "Fraud">>
<b>You paid for the equipment the investigator needed to get physical evidence of the brothel owner's fraud!</b>
<br>
The investigator will try their best to get evidence but if they fail, you will not be able to give the city officials a tip about <b>_brothel.name</b>'s fraud. If luck swings in favor of the investigator and they get the evidence, you will be able to send in the report while gaining a reward for doing so. No matter what happens, you will gain information about <b>_brothel.name</b>.
<<case "Investigation">>
<b>You decided to stick to the original investigation plan!</b>
<br>
You explained to the investigator you're happy with the level of investment you have already put into the current ongoing investigation, and you aren't interested in whatever scheme he has at the moment. Since you didn't invest anymore into the investigation you won't gain any more info or money but you will still gain the intel the investigator originally gathered.
<</switch>>
<</if>>
<<elseif _investigation.event == "End">>
<<set $Continue = "Event Hub">>
<<switch $estate.brothel.competition[$investigation.num].investigation.choice>>
<<case "Investigation+">>
<<if $estate.brothel.competition[$investigation.num].investigation.success>>
<b>@@color:forestgreen;The investigator was able to conduct an advanced investigation without being exposed!@@</b>
<br>
Your gambit paid off! <b>_brothel.name</b>'s owner was completely clueless about the investigation, allowing the investigator to gather a strong portfolio about the brothel for you to look at. With this information you can properly map out a plan of attack on the brothel, thinning out the competition so you can get a larger market share of potential customers.
<<set _info = 3>>
<<else>>
<b>@@color:red;The investigator failed their advanced investigation!@@</b>
<br>
<b>_brothel.name</b>'s owner caught onto the investigator's investigation and banned them before they could complete the advanced investigation. The investigator only has a small portfolio to show for their effort, but there is still some information in there which is new to you. It isn't much, but it may be enough for you to plan a targeted attack against <b>_brothel.name</b>.
<<set _info = 1>>
<</if>>
<<case "Heist">>
<<if $estate.brothel.competition[$investigation.num].investigation.success > 0>>
<b>@@color:forestgreen;The investigator's heist was successful!@@</b>
<br>
<b>_brothel.name</b>'s owner never saw it coming. There are already rumors spreading about the investigator's heist and there are absolutely no leads. Not only might this cause some discord amongst <b>_brothel.name</b>'s workers but the owner may end up alienating customers by acting too vigilant which isn't looked fond on by those looking to spend their time at brothels. To top it all off, you still gained some new information about the brothel.
<<set _info = 1>>
<<set $PC.money += 40000>>
<<else>>
<b>@@color:red;The investigator's heist failed!@@</b>
<br>
<<set _info = 1>>
<b>_brothel.name</b>'s owner discovered the investigator's plot long before they were able to put it into motion. The investigator only has a small portfolio to show for their effort, but there is still some information in there which is new to you. It isn't much, but it may be enough for you to plan a targeted attack against <b>_brothel.name</b>.
<</if>>
<<case "Slave">>
<<if $estate.brothel.competition[$investigation.num].investigation.success>>
<b>@@color:forestgreen;The investigator successfully interrogated the slave!@@</b>
<br>
The slave sung like a canary as soon as the investigator put them any pressure on them. Without any advantage to staying loyal to their previous master and fearing punishment from their new master, there wasn't much of a option in the first place. The investigator checked up on the information given, and as it turns out all of it was correct, giving you a complete portfolio of <b>_brothel.name</b>.
<<set _info = 10>>
<<else>>
<b>@@color:red;The slave you paid for the investigator to interrogate had little to no knowledge of <b>_brothel.name</b>!@@</b>
<br>
<<set _info = 1>>
After the investigator interrogated the slave, they checked up on the information and found out that pretty much all of it was useless. The investigator only has a small portfolio to show for their effort, but there is still some information in there which is new to you. It isn't much, but it may be enough for you to plan a targeted attack against <b>_brothel.name</b>.
<</if>>
<<case "Function">>
<<if $estate.brothel.competition[$investigation.num].investigation.success>>
<b>@@color:forestgreen;The investigator successfully infiltrated the function!@@</b>
<br>
Using the function as a cover, the investigator was able to sneak into the backroom of <b>_brothel.name</b> and gather a plethora of information. They were even able to sneak back out and enjoy the rest of the function with <b>_brothel.name</b>'s owner being none the wiser. On top of the information gained during the main investigation, the investigators portfolio of <b>_brothel.name</b> is quite big.
<<set _info = 3>>
<<else>>
<b>@@color:red;The investigator failed to infiltrate the function!@@</b>
<br>
<<set _info = 1>>
Even though the investigator wasn't found out, <b>_brothel.name</b>'s owner hired security for the function, preventing the them from going into the back of the brothel. The investigator only has a small portfolio to show for their effort, but there is still some information in there which is new to you. It isn't much, but it may be enough for you to plan a targeted attack against <b>_brothel.name</b>.
<</if>>
<<case "Fraud">>
<<if $estate.brothel.competition[$investigation.num].investigation.success>>
<b>@@color:forestgreen;The investigator got evidence of the fraud going on in <b>_brothel.name</b>!@@</b>
<br>
The investigator used their time as a consultant to gather information about <b>_brothel.name</b>'s owner's fraud. With the right tools, they were able to duplicate the evidence required for you to report <b>_brothel.name</b> to the authorities. Only after you report the brothel does the owner realize the consultant was a plant but its far too late for them to do anything about it and they have no way of knowing it was you who hired the investigator.
<<set _info = 1>>
<<set $PC.money += 2000>>
<<else>>
<b>@@color:red;The investigator failed to get evidence of the fraud going on in <b>_brothel.name</b>!@@</b>
<br>
<<set _info = 1>>
<b>_brothel.name</b>'s owner fired the investigator before they could get any usable evidence. Whether the brothel owner knew about the plot or they didn't need a consultant anymore, you'll never know. The investigator only has a small portfolio to show for their effort, but there is still some information in there which is new to you. It isn't much, but it may be enough for you to plan a targeted attack against <b>_brothel.name</b>.
<</if>>
<<case "Investigation">>
<b>@@color:forestgreen;The investigator's investigation was a success!@@</b>
<br>
Since you opted not to expand the original investigation, the investigator only had to wrap up and corroborate the information they already gathered. Its not much, but its guaranteed and only cost time and the amount of money payed for the investigation and may be plenty enough for you to plan a target attack against <b>_brothel.name</b>.
<<set _info = 1>>
<</switch>>
<br>
<<for _info>>
<<if !$estate.brothel.competition[$investigation.num].research.owner>>
<<set $estate.brothel.competition[$investigation.num].research.owner = 1>>
<<set $estate.brothel.competition[$investigation.num].research.total++>>
<br><b>@@color:forestgreen;You have learned information about the owner of <b>_brothel.name</b>!@@</b>
<<elseif !$estate.brothel.competition[$investigation.num].research.popularity>>
<<set $estate.brothel.competition[$investigation.num].research.popularity = 1>>
<<set $estate.brothel.competition[$investigation.num].research.total++>>
<br><b>@@color:forestgreen;You have learned information about the popularity of <b>_brothel.name</b>!@@</b>
<<elseif !$estate.brothel.competition[$investigation.num].research.procurer>>
<<set $estate.brothel.competition[$investigation.num].research.procurer = 1>>
<<set $estate.brothel.competition[$investigation.num].research.total++>>
<br><b>@@color:forestgreen;You have learned information about the procurer of <b>_brothel.name</b>!@@</b>
<<elseif !$estate.brothel.competition[$investigation.num].research.idol>>
<<set $estate.brothel.competition[$investigation.num].research.idol = 1>>
<<set $estate.brothel.competition[$investigation.num].research.total++>>
<br><b>@@color:forestgreen;You have learned information about the idol of <b>_brothel.name</b>!@@</b>
<<elseif !$estate.brothel.competition[$investigation.num].research.guards>>
<<set $estate.brothel.competition[$investigation.num].research.guards = 1>>
<<set $estate.brothel.competition[$investigation.num].research.total++>>
<br><b>@@color:forestgreen;You have learned information about the guard(s) of <b>_brothel.name</b>!@@</b>
<<else>>
<<set _info = 1>>
<</if>>
<<set _info-->>
<</for>>
<<if $estate.brothel.competition[$investigation.num].investigation.success>>
<<set $estate.brothel.competition[$investigation.num].heat.amount = Math.clamp($estate.brothel.competition[$investigation.num].heat.amount+10, 0, 100)>>
<br><b>@@color:forestgreen;_brothel.name has greatly increased they amount of heat they're putting on you!@@</b>
<<else>>
<<set $estate.brothel.competition[$investigation.num].heat.amount = Math.clamp($estate.brothel.competition[$investigation.num].heat.amount+5, 0, 100)>>
<br><b>@@color:greenyellow;You have learned information about the owner of <b>_brothel.name</b>!@@</b>
<</if>>
<<set $estate.brothel.competition[$investigation.num].investigation = {type:null, week:0, progress:0, success:0, event:null, scene:null, choice:null}>>
<</if>><<widget "progressbar">>
<<if $args[1] == "Extended">>
<<set $cap = {fbar:4, sbar:7}>>
<<elseif $args[1] == "Moderate">>
<<set $cap = {fbar:3, sbar:5}>>
<<elseif $args[1] == "Concise">>
<<set $cap = {fbar:1, sbar:2}>>
<</if>>
<<set _ee = $args[0] / $cap.fbar>>
<<if _ee < 0>>
<<set _ee = 0>>
<<elseif _ee > 1>>
<<set _ee = 1>>
<</if>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * 10)>>
<<else>>
<<set _current = Math.ceil(_ee * 10)>>
<</if>>
<<set _gone = 10 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _fpcstat = '[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _fpgstat = '@@color:' + "gray" + ';' + _gone + '@@]'>>
<<set _ee = ($args[0] - $cap.fbar) / ($cap.sbar - $cap.fbar)>>
<<if _ee < 0>>
<<set _ee = 0>>
<<elseif _ee > 1>>
<<set _ee = 1>>
<</if>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * 10)>>
<<else>>
<<set _current = Math.ceil(_ee * 10)>>
<</if>>
<<set _gone = 10 - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _mpcstat = '[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _mpgstat = '@@color:' + "gray" + ';' + _gone + '@@]'>>
<<print _fpcstat + _fpgstat + _mpcstat + _mpgstat>>
<</widget>><<widget "investigationInfo">>
<<set _num = $args[1].num>>
<<if $args[0] == "Owner">>
<<if $estate.brothel.competition[_num].research.owner == 1>>
<<print '[[" + amendString(_owner.name) + "|NPC Description][$activeCharacter to $estate.brothel.competition[" + _num + "].owner]]'>>
<<else>>
owner
<</if>>
<<elseif $args[1] == "Brothel Name">>
<<if>>
<<else>>
<</if>>
<</if>>
<</widget>><<include "Unset Passages">>
<<include "Mobile Header">>
<<set _brothel = $preparation.brothel>>
<<set _preparation = $preparation.brothel.preparation>>
<<set _an = AvsAn.query(_preparation.scope)>>
<center><titled>_preparation.scope Brothel Preparation</titled></center>
<br>
<<if _preparation.event == "Start">>
You have decided to start the preparation for an attack on <b>_brothel.name</b>.
<<if _preparation.scope == "Budget">>
Since you've chosen an inexpensive plan, you only have the option of hiring street ruffians to put the plan into action. They're cheap to hire but because they have no loyalty to you or code of honor, they are much more likely to abandon the job if something goes south. They are also easily interrogated if caught, meaning that using them for anything dangerous may backfire.
<<set _multi = 1>>
<<set _workers = "street ruffians">>
<<set _Workers = capitalize(_workers)>>
<<elseif _preparation.scope == "Moderate">>
You'll be hiring mercenaries to put your plan into action. Much like street ruffians, they're only as loyal as their options. The difference is, they abide by a code. They don't divulge the information of their benefactors not out of principle, but structure. A mercenary outfit's leader is usually the only one who knows who hired them and why; the grunts are only told when, where and how, the what and why aren't apart of their briefing. If a mercenary is captured, at worst the plan will be exposed but the more sensitive information will remain safe.
<<set _multi = 2.5>>
<<set _workers = "mercenaries">>
<<set _Workers = capitalize(_workers)>>
<<elseif _preparation.scope == "Expensive">>
You will hire a team of specialists to put your plan into action. These specialists are extremely expensive but they are both loyal and will take any information you give them to the grave. They hold a reputation of getting the job done and when they don't, its because they were killed.
<<set _multi = 5>>
<<set _workers = "specialists">>
<<set _Workers = capitalize(_workers)>>
<</if>>
<br><br>
Using the information gathered, you can target <b>_brothel.name</b> in a number of ways. Some methods require more information than others to have a good chance at success but it doesn't mean you cannot still pursue those plan of attacks. Going after an owner is much more difficult when you don't even know who the guards are or how many of them there are. On the other hand, targeting a brothel's reputation requires little to no extra information but it isn't very effective.
<br>
<<if !$estate.brothel.competition[$preparation.num].preparation.scene>>
<<if _brothel.research.name>>
<br>
<<set _scenename = "Target " + _brothel.name + ".">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = "Target Brothel", $estate.brothel.competition[$preparation.num].preparation.success = random(0,1)]]
<</if>>
<<if _brothel.research.owner>>
<br>
<b><<print "[[" + _brothel.owner.name + "|NPC Description][$activeCharacter = $estate.brothel.competition[" + $preparation.num + "].owner]]">></b> | <<set _scenename = "Target " + _brothel.name + "'s owner.">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = "Target Brothel Owner", $estate.brothel.competition[$preparation.num].preparation.success = random(0,1)]]
<</if>>
/*<<if _brothel.research.guards>>
<br>
<<set _scenename = "Target " + _brothel.name + " guards.">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = "Target Brothel Guards", $estate.brothel.competition[$preparation.num].preparation.success = random(0,1)]]
<</if>>*/
<<if _brothel.research.procurer && (_brothel.procurer == "Owner" & _brothel.owner)>>
<br>
<<set _scenename = "Target " + _brothel.name + "'s procurer.">>
<<if _brothel.procurer == "Owner">>
<b><<print "[[" + _brothel.owner.name + "|NPC Description][$activeCharacter = $estate.brothel.competition[" + $preparation.num + "].owner]]">></b>
<<else>>
<b><<print "[[" + _brothel.procurer.name + "|NPC Description][$activeCharacter = $estate.brothel.competition[" + $preparation.num + "].procurer]]">></b>
<</if>>
| [[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = "Target Brothel Procurer", $estate.brothel.competition[$preparation.num].preparation.success = random(0,1)]]
<</if>>
<<if _brothel.research.idol>>
<br>
<<set _scenename = "Target " + _brothel.name + "'s idol.">>
<b><<print "[[" + _brothel.idol.name + "|NPC Description][$activeCharacter = $estate.brothel.competition[" + $preparation.num + "].idol]]">></b> | [[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = "Target Brothel Idol", $estate.brothel.competition[$preparation.num].preparation.success = random(0,1)]]
<</if>>
<br>
<<set _scenename = "Cancel the preparation.">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = "Cancel"]]
<<elseif !$estate.brothel.competition[$preparation.num].preparation.choice>>
<br>
<<if $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Procurer" && $estate.brothel.competition[$preparation.num].procurer == "Owner">>
<<set $estate.brothel.competition[$preparation.num].preparation.scene = "Target Brothel Owner">>
<</if>>
<<switch $estate.brothel.competition[$preparation.num].preparation.scene>>
<<case "Cancel">>
<<set $Continue = "Event Hub">>
<<set $estate.brothel.competition[$preparation.num].preparation = {scope:null, week:0, progress:0, success:0, event:null, scene:null, choice:null}>>
<b>You canceled the preparation!</b> <br>
You have decided its better to bide your time and prepare an attack at either a better time, or for a more optimal amount of credits. You'll be able to prepare for a new plan whenever you're ready at the brothel competition screen.
<<case "Target Brothel">>
<<set _cost = 1000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 2>>
<<set _sr = 20>>
<<set _scenename = "Spread rumors.">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Spread Rumors', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 2000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 3>>
<<set _sr = 15>>
<<set _scenename = "Vandalize " + _brothel.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Vandalize Brothel', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br><br>
<<set _scenename = "RETURN">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = null]]
<<case "Target Brothel Owner">>
<<set _cost = 1000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 2>>
<<set _sr = 15>>
<<set _scenename = "Attack " + _brothel.owner.name + "'s reputation.">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Attack Owner Reputation', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 2000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 3>>
<<set _sr = 10>>
<<set _scenename = "Attack " + _brothel.owner.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Attack Owner', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 4000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 4>>
<<set _sr = 5>>
<<set _scenename = "Kidnap " + _brothel.owner.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Kidnap Owner', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 8000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 4>>
<<set _sr = 1>>
<<set _scenename = "Hire someone to murder " + _brothel.owner.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] 1>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Murder Owner', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br><br>
<<set _scenename = "RETURN">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = null]]
<<case "Target Brothel Guards">>
<br><br>
<<set _scenename = "RETURN">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = null]]
<<case "Target Brothel Idol">>
<<set _cost = 1000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 2>>
<<set _sr = 20>>
<<set _scenename = "Attack " + _brothel.idol.name + "'s reputation.">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Attack Idol Reputation', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 2000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 3>>
<<set _sr = 15>>
<<set _scenename = "Attack " + _brothel.idol.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Attack Idol', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 4000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 4>>
<<set _sr = 10>>
<<set _scenename = "Kidnap " + _brothel.idol.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Kidnap Idol', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 8000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 4>>
<<set _sr = 5>>
<<set _scenename = "Hire someone to murder " + _brothel.idol.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Murder Idol', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br><br>
<<set _scenename = "RETURN">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = null]]
<<case "Target Brothel Procurer">>
<<if _brothel.procurer == "Owner">>
<<set _brothel.procurer = _brothel.owner>>
<</if>>
<<set _cost = 1000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 2>>
<<set _sr = 20>>
<<set _scenename = "Attack " + _brothel.procurer.name + "'s reputation.">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Attack Procurer Reputation', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 2000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 3>>
<<set _sr = 15>>
<<set _scenename = "Attack " + _brothel.procurer.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Attack Procurer', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 4000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 4>>
<<set _sr = 10>>
<<set _scenename = "Kidnap " + _brothel.procurer.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Kidnap Procurer', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br>
<<set _cost = 8000 * _multi>>
<<set _cost = Math.round(_cost)>>
<<set _price = commify(_cost)>>
<<set _weeks = 4>>
<<set _sr = 5>>
<<set _scenename = "Hire someone to murder " + _brothel.procurer.name + ".">>
<b>[@@color:lightgreen;💎_price@@ | <<SR "Preparation" $estate.brothel.competition[$preparation.num] _sr>> | _weeks Weeks]</b> <<print "[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.choice = 'Murder Procurer', $estate.brothel.competition[$preparation.num].preparation.time = " + _weeks + ", $estate.brothel.competition[$preparation.num].preparation.success = " + _sr + ", $PC.money -= " + _cost + "]]">>
<br><br>
<<set _scenename = "RETURN">>
[[_scenename|Brothel Preparation][$estate.brothel.competition[$preparation.num].preparation.scene = null]]
<</switch>>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene && $estate.brothel.competition[$preparation.num].preparation.choice>>
<<set $Continue = "Event Hub">>
<<set $estate.brothel.competition[$preparation.num].preparation.event = "End">>
<<set _sr = getSuccessRate("Preparation", $estate.brothel.competition[$preparation.num], $estate.brothel.competition[$preparation.num].preparation.success)>>
<<if _sr >= random(0, 100)>>
<<set $estate.brothel.competition[$preparation.num].preparation.success = 1>>
<<else>>
<<set $estate.brothel.competition[$preparation.num].preparation.success = 0>>
<</if>>
<<if $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel">>
<<set _target = _brothel.name>>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Owner">>
<<set _target = "owner">>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Guards">>
<<set _target = "guards">>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Idol">>
<<set _target = "idol">>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Procurer">>
<<set _target = "procurer">>
<</if>>
<<if ["Attack Owner Reputation", "Attack Idol Reputation", "Attack Procurer Reputation"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<br><b>You have planned an attack on _brothel.name's _target's reputation!</b> <br>
The _workers will try anything from spreading slander and putting the _target in precarious situations to getting an impostor look-alike of the _target make a fool of themself in public.
<<elseif ["Attack Owner", "Attack Idol", "Attack Guards", "Attack Procurer"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<br><b>You have planned an attack on _brothel.name's _target!</b> <br>
The _workers will try to ambush the _target, attack them in public and if all fails they may even rush _brothel.name and attack the _target head on.
<<elseif ["Kidnap Owner", "Kidnap Idol", "Kidnap Guards", "Kidnap Procurer"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<br><b>You have planned to kidnap _brothel.name's _target!</b> <br>
The _workers will use any chance they get to kidnap the _target, using created distractions, traps and lures to get the target out into the open so they can do their job.
<<elseif ["Murder Owner", "Murder Idol", "Murder Guards", "Murder Procurer"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<br><b>You have planned to murder _brothel.name's _target!</b> <br>
The _workers doesn't have to be too careful with the _target, as their objective is to murder them. Using any tactic available, they will take all chances they have to complete the job.
<<elseif ["Spread Rumors"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<br><b>You have planned to spread rumors to ruin _target's reputation!</b> <br>
The _workers will linger around _brothel.name's building and bars, spreading false information about the owner and its workers in an attempt to steer future customers away.
<<elseif ["Vandalize Brothel"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<br><b>You have planned to vandalize _target!</b> <br>
The _workers will wait until night time to gather at _brothel.name before they all will damage the building in any way possible. It will cause a temporary shutdown and the owner will have to pay money to repair the building.
<</if>>
They'll take <<print $estate.brothel.competition[$preparation.num].preparation.time>> weeks to complete the job, after which they will report back to you their success or failure. If they fail to complete the task, you won't be getting a refund.
<</if>>
<<elseif _preparation.event == "End">>
<<set $Continue = "Event Hub">>
<<set _damage = 0>>
<<if $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel">>
<<set _target = _brothel.name>>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Owner">>
<<set _target = "owner">>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Guards">>
<<set _target = "guards">>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Idol">>
<<set _target = "idol">>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Procurer">>
<<set _target = "procurer">>
<</if>>
<<if _preparation.scope == "Budget">>
<<set _workers = "street ruffians">>
<<set _Workers = capitalize(_workers)>>
<<elseif _preparation.scope == "Moderate">>
<<set _workers = "mercenaries">>
<<set _Workers = capitalize(_workers)>>
<<elseif _preparation.scope == "Expensive">>
<<set _workers = "specialists">>
<<set _Workers = capitalize(_workers)>>
<</if>>
<<if ["Attack Owner Reputation", "Attack Idol Reputation", "Attack Procurer Reputation"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<<if $estate.brothel.competition[$preparation.num].preparation.success>>
@@color:forestgreen;<b>You successfully ruined _brothel.name's _target's reputation!</b>@@ <br>
The _workers have worked hard the past couple weeks doing anything possible to damage _brothel.name's _target's reputation. Most attempts failed but enough succeeded to make current and future customers wary about dealing with _brothel.name's _target.
<<set _damage = 5>>
<<else>>
@@color:red;<b>You failed to ruin _brothel.name's _target's reputation!</b>@@ <br>
_brothel.name's popularity and business continued on completely unperturbed despite your plans. None of the _workers' attempts to damaging _brothel.name's _target's reputation were successful. No customers, future or present, believed or cared enough about the lies and deceit the _workers spread to stop visiting.
<</if>>
<<elseif ["Attack Owner", "Attack Idol", "Attack Guards", "Attack Procurer"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<<if $estate.brothel.competition[$preparation.num].preparation.success>>
@@color:forestgreen;<b>Your attack on _brothel.name's _target was successful!</b>@@ <br>
_brothel.name's _target was totally unprepared for the _workers attack. They were able to locate and put the plan in motion, injuring the _target enough so they're unable to continue fulfilling their duty. _brothel.name's owner will also have to pay the price for the potions necessary to help with the recovery.
<<set _damage = 10>>
<<else>>
@@color:red;<b>Your attack on _brothel.name's _target failed!</b>@@ <br>
The _workers were unable to find or lure _brothel.name's _target out into the open. With no avenue left, they attempted to storm the brothel directly but that plan was a complete failure. _brothel.name's business continued to run without any issues and its popularity growth stayed stable.
<</if>>
<<elseif ["Kidnap Owner", "Kidnap Idol", "Kidnap Guards", "Kidnap Procurer"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<<if $estate.brothel.competition[$preparation.num].preparation.success>>
@@color:forestgreen;<b>You have successfully kidnapped _brothel.name's _target!</b>@@ <br>
_brothel.name's _target was out in the open long enough for the _workers to execute a plan of attack. They were able to nab _brothel.name's _target with little to no issues, leaving the "merchandise" completely unharmed. This is sure to cause a disruption in _brothel.name in the coming weeks.
<<set _damage = 15>>
<<if _target == "owner">>
<<set $activeCharacter = $estate.brothel.competition[$preparation.num].owner>>
<<elseif _target == "idol">>
<<set $activeCharacter = $estate.brothel.competition[$preparation.num].idol>>
<<elseif _target == "procurer">>
<<set $activeCharacter = $estate.brothel.competition[$preparation.num].procurer>>
<</if>>
<<else>>
@@color:red;<b>You have failed to kidnap _brothel.name's _target!</b>@@ <br>
None of the _workers plans were any bit successful. Most of the time _brothel.name's _target wasn't in a secluded enough spot for the _workers to capture them. All of their attempts to lure _brothel.name's _target out into the open failed as well, resulting in a complete failure. _brothel.name ran without any disruption this week.
<</if>>
<<elseif ["Murder Owner", "Murder Idol", "Murder Guards", "Murder Procurer"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<<if $estate.brothel.competition[$preparation.num].preparation.success>>
@@color:forestgreen;<b>You have successfully murdered _brothel.name's _target!</b>@@ <br>
The _workers used any tactic they thought viable to take down _brothel.name's _target. Since the end result was murder, they were able to be a little more reckless than usual. Whispers about _brothel.name's _target murder has spread to the customers, causing a large disruption.
<<set _damage = 25>>
<<if $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Owner">>
<<set _target = "owner">>
<<set $estate.brothel.competition[$preparation.num].owner = null>>
<<if $estate.brothel.competition[$preparation.num].procurer == "Owner">>
<<set $estate.brothel.competition[$preparation.num].procurer = null>>
<</if>>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Guards">>
<<set _target = "guards">>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Idol">>
<<set _target = "idol">>
<<set $estate.brothel.competition[$preparation.num].idol = null>>
<<elseif $estate.brothel.competition[$preparation.num].preparation.scene == "Target Brothel Procurer">>
<<set _target = "procurer">>
<<set $estate.brothel.competition[$preparation.num].procurer = null>>
<</if>>
<<else>>
@@color:red;<b>You have failed to murder _brothel.name's _target!</b>@@ <br>
Whether _brothel.name's _target was too well defend, or it was the _workers incompetence, all of their plans were complete failures. In fact _brothel.name's business was just as profitable as the previous weeks, and its popularity continued to grow at a steady pace despite the assassination attempts.
<</if>>
<<elseif ["Spread Rumors"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<<if $estate.brothel.competition[$preparation.num].preparation.success>>
@@color:forestgreen;<b>_target's reputation has been successfully damaged!</b>@@ <br>
The _workers have worked hard the past couple weeks doing anything possible to damage _brothel.name's reputation by spreading rumors. Most attempts failed but enough succeeded to make current and future customers wary about being a patron of _brothel.name.
<<set _damage = 5>>
<<else>>
@@color:red;<b>You failed to damage _target's reputation at all!</b>@@ <br>
_brothel.name's popularity and business continued on completely unperturbed despite your plans. None of the _workers' attempts to damaging _brothel.name's reputation were successful. No customers, future or present, believed or cared enough about the lies and deceit the _workers spread to stop visiting.
<</if>>
<<elseif ["Vandalize Brothel"].contains($estate.brothel.competition[$preparation.num].preparation.choice)>>
<<if $estate.brothel.competition[$preparation.num].preparation.success>>
@@color:forestgreen;<b>You successfully vandalized _target!</b>@@ <br>
Waiting for the cover of night, the _workers converged on _brothel.name, defacing and damaging the building. While this doesn't cause any direct damage to the business, the brothel owner will have to pay to investigate the whole incident and they will also have to pay to fix all the damages.
<<set _damage = 10>>
<<else>>
@@color:red;<b>You failed to vandalize _target!</b>@@ <br>
_brothel.name's owner seemed forewarned about an impending attack, as the brothel's security during all times of the day have been increased for the past few weeks. As a result _brothel.name's business and popularity haven't been impeded in any way shape or form.
<</if>>
<</if>>
<<if _target == _brothel.name>>
<<set _damage *= 1>>
<<elseif _target == "owner">>
<<set _damage *= 3>>
<<elseif _target == "procurer">>
<<set _damage *= 2.5>>
<<elseif _target == "idol">>
<<set _damage *= 2>>
<<elseif _target == "guards">>
<<set _damage *= 1.5>>
<</if>>
<<set $estate.brothel.competition[$preparation.num].preparation = {scope:null, week:0, progress:0, success:0, event:null, scene:null, choice:null}>>
<<set $estate.brothel.competition[$preparation.num].popularity = Math.clamp($estate.brothel.competition[$preparation.num].popularity-_damage, 0, 100)>>
<<if _brothel.research.popularity>>
<<if _damage>>
<br><br>@@color:forestgreen;<b>You dealt _damage% damage to _brothel.name, leaving it with <<print $estate.brothel.competition[$preparation.num].popularity>>% popularity.</b>@@ <br>
An unpopular brothel will slowly decay its status. Once the brothel hits 0% status the brothel will go under, putting the owner in a large amount of debt. You'll be able to purchase the owner, procurer, idol, the guards or all of them at the same time. You will also be able to raise your own brothel's popularity as you won't have to share your customers with another brothel.
<<else>>
<br><br>@@color:red;<b>You failed to do any damage to _brothel.name, leaving it with <<print $estate.brothel.competition[$preparation.num].popularity>>% popularity.</b>@@ <br>
Try planning an attack with a higher success rate. If you're already using a plan with a high success rate, try using a moderate or even an expensive plan if its in your budget. Gathering more information from a brothel will also increase the success rate, so don't be afraid to gather as much information as possible about a brothel.
<</if>>
<</if>>
<<if $estate.brothel.competition[$preparation.num].investigation.success>>
<<set $estate.brothel.competition[$preparation.num].heat.amount = Math.clamp($estate.brothel.competition[$preparation.num].heat.amount+_damage, 0, 100)>>
<br><b>@@color:forestgreen;_brothel.name has greatly increased they amount of heat they're putting on you!@@</b>
<<else>>
<<set $estate.brothel.competition[$preparation.num].heat.amount = Math.clamp($estate.brothel.competition[$preparation.num].heat.amount+5, 0, 100)>>
<br><b>@@color:greenyellow;You have learned information about the owner of <b>_brothel.name</b>!@@</b>
<</if>>
<<if $activeCharacter>>
<<set $activeCharacter.origin = "_name was <b>" + _brothel.name + "'s</b> " + _target + " before you had <<print $himher[_gender]>> kidnapped.">>
<<set $activeCharacter.occupation = null>>
<<set $activeCharacter.obedience.base = 20>>
<<set $activeCharacter.trust.base = 20>>
<<set $activeCharacter.mood.scale = "Happiness">>
<<set $activeCharacter.mood.current = 25>>
<<include "Unowned Slave Description">>
<br><br>@@color:forestgreen;<b>You have obtained $activeCharacter.name as a slave!</b>@@ <br>
<<if _target == "owner">>
<<set $estate.brothel.competition[$preparation.num].owner = null>>
<<if $estate.brothel.competition[$preparation.num].procurer == "Owner">>
<<set $estate.brothel.competition[$preparation.num].procurer = null>>
<</if>>
Without an owner, <b><<print $estate.brothel.competition[$preparation.num].name>></b> is doomed to failure. Its only a matter of time before the brothel goes under, meaning you don't have to pay any extra money to destroy whats left of the brothel. It'll slowly whittle away into nothing without proper leadership, leaving you to pick at the scraps when everything is said and done.
<<elseif _target == "idol">>
<<set $estate.brothel.competition[$preparation.num].idol = null>>
With <b><<print $estate.brothel.competition[$preparation.num].name>>'s</b> idol gone, the brothel won't gain as much popularity and money as before. The idol may be eventually replaced but it'll take a while for the new idol to build up the same amount of popularity to draw in a lot of customers.
<<elseif _target == "procurer">>
<<set $estate.brothel.competition[$preparation.num].procurer = null>>
A procurer is integral to a brothel's success. Without one, b><<print $estate.brothel.competition[$preparation.num].name>></b> will fail to properly leverage its workers to garner the proper success needed to increase its popularity. It may still attract customers but you can expect it to restore its status more slowly than before.
<</if>>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Brothel Kidnapping@@", "You hired " + _workers + " to kidnap _name. <<print $HeShe[_gender]>> put up a valiant fight but they were able to bring <<print $himher[_gender]>> back to you relatively unharmed.")>>
<<run addEvent($activeCharacter, "Brothel Preparation - Kidnapping")>>
<<run addSlave($activeCharacter)>>
<</if>>
<</if>><<widget "SR">>
<<if $args[0] == "Preparation">>
<<set _brothel = $args[1]>>
<<set _SR = $args[2]>>
<<set _multi = 2.5 * (_brothel.research.total / 6)>>
<<if _brothel.preparation.scope == "Moderate">>
<<set _multi *= 1.5>>
<<elseif _brothel.preparation.scope == "Expensive">>
<<set _multi *= 2>>
<</if>>
<<set _SR = Math.round(_SR * _multi)>>
<<elseif $args[0] == "Heat">>
<<set _SR = Math.round($args[1])>>
<</if>>
<<if _SR >= 100>>
<<set _color = "forestgreen">>
<<elseif _SR >= 75>>
<<set _color = "greenyellow">>
<<elseif _SR >= 50>>
<<set _color = "yellow">>
<<elseif _SR >= 25>>
<<set _color = "orange">>
<<elseif _SR >= 0>>
<<set _color = "red">>
<</if>>
<<print "@@color:" + _color + ";" + _SR + "% Success Rate">>
<</widget>><<include "Unset Passages">>
<<include "Mobile Header">>
<<set $Continue = "Event Hub">>
<<set _brothel = $estate.brothel.competition[$bupdate.num]>>
<center><titled>_brothel.name's End</titled></center>
<br>
<b>_brothel.name</b> has finally gone out of business. You've strangled it dry of any customers, leaving the city no choice but to close it down and enslave all of its workers due to the brothel's debts. Now you'll be able to gain more popularity due to an influx of new customers looking for another brothel. As for the <b>_brothel.name</b>, all of its workers including the owner will be auctioned off to cover the debts the brothel racked up. If you're interested, you can go and buy one or all of them for a premium price.
<br>
<<if $buySlave>>
<<switch $buySlave>>
<<case "Owner">>
<<set $activeCharacter = $estate.brothel.competition[$bupdate.num].owner>>
<<set $estate.brothel.competition[$bupdate.num].owner = null>>
<<if $estate.brothel.competition[$bupdate.num].procurer == "Owner">>
<<set $estate.brothel.competition[$bupdate.num].procurer = null>>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] " + _brothel.name + "'s End @@", "After you took down " + _brothel.name + ", its owner/procurer _name was sold to you to pay off the brothel's debt.")>>
<<run addEvent($activeCharacter, "" + _brothel.name + "'s End - Auction")>>
<br><b>@@color:forestgreen;You bought _brothel.name's owner/procurer $activeCharacter.name!@@</b>
<<else>>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] " + _brothel.name + "'s End @@", "After you took down " + _brothel.name + ", its owner _name was sold to you to pay off the brothel's debt.")>>
<<run addEvent($activeCharacter, "" + _brothel.name + "'s End - Auction")>>
<br><b>@@color:forestgreen;You bought _brothel.name's owner $activeCharacter.name!@@</b>
<</if>>
<<case "Procurer">>
<<if $estate.brothel.competition[$bupdate.num].procurer == "Owner">>
<<set $activeCharacter = $estate.brothel.competition[$bupdate.num].owner>>
<<set $estate.brothel.competition[$bupdate.num].owner = null>>
<<set $estate.brothel.competition[$bupdate.num].procurer = null>>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] " + _brothel.name + "'s End @@", "After you took down " + _brothel.name + ", its owner/procurer _name was sold to you to pay off the brothel's debt.")>>
<<run addEvent($activeCharacter, "" + _brothel.name + "'s End - Auction")>>
<br><b>@@color:forestgreen;You bought _brothel.name's owner/procurer $activeCharacter.name!@@</b>
<<else>>
<<set $activeCharacter = $estate.brothel.competition[$bupdate.num].procurer>>
<<set $estate.brothel.competition[$bupdate.num].procurer = null>>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] " + _brothel.name + "'s End @@", "After you took down " + _brothel.name + ", its procurer _name was sold to you to pay off the brothel's debt.")>>
<<run addEvent($activeCharacter, "" + _brothel.name + "'s End - Auction")>>
<br><b>@@color:forestgreen;You bought _brothel.name's procurer $activeCharacter.name!@@</b>
<</if>>
<<case "Idol">>
<<set $activeCharacter = $estate.brothel.competition[$bupdate.num].idol>>
<<set $estate.brothel.competition[$bupdate.num].idol = null>>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] " + _brothel.name + "'s End @@", "After you took down " + _brothel.name + ", its idol _name was sold to you to pay off the brothel's debt.")>>
<<run addEvent($activeCharacter, "" + _brothel.name + "'s End - Auction")>>
<br><b>@@color:forestgreen;You bought _brothel.name's idol $activeCharacter.name!@@</b>
<</switch>>
<<set $buySlave = null>>
<<run addSlave($activeCharacter)>>
<br>
<</if>>
<<set $price = null>>
<<if _brothel.owner>>
<<set $price = Math.round10($estate.brothel.competition[$bupdate.num].owner.price * 1.6)>>
<br>
<b><<print "[[" + _brothel.owner.name + "|Unowned Slave Description][$activeCharacter = $estate.brothel.competition[" + $bupdate.num + "].owner, $price = " + $price + "]]">></b> | @@color:lightgreen;💎<<print commify($price)>>@@ | <<set _scenename = "Purchase " + _brothel.name + "'s owner.">>
<<print "[[" + _scenename + "|Brothel End][$buySlave = 'Owner', $PC.money -= " + $price + "]]">>
<</if>>
<<if _brothel.procurer>>
<<if _brothel.procurer == "Owner">>
<<set $price = Math.round10($estate.brothel.competition[$bupdate.num].owner.price * 1.6)>>
<br>
<b><<print "[[" + _brothel.owner.name + "|Unowned Slave Description][$activeCharacter = $estate.brothel.competition[" + $bupdate.num + "].owner, $price = " + $price + "]]">></b> | @@color:lightgreen;💎<<print commify($price)>>@@ | <<set _scenename = "Purchase " + _brothel.name + "'s procurer.">>
<<print "[[" + _scenename + "|Brothel End][$buySlave = 'Procurer', $PC.money -= " + $price + "]]">>
<<else>>
<<set $price = Math.round10($estate.brothel.competition[$bupdate.num].procurer.price * 1.4)>>
<br>
<b><<print "[[" + _brothel.procurer.name + "|Unowned Slave Description][$activeCharacter = $estate.brothel.competition[" + $bupdate.num + "].procurer, $price = " + $price + "]]">></b> | @@color:lightgreen;💎<<print commify($price)>>@@ | <<set _scenename = "Purchase " + _brothel.name + "'s procurer.">>
<<print "[[" + _scenename + "|Brothel End][$buySlave = 'Procurer', $PC.money -= " + $price + "]]">>
<</if>>
<</if>>
<<if _brothel.idol>>
<<set $price = Math.round10($estate.brothel.competition[$bupdate.num].idol.price * 1.2)>>
<br>
<b><<print "[[" + _brothel.idol.name + "|Unowned Slave Description][$activeCharacter = $estate.brothel.competition[" + $bupdate.num + "].idol, $price = " + $price + "]]">></b> | @@color:lightgreen;💎<<print commify($price)>>@@ | <<set _scenename = "Purchase " + _brothel.name + "'s idol.">>
<<print "[[" + _scenename + "|Brothel End][$buySlave = 'Idol', $PC.money -= " + $price + "]]">>
<</if>><<include "Unset Passages">>
<<include "Mobile Header">>
<<set _brothel = $heat.brothel>>
<<set _heat = $heat.brothel.heat>>
<center><titled>_brothel.name's Retaliation</titled></center>
<br>
<<if _heat.event == "Start">>
<<if !$estate.brothel.competition[$heat.num].heat.choice>>
<<set $events.scenes = ["Vandalism", "Attack", "Recon", "Rumors"]>>
<<set $events.scene = $events.scenes.random()>>
<<set $estate.brothel.competition[$heat.num].heat.scene = $events.scene>>
<</if>>
<<switch $events.scene>>
<<case "Vandalism">>
Your latest actions against <b>_brothel.name</b> has earned you its attention and not in a good way. You've heard through the grapevine of rumors about a planned vandalism attack on your brothel. The rumor was most likely spread purposely from someone within the brothel, making sure you know who was behind the attack before it even happened. While it allows you time to mount some sort of defense, you still have no clue when the attack will happen, how it will be carried out or by whom. If your own guards aren't sufficiently trained, it'll take quite a sum of money to hire a competent group of guards to protect your brothel. The only other option is telling the city guards about the attack but they can't give protection 24/7 so the chances of them successfully guarding your brothel is very little.
<<case "Attack">>
A number of incidents in which your customers have been accosted near your brothel have been increasing lately. After getting the city guards to investigate, it has become clear the thugs have been trying to scare your customers away from your brothel. After putting two and two together, you figure its most likely an attack from <b>_brothel.name</b>, as you've been attacking the brothel as of late. Almost immediately after finding out, you get a message from them saying the attacks will stop if they get what they feel is proper compensation for the damage you've caused them. If you pay them it'll also help towards getting them off their back but you could handle things your way with your own guards, or just completely ignore them and hope it stops before you lose a substantial number of customers.
<<case "Recon">>
You've noticed a number of 'customers' skulking around your brothel, seldom paying for any time with your slaves while keeping an close eye on you. Most likely they're investigators working for another brothel, <b>_brothel.name</b> you figure, trying to get information about your brothel for a future attack. While it would be easy to throw them out of your brothel and ban them from coming, it would look bad in front of the other customers and might cost you some of them. You could have your guards secretly deal with the investigator when they leave the brothel or you could completely ignore them and just prepare for the attack later if they succeed.
<<case "Rumors">>
A number of vicious rumors have began to spread about your brothel claiming all sorts of things. Some of your customers have begun to inquire about them but most have either ignored them or don't care enough to stop visiting. That isn't to say the rumors have no effect though. People will start to judge and influence your current and future customers from using your brothel. The rumors will eventually die out, as they always do but in the short term it could could cause damage to your brothel's popularity. You're almost certain <b>_brothel.name</b> is behind it but you don't have many options to combat the rumors. You can fund a smear campaign, slandering <b>_brothel.name</b> worse than the rumors they spread, taking the attention off you and returning it. If your procurer is competent enough, they can handle the rumors themselves and minimize the damage they can cause. If none of the other options are viable at the moment, you can always just ignore them and hope they do as little damage as possible.
<</switch>>
<br>
<<if !$estate.brothel.competition[$heat.num].heat.choice>>
<<switch $events.scene>>
<<case "Vandalism">>
<<set _cost = 5000>>
<<set _price = commify(_cost)>>
<<set _sr = 100>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Hire extra guards.">>
<br><b>[@@color:lightgreen;💎_price@@ | <<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $PC.money -= " + _cost + ", $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Hire Guards', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<if $estate.brothel.report.guardscore >= 100>>
<<set _sr = 100>>
<<elseif $estate.brothel.report.guardscore >= 75>>
<<set _sr = 85>>
<<elseif $estate.brothel.report.guardscore >= 50>>
<<set _sr = 60>>
<<elseif $estate.brothel.report.guardscore >= 25>>
<<set _sr = 35>>
<<else>>
<<set _sr = 10>>
<</if>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Have your guards watch your brothel overnight.">>
<br><b>[<<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Use Guards', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<set _sr = 20>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Alert City Guards.">>
<br><b>[<<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'City Guards', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<case "Attack">>
<<set _cost = 7500>>
<<set _price = commify(_cost)>>
<<set _sr = 100>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Pay the extortion fee.">>
<br><b>[@@color:lightgreen;💎_price@@ | <<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $PC.money -= " + _cost + ", $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Pay Fee', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<if $estate.brothel.report.guardscore >= 100>>
<<set _sr = 100>>
<<elseif $estate.brothel.report.guardscore >= 75>>
<<set _sr = 85>>
<<elseif $estate.brothel.report.guardscore >= 50>>
<<set _sr = 60>>
<<elseif $estate.brothel.report.guardscore >= 25>>
<<set _sr = 35>>
<<else>>
<<set _sr = 10>>
<</if>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Alert your guards to be wary of attackers.">>
<br><b>[<<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Alert Guards', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<set _sr = 20>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Ignore the threats.">>
<br><b>[<<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Ignore Threats', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<case "Recon">>
<<set _cost = 15000>>
<<set _price = commify(_cost)>>
<<set _sr = 100>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Set a trap for the investigator.">>
<br><b>[@@color:lightgreen;💎_price@@ | <<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $PC.money -= " + _cost + ", $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Set Trap', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<if $estate.brothel.report.guardscore >= 100>>
<<set _sr = 100>>
<<elseif $estate.brothel.report.guardscore >= 75>>
<<set _sr = 85>>
<<elseif $estate.brothel.report.guardscore >= 50>>
<<set _sr = 60>>
<<elseif $estate.brothel.report.guardscore >= 25>>
<<set _sr = 35>>
<<else>>
<<set _sr = 10>>
<</if>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Have your guards deal with the investigator.">>
<br><b>[<<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Call Guards', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<set _sr = 20>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<br><b>[<<SR "Heat" _sr>>]</b> <<set _scenename = "Ignore the investigator.">>
<<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Ignore Investigator', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<set _sr = 100>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Throw the investigator out.">>
<br><b>[<<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Ban Investigator', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<case "Rumors">>
<<set _cost = 10000>>
<<set _price = commify(_cost)>>
<<set _sr = 100>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Run a retaliation smear campaign.">>
<br><b>[@@color:lightgreen;💎_price@@ | <<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $PC.money -= " + _cost + ", $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Smear Campaign', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<if $estate.brothel.report.procurerscore >= 100>>
<<set _sr = 100>>
<<elseif $estate.brothel.report.procurerscore >= 75>>
<<set _sr = 85>>
<<elseif $estate.brothel.report.procurerscore >= 50>>
<<set _sr = 60>>
<<elseif $estate.brothel.report.procurerscore >= 25>>
<<set _sr = 35>>
<<else>>
<<set _sr = 10>>
<</if>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<<set _scenename = "Let your brothel procurer handle the rumors.">>
<br><b>[<<SR "Heat" _sr>>]</b> <<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Procurer Delegation', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<<set _sr = 20>>
<<if $estate.brothel.competition[$heat.num].heat.nerfed>>
<<set _sr = Math.round(_sr*0.75)>>
<</if>>
<<if _sr >= random(1,100)>>
<<set _success = 1>>
<<else>>
<<set _success = 0>>
<</if>>
<br><b>[<<SR "Heat" _sr>>]</b> <<set _scenename = "Let the rumors run their course.">>
<<print "[[" + _scenename + "|Brothel Heat][$estate.brothel.competition[" + $heat.num + "].heat.event = 'End', $estate.brothel.competition[" + $heat.num + "].heat.choice = 'Ignore Rumors', $estate.brothel.competition[" + $heat.num + "].heat.success = " + _success + "]]">>
<</switch>>
<<else>>
<<set $Continue = "Event Hub">>
<br>
<<switch $estate.brothel.competition[$heat.num].heat.choice>>
<<case "Hire Guards">>
<b>You have chosen to hire guards to protect your brothel from being vandalized!</b>
<br>The guards will watch over your brothel during the week. They come highly recommended, and will no doubt catch anyone <b>_brothel.name</b> hires to vandalize your brothel when they think you least expect it.
<<case "Use Guards">>
<b>You have chosen to use your own guards to protect your brothel from being vandalized!</b>
<br>You'll have your guards posted strategically around the brothel during the week. If your guards are good enough they'll catch anyone <b>_brothel.name</b> hires to vandalize your brothel but if they aren't, they vandals will be sure to get away.
<<case "City Guards">>
<b>You have chosen to call upon the city guards to help protect your brothel from being vandalized!</b>
<br>The city guards won't be able to guard your brothel 24/7 throughout the week, so they'll do customary checks whenever they are patrolling the city. There is very little chance they'll catch the vandals in the act, but on the chance they do they'll be able to stop them right away.
<<case "Pay Fee">>
<b>You decided to pay the extortion fee to prevent any further attacks on your brothel customers!</b>
Whether the amount <b>_brothel.name</b> is asking for compensation is fair or not, you decide its better to pay them the money than risk a decline in customers.
<<case "Alert Guards">>
<b>You alerted your guards to attacks on your brothel's customers so they can deal with them appropriately!</b>
Your guards will look out for customers and will be wary of any groups acting funny hanging around your brothel. If skilled enough they will take out any trouble makers.
<<case "Ignore Threats">>
<b>You decided to ignore the threats and allow any altercations that can happen, happen!</b>
<br>The amount of money <b>_brothel.name</b> is asking for isn't fair and you aren't going to pay it. You'll allow them retaliate however they like and absorb the damage as best as you can.
<<case "Set Trap">>
<b>You have chosen to set a trap to capture the investigator!</b>
<br>To get useful information about your brothel the investigator will have to do a little snooping around. Working your advantage of knowing about the investigator, you'll lure them into a trap they won't be able to get out of.
<<case "Call Guards">>
<b>You call your guards and tell them to discreetly deal with the investigator!</b>
<br>Your guards will follow the investigator outside the brothel and when they're a good distance away, your guards will strike and 'deal' with the investigator thoroughly. If they're not skilled enough to do so, they won't even be able to properly follow the investigator, let alone deal with them.
<<case "Ignore Investigator">>
<b>You allow the investigator to gather information uninterrupted!</b>
<br>No matter what information the investigator gathers, you'll still have to prepare for an attack from <b>_brothel.name</b>. You don't see much reason to target the investigator, and instead decide to gather the necessary resources to defend against an incoming attack.
<<case "Ban Investigator">>
<b>You ban the investigator from returning to your brothel ever again!</b>
<br>Whether the customers may find it in bad taste or not, you're not going to have an investigator skulking around for information in your own brothel. Banning them is the simplest solution and it gets the job done fine.
<<case "Smear Campaign">>
<b>You decide to fund a smear campaign against _brothel.name!</b>
<br>With everyone focused on the rumors you're about to spread, they'll forget all the rumors <b>_brothel.name</b> spread about your brothel in the past week.
<<case "Procurer Delegation">>
<b>You delegate the responsibility of dealing with the rumors to your procurer!</b>
<br>If your procurer is skilled enough, they can deal with the rumors with ease and completely nullify any problems. If they aren't, the negative effects of the rumors may end up being exacerbated.
<<case "Ignore Rumors">>
<b>You choose to completely ignore the rumors!</b>
<br>Rumors come and go, and these string of rumors <b>_brothel.name</b> spread about your brothel are no different. You have faith that the rumors will cause minimal damage and it'll be more work trying to deal with them than its worth.
<</switch>>
<</if>>
<<elseif _heat.event == "End">>
<<switch $estate.brothel.competition[$heat.num].heat.choice>>
<<case "Hire Guards">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;The hired guards successfully prevented the vandals from damaging your brothel!@@</b>
<br>
<b>_brothel.name</b>'s scheme completely failed, the vandals didn't know what hit them. As soon as they attempted to attack your brothel, the hired guards swiftly subdued them and rounded them up for the city guards. You didn't get any reward for turning the thugs in despite them being hired to terrorize many businesses but you did get recognition in your area for the deed you've done, @@color:forestgreen;increasing the popularity of your brothel.@@
<<if !$result>>
<<run updateBrothelPopularity(20)>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;The hired guards failed to prevent the vandals from damaging your brothel!@@</b>
<br>
With the information gathered on your brothel, <b>_brothel.name</b> was able to foil your plan by planting a traitor within the hired team. As soon as the thugs attacked, the traitor caused enough chaos within for the attackers to overcome them. With no one standing in between them and your brothel, they were able to do a large amount of damage within a very small time period. You estimate the damage will end up costing you @@color:red;💎10,000.@@
<<if !$result>>
<<set $result = 1>>
<<set $PC.money -= 10000>>
<</if>>
<</if>>
<<case "Use Guards">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;Your guards successfully prevented the vandals from damaging your brothel!@@</b>
<br>
<b>_brothel.name</b>'s scheme completely failed, the vandals didn't know what hit them. As soon as they attempted to attack your brothel, your guards swiftly subdued them and rounded them up for the city guards. You didn't get any reward for turning the thugs in despite them being hired to terrorize many businesses but you did get recognition in your area for the deed you've done, @@color:forestgreen;increasing the popularity of your brothel.@@
<<if !$result>>
<<run updateBrothelPopularity(10)>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;Your guards failed to prevent the vandals from damaging your brothel!@@</b>
<br>
The vandals were able to overpower your guards and vandalize your brothel anyways. Your guards weren't able to overcome the sheer number of thugs sent their way, and were quickly put in their place. With no one standing in between them and your brothel, they were able to do a large amount of damage within a very small time period. You estimate the damage will end up costing you @@color:red;💎10,000.@@
<<if !$result>>
<<set $result = 1>>
<<set $PC.money -= 10000>>
<</if>>
<</if>>
<<case "City Guards">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;The city guards successfully prevented the vandals from damaging your brothel!@@</b>
<br>
Luckily for you, the city guards were patrolling the area when the vandals attacked your brothel. They sprang into action and apprehended all of them. You didn't get any reward for turning the thugs in despite them being hired to terrorize many businesses nor did you gain any recognition for subduing them because you got the city guards to deal with them instead of hiring or using your own.
<<if !$result>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;The city guards failed to catch and prevent the vandals from damaging your brothel!@@</b>
<br>
The city guards weren't patrolling the area where your brothel was located, leaving your brothel completely defenseless. With no one standing in between them and your brothel, they were able to do a large amount of damage within a very small time period. You estimate the damage will end up costing you @@color:red;💎10,000.@@
<<if !$result>>
<<set $result = 1>>
<<set $PC.money -= 10000>>
<</if>>
<</if>>
<<case "Pay Fee">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;You paid the extortion fee, successfully stopping any further attacks on your customers!@@</b>
<br>
After receiving the money, <b>_brothel.name</b> called off the attack on your customers. You won't be losing any customers, but the amount of money you paid could be more than you would lose short term from any lose of customers. The money did help to @@color:forestgreen;cool down the heat@@ you've been receiving from <b>_brothel.name</b>. In the future you'll be less likely to be attacked by the brothel.
<<if !$result>>
<<set $result = 1>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount-30, 0, 100)>>
<</if>>
<<else>>
<b>@@color:red;You paid the extortion fee but failed to stop any further attacks on your customers!@@</b>
<br>
<b>_brothel.name</b> played you for a fool. With the information they gathered on you from a previous investigation, they made a plan to extort you for money while still harassing your customers as further warning. Your customers being constantly assaulted has @@color:red;lowered your popularity.@@ The money did help to @@color:forestgreen;cool down the heat@@ you've been receiving from <b>_brothel.name</b>. In the future you'll be less likely to be attacked by the brothel.
<<if !$result>>
<<set $result = 1>>
<<run updateBrothelPopularity(-10)>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount-30, 0, 100)>>
<</if>>
<</if>>
<<case "Alert Guards">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;Your guards dealt with the ruffians targeting your customers!@@</b>
<br>
Your guards were able to track down all of the assailants and subdue every single one of them. A few times they saved customers just as they were about to get assaulted. Word spread about you sending your guards to defend your customers and @@color:forestgreen;your brothel's popularity has increased@@ because of it. While there will be no further attacks, since you didn't pay the extortion fee you can expect <b>_brothel.name</b> to attack again in the future.
<<if !$result>>
<<set $result = 1>>
<<run updateBrothelPopularity(10)>>
<</if>>
<<else>>
<b>@@color:red;Your guards failed to deal with the ruffians targeting your customers!@@</b>
<br>
Your guards weren't able to track down all of the assailants and the few they did were able to subdue your guards or run away, leaving them free reign over your customers. The ruffians aggressively attacked anyone they saw leave your brothel. They conducted their all of their attacks at least a few blocks away so the guards had a hard time tracking them. Your customers being constantly assaulted has @@color:red;lowered your popularity.@@
<<if !$result>>
<<set $result = 1>>
<<run updateBrothelPopularity(-10)>>
<</if>>
<</if>>
<<case "Ignore Threats">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;You ignored _brothel.name's empty threats!@@</b>
<br>
As it turns out, <b>_brothel.name</b> was sending empty threats. They didn't hire anyone to assault your customers and were planning on extorting you for reparation money without having to spend any themselves. They're still as angry with you as before so even though this plan failed, they are sure to retaliate with another attack sooner or later.
<<if !$result>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;You ignored _brothel.name's threats, causing many of your customers to have 'incidents'!@@</b>
<br>
Since you refused to pay the extortion money they ordered their thugs to follow through with the attack. The ruffians aggressively attacked anyone they saw leave your brothel. They conducted their all of their attacks at least a few blocks away so the guards had a hard time tracking them. Your customers being constantly assaulted has @@color:red;lowered your popularity.@@
<<if !$result>>
<<set $result = 1>>
<<run updateBrothelPopularity(-15)>>
<</if>>
<</if>>
<<case "Set Trap">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;Your trap successfully captured the investigator!@@</b>
<br>
The investigator went too deep while investigating and fell for your trap hook line and sinker. Not only did you catch them in the act of snooping around the restricted area of your brothel, you were able to capture it all with a magic ball. With the evidence of their act, you have the power to enslave the investigator through the city, which will enslave anyone for the smallest offenses if they don't have the money to pay compensation.
<<if !$result>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;Your trap failed to capture the investigator!@@</b>
<br>
With the information <b>_brothel.name</b> gathered on you earlier, the investigator not only knew about your trap, they were able to plan around it. The investigator was able to get into the restricted area of your brothel, @@color:red;gathering key information about your future plans.@@ If you try to counter one of <b>_brothel.name</b>'s plots in the future, they will have a higher chance of success.
<<if !$result>>
<<set $result = 1>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed++>>
<</if>>
<</if>>
<<case "Call Guards">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;Your guards dealt with the invesitgator!@@</b>
<br>
You guards stalked the investigator multiple times after they left your brothel, waiting for the most opportune time to attack with no one around. It didn't take long for them to find the right chance and they pounced on the investigator and left them battered and bruised, warning them never to set foot in your brothel again. The attack was so successful the state your guards left the investigator in prompted <b>_brothel.name</b> to @@color:forestgreen;lower the amount of heat@@ they had for you.
<<if !$result>>
<<set $result = 1>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount-15, 0, 100)>>
<</if>>
<<else>>
<b>@@color:red;Your guards failed to deal with the investigator!@@</b>
<br>
The investigator was wise to your plot. Every time your guards stalked the investigator and tried to get them alone, they always seemed to lose trace of them within a few blocks. Conversely, the investigator was able to get into the restricted area of your brothel, @@color:red;gathering key information about your future plans.@@ If you try to counter one of <b>_brothel.name</b>'s plots in the future, they will have a higher chance of success.
<<if !$result>>
<<set $result = 1>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed++>>
<</if>>
<</if>>
<<case "Ignore Investigator">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;You successfully ignored the investigator!@@</b>
<br>
The investigator attempted to gather information about your brothel multiple times, but was unable to find the right opportunity to slip into the restricted area of your brothel. This was mostly just due to dumb luck on your part as there is no real way to protect against this. Guards have to look out for and handle customer problems, often allowing chances for people to sneak into the back. Either these moments were few and far between, or the investigator wasn't frequenting your brothel when they were happening.
<<if !$result>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;You ignored the investigator, allowing them to gather information on you!@@</b>
<br>
You bet on the investigator not being able to find a way into your brothel's restricted area but it didn't pay off. The investigator was able to get into the restricted area of your brothel, @@color:red;gathering key information about your future plans.@@ If you try to counter one of <b>_brothel.name</b>'s plots in the future, they will have a higher chance of success.
<<if !$result>>
<<set $result = 1>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed++>>
<</if>>
<</if>>
<<case "Ban Investigator">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;You've upheld your ban on the investigator!@@</b>
<br>
You banned the investigator from your brothel in front of your brothel slaves and customers. The investigator argued you were banning them for no reason and when you revealed they were investigating for <b>_brothel.name</b> they claimed you had the wrong person. Some of the customers empathized with the investigator, felt you were paranoid and wondered if you'd accuse them of being an informant as well. @@color:red;Your brothel's popularity decreased due to the incident,@@ but at least you don't have someone sniffing around your brothel for info.
<<if !$result>>
<<set $result = 1>>
<<run updateBrothelPopularity(-10)>>
<</if>>
<<else>>
<b>@@color:red;You failed to uphold your ban on the investigator!@@</b>
<br>
You banned the investigator from your brothel in front of your brothel slaves and customers. The investigator argued you were banning them for no reason and when you revealed they were investigating for <b>_brothel.name</b> they claimed you had the wrong person. Some of the customers empathized with the investigator, felt you were paranoid and wondered if you'd accuse them of being an informant as well. @@color:red;Your brothel's popularity decreased due to the incident,@@ and somehow the investigator was able to sneak back into your brothel. They successfully gathered information about you, @@color:red;gathering key information about your future plans.@@
<<if !$result>>
<<set $result = 1>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed++>>
<<run updateBrothelPopularity(-10)>>
<</if>>
<</if>>
<<case "Smear Campaign">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;You smear campaign against _brothel.name was successful!@@</b>
<br>
Almost all the rumors <b>_brothel.name</b> spread about your brothel died down due to the host of rumors your spread about them in a smear campaign. Despite them doing their best to deal with the rumors, @@color:forestgreen;their popularity has dropped some@@ because of all the commotion. They're furious with you as well, @@color:red;increasing the amount of heat@@ they're putting on you. In the future you can expect more attacks from <b>_brothel.name</b>.
<<if !$result>>
<<set $estate.brothel.competition[$heat.num].popularity = Math.clamp($estate.brothel.competition[$heat.num].popularity-10, 0, 100)>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount+30, 0, 100)>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;Your smear campaign against _brothel.name failed!@@</b>
<br>
Using information <b>_brothel.name</b> gathered from you earlier, they were able to sabotage your smear campaign before you were able to get it off the ground. Having to deal with a failed campaign and futher pushback from <b>_brothel.name</b>, you weren't able to properly address the rumors surrounding your brothel properly. Eventually the rumors started to damage your brothel's reputation, @@color:red;decreasing its popularity@@.
<<if !$result>>
<<run updateBrothelPopularity(-10)>>
<<set $result = 1>>
<</if>>
<</if>>
<<case "Procurer Delegation">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;Your procurer successfully dealt with the rumors!@@</b>
<br>
Your procurer dealt with the rumors very effectively. Before they could gain any traction, your procurer set out to speak with as many customers as possible to set the records straight. Not only did they completely dispel all the rumors, they were able to build a stronger rapport with all of your customers, @@color:forestgreen;increasing your brothel's popularity@@.
<<if !$result>>
<<run updateBrothelPopularity(10)>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;Your procurer failed to deal with the rumors!@@</b>
<br>
Your procurer couldn't find a way to deal with the rumors. The rumors gained too much traction and by the time your procurer reached out to the customers for damage control, many of them believed the rumors to be true no matter what was said. Eventually the rumors started to damage your brothel's reputation, @@color:red;decreasing its popularity@@.
<<if !$result>>
<<run updateBrothelPopularity(-10)>>
<<set $result = 1>>
<</if>>
<</if>>
<<case "Ignore Rumors">>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<b>@@color:forestgreen;You ignored the rumors and they had little to no effect on your brothel!@@</b>
<br>
You had faith the rumors wouldn't affect your brothel due to the rapport you've built with your customers. Luckily for you most of your customers were well enough acquainted with your brothel to know the rumors were false. Business continues as usual for you but <b>_brothel.name</b> has noted their approach was ineffective and will return to attack your brothel in the impending future.
<<if !$result>>
<<set $result = 1>>
<</if>>
<<else>>
<b>@@color:red;You ignored the rumors and they had a large effect on your brothel!@@</b>
<br>
You tried to have faith the rumors wouldn't affect your brothel due to the rapport you've built with your customers but it backfired. The rumors were too widespread for that approach to work. Even some of your most loyal customers began to question if the rumors were true or not. Eventually the rumors started to damage your brothel's reputation, @@color:red;decreasing its popularity@@.
<<if !$result>>
<<run updateBrothelPopularity(-10)>>
<<set $result = 1>>
<</if>>
<</if>>
<</switch>>
<br><br>
<<switch $result>>
<<case 1>>
<<if $estate.brothel.competition[$heat.num].heat.success>>
<<if $estate.brothel.competition[$heat.num].heat.choice == "Set Trap">>
<<set $slavetemplate = "Common Enslavement Event">>
<<include "Roll Slave">>
<<set $activeCharacter = _character>>
<<set _discount = 0.5>>
<<set $slavePrice = $activeCharacter.price * _discount>>
<<set _sp = commify($slavePrice)>>
<<include "Unowned Slave Description">>
<br><br>
[@@color:lightgreen;💎_sp@@] [[Enslave Investigator|Brothel Heat][$result = "Enslave Investigator", $PC.money -= $slavePrice]]
<br>
<</if>>
[[Gloat|Brothel Heat][$result = "Gloat"]]
<br>
[@@color:lightgreen;💎5,000@@] [[Pay Reparations|Brothel Heat][$result = "Pay Reparations"]]
<br>
[@@color:lightgreen;💎5,000@@] [[Retaliate|Brothel Heat][$result = "Pay Retaliation"]]
<br>
<<else>>
[@@color:lightgreen;💎5,000@@] [[Pay Reparations|Brothel Heat][$result = "Pay Reparations"]]
<br>
[@@color:lightgreen;💎5,000@@] [[Retaliate|Brothel Heat][$result = "Pay Retaliation"]]
<br>
[[Beg For Forgiveness|Brothel Heat][$result = "Beg Forgiveness"]]
<br>
<</if>>
[[Continue|Event Hub][$estate.brothel.competition[$heat.num].heat.triggered = 0, $estate.brothel.competition[$heat.num].heat.success = 0, $estate.brothel.competition[$heat.num].heat.nerfed--, $estate.brothel.competition[$heat.num].heat.event = null, $estate.brothel.competition[$heat.num].heat.scene = null, $estate.brothel.competition[$heat.num].heat.choice = null, $result = null]]
<<case "Enslave Investigator">>
<<set $Continue = "Event Hub">>
<<set $result = null>>
<<set $estate.brothel.competition[$heat.num].heat.triggered = 0>>
<<set $estate.brothel.competition[$heat.num].heat.success = 0>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed-->>
<<set $estate.brothel.competition[$heat.num].heat.event = null>>
<<set $estate.brothel.competition[$heat.num].heat.scene = null>>
<<set $estate.brothel.competition[$heat.num].heat.choice = null>>
<<set $activeCharacter.origin = "_name was an investigator hired by <b>" + _brothel.name + "</b> before you had <<print $himher[_gender]>> enslaved for spying on you.">>
<<set $activeCharacter.occupation = null>>
<<set $activeCharacter.obedience.base = 20>>
<<set $activeCharacter.trust.base = 20>>
<<set $activeCharacter.mood.scale = "Happiness">>
<<set $activeCharacter.mood.current = 25>>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] " + _brothel.name + "'s Retaliation@@", _brothel.name + " hired an investigator to spy on your brothel. You set a trap for _name, the investigator, and proved to the city <<print $heshe[_gender]>> wrong you, allowing you to enslave <<print $himher[_gender]>> for a discounted price.")>>
<<run addEvent($activeCharacter, "" + _brothel.name + "'s Retaliation - Recon")>>
<<run addSlave($activeCharacter)>>
<b>You have enslaved the investigator _brothel.name hired to gather information on you!</b>
<br>
<b>_brothel.name</b> denies all involvement with the investigator $activeCharacter.name to prevent themself from being reprimanded by the city. The words of the investigator alone aren't enough to incriminate them, so they get off completely scot-free, aside from the money they had to pay to hire the investigator in the first place. @@color:forestgreen;You have gained a slave@@ from this whole ordeal so your efforts didn't go completely unrewarded.
<<unset $activeCharacter>>
<<case "Gloat">>
<<set $Continue = "Event Hub">>
<<set $result = null>>
<<set $estate.brothel.competition[$heat.num].heat.triggered = 0>>
<<set $estate.brothel.competition[$heat.num].heat.success = 0>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed-->>
<<set $estate.brothel.competition[$heat.num].heat.event = null>>
<<set $estate.brothel.competition[$heat.num].heat.scene = null>>
<<set $estate.brothel.competition[$heat.num].heat.choice = null>>
<<run updateBrothelPopularity(10)>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount+15, 0, 100)>>
<b>You publicly gloated about getting the better of _brothel.name in a back and forth feud!</b>
<br>
<b>_brothel.name</b> is furious you humiliated them in front of everyone. They denounce you, claiming the next time you won't get so lucky, @@color:red;raising the amount of heat@@ they're putting on you. On the other hand the public absolutely love drama and the fact you won this time around has @@color:forestgreen;increased your brothel's popularity.@@ Being a showboat is irresponsible but very profitable. If you can keep it up without getting burned you'll only stand to gain money and popularity.
<<case "Pay Reparations">>
<<set $Continue = "Event Hub">>
<<set $result = null>>
<<set $estate.brothel.competition[$heat.num].heat.triggered = 0>>
<<set $estate.brothel.competition[$heat.num].heat.success = 0>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed-->>
<<set $estate.brothel.competition[$heat.num].heat.event = null>>
<<set $estate.brothel.competition[$heat.num].heat.scene = null>>
<<set $estate.brothel.competition[$heat.num].heat.choice = null>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount-15, 0, 100)>>
<<set $PC.money -= 5000>>
<b>You paid reparations to _brothel.name to make amends for your previous actions!</b>
<br>
You reached out to <b>_brothel.name</b> and made a deal to pay them reparation money. They gladly accepted it but aren't willing to forgive you completely. However the money will go a long way to mending your relationship with the brothel, @@color:forestgreen;lowering the amount of heat@@ they're putting on you currently. As long as you don't go out of your way to investigate or make plans to harm <b>_brothel.name</b> in any way, they won't attack you as frequently as they have before.
<<case "Pay Retaliation">>
<<set $Continue = "Event Hub">>
<<set $result = null>>
<<set $estate.brothel.competition[$heat.num].heat.triggered = 0>>
<<set $estate.brothel.competition[$heat.num].heat.success = 0>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed-->>
<<set $estate.brothel.competition[$heat.num].heat.event = null>>
<<set $estate.brothel.competition[$heat.num].heat.scene = null>>
<<set $estate.brothel.competition[$heat.num].heat.choice = null>>
<<set $estate.brothel.competition[$heat.num].popularity = Math.clamp($estate.brothel.competition[$heat.num].popularity-10, 0, 100)>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount+15, 0, 100)>>
<<set $PC.money -= 5000>>
<b>You paid money to get a group of thugs to retaliate against _brothel.name!</b>
<br>
This last minute attack wasn't coordinated by any means but it was enough cause a stir in <b>_brothel.name</b>. Your attack on them was effective, @@color:forestgreen decreasing their popularity@@. They have recognized your ruthlessness, doing anything you can to snuff out the competition and vow to return the same energy back to you. <b>_brothel.name</b> has @@color:red;raised the amount of heat@@ they're putting on you.
<<case "Beg Forgiveness">>
<<set $Continue = "Event Hub">>
<<set $result = null>>
<<set $estate.brothel.competition[$heat.num].heat.triggered = 0>>
<<set $estate.brothel.competition[$heat.num].heat.success = 0>>
<<set $estate.brothel.competition[$heat.num].heat.nerfed-->>
<<set $estate.brothel.competition[$heat.num].heat.event = null>>
<<set $estate.brothel.competition[$heat.num].heat.scene = null>>
<<set $estate.brothel.competition[$heat.num].heat.choice = null>>
<<run updateBrothelPopularity(-10)>>
<<set $estate.brothel.competition[$heat.num].heat.amount = Math.clamp($estate.brothel.competition[$heat.num].heat.amount-15, 0, 100)>>
<b>You publicly begged for forgiveness from _brothel.name!</b>
<br>
Not only did <b>_brothel.name</b> get the better of you in your public feud, they were able to get you to humiliate yourself in front of your customers by having you beg for forgiveness in front of your shop. Many groups of people thoroughly enjoy seeing drama play out by more wealthy citizens but your brothel's patrons aren't one of them. Your pathetic display has soured your customers perception of you, @@color:red;decreasing your brothel's popularity@@ but it did @@color:forestgreen;lower the amount of heat@@ <b>_brothel.name</b> is putting on you.
<</switch>>
<</if>><table class="inventory" style='table-layout:fixed;width:1000px'>
<<set _table = "">>
<<set _table += "<tr>">>
<<if $estate.page == "Overview">>
<<set _table += "<th class = 'listing' colspan = 40>">>
<<if $summary.estateInfo == 1>>
<<set _table += "[[Slaves|Main Menu][$summary.estateInfo = 0]]</th>">>
<<elseif $summary.estateInfo == 0>>
<<set _table += "[[Slaves|Main Menu][$summary.estateInfo = 1]]</th>">>
<</if>>
<<else>>
<<set _table += "<th class = 'listing' colspan = 40>[[Slaves|Main Menu][$estate.page = 'Overview']]</th>">>
<</if>>
<<if $estate.page == "Facilities">>
<<set _table += "<th class = 'listing' colspan = 40>Facilities</th>">>
<<else>>
<<set _table += "<th class = 'listing' colspan = 40>[[Facilities|Main Menu][$estate.page = 'Facilities']]</th>">>
<</if>>
<<if $estate.page == "Discipline">>
<<set _table += "<th class = 'listing' colspan = 40>Discipline</th>">>
<<else>>
<<set _table += "<th class = 'listing' colspan = 40>[[Discipline|Main Menu][$estate.page = 'Discipline']]</th>">>
<</if>>
<<set _table += "</tr>">>
<<if $estate.page == "Overview">>
<<if $summary.estateCap == 0>>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>[[Estate Capacity|Main Menu][$summary.estateCap = 1]]</th></tr>">>
<<else>>
<<set _table += "<tr><th class = 'nobottom' colspan = 120>[[Estate Capacity|Main Menu][$summary.estateCap = 0]] | ">>
<</if>>
<<if !$summary.estateCap>>
<<set _table += "<tr><td class = 'noborder' colspan = 120>Your estate is large enough to house up to <b>$estate.cap slaves</b>. Currently, you're housing <b>$estate.pop slaves</b>. You can increase the number of slaves you have by upgrading the amount of rooms you have available on your estate. <br>">>
<</if>>
<<set _cost = 0>>
<<if $estate.cap == 4>>
<<set _newcap = 6>>
<<set _cost = 10000>>
<<elseif $estate.cap == 6>>
<<set _newcap = 8>>
<<set _cost = 25000>>
<<elseif $estate.cap == 8>>
<<set _newcap = 10>>
<<set _cost = 50000>>
<<elseif $estate.cap == 10>>
<<set _newcap = 12>>
<<set _cost = 100000>>
<<elseif $estate.cap == 12>>
<<set _newcap = 14>>
<<set _cost = 200000>>
<<elseif $estate.cap == 14>>
<<set _newcap = 16>>
<<set _cost = 400000>>
<<elseif $estate.cap == 16>>
<<set _newcap = 20>>
<<set _cost = 1000000>>
<</if>>
<<set _fee = commify(_cost)>>
<<if $estate.cap == 20>>
<<set _table += "<b>You have upgraded your estate to maximum capacity.</b>">>
<<else>>
<<set _table += "<<print '[[Upgrade Estate\\'s Slave Capacity|Main Menu][$PC.money -= " + _cost + ", $estate.cap = " + _newcap + "]]'>> | @@color:lightgreen;💎" + _fee + "@@ | $estate.cap → " + _newcap + " Slave Capacity">>
<</if>>
<<if !$summary.estateCap>>
<<set _table += "</td></tr>">>
<<else>>
<<set _table += "</th></tr>">>
<</if>>
<<set _position = 0>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<include "Modernize Slave">>
<<if _character.location == $main.page>>
<<set _position++>>
<<if _position == 1>>
<<set _table += "<tr>">>
<</if>>
<<set _table += "<td colspan = 40><<displayTitle '" + _character.title + "' 'Main Menu'>><<race '" + _character.tribe + "' 'Main Menu'>> <<print '[[" + amendString(_character.name) + "|Main Menu][$activeCharacter = $slaves[" + _i + "]]]'>> <<gender " + _character.sex + " " + _character.gender + ">> <<print '[[✓|Slave Description][$activeCharacter to $slaves[" + _i + "]]]'>>">>
<<set _table += "<br><b><<healthbar $slaves[" + _i + "] 'Health'>><<healthbar $slaves[" + _i + "] 'Stamina'>></b>">>
<<set _table += "<br><<print getObedience(" + _character.obedience.current + ")>> / <<print getTrust(" + _character.trust.current + ")>> / <<print getFear(" + _character.fear.current + ")>>">>
<<set _table += "<br><<print getMood($slaves[" + _i + "])>> / <<print $UCweight[" + _character.weight + "]>>">>
<<if _character.assignment == "rest">>
<<set _table += " / @@color:gray;<span id='assignment" + _character.ID + "'>Resting</span>@@">>
<<else>>
<<set _table += " / @@color:gray;<span id='assignment" + _character.ID + "'>Working</span>@@">>
<</if>>
<<set _table += "</td>">>
<<if _position == 3>>
<<set _position = 0>>
<<set _table += "</tr>">>
<</if>>
<</if>>
<</for>>
<<if _position != 0>>
<<set _emptyboxes = 3 - _position>>
<<set _table += "<td colspan = 40></td>".repeat(_emptyboxes)>>
<<set _table += "</tr>">>
<</if>>
<<elseif $estate.page == "Facilities">>
<<set _table += "<tr><th class = 'nobottom' colspan = 120><span id='Facilities'><<appendLink 'Facilities'>></span></th></tr>">>
<<set _table += "<tr><td class = 'noborder' colspan = 120><span id='TrainingRoom'><<appendLink 'TrainingRoom'>></span></td></tr>">>
<<elseif $estate.page == "Discipline">>
<<if !$estate.facilities.trainingroom>>
<<set _table += "<tr><td class = 'noborder' colspan = 120><span id='Discipline'><<appendLink 'Discipline'>></span></td></tr>">>
<<else>>
<<if $trainer>>
<<set _number = $trainer.slice($trainer.indexOf("[") + 1, $trainer.indexOf("]"))>>
<<set $trainer = $slaves[_number]>>
<<if !$estate.facilities.training.trainers.includes($trainer.ID)>>
<<set $estate.facilities.training.trainers.push($trainer.ID)>>
<</if>>
<<set _number = null>>
<<set $trainer = null>>
<</if>>
<<if $student>>
<<set _number = $student.slice($student.indexOf("[") + 1, $student.indexOf("]"))>>
<<set $student = $slaves[_number]>>
<<set $student.training.trainer = $estate.facilities.training.trainer>>
<<set _currentStudent = $student.ID>>
<<set _number = null>>
<<set $student = null>>
<</if>>
<<set _table += "<tr><td class = 'nbleft' colspan = 80><span id='Discipline'><<appendLink 'Discipline'>></span></td>">>
<<set _table += "<td class = 'nbright' colspan = 40><span id='DisciplineZ'><<appendLink 'DisciplineZ'>></span></td></tr>">>
<<if $estate.facilities.training.trainers.length < $estate.facilities.training.rooms>>
<<set _table += "<tr><td class = 'noborder' colspan = 120><span id='DisciplineY'><<appendLink 'DisciplineY'>></span></td></tr>">>
<</if>>
<<if $estate.facilities.training.trainers.length>>
<<set _colspan = 120 / $estate.facilities.training.trainers.length>>
<<if !$estate.facilities.training.trainer || !$estate.facilities.training.trainers.includes($estate.facilities.training.trainer)>>
<<set $estate.facilities.training.trainer = $estate.facilities.training.trainers[0]>>
<</if>>
<<set _table += "<tr>">>
<<for _t=0; _t < $estate.facilities.training.trainers.length;_t++>>
<<set _trainer = $estate.facilities.training.trainers[_t]>>
<<set _table += "<td class = 'listing' colspan = " + _colspan + "><b><span id='DisciplineX'><<appendLink 'DisciplineX' '" + _trainer + "'>></span></b></td>">>
<</for>>
<<set _table += "</tr>">>
<<if $estate.facilities.training.trainer>>
<<set _table += "<tr><td class = 'summary' colspan = 120><span id='DisciplineW'><<appendLink 'DisciplineW' '" + $estate.facilities.training.trainer + "'>></span></td></tr>">>
<</if>>
<</if>>
<</if>>
<</if>>
_table
</table>
<<if $estate.page == "Discipline">>
<<if $estate.facilities.training.trainers.length>>
<<set _students = []>>
<<for _sn=1; _sn <= $slaves.amount;_sn++>>
<<set _student = $slaves[_sn]>>
<<if _student.location == "estate" && _student.training.trainer == $estate.facilities.training.trainer>>
<<set _students.push(_student.ID)>>
<</if>>
<</for>>
<<if _students.length>>
<table class='inventory' style='table-layout:fixed;width:1000px'>
<tr>
<th class = 'listing' colspan = 39>Student</th>
<th class = 'listing' colspan = 39>Attributes</th>
<th class = 'listing' colspan = 22>Discipline</th>
<th class = 'listing' colspan = 20>Progress</th>
</tr>
<<for _st = 0; _st < _students.length;_st++>>
<<set _studentID = _students[_st]>>
<<capture _studentID>>
<tr>
<td class = 'noborder' colspan = 39><<print "<span id='DVCharacter" + _studentID + "'><<appendLink 'DisciplineV' 'Character' '" + _studentID + "'>></span>">></td>
<td class = 'noborder' colspan = 39><span id='DVStats'><<appendLink 'DisciplineV' 'Stats' _studentID>></span></td>
<td class = 'noborder' colspan = 22><<print "<span id='DVDiscipline" + _studentID + "'><<appendLink 'DisciplineV' 'Discipline' '" + _studentID + "'>></span>">></td>
<td class = 'noborder' colspan = 20><<print "<span id='DVProgress" + _studentID + "'><<appendLink 'DisciplineV' 'Progress' '" + _studentID + "'>></span>">></td>
</tr>
<tr>
<td class = 'summary' colspan = 60><<print "<span id='DVRewards" + _studentID + "'><<appendLink 'DisciplineV' 'Rewards' '" + _studentID + "'>></span>">></td>
<td class = 'summary' colspan = 60><<print "<span id='DVPunishments" + _studentID + "'><<appendLink 'DisciplineV' 'Punishments' '" + _studentID + "'>></span>">></td>
</tr>
<</capture>>
<</for>>
</table>
<</if>>
<</if>>
<</if>><<widget "compendium">>
<<switch $args[0]>>
<<case "Main">>
<<set _pagecount = 0>>
<<for _p = 0; _p < _pages.length;_p++>>
<<set _page = _pages[_p]>>
<<set _Page = capitalizeSentence(_page)>>
<<if _pagecount > 0>>
|
<</if>>
<<if $compendium.page == _Page>>
_Page
<<else>>
<<print "<<link '" + _Page + "'>><<set $compendium.page = '" + _Page + "'>><<set $compendium.leaf = null>><<replace '#main'>><<compendium 'Main'>><</replace>><<replace '#info'>><<compendium '" + _Page + "'>><</replace>><</link>>">>
<</if>>
<<set _pagecount++>>
<</for>>
<<case "Races">>
<tr><td class = "compendium"><center>
<<for _t = 0; _t < $compendium.races.length;_t++>>
<<set _tribe = capitalizeSentence($compendium.races[_t])>>
<<if $compendium.leaf != _tribe>>
<<print "<<link '" + _tribe + "'>><<set $compendium.leaf = '" + _tribe + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_tribe
<</if>>
<<if _t != $compendium.races.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><<race $compendium.leaf>> <br>
<</if>>
<<switch $compendium.leaf>>
<<case "Canus">>
Canus are a crossbreed between a human and a mongrel. They can live relatively normal lives in human societies as they're mentally no different from their human counterparts. That doesn't mean they do, as they are often used as sex slaves due to their dog-like ears and tails. In mongrel society canus are accepted but are treated lesser than their pure-bread counterparts. They are often found performing menial chores around mongrel villages and are often used as slaves there as well. They're physically and mentally average as a race.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "mongrel" "Description">> -- <<race "canus" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Dark Elf">>
Dark Elves have lived just as long as High Elves but have secluded themselves from any contact with any other race. Although they aren't hostile they are absolutely aggressive with defending their territory. They don't trade or interact with other dark elf tribes, let alone other races. Their darkened skin and pointy ears are their defining attributes. Dark Elves are matriarchal in nature and their looks reflect that. The women have larger than average breasts, while the men have smaller than average cocks. Like most elves, they are extremely beautiful and produce good quality nectar naturally.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "dark elf" "Description">> -- <<race "high elf" "Description">> -- <<race "forest elf" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Dwarf">>
Dwarves have lived have lived among society for the past few centuries but before were cave dwellers. Their short yet stout bodies helped them traverse through constricted tunnel systems. Most dwarves now live amongst other races, providing their trade skills for compensation. Dwarves have small breasts and cocks, and all of them have facial hair. They’re short too, but their redeeming factor is that they’re a very fit race.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "dwarf" "Description">> -- <<race "gnome" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Forest Elf">>
Forest Elves are heralded as the peacekeepers of the forest. They aren't too much divorced from their dark and high elf cousins genetically and more numerous in number. They tend to live in grandiose forest villages protected by illusion barriers to prevent any outsiders from entering. Boasting superior magic and a longer life, the only thing preventing them from being the dominant race is their very weak fertility. Forest elves, like most elves, are extremely beautiful. They also produce good quality nectar naturally.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "dark elf" "Description">> -- <<race "high elf" "Description">> -- <<race "forest elf" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Giant">>
Giants live in mountainous plains sometimes in groups of two but mostly by themselves. Both sexes roam the mountains for food, only looking for companionship during mating season. Male giants will fight amongst themselves for land, providing themselves with a prosperous breeding ground. Female giants are granted access to a male's land but are also subject to his libido. Not only are giants extremely tall, they have large cocks, breasts and are generally very athletic.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "giant" "Description">> -- <<race "orc" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Gnome">>
Gnomes are the smallest race alongside goblins. Despite their small size, it is very rare for gnomes to be poor or low class. They make a living with their ingenious creations and superior wares. In the wild they often live in the hollowed out insides of giant trees. They have really small cocks and breasts but they are very intelligent.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "dwarf" "Description">> -- <<race "gnome" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Goblin">>
Goblins are considered a plague amongst the living. Individually their abilities pale in comparison to every other race, but their unparalleled mating ability and high fertility allows them to overwhelm any race through sheer numbers. Goblins are a male only race of very small, large cocked monsters. They’re very dumb and ugly, but also very cheap. They can breed virtually any race but they only produce goblin offspring.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "dark elf" "Description">> -- <<race "high elf" "Description">> -- <<race "giant" "Description">> -- <<race "forest elf" "Description">> -- <<race "moon rabbit" "Description">> -- <<race "dwarf" "Description">> -- <<race "gnome" "Description">> -- <<race "holstaur" "Description">> -- <<race "minotaur" "Description">> -- <<race "mongrel" "Description">> -- <<race "pantheran" "Description">> -- <<race "canus" "Description">> -- <<race "human" "Description">> -- <<race "neko" "Description">>
<<case "High Elf">>
High Elves can be found scattered across the world, mainly in the high echelons of human societies. High elves are patriarchal in nature and their looks reflect that. The men have larger than average cocks, while the women have smaller than average breasts. Like most elves, they are extremely beautiful and produce good quality nectar naturally.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "dark elf" "Description">> -- <<race "high elf" "Description">> -- <<race "forest elf" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Holstaur">>
Holstaur are the female sex of the beastmen cattle species. They graze in the wild in herds with their offspring and one or at most two minotaur. Holstaur features are mainly human but they have extremely large busts, produce high quality milk, small horns sprouting from their heads, have hoofed feet and are female only.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "minotaur" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Human">>
Humans almost always live in societies consisting of other humans. They're very social, requiring some form of interaction to retain their mental health. While they have no strong points, they have no weaknesses either making them the most dominant race on the planet. Humans are the most common and average traits. There isn’t anything special about them other than the fact they are cheap and they can breed with any race.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <b>@@color:#3A82FF;[M]@@</b><br>
<<race "dark elf" "Description">> -- <<race "high elf" "Description">> -- <<race "giant" "Description">> -- <<race "forest elf" "Description">> -- <<race "moon rabbit" "Description">> -- <<race "orc" "Description">> -- <<race "dwarf" "Description">> -- <<race "gnome" "Description">> -- <<race "holstaur" "Description">> -- <<race "mongrel" "Description">> -- <<race "pantheran" "Description">> -- <<race "canus" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">> -- <<race "neko" "Description">>
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <b>@@color:#FD81CA;[F]@@</b><br>
<<race "dark elf" "Description">> -- <<race "high elf" "Description">> -- <<race "giant" "Description">> -- <<race "forest elf" "Description">> -- <<race "moon rabbit" "Description">> -- <<race "orc" "Description">> -- <<race "dwarf" "Description">> -- <<race "gnome" "Description">> -- <<race "minotaur" "Description">> -- <<race "mongrel" "Description">> -- <<race "pantheran" "Description">> -- <<race "canus" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">> -- <<race "neko" "Description">>
<<case "Minotaur">>
Mintaur are the male sex of the beastmen cattle species. They fight amongst themselves to control groups of cattle but sometimes may share their leadership with another minotaur. Minotaur features are mainly human but they have larger than average cocks, bull horns sprouting from their heads, hoofed feet and are male only.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "holstaur" "Description">> -- <<race "human" "Description">>
<<case "Mongrel">>
Mongrels are a race of anthropomorphic dogs that live mainly in the forest. Both male and female mongrels share all roles within their villages equally. That includes hunting, child-rearing, leadership roles and the many trades they partake in. They are very aggressive when it comes to defending their territory. Male mongrels have knotted cocks and all mongrels are generally fit.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "mongrel" "Description">> -- <<race "canus" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Moon Rabbit">>
Moon rabbits are a rare, forest dwelling race that have mainly human features but have bunny like ears and tails. They reside in isolated but enormous underground villages which they only leave to gather food. Moon Rabbit villages can often go two to three centuries without being discovered by any other race. They are known to be intelligent and beautiful.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "moon rabbit" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Neko">>
Neko are a crossbreed between a human and a pantheran. They can live relatively normal lives in human societies as they're mentally no different from their human counterparts. That doesn't mean they do, as they are often used as sex slaves due to their cat-like ears and tails. In pantheran society canus are completely shunned as they are considered lesser than their pure-bread counterparts. Pantherans feel they weaken the tribe and thus are only admitted into the tribe as slaves. Neko features are mainly human, but they do have cat like ears and tails. They're physically and mentally average as a race.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "pantheran" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">> -- <<race "neko" "Description">>
<<case "Orc">>
Orcs are very large athletic monsters that are generally stupid and very ugly. They have a penchant for fighting, losing them more people than their enhanced libidos can keep up with. Almost every clan of orcs will eventually fight itself into extinction without intervention. Males have extraordinarily large cocks that produce high quality cum except for the taste, which is generally very bad. Females have large breasts.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "giant" "Description">> -- <<race "orc" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">>
<<case "Pantheran">>
Pantherans are a race of anthropomorphic cats that live mainly in the forest. Female pantheran rule the tribes, as they are more skilled in combat than their male counterparts. A male's status in the clan is largely decided by his mother's status, making it possible for a male to rank higher in the clan than a low status female. Female pantheran fight over the right to mate a male. The male then has the right to veto if he can best his potential partner in combat, which rarely ever happens. Male pantherans have barbed cocks and all pantherans are generally fit.
<br><br>
<b>@@color:gray;[Breeding Compatibility]@@</b> | Mateable Races <br>
<<race "pantheran" "Description">> -- <<race "goblin" "Description">> -- <<race "human" "Description">> -- <<race "neko" "Description">>
<</switch>>
</td></tr>
<<case "Ages">>
<tr><td class = "compendium"><center>
Age is one of the most important traits for characters. They mainly affect whether slaves are fertile or not and how much money a person is willing to spend on their products (whether that product is their produce or their bodies). In general, the older the character the less valuable they are across the board.
<br>
<<for _t = 0; _t < $compendium.ages.length;_t++>>
<<set _age = capitalizeSentence($compendium.ages[_t])>>
<<if $compendium.leaf != _age>>
<<print "<<link '" + _age + "'>><<set $compendium.leaf = '" + _age + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_age
<</if>>
<<if _t != $compendium.ages.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><b>@@color:gray;$compendium.leaf@@</b> <br>
<</if>>
<<switch $compendium.leaf>>
<<case "Young Adult">>
Young adults are in general the most desired age group for slaves. Their lifespan is longer, allowing for slave owners to make use of them for their whole adult lifespan. There are very little downsides to buying a slave who has just reached adulthood, other than their high price of course.
<br><br>
<b>Bonuses</b> <br>
@@color:forestgreen;2x Brothel Price@@ <br>
@@color:forestgreen;2x General Appeal@@ <br>
@@color:gray;Can Produce A Few Children Before Aging@@ <br>
@@color:red;2x Slave Price@@ <br>
<<case "Adult">>
Adults don't cost as much as young adults but they don't have the same appeal as them either. Adults a middling when it comes to slave value but the one aspect they excel at is having a lot of children before they age into maturity. Adults make for decent breeding stock at cheaper prices than young adults.
<br><br>
<b>Bonuses</b> <br>
@@color:forestgreen;Can Produce A Lot of Children Before Aging@@ <br>
@@color:gray;1x Brothel Price@@ <br>
@@color:gray;1x General Appeal@@ <br>
@@color:gray;1x Slave Price@@ <br>
<<case "Mature">>
Mature slaves have very little value to anyone. They can't breed, don't have good enough appeal to bring in large numbers of people at places such as brothels but they are priced appropriately. These slaves are great for starting any business (unless you're in the business of breeding) and getting a good incoming going before you need to replace them.
<br><br>
<b>Bonuses</b> <br>
@@color:forestgreen;0.67x Slave Price@@ <br>
@@color:red;0.67x Brothel Price@@ <br>
@@color:red;0.67x General Appeal@@ <br>
@@color:red;Cannot Produce Children@@ <br>
<</switch>>
</td></tr>
<<case "Attributes">>
<tr><td class = "compendium"><center>
The three main attributes for slaves are Obedience, Trust and Fear. They affect slaves in almost every facet of the game; they determine whether they follow orders or not, they affect the type of events a character can get and they can even gate some of the positions they can gain such as procurer.
<br>
<<for _t = 0; _t < $compendium.attributes.length;_t++>>
<<set _attribute = capitalizeSentence($compendium.attributes[_t])>>
<<if $compendium.leaf != _attribute>>
<<print "<<link '" + _attribute + "'>><<set $compendium.leaf = '" + _attribute + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_attribute
<</if>>
<<if _t != $compendium.attributes.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><b>@@color:gray;$compendium.leaf@@</b> <br>
<</if>>
<<switch $compendium.leaf>>
<<case "Obedience">>
<<case "Trust">>
<<case "Fear">>
<</switch>>
</td></tr>
<<case "Sexes">>
<tr><td class = "compendium"><center>
There are four main sexes, all of which have their own characteristics which affects a character's appearance in large ways. Male and female sexes are fairly popular, shemale sexed characters are rare and futanari sexed characters are extremely rare. The more rare the sex, the more expensive it is to buy a character with that characteristic.
<br>
<<for _t = 0; _t < $compendium.sexes.length;_t++>>
<<set _sex = capitalizeSentence($compendium.sexes[_t])>>
<<if $compendium.leaf != _sex>>
<<print "<<link '" + _sex + "'>><<set $compendium.leaf = '" + _sex + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_sex
<</if>>
<<if _t != $compendium.sexes.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><b><<gender "Compendium" $compendium.leaf>></b><br>
<</if>>
<<switch $compendium.leaf>>
<<case "Male">>
The male sex is one of the two staple sexes in the game. Physically, male sexed characters have a cock (measured in length and girth) and balls. All males produce cum naturally. Milk can be produced through the use of tonics but they will only be at half the quantity, quality and taste of someone with at least A-sized natural breasts. Typically if a male sexed character is male gendered they will be described using the secondary stats shoulders and torsos. If they are female gendered, they will be described using the secondary stats lips and hip.
<<case "Female">>
The female sex is one of the two staple sexes in the game. Physically, female sexed characters have at least A-sized natural breasts, a clit and pussy. All females can produce milk naturally when pregnant or through the use of tonics. Elves naturally produce nectar but all women can produce nectar with the use of tonics. Typically if a female sexed character is female gendered they will be described using the secondary stats lips and hip. If they are male gendered, they will be described using the secondary stats shoulders and torso.
<<case "Shemale">>
The shemale sex is a rare sex in the game. Physically, shemale sexed characters have a cock (measured in length and girth), balls and they have at least A-sized natural breasts. All shemales produce cum naturally. No shemale can produce milk naturally since they cannot get pregnant but they can through the use of tonics. If a shemale sexed character is male gendered they will be described using the secondary stats shoulders and torsos. If they are female gendered, they will be described using the secondary stats lips and hip.
<<case "Futanari">>
The futanari sex is the most rare sex in the game. Physically, futanari sexed characters have a cock (measured in length and girth), balls, at least A-sized natural breasts, a clit and pussy. All futanari produce cum naturally. All futanari can produce milk naturally when pregnant or through the use of tonics. Elves naturally produce nectar but all futanari can produce nectar with the use of tonics. Typically if a futanari sexed character is female gendered they will be described using the secondary stats lips and hip. If they are male gendered, they will be described using the secondary stats shoulders and torso.
<<case "Transgender">>
Transgender characters are male or female characters who are gendered opposite to their sex. This could be either completely naturally, or through slave training. This can be changed through slave training or with the use of transformation tonics. If a character is female gendered they will be described using the secondary stats lips and hip. If they are male gendered, they will be described using the secondary stats shoulders and torso.
<</switch>>
</td></tr>
<<case "Titles">>
<tr><td class = "compendium"><center>
Titles are gained in a number of ways but the most prevalent one is through training. Common titles grant unique bonuses and higher level titles grant stronger bonuses and/or multiple bonuses. Gathering titles with almost guarantee unlocking higher level titles, but some titles can't be held at the same time so as soon you start training for one title, you may lose another.
<br>
<<for _t = 0; _t < $compendium.titles.length;_t++>>
<<set _title = capitalizeSentence($compendium.titles[_t])>>
<<if $compendium.leaf != _title>>
<<print "<<link '" + _title + "'>><<set $compendium.leaf = '" + _title + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_title
<</if>>
<<if _t != $compendium.titles.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><b>@@color:gray;$compendium.leaf@@</b> <br>
<</if>>
<<switch $compendium.leaf>>
<<case "Common">>
<<case "Uncommon">>
<<case "Unique">>
<<case "Rare">>
<<case "Special">>
<</switch>>
</td></tr>
<<case "Codes">>
<tr><td class = "compendium"><center>
Codes can be input in the spellbook anytime while at the main screen. Once used these codes will unlock a compendium page stating their exact effects while recording them for you to use at any time. Some codes require more than the main screen to be used. Codes with a checkmark next to them are currently active.
<br>
<<for _t = 0; _t < $compendium.codes.length;_t++>>
<<set _code = $compendium.codes[_t]>>
<<if $compendium.leaf != _code>>
<<print "<<link '" + _code + "'>><<set $compendium.leaf = '" + _code + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_code
<</if>>
<<if $cheats.contains(_code)>>
<b>@@color:gray;[✓]@@</b>
<</if>>
<<if _t != $compendium.codes.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><b>@@color:mediumslateblue;$compendium.leaf@@</b>
<<if $cheats.contains($compendium.code)>>
<b>@@color:gray;[TOGGLED]@@</b>
<</if>>
<br>
<</if>>
<<switch $compendium.leaf>>
<<case "energyWell">>
An energy cheat. While this cheat is toggled both slaves and the player will not lose any energy from taking any actions during the week.
<<case "goldHoard">>
A gold cheat. This cheat will grant the player @@color:lightgreen;💎100,000@@ gold every time its input.
<<case "healthSustain">>
A health cheat. While this cheat is toggle both slaves and the player will remain at 100 health and 0 fatigue regardless of their job.
<<case "moodBlockers">>
A mood cheat. While this cheat is active slaves will not drop below @@color:yellow;moderate@@ moods but they can still have their moods raised.
<<case "npcUnlimited">>
A sexual stamina cheat. While this cheat is active sexual partners will not lose any sexual stamina during sexual activities.
<<case "perfectCharacter">>
A character creation cheat. While this cheat is active you are granted infinite attribute points to customize your character during the creation process.
<<case "playerUnlimited">>
A sexual stamina cheat. While this cheat is active you will not lose any sexual stamina during sexual activities.
<<case "spaDay">>
An restoration cheat. This cheat will restore both a slave's stamina and their health anytime its input while they're being inspected.
<<case "trueOrc">>
An restoration cheat. This cheat will restore the player's energy to the maximum anytime its input.
<</switch>>
</td></tr>
<<case "Moods">>
<tr><td class = "compendium"><center>
There are six different mood trees (anxiety, happiness, sanity, serenity, affection & hate) that affect a slave's obedience, trust, fear, affection and hate. Depending on the mood they could increase or decrease these attributes drastically. Moods change frequently because of events and actions. Moods are affected by a slave's <<link "nature">><<set $compendium.page = "Natures">><<set $compendium.leaf = null>><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br>
<<for _t = 0; _t < $compendium.moods.length;_t++>>
<<set _mood = capitalizeSentence($compendium.moods[_t])>>
<<if $compendium.leaf != _mood>>
<<print "<<link '" + _mood + "'>><<set $compendium.leaf = '" + _mood + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_mood
<</if>>
<<if _t != $compendium.moods.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><b>@@color:forestgreen;$compendium.leaf@@</b> <br>
<</if>>
<<switch $compendium.leaf>>
<<case "Anxiety">>
The anxiety mood tree will affect a slave's fear and it can affect a slave's trust. The better a slave's anxiety levels, the less they will fear you and the more they may possibly trust you. On the other hand if a slave's anxiety level is very poor they will fear you more and possible lose trust in you.
<br><br>
@@color:forestgreen;Tranquil@@ slaves have @@color:forestgreen;greatly decreased fear of you@@ and @@color:greenyellow;increased trust in you.@@
<br><br>
@@color:greenyellow;Unworried@@ slaves have @@color:greenyellow;decreased fear of you.@@
<br><br>
@@color:yellow;Relaxed@@ slaves have no change in obedience, trust, fear, affection or hate..
<br><br>
@@color:orange;Tense@@ slaves have @@color:orange;increased fear of you.@@
<br><br>
@@color:red;Distressed@@ slaves have @@color:red;greatly increased fear of you@@ and have @@color:orange;decreased trust in you.@@
<<case "Happiness">>
The happiness mood tree will affect a slave's obedience and it can affect a slave's fear. The more happy a slave is, the more obedient they will be and may fear you less. Unhappy slaves will be very disobedient which may be amplified if they're so unhappy they fear you more than normal.
<br><br>
@@color:forestgreen;Estatic@@ slaves have @@color:forestgreen;greatly increased obedience@@ and have @@color:greenyellow;lowered fear of you@@.
<br><br>
@@color:greenyellow;Happy@@ slaves have @@color:greenyellow;increased obedience.@@
<br><br>
@@color:yellow;Content@@ slaves has no change in obedience, trust, fear, affection or hate..
<br><br>
@@color:orange;Depressed@@ slaves have @@color:orange;decreased obedience.@@
<br><br>
@@color:red;Melancholic@@ slaves have @@color:red;greatly decreased obedience@@ and have @@color:orange;increased fear of you.@@
<<case "Sanity">>
The sanity mood tree will affect a slave's obedience, trust and fear. If a slave enters this tree you must care to better its condition unless you want a broken slave. A slave who has lost their sanity will follow every order you give them but they won't be able to learn any new skills or improve on the ones they have. Its hard to rehabilitate a broken slave but it can be done by treating them properly for an extended period of time.
<br><br>
@@color:forestgreen;Sane@@ slaves will change from the sanity scale to either the happiness, serenity or anxiety scale if they remain sane for long enough.
<br><br>
@@color:greenyellow;Stable@@ slaves don't has not had any negative effects on obedience, trust, and fear but if sanity continues to plummet, they will be negatively affected.
<br><br>
@@color:yellow;Unhinged@@ slaves have @@color:orange;decreased trust in you and obedience@@ and have @@color:orange;increased fear of you.@@
<br><br>
@@color:orange;Psychotic@@ slaves have @@color:red;greatly decreased trust in you and obedience@@ and have @@color:red;greatly increased fear of you.@@
<br><br>
@@color:red;Mindbroken@@ slaves have @@color:forestgreen;maxed out obedience@@, @@color:red;mistrust and fear of you.@@ They will not learn any new skills or improve upon them.
<<case "Serenity">>
The serenity mood tree will affect a slave's trust and can affect a slave's obedience. Being serene will allow a slave to garner a lot of trust for you and will possibly increase their obedience. An angry slave will have weakened trust for you to the point they may end up disobedient.
<br><br>
@@color:forestgreen;Serene@@ slaves has maximized humility, @@color:forestgreen;grealty increasing trust@@ and has also @@color:greenyellow;increased obedience.@@
<br><br>
@@color:greenyellow;Composed@@ slaves have @@color:greenyellow;increased trust.@@
<br><br>
@@color:yellow;Calm@@ slaves has no change in obedience, trust, fear, affection or hate.
<br><br>
@@color:orange;Angry@@ slaves have @@color:orange;decreased trust in you.@@
<br><br>
@@color:red;Furious@@ slaves have @@color:red;greatly decreases trust in you@@ and have @@color:orange;decreased obedience@@.
<<case "Affection">>
The affection mood tree will affect a slave's affection and it can affect a slave's trust. The more a slave loves you, the more likely they will trust you and open up about themselves. Apathetic slaves will still follow orders and commit to tasks, but don't expect any sort of attachment or dedication beyond what is taught to them.
<br><br>
@@color:forestgreen;Devoted@@ slaves are fully commited to you and you alone. @@color:forestgreen;greatly increased affection gains@@, @@color:greenyellow;increased trust of you@@, and @@color:greenyellow; hatred of you lowers as well@@.
<br><br>
@@color:greenyellow;Affectionate@@ slaves have @@color:greenyellow;increased affection@@ and a @@color:orange;small decrease to hatred.@@
<br><br>
@@color:yellow;Fond@@ slaves has no change in obedience, trust, fear, affection or hate.
<br><br>
@@color:orange;Wavering@@ slaves have @@color:orange;decreased affection.@@
<br><br>
@@color:red;Heartbroken@@ slaves have @@color:red;greatly decreased affection@@ and have @@color:orange;decreased trust of you.@@
<<case "Hate">>
The Hatred mood tree will affect a slave's hatred of you as well as affect a slave's obedience and even a bit of their fear of you. A slave who resents you will still remain obedient as they understand no matter how they feel about you, you are still in control. This doesn't mean they won't find some way to undermine you. The larger a slave's hatred of you is, the more likely it will lead to unforseen circumstances. If you're a particularly savy master you can even use that obsession to your benefit. If this is to your liking it's best to keep their hatred focused properly as a lukewarm feeling can lead them to be unfocused, lessenning their hatred but also their obedience and fear of you
<br><br>
@@color:forestgreen;Unforgiving@@ slaves have @@color:forestgreen;greatly increased hate@@, @@color:greenyellow;increased obedience of you@@ and a @@color:greenyellow; decrease of affection towards you as well@@.
<br><br>
@@color:greenyellow;Hateful@@ slaves have @@color:greenyellow;increased hate.@@ and a @@color:orange;small decrease to affection.@@
<br><br>
@@color:yellow;Vindictive@@ slaves has no change in obedience, trust, fear, affection or hate.
<br><br>
@@color:orange;Petty@@ slaves have @@color:orange;decreased hate.@@
<br><br>
@@color:red;Ambivalent@@ slaves have @@color:red;greatly decreased hate @@ and have @@color:orange;decreased obedience for you.@@
<</switch>>
</td></tr>
<<case "Natures">>
<tr><td class = "compendium"><center>
Natures mainly affect which mood trees a slave will fall into most often, which in turn affects which boosts/nerfs they will naturally receive. Natures also affect how fast a slave can climb/fall down a mood tree. Events can still knock a slave into another mood tree but they will fall into their assigned trees naturally with time.
<br>
<<for _t = 0; _t < $compendium.natures.length;_t++>>
<<set _nature = capitalizeSentence($compendium.natures[_t])>>
<<if $compendium.leaf != _nature>>
<<print "<<link '" + _nature + "'>><<set $compendium.leaf = '" + _nature + "'>><<replace '#info'>><<compendium '" + $compendium.page + "'>><</replace>><</link>>">>
<<else>>
_nature
<</if>>
<<if _t != $compendium.natures.length-1>> -- <</if>>
<</for>></center>
<<if $compendium.leaf>>
<br><b>@@color:gray;$compendium.leaf@@</b> <br>
<</if>>
<<switch $compendium.leaf>>
<<case "Dandere">>
Dandere slaves are usually very quiet, reserved or outright shy. Their natural trees are <<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>> and <<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br><br>
<b><<link "Sanity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Sanity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Sanity gains are halved.@@<br>
@@color:red;Sanity loses are doubled.@@
<br><br>
<b><<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Happiness gains are doubled.@@<br>
@@color:forestgreen;Happiness loses are halved.@@
<br><br>
<b><<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Serenity gains are normal.@@<br>
@@color:forestgreen;Serenity loses are halved.@@
<br><br>
<b><<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Anxiety gains are doubled.@@<br>
@@color:red;Anxiety loses are doubled.@@
<br><br>
<b><<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Affection gains are normal@@<br>
@@color:gray;Affection loses are normal.@@
<br><br>
<b><<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Hate gains are normal.@@<br>
@@color:gray;Hate loses are normal.@@
<<case "Himedere">>
Himedere slaves are very pretentious. Their natural trees are <<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>, <<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>> and <<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br><br>
<b><<link "Sanity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Sanity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Sanity gains are doubled.@@<br>
@@color:red;Sanity loses are doubled.@@
<br><br>
<b><<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Happiness gains are normal.@@<br>
@@color:gray;Happiness loses are normal.@@
<br><br>
<b><<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Serenity gains are halved.@@<br>
@@color:gray;Serenity loses are normal.@@
<br><br>
<b><<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Anxiety gains are halved.@@<br>
@@color:forestgreen;Anxiety loses are halved.@@
<br><br>
<b><<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Affection gains are halved.@@<br>
@@color:gray;Affection loses are normal.@@
<br><br>
<b><<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Hate gains are doubled.@@<br>
@@color:gray;Hate loses are normal.@@
<<case "Kuudere">>
Kuudere slaves are usually cold towards others and have cynical worldviews. Their natural trees are <<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>> and <<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br><br>
<b><<link "Sanity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Sanity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Sanity gains are normal.@@<br>
@@color:forestgreen;Sanity loses are halved.@@
<br><br>
<b><<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Happiness gains are halved.@@<br>
@@color:red;Happiness loses are doubled.@@
<br><br>
<b><<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Serenity gains are normal.@@<br>
@@color:red;Serenity loses are doubled.@@
<br><br>
<b><<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Anxiety gains are normal.@@<br>
@@color:gray;Anxiety loses are normal.@@
<br><br>
<b><<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Affection gains are halved.@@<br>
@@color:red;Affection loses are halved.@@
<br><br>
<b><<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Hate gains are halved.@@<br>
@@color:red;Hate loses are halved.@@
<<case "Tsundere">>
Tsundere slaves can be very sweet one moment and completely indignant a moment later. Their natural trees are <<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>> and <<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br><br>
<b><<link "Sanity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Sanity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Sanity gains are normal.@@<br>
@@color:forestgreen;Sanity loses are halved.@@
<br><br>
<b><<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Happiness gains are doubled.@@<br>
@@color:red;Happiness loses are doubled.@@
<br><br>
<b><<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Serenity gains are doubled.@@<br>
@@color:red;Serenity loses are doubled.@@
<br><br>
<b><<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Anxiety gains are normal.@@<br>
@@color:gray;Anxiety loses are normal.@@
<br><br>
<b><<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Affection gains are doubled.@@<br>
@@color:gray;Affection loses are normal.@@
<br><br>
<b><<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Hate gains are doubled.@@<br>
@@color:red;Hate loses are doubled.@@
<<case "Hinodere">>
Hinodere slaves usually are regarded for their innate bitterness which allows them to hate others with ease. Their natural trees are <<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>> and <<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br><br>
<b><<link "Sanity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Sanity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Sanity gains are normal.@@<br>
@@color:forestgreen;Sanity loses are halved.@@
<br><br>
<b><<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Happiness gains are halved.@@<br>
@@color:gray;Happiness loses are normal.@@
<br><br>
<b><<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Serenity gains are doubled.@@<br>
@@color:gray;Serenity loses are normal.@@
<br><br>
<b><<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Anxiety gains are normal.@@<br>
@@color:forestgreen;Anxiety loses are halved.@@
<br><br>
<b><<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Affection gains are halved.@@<br>
@@color:red;Affection loses are doubled.@@
<br><br>
<b><<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Hate gains are doubled.@@<br>
@@color:forestgreen;Hate loses are halved.@@
<<case "Deredere">>
Deredere slaves returns any kind of affection tenfold and usually are very lively. Their natural trees are <<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>> and <<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br><br>
<b><<link "Sanity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Sanity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Sanity gains are normal.@@<br>
@@color:gray;Sanity loses are normal.@@
<br><br>
<b><<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Happiness gains are normal.@@<br>
@@color:forestgreen;Happiness loses are halved.@@
<br><br>
<b><<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Serenity gains are halved.@@<br>
@@color:gray;Serenity loses are normal.@@
<br><br>
<b><<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Anxiety gains are normal.@@<br>
@@color:forestgreen;Anxiety loses are halved.@@
<br><br>
<b><<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Affection gains are doubled@@<br>
@@color:forestgreen;Affection loses are halved.@@
<br><br>
<b><<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Hate gains are halved.@@<br>
@@color:red;Hate loses are doubled.@@
<<case "Yandere">>
Yandere slaves are obessed with their master far beyond rational thinking. Their natural trees are <<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>, <<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>,<<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>> and <<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>>.
<br><br>
<b><<link "Sanity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Sanity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Sanity gains are doubled.@@<br>
@@color:red;Sanity loses are doubled.@@
<br><br>
<b><<link "Happiness">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Happiness">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Happiness gains are normal.@@<br>
@@color:gray;Happiness loses are normal.@@
<br><br>
<b><<link "Serenity">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Serenity">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Serenity gains are halved.@@<br>
@@color:gray;Serenity loses are normal.@@
<br><br>
<b><<link "Anxiety">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Anxiety">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:gray;Anxiety gains are normal.@@<br>
@@color:gray;Anxiety loses are normal.@@
<br><br>
<b><<link "Affection">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Affection">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:forestgreen;Affection gains are doubled@@<br>
@@color:gray;Affection loses are normal.@@
<br><br>
<b><<link "Hate">><<set $compendium.page = "Moods">><<set $compendium.leaf = "Hate">><<replace '#info'>><<compendium $compendium.page>><</replace>><</link>></b>
<br>
@@color:red;Hate gains are doubled.@@<br>
@@color:red;Hate loses are doubled.@@
<</switch>>
</td></tr>
<</switch>>
<</widget>><<widget "appendLink">>
<<switch $args[0]>>
<<case "SexContinue">>
<<if $sex.stage > 1>>
<br><br>
<<link "Take a break.">>
<<run increaseStage("round")>>
<<run sexBreak()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, "break", $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexPosition'>><<appendLink 'SexPosition'>><</replace>>
<<replace '#SexActor' t8n>><<appendLink 'SexActor'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>>
<</if>>
<<if getStamina($sex.action.primary.current, _actor, _patient) && $sex.action.primary.current>>
<br><span id="ctrlAct">
<<capture $sex, _actor, _patient>><<link "Continue. [CTRL]">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<if $PC.pregnancy.type && _actor.combat.arousal.current == _actor.combat.arousal.max && $sex.action.primary.current == "cocksex">>
<<set _mother = _patient>>
<<set _partner = _actor>>
<<breeding>>
<<if _progeny>>
<<set $sex.text[_mother.ID] = "<b>@@color:forestgreen;[Impregnated: <<print '" + pronouns('Name', _mother) + "'>>]@@</b><br><<print '" + pronouns('Name', _mother) + "'>> <<print '" + pronouns('has', _mother) + "'>> been impregnated by <<print '" + pronouns('name', _partner) + "'>>.<br><br>">>
<<set _patient.pregnancy.child.push(_progeny)>>
<<if _patient.ID != $PC.ID>>
<<set _patient.pregnancy.type == $PC.pregnancy.type>>
<</if>>
<<if _patient.pregnancy.child.length > 1>>
<<set _patient.pregnancy.duration += 2>>
<<elseif _patient.pregnancy.type == "hyperpregnancy">>
<<set _patient.pregnancy.duration = 16>>
<<else>>
<<set _patient.pregnancy.duration = 8>>
<</if>>
<<set _progeny = null>>
<</if>>
<</if>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
</span>
<</if>>
<<case "SexPosition">>
<<set _positions = ["Laying Down", "All Fours", "Standing", "Riding", "Kneeling", "Faceoff"]>>
<<for _i = 0; _i < _positions.length; _i++>>
<<set _position = _positions[_i]>>
<<if _position == $sex.position.current>>
_position
<<else>>
<<capture _position>><<link "_position">>
<<set $sex.position.current = _position>>
<<replace '#SexPosition'>><<appendLink 'SexPosition'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<</if>>
<<if _i < _positions.length-1>>
--
<</if>>
<</for>>
<<case "SexActor">>
<<set _actor = getSlave($sex.position.actor)>>
<<capture _actor, _newactor>><<link "_actor.name">>
<<for _i = 0; _i < $sex.partners.length; _i++>>
<<set _newactor = $sex.partners[_i]>>
<<if _actor.ID != _newactor>>
<<set $sex.position.actor = _newactor>>
<<else>>
<<set $sex.position.patient = _newactor>>
<</if>>
<</for>>
<<replace '#SexActor' t8n>><<appendLink 'SexActor'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<<case "SexStats">>
<table class='inventory' style='table-layout:fixed;width:1000px'>
<tr>
<th class = 'listing' colspan = 20>Round $sex.round-$sex.stage</th>
<th class = 'listing' colspan = 40>Stamina</th>
<th class = 'listing' colspan = 20>Libido</th>
<th class = 'listing' colspan = 20>Arousal</th>
<th class = 'listing' colspan = 20>Stimulation</th>
</tr>
<<for _p = 0; _p < $sex.partners.length;_p++>>
<<set _participant = getSlave($sex.partners[_p])>>
<tr>
<td class = 'noborder' colspan = 20>_participant.name <<gender _sexPartner.sex _sexPartner.gender>></td>
<td class = 'noborder' colspan = 40><<combatbar _participant.combat.stamina.current _participant.combat.stamina.max 'large'>></td>
<td class = 'noborder' colspan = 20><<combatbar _participant.combat.libido.current _participant.combat.libido.max>></td>
<<if _participant.combat.arousal.current == _participant.combat.arousal.max-1>>
<td class = 'noborder' colspan = 20><<combatbar 100 100>></td>
<<else>>
<td class = 'noborder' colspan = 20><<combatbar _participant.combat.arousal.current _participant.combat.arousal.max>></td>
<</if>>
<td class = 'noborder' colspan = 20><<print getStat("Stimulation", _participant.combat.stimulation, "bold")>></td>
</tr>
<</for>>
</table>
<<case "Sex">>
<<set _sexPartner = getSlave($args[2])>>
<<switch $args[1]>>
<<case "Character">>
<<if $PC.ID != _sexPartner.ID>>
<<displayTitle _sexPartner.title 'Main Menu'>><<race _sexPartner.tribe 'Main Menu'>> [[amendString(_sexPartner.name)|Slave Description][$activeCharacter = _sexPartner]] <<gender _sexPartner.sex _sexPartner.gender>>
<<else>>
<<race _sexPartner.tribe 'Main Menu'>> [[amendString(_sexPartner.name)|Status]] <<gender _sexPartner.sex _sexPartner.gender>>
<</if>>
<<case "State">>
<<case "Experience">>
<<set _prowess = _sexPartner.stats.manual + _sexPartner.stats.oral + _sexPartner.stats.mammary + _sexPartner.stats.vanilla + _sexPartner.stats.anal>>
<<if _prowess == 300>>
@@color:darkturquoise;Guru@@
<<elseif _prowess >= 240>>
@@color:forestgreen;Experienced@@
<<elseif _prowess >= 180>>
@@color:greenyellow;Skilled@@
<<elseif _prowess >= 120>>
@@color:yellow;Proficient@@
<<elseif _prowess >= 60>>
@@color:orange;Amateur@@
<<else>>
@@color:red;Inexperienced@@
<</if>>
<<case "Stamina">>
<<set _stamina = _sexPartner.sexual.stamina.current>>
<<if _stamina == 6>>
@@color:darkturquoise;Overflowing@@
<<elseif _stamina == 5>>
@@color:forestgreen;Enormous@@
<<elseif _stamina == 4>>
@@color:greenyellow;Adequate@@
<<elseif _stamina == 3>>
@@color:yellow;Decent@@
<<elseif _stamina == 2>>
@@color:orange;Poor@@
<<else>>
@@color:red;Lethargic@@
<</if>>
<<case "Libido">>
<<set _libido = _sexPartner.sexual.libido.current>>
<<if _libido == 6>>
@@color:darkturquoise;Excessive@@
<<elseif _libido == 5>>
@@color:forestgreen;Vigorous@@
<<elseif _libido == 4>>
@@color:greenyellow;Robust@@
<<elseif _libido == 3>>
@@color:yellow;Modest@@
<<elseif _libido == 2>>
@@color:orange;Meager@@
<<else>>
@@color:red;Impotent@@
<</if>>
<<case "Strength">>
<<set _strength = _sexPartner.sexual.strength.current>>
<<if _strength == 6>>
@@color:darkturquoise;Mighty@@
<<elseif _strength == 5>>
@@color:forestgreen;Powerful@@
<<elseif _strength == 4>>
@@color:greenyellow;Strong@@
<<elseif _strength == 3>>
@@color:yellow;Mediocre@@
<<elseif _strength == 2>>
@@color:orange;Frail@@
<<else>>
@@color:red;Infirm@@
<</if>>
<<case "Speed">>
<<set _speed = _sexPartner.sexual.speed.current>>
<<if _speed == 6>>
@@color:darkturquoise;Dexterous@@
<<elseif _speed == 5>>
@@color:forestgreen;Agile@@
<<elseif _speed == 4>>
@@color:greenyellow;Limber@@
<<elseif _speed == 3>>
@@color:yellow;Average@@
<<elseif _speed == 2>>
@@color:orange;Sluggish@@
<<else>>
@@color:red;Sedentary@@
<</if>>
<</switch>>
<<case "DisciplineV">>
<<set _disciplines = ["Obedience Training", "Sex Education", "Dominance", "Submission", "Cattling"]>>
<<set _rewards = ["Promise", "Encourage", "Praise", "Caress", "Coddle", "Massage"]>>
<<set _punishments = ["Threaten", "Adminish", "Scold", "Slap", "Spank", "Beat"]>>
<<set _student = getSlave($args[2])>>
<<set _studentNumber = getSlave($args[2], "number")>>
<<set _trainer = getSlave(_student.training.trainer)>>
<<if ["male"].contains(_student.gender)>>
<<set _disciplines.push("Feminization", "Masculinity", "Chivalry")>>
<</if>>
<<if ["female"].contains(_student.gender)>>
<<set _disciplines.push("Strumpetry", "Femininity", "Masculinization")>>
<</if>>
<<if $estate.facilities.training.permit>>
<<set _rewards.push("Walk", "Play", "Spa")>>
<</if>>
<<if $estate.facilities.training.implements>>
<<set _punishments.push("Paddle", "Cane", "Whip")>>
<</if>>
<<if $estate.facilities.training.permit == 2>>
<<set _punishments.push("Naked Walk", "Public Mouth", "Public Toilet")>>
<</if>>
<<if $estate.facilities.training.bedding>>
<<set _rewards.push("Sensual Kissing", "Manual Release", "Oral Release")>>
<</if>>
<<capture _student>>
<<if $args[1] == "Character">>
<<displayTitle _student.title 'Main Menu'>><<race _student.tribe 'Main Menu'>> [[amendString(_student.name)|Slave Description][$activeCharacter = _student]] <<gender _student.sex _student.gender>>
<<if _currentStudent != _student.ID>>
<<link "⮟">>
<<if _currentStudent>>
<<set _oldstudent = _currentStudent>>
<</if>>
<<set _currentStudent = _student.ID>>
<<print "<<replace '#DVCharacter" + _student.ID + "'>><<appendLink 'DisciplineV' 'Character' '" + _student.ID + "'>><</replace>>">>
<<print "<<replace '#DVProgress" + _student.ID + "'>><<appendLink 'DisciplineV' 'Progress' '" + _student.ID + "'>><</replace>>">>
<<print "<<replace '#DVRewards" + _student.ID + "'>><<appendLink 'DisciplineV' 'Rewards' '" + _student.ID + "'>><</replace>>">>
<<print "<<replace '#DVPunishments" + _student.ID + "'>><<appendLink 'DisciplineV' 'Punishments' '" + _student.ID + "'>><</replace>>">>
<<if _oldstudent>>
<<print "<<replace '#DVCharacter" + _oldstudent + "'>><<appendLink 'DisciplineV' 'Character' '" + _oldstudent + "'>><</replace>>">>
<<print "<<replace '#DVProgress" + _oldstudent + "'>><<appendLink 'DisciplineV' 'Progress' '" + _oldstudent + "'>><</replace>>">>
<<print "<<replace '#DVRewards" + _oldstudent + "'>><<appendLink 'DisciplineV' 'Rewards' '" + _oldstudent + "'>><</replace>>">>
<<print "<<replace '#DVPunishments" + _oldstudent + "'>><<appendLink 'DisciplineV' 'Punishments' '" + _oldstudent + "'>><</replace>>">>
<<set _oldstudent = null>>
<</if>>
<</link>>
<<else>>
<b><<link "⮝">></b>
<<set _currentStudent = null>>
<<print "<<replace '#DVCharacter" + _student.ID + "'>><<appendLink 'DisciplineV' 'Character' '" + _student.ID + "'>><</replace>>">>
<<print "<<replace '#DVProgress" + _student.ID + "'>><<appendLink 'DisciplineV' 'Progress' '" + _student.ID + "'>><</replace>>">>
<<print "<<replace '#DVRewards" + _student.ID + "'>><<appendLink 'DisciplineV' 'Rewards' '" + _student.ID + "'>><</replace>>">>
<<print "<<replace '#DVPunishments" + _student.ID + "'>><<appendLink 'DisciplineV' 'Punishments' '" + _student.ID + "'>><</replace>>">>
<</link>>
<</if>>
<b><<link "❌" "Main Menu">></b>
<<set _student.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set _student.training.reward = {small:null, normal:null, large:null}>>
<<set _student.training.punishment = {small:null, normal:null, large:null}>>
<</link>>
<<elseif $args[1] == "Discipline">>
<<listbox `"$slaves[" + _studentNumber + "].training.discipline"` autoselect>>
<<optionsfrom _disciplines>>
<</listbox>>
<<elseif $args[1] == "Stats">>
<b><<print getObedience(_student.obedience.current)>> | <<print getTrust(_student.trust.current)>> | <<print getFear(_student.fear.current)>></b>
<<elseif $args[1] == "Progress">>
<<print "<<set _discipline = $slaves[" + _studentNumber + "].training.discipline>>">>
<<switch _discipline>>
<<case "Obedience Training">>
<<set _amount = _student.obedience.base>>
<<case "Sex Education">>
<<set _amount = _student.stats.manual + _student.stats.oral + _student.stats.mammary + _student.stats.vanilla + _student.stats.anal>>
<<case "Dominance">>
<<set _amount = _student.stats.dominant>>
<<case "Submission">>
<<set _amount = _student.stats.submissive>>
<<case "Feminization">>
<<set _amount = _student.stats.sissification>>
<<case "Masculinity">>
<<set _amount = _student.stats.masculinity>>
<<case "Femininity">>
<<set _amount = _student.stats.femininity>>
<<case "Strumpetry">>
<<set _amount = _student.stats.strumpetry>>
<<case "Masculinization">>
<<set _amount = _student.stats.masculinization>>
<<case "Chivalry">>
<<set _amount = _student.stats.chivalry>>
<<case "Cattling">>
<<set _amount = _student.stats.breeding>>
<</switch>>
<<if _amount != null>>
<<if _discipline == "Sex Education">>
<<statbar _amount 500>>
<<else>>
<<statbar _amount 100>>
<</if>>
<</if>>
<b><<link "↻">></b>
<<print "<<replace '#DVProgress" + _student.ID + "'>><<appendLink 'DisciplineV' 'Progress' '" + _student.ID + "'>><</replace>>">>
<</link>>
<<elseif $args[1] == "Rewards">>
<<if _currentStudent == _student.ID>>
<b>Rewards</b><br>
_student.name's reward for behaving satisfactory is; <<listbox `"$slaves[" + _studentNumber + "].training.reward.small"` autoselect>><<optionsfrom _rewards>><</listbox>> <br>
_student.name's reward for being obedient is; <<listbox `"$slaves[" + _studentNumber + "].training.reward.normal"` autoselect>><<optionsfrom _rewards>><</listbox>> <br>
_student.name's reward for being disciplined is; <<listbox `"$slaves[" + _studentNumber + "].training.reward.large"` autoselect>><<optionsfrom _rewards>><</listbox>>
<</if>>
<<elseif $args[1] == "Punishments">>
<<if _currentStudent == _student.ID>>
<b>Punishments</b><br>
_student.name's punishment for ignoring orders is; <<listbox `"$slaves[" + _studentNumber + "].training.punishment.small"` autoselect>><<optionsfrom _punishments>><</listbox>> <br>
_student.name's punishment for being disrespectful is; <<listbox `"$slaves[" + _studentNumber + "].training.punishment.normal"` autoselect>><<optionsfrom _punishments>><</listbox>> <br>
_student.name's punishment for being combative is; <<listbox `"$slaves[" + _studentNumber + "].training.punishment.large"` autoselect>><<optionsfrom _punishments>><</listbox>>
<</if>>
<</if>>
<</capture>>
<<case "DisciplineW">>
<<if $args[1] == "PLAYER">>
<<set _character = $PC>>
<<else>>
<<set _character = getSlave($args[1])>>
<</if>>
<<set _index = $estate.facilities.training.trainers.indexOf($args[1])>>
<<capture _index, _character>><<link "Dismiss" "Main Menu">>
<<set _character.assignment = "rest">>
<<set $estate.facilities.training.trainers.splice(_index, 1)>>
<<for _dS = 1; _dS <= $slaves.amount; _dS++>>
<<set _dismissedSlave = $slaves[_dS]>>
<<if _dismissedSlave.training.trainer == _character.ID>>
<<set _dismissedSlave.training = {trainer:null, discipline:{}, reward:{}, punishment:null}>>
<<set _dismissedSlave.training.reward = {small:null, normal:null, large:null}>>
<<set _dismissedSlave.training.punishment = {small:null, normal:null, large:null}>>
<</if>>
<</for>>
<</link>><</capture>> _character.name as a trainer.
<<set _students = [null]>>
<<set _capacity = 0>>
<<for _cn=1; _cn <= $slaves.amount;_cn++>>
<<set _student = $slaves[_cn]>>
<<if _student.ID != $estate.facilities.training.trainer && !_student.training.trainer && _student.location == "estate">>
<<set _students.push("[" + _cn + "] " + _student.name)>>
<<elseif _student.training.trainer == $estate.facilities.training.trainer>>
<<set _capacity++>>
<</if>>
<</for>>
<br><br>
<<if _capacity >= 4>>
<b>_character.name can only train a maximum of 4 slaves. If you want <<print $himher[_character.gender]>> to train someone else, you must remove one of the slaves they are currently training.</b>
<<elseif _students.length > 1>>
Choose any slave to be trained by _character.name. Slaves with higher obedience or fear will be trained quickly while slaves will low obedience and fear will refuse to learn anything. You can use discipline methods to increase a slaves obedience or fear. The stronger the punishments, the more fear you will strike into the hearts of your slaves. Conversely the more you reward your slave, the less they will fear you. Punishing a slave harshly for small infractions can lower their trust while rewarding a slave handsomely for small accomplishments will increase their trust.
<br>
<<set $student = null>>
<<dropdown "$student" _students>>
<<else>>
<b>@@color:red;You don't have any slaves currently trainable in your estate. Either buy a slave or move one from your other establishments to your estate.@@</b>
<</if>>
<<case "DisciplineX">>
<<if $args[1] == "PLAYER">>
<<set _character = $PC>>
<<else>>
<<set _character = getSlave($args[1])>>
<</if>>
<<if $estate.facilities.training.trainer == $args[1]>>
_character.name
<<else>>
<<capture _character>>[[_character.name|Main Menu][$estate.facilities.training.trainer = _character.ID]]<</capture>>
<</if>>
<<case "DisciplineY">>
<<set _trainers = [null]>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if !$estate.facilities.training.trainers.includes(_character.ID) && _character.obedience.current >= 60 && _character.location == "estate">>
<<set _trainers.push("[" + _i + "] " + _character.name)>>
<</if>>
<</for>>
<br>
Choose any obedient slave to become a trainer. Depending on their skill level as a trainer they can train up to four slaves in any discipline they have mastered.
<br>
<<if _trainers.length > 1>>
<<set $trainer = null>>
<<dropdown "$trainer" _trainers>>
<<else>>
<br>
<b>@@color:red;You don't have any slaves who have an obedience level of at least@@ <<print getObedience(60)>>@@color:red;.@@</b>
<</if>>
<<case "DisciplineZ">>
<<print "<<race '" + $PC.tribe + "' 'Main Menu'>> <<print '[[" + amendString($PC.name) + "|Status]]'>> <<gender " + $PC.sex + " " + $PC.gender + ">>">>
<br><b><<healthbar $PC 'Health'>> <<healthbar $PC 'Stamina'>></b>
<<if $PC.location == "estate">>
<br>
<<set _jobs = ["rest", "train", "manage"]>>
<<for _j=0;_j < _jobs.length;_j++>>
<<set _job = _jobs[_j]>>
<<set _Job = capitalize(_job)>>
<<if $PC.assignment == _job>>
<<print capitalize(_job)>>
<<else>>
<<if _job == "train" && ($estate.facilities.training.trainers.length >= $estate.facilities.training.rooms)>>
@@color:red;Train@@
<<elseif _job == "train">>
[[Train|Main Menu][$PC.assignment = "train", $estate.facilities.training.trainers.push($PC.ID)]]
<<elseif $PC.assignment == "train" && _job != "train">>
<<set _index = $estate.facilities.training.trainers.indexOf($PC.ID)>>
<<capture _index, _job>>[[_Job|Main Menu][$PC.assignment = _job, $estate.facilities.training.trainers.splice(_index, 1)]]<</capture>>
<<else>>
<<capture _job>><<link _Job>>
<<set $PC.assignment = _job>>
<<replace '#Discipline' t8n>>
<<appendLink 'Discipline'>>
<</replace>>
<<replace '#DisciplineZ'>>
<<appendLink 'DisciplineZ'>>
<</replace>>
<</link>><</capture>>
<</if>>
<</if>>
<<if _j < _jobs.length-1>>
|
<</if>>
<</for>>
<</if>>
<<case "Discipline">>
<<if !$estate.facilities.trainingroom>>
<b>@@color:red;You currently do not have any training rooms. To build your first training room [[click here|Main Menu][$estate.page = "Facilities"]].@@</b>
<<else>>
<b>@@color:lightskyblue;Player Focus@@</b> --
<<set _focuses = ["Estate"]>>
<<if $estate.brothel.active>>
<<set _focuses.push("Brothel")>>
<</if>>
<<if $estate.ranch.active>>
<<set _focuses.push("Ranch")>>
<</if>>
<<if $estate.chattel.active>>
<<set _focuses.push("Chattel")>>
<</if>>
<<for _f=0; _f < _focuses.length;_f++>>
<<set _focus = _focuses[_f]>>
<<set _location = lowercase(_focus)>>
<<if $PC.location == _location>>
_focus
<<elseif $PC.location == "estate" && $PC.assignment == "train">>
<<set _index = $estate.facilities.training.trainers.indexOf($PC.ID)>>
<<capture _index, _location, _focus>>[[_focus|Main Menu][$PC.focus = _focus, $PC.location = _location, $PC.position = null, $PC.assignment = "rest", $estate.facilities.training.trainers.splice(_index, 1)]]<</capture>>
<<else>>
<<capture _focus, _location>><<link _focus>>
<<set $PC.focus = _focus>>
<<set $PC.location = _location>>
<<set $PC.position = null>>
<<set $PC.assignment = "rest">>
<<replace '#Discipline' t8n>>
<<appendLink 'Discipline'>>
<</replace>>
<<replace '#DisciplineZ' t8n>>
<<appendLink 'DisciplineZ'>>
<</replace>>
<</link>><</capture>>
<</if>>
<<if _f < _focuses.length-1>>
|
<</if>>
<</for>>
<br>
<<if $PC.location == "estate">>
<<if $PC.assignment == "rest">>
This week you will spend most of your free time resting, giving you more energy to perform more actions with your slaves next week.
<<elseif $PC.assignment == "train">>
This week you will spend most of your free time training your slaves to whichever specifications you've chosen.
<<elseif $PC.assignment == "manage">>
This week you will spend most of your free time budgeting your estate, reducing your slave expenses by 50%.
<</if>>
<<elseif $PC.location == "brothel">>
This week you will spend most of your free time managing your brothel, increasing its income by 125%.
<<elseif $PC.location == "ranch">>
This week you will spend most of your free time managing your ranch, increasing its income by 125%.
<<elseif $PC.location == "chattel">>
This week you will spend most of your free time managing your chattel, reducing your chattel expenses by 50%.
<</if>>
<</if>>
<<case "TrainingRoom">>
<<if $estate.facilities.trainingroom>>
<<switch $estate.facilities.page>>
<<case "Training">>
Upgrade your training facility and enable your slave trainers to do the best job they can do. A fully equipped facility with all the latest permits and permissions will allow them to reward and discipline the slaves under their authority in many different ways. A good facility does not make the trainer but it does help.
<br><br>
<<switch $estate.facilities.training.rooms>>
<<case 1>>
<<set _cost = 40000>>
<<case 2>>
<<set _cost = 80000>>
<<case 3>>
<<set _cost = 120000>>
<<case 4>>
<</switch>>
<<if $estate.facilities.training.rooms < 4>>
<b><<link "Build Another Training Room">>
<<set $estate.facilities.training.rooms++>>
<<set $PC.money -= _cost>>
<<replace '#TrainingRoom' t8n>>
<<appendLink 'TrainingRoom'>>
<</replace>>
<</link>></b>
| <b> $estate.facilities.training.rooms</b> → <b><<print $estate.facilities.training.rooms+1>></b> | @@color:lightgreen;💎<<print commify(_cost)>>@@ | Increase the amount of training rooms you have and use your trainers to train a mix of different slaves, a mix of the same slaves, or even just one slave!
<<else>>
<b>You have built the maximum amount of training rooms for your estate!</b>
<</if>>
<br>
<<if $estate.facilities.training.permit == 0>>
<br>
<b><<link "Buy Slave Liability Permit">>
<<set $estate.facilities.training.permit++>>
<<set $PC.money -= 10000>>
<<replace '#TrainingRoom' t8n>>
<<appendLink 'TrainingRoom'>>
<</replace>>
<</link>></b>
| @@color:lightgreen;💎10,000@@ | Getting this permit will allow you to reward your slave by bringing them outside. Slaves tend to cause many problems in the streets, so the kingdom has created the Slave Liability Permit (SLP) to gather the money necessary to hire the guards to deal with all the extra problems they bring. You may not have personally caused any problems, but if you want to bring your slaves off your property for any other reason than transportation you'll have to get this permit.
<<elseif $estate.facilities.training.permit == 1>>
<br>
<b><<link "Upgrade Slave Liability Permit">>
<<set $estate.facilities.training.permit++>>
<<set $PC.money -= 50000>>
<<replace '#TrainingRoom' t8n>>
<<appendLink 'TrainingRoom'>>
<</replace>>
<</link>></b>
| @@color:lightgreen;💎50,000@@ | @@color:lightgreen;💎1,000@@ <b>Weekly Fee</b> | Upgrading this permit will allow you to punish your slave in public. Doing so will almost always cause a public scene, causing chaos among the citizens. For the kingdom to cover the costs necessary to hire enough guards to prevent that from happening, it needed to heavily tax its citizens or outright ban public punishments. Instead, they created a permit which is quite pricey and comes with a weekly fee, allowing slave trainers to do their job.
<<elseif $estate.facilities.training.permit == 2>>
<<if $estate.facilities.training.rooms != 4>>
<br>
<</if>>
<b>You have completely upgraded your slave liability permit!</b>
<</if>>
<br>
<<if $estate.facilities.training.implements == 0>>
<br>
<b><<link "Buy Enchanted Training Implements">>
<<set $estate.facilities.training.implements++>>
<<set $PC.money -= 25000>>
<<replace '#TrainingRoom' t8n>>
<<appendLink 'TrainingRoom'>>
<</replace>>
<</link>></b>
| @@color:lightgreen;💎25,000@@ | Enchanted training implements are a must for any slave trainer. These implements are a dozen times more painful than their unenchanted counterparts and leave no marks on the body while allowing slaves to feel their sting for up to weeks.
<<elseif $estate.facilities.training.implements == 1>>
<<if $estate.facilities.training.permit != 2>>
<br>
<</if>>
<b>Your training room(s) have been outfitted with enchanted training implements!</b>
<</if>>
<br>
<<if $estate.facilities.training.bedding == 0>>
<br>
<b><<link "Buy Enchanted Bedding">>
<<set $estate.facilities.training.bedding++>>
<<set $PC.money -= 40000>>
<<replace '#TrainingRoom' t8n>>
<<appendLink 'TrainingRoom'>>
<</replace>>
<</link>></b>
| @@color:lightgreen;💎40,000@@ | Enchanted bedding is extremely useful for allowing trainers to give slaves sexual rewards without feelings growing on either side. Pleasure is amplified and more endorphins are released while sexual rewards are given out on enchanted bedding, making sexual rewards a very effective positive reinforcement tool.
<<elseif $estate.facilities.training.bedding == 1>>
<<if $estate.facilities.training.implements != 1>>
<br>
<</if>>
<b>Your training room(s) have been furnished with enchanted bedding!</b>
<</if>>
<<case "Hypnotherapy">>
<</switch>>
<<else>>
Building a training facility inside your estate will enable you to train a large number of slaves all at the same time. Choose your trainers, choose which slaves will be trained and how you want them to be trained. Once the training facility is built, you can upgrade it to accommodate your trainers and slaves better.
<br><br>
<<if $PC.money >= 20000>>
<b>[[Build Training Room|Main Menu][$estate.facilities.trainingroom = 1, $estate.facilities.page = "Training", $PC.money -= 20000]] | @@color:lightgreen;💎20,000@@
</b>
<<else>>
<b>Build Training Room | @@color:red;💎20,000@@</b>
<</if>>
<</if>>
<<case "Facilities">>
<<if $estate.facilities.trainingroom>>
<<if $estate.facilities.page == "Training">>
Training |
<<else>>
<<link 'Training'>>
<<set $estate.facilities.page = "Training">>
<<replace '#Facilities' t8n>>
<<appendLink 'Facilities'>>
<</replace>>
<<replace '#TrainingRoom' t8n>>
<<appendLink 'TrainingRoom'>>
<</replace>>
<</link>>
|
<</if>>
<<if $estate.facilities.page == "Hypnotherapy">>
Hypnotherapy
<<else>>
<<link 'Hypnotherapy'>>
<<set $estate.facilities.page = "Hypnotherapy">>
<<replace '#Facilities' t8n>>
<<appendLink 'Facilities'>>
<</replace>>
<<replace '#TrainingRoom' t8n>>
<<appendLink 'TrainingRoom'>>
<</replace>>
<</link>>
<</if>>
<<else>>
Training Room
<</if>>
<<case "EstateRest">>
<<link 'Rest'>>
<<replace '#rest' t8n>>Resting<</replace>>
<<if ["estate", "brothel"].contains($activeCharacter.location) && (($main.page == "estate" && $estate.page == "Overview") || ($main.page == "brothel" && $estate.brothel.page == "Overview"))>>
<<print "<<replace '#assignment" + $activeCharacter.ID + "' t8n>>Resting<</replace>>">>
<</if>>
<<replace '#work' t8n>>
<<link 'Work'>>
<<replace '#work' t8n>>Working<</replace>>
<<if ["estate", "brothel"].contains($activeCharacter.location) && (($main.page == "estate" && $estate.page == "Overview") || ($main.page == "brothel" && $estate.brothel.page == "Overview"))>>
<<print "<<replace '#assignment" + $activeCharacter.ID + "' t8n>>Working<</replace>>">>
<</if>>
<<if $activeCharacter.location == "estate">>
<<set $activeCharacter.assignment = 'odd jobs'>>
<<elseif $activeCharacter.location == "brothel">>
<<set $activeCharacter.assignment = 'whore'>>
<<elseif $activeCharacter.location == "ranch">>
<<set $activeCharacter.assignment = 'husbandry'>>
<</if>>
<<set $activeCharacter.renew = null>>
<<replace '#rest' t8n>><<appendLink "EstateRest">><</replace>>
<</link>>
<</replace>>
<<set $activeCharacter.assignment = 'rest'>>
<</link>>
<<case "EstateWork">>
<<link 'Work'>>
<<replace '#work' t8n>>Working<</replace>>
<<if ["estate", "brothel"].contains($activeCharacter.location) && (($main.page == "estate" && $estate.page == "Overview") || ($main.page == "brothel" && $estate.brothel.page == "Overview"))>>
<<print "<<replace '#assignment" + $activeCharacter.ID + "' t8n>>Working<</replace>>">>
<</if>>
<<replace '#rest' t8n>>
<<link 'Rest'>>
<<replace '#rest' t8n>>Resting<</replace>>
<<if ["estate", "brothel"].contains($activeCharacter.location) && (($main.page == "estate" && $estate.page == "Overview") || ($main.page == "brothel" && $estate.brothel.page == "Overview"))>>
<<print "<<replace '#assignment" + $activeCharacter.ID + "' t8n>>Resting<</replace>>">>
<</if>>
<<set $activeCharacter.assignment = 'rest'>>
<<replace '#work' t8n>><<appendLink "EstateWork">><</replace>>
<</link>>
<</replace>>
<<if $activeCharacter.location == "estate">>
<<set $activeCharacter.assignment = 'odd jobs'>>
<<elseif $activeCharacter.location == "brothel">>
<<set $activeCharacter.assignment = 'whore'>>
<<elseif $activeCharacter.location == "ranch">>
<<set $activeCharacter.assignment = 'husbandry'>>
<</if>>
<<set $activeCharacter.renew = null>>
<</link>>
<</switch>>
<</widget>><<if $sex == null>>
<<set $sex = {partners:[], round:1, stage:1, start:0, position:{}, action:{}, prior:{}, text:{}}>>
<<set $sex.position = {current:"Laying Down", actor:$PC.ID, patient:null}>>
<<set $sex.action = {primary:{}, secondary:{}, tertiary:{}}>>
<<set $sex.prior = {position:{}, action:null, actor:null, patient:null}>>
<<set $sex.prior.position = {current:null, actor:null, patient:null}>>
<<set $sex.partners.push($PC.ID)>>
<</if>>
<<if $sexPartner>>
<<if $sex.partners.length > 1>>
<<set _removed = $sex.partners.splice(1, 1)>>
<<unset _removed>>
<</if>>
<<set _number = $sexPartner.slice($sexPartner.indexOf("[") + 1, $sexPartner.indexOf("]"))>>
<<set $sexPartner = $slaves[_number]>>
<<set $sex.partners.push($sexPartner.ID)>>
<<set $sex.position.patient = $sexPartner.ID>>
<<set $sexPartner = null>>
<</if>>
<table class='inventory' style='table-layout:fixed;width:1000px'>
<tr>
<th class = 'listing' colspan = 120>Partner Selection</th>
</tr>
<<set _partners = [null]>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if !$sex.partners.includes(_character.ID)>>
<<set _partners.push("[" + _i + "] " + _character.name)>>
<</if>>
<</for>>
<tr><td class = 'noborder' colspan = 120>Choose any slave as a sexual partner. Slaves who are disobedient will need to be either sedated or bound as unruly slaves will try to sexually dominate you during sex.</td></tr>
<<if _partners.length>>
<<set $sexPartner = null>>
<tr><td class = 'noborder' colspan = 120><<dropdown "$sexPartner" _partners>></td></tr>
<<else>>
<tr><td class = 'noborder' colspan = 120>@@color:red;You don't have any slaves who you can use as a sexual partner.@@</td></tr>
<</if>>
<<if $sex.partners.length > 1>>
<tr><td class = 'noborder' colspan = 120><center>[[Start|Sex Combat]]</center></td></tr>
<</if>>
</table>
<<if $sex.partners.length>>
<table class='inventory' style='table-layout:fixed;width:1000px'>
<tr>
<th class = 'listing' colspan = 40>Partner</th>
<th class = 'listing' colspan = 15>State</th>
<th class = 'listing' colspan = 13>Experience</th>
<th class = 'listing' colspan = 13>Stamina</th>
<th class = 'listing' colspan = 13>Libido</th>
<th class = 'listing' colspan = 13>Strength</th>
<th class = 'listing' colspan = 13>Speed</th>
</tr>
<<for _p = 0; _p < $sex.partners.length;_p++>>
<<set _partnerID = $sex.partners[_p]>>
<<capture _partnerID>>
<tr>
<td class = 'noborder' colspan = 40><<print "<span id='Character" + _partnerID + "'><<appendLink 'Sex' 'Character' '" + _partnerID + "'>></span>">></td>
<td class = 'noborder' colspan = 15><<print "<span id='State" + _partnerID + "'><<appendLink 'Sex' 'State' '" + _partnerID + "'>></span>">></td>
<td class = 'noborder' colspan = 13><span id='Stats'><<appendLink 'Sex' 'Experience' _partnerID>></span></td>
<td class = 'noborder' colspan = 13><span id='Stats'><<appendLink 'Sex' 'Stamina' _partnerID>></span></td>
<td class = 'noborder' colspan = 13><span id='Stats'><<appendLink 'Sex' 'Libido' _partnerID>></span></td>
<td class = 'noborder' colspan = 13><span id='Stats'><<appendLink 'Sex' 'Strength' _partnerID>></span></td>
<td class = 'noborder' colspan = 13><span id='Stats'><<appendLink 'Sex' 'Speed' _partnerID>></span></td>
</tr>
<</capture>>
<</for>>
</table>
<</if>><<include "Unset Passages">>
<<if settings.cheats>>
<<if ["playerUnlimited", "npcUnlimited"].contains($cheat)>>
<<run addCheatPage($cheat)>>
<</if>>
<<if ["playerUnlimited", "npcUnlimited"].contains($cheat)>>
<<run toggleCheat($cheat)>>
<</if>>
<<set $cheat = null>>
<</if>>
<<if $sex == null>>
<<set $sex = {partners:[], round:1, stage:1, start:0, position:{}, action:{}, prior:{}, text:{}}>>
<<set $sex.position = {current:"Laying Down", actor:$PC.ID, patient:$activeCharacter.ID}>>
<<set $sex.action = {primary:{}, secondary:{}, tertiary:{}}>>
<<set $sex.prior = {position:{}, action:null, actor:null, patient:null}>>
<<set $sex.prior.position = {current:null, actor:null, patient:null}>>
<<set $sex.partners.push($PC.ID)>>
<<set $sex.partners.push($activeCharacter.ID)>>
<<set $activeCharacter = null>>
<</if>>
<<if $sex.round == 1 && $sex.stage == 1>>
<<set $Previous = "Interact">>
<<for _p = 0; _p < $sex.partners.length;_p++>>
<<set _participant = getSlave($sex.partners[_p])>>
<<if _participant.ID != "PLAYER">>
<<set _participant.combat.partner = $PC.ID>>
<<set $PC.combat.partner = _participant.ID>>
<</if>>
<<set _participant.combat.stamina.max = 100 + (_participant.sexual.stamina.current*20)>>
<<set _participant.combat.stamina.current = _participant.combat.stamina.max>>
<<set _participant.combat.arousal.max = 100 + (_participant.sexual.control.current*20)>>
<<set _participant.combat.arousal.current = 0>>
<<set _participant.combat.libido.max = Math.max(_participant.sexual.libido.current, 1)>>
<<set _participant.combat.libido.current = _participant.combat.libido.max>>
<<set _participant.combat.stimulation = 0>>
<</for>>
<</if>>
<span id='SexStats'><<appendLink 'SexStats'>></span>
<br>
<span id='SexText'><<print generateSexText(getSlave($sex.partners[0]), getSlave($sex.partners[1]), "base", $sex.position, $sex.prior)>><<appendLink 'SexContinue'>></span>
<br><br>
<table class='subchart' style='table-layout:fixed;width:1000px'>
<tr>
<th class = 'listing' colspan = 20>Actor</th>
<th class = 'listing' colspan = 20>Position</th>
<th class = 'listing' colspan = 80></th>
</tr>
<tr>
<td class = 'noborder' colspan = 20><span id='SexActor'><<appendLink 'SexActor'>></span></td>
<td class = 'noborder' colspan = 100><span id='SexPosition'><<appendLink 'SexPosition'>></span></td>
</tr>
<tr><th><br></th></tr>
<tr>
<th colspan = 20>Actions</th>
</tr>
<tr>
<td colspan = 60 valign = 'top'><span id='SexActions1'><<SexActions 1>></span></td>
<td colspan = 60 valign = 'baseline'><span id='SexActions2'><<SexActions 2>></span></td>
</tr>
</table><<widget "combatbar">>
<<if $args[2] == "large">>
<<set _size = 60>>
<<else>>
<<set _size = 30>>
<</if>>
<<set _ee = $args[0] / $args[1]>>
<<if _ee >= 1>>
<<set _statcolor = "darkturquoise">>
<<elseif _ee >= .8>>
<<set _statcolor = "forestgreen">>
<<elseif _ee >= .6>>
<<set _statcolor = "greenyellow">>
<<elseif _ee >= .4>>
<<set _statcolor = "yellow">>
<<elseif _ee >= .2>>
<<set _statcolor = "orange">>
<<else>>
<<set _statcolor = "red">>
<</if>>
<<if _ee >= .5>>
<<set _current = Math.floor(_ee * _size)>>
<<else>>
<<set _current = Math.ceil(_ee * _size)>>
<</if>>
<<set _gone = _size - _current>>
<<set _bars to "|".repeat(_current)>>
<<set _gone to "|".repeat(_gone)>>
<<set _cstat = '<b>[@@color:' + _statcolor + ';' + _bars + '@@'>>
<<set _gstat = '@@color:' + "gray" + ';' + _gone + '@@]</b>'>>
<<print _cstat + _gstat>>
<</widget>><<widget "SexActions">>
<<if $sex.round > 1 || $sex.stage > 1>>
<<include "Unset Passages">>
<<set $CustomLink = "End Intercourse">>
<<updatebar>>
<</if>>
<<if $sex.position.actor == $PC.ID>>
<<if $args[0] == 1>>
<<set _actor = getSlave($sex.partners[0])>>
<<set _patient = getSlave($sex.partners[1])>>
<<elseif $args[0] == 2>>
<<set _actor = getSlave($sex.partners[1])>>
<<set _patient = getSlave($sex.partners[0])>>
<</if>>
<<else>>
<<if $args[0] == 1>>
<<set _actor = getSlave($sex.partners[1])>>
<<set _patient = getSlave($sex.partners[0])>>
<<elseif $args[0] == 2>>
<<set _actor = getSlave($sex.partners[0])>>
<<set _patient = getSlave($sex.partners[1])>>
<</if>>
<</if>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Kiss _patient.name.">>
<<else>>
<<set _action = "_actor.name kisses you.">>
<</if>>
<<if getStamina("kiss", _actor, _patient) && positionCheck("kiss", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "kiss">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<<if getStamina("breastplay", _actor, _patient) && _patient.bust.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Play with _patient.name's breasts.">>
<<else>>
<<set _action = "_actor.name plays with your breasts.">>
<</if>>
<<if positionCheck("breastplay", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "breastplay">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("nippleplay", _actor, _patient) && !_patient.bust.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Play with _patient.name's nipples.">>
<<else>>
<<set _action = "_actor.name plays with your nipples.">>
<</if>>
<<if positionCheck("nippleplay", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "nippleplay">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("handjob", _actor, _patient) && _patient.cock.current && _patient.girth.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Pleasure _patient.name's cock with your hands.">>
<<else>>
<<set _action = "_actor.name pleasures your cock with " + pronouns("hisher", _actor) + " hands.">>
<</if>>
<<if positionCheck("handjob", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "handjob">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("ballplay", _actor, _patient) && _patient.balls.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Pleasure _patient.name's balls with your hands.">>
<<else>>
<<set _action = "_actor.name pleasures your balls with " + pronouns("hisher", _actor) + " hands.">>
<</if>>
<<if positionCheck("ballplay", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "ballplay">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("paizuri", _actor, _patient) && _actor.bust.current > 2 && _patient.cock.current && _patient.girth.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Pleasure _patient.name's cock with your breasts.">>
<<else>>
<<set _action = "_actor.name pleasures your cock with " + pronouns("hisher", _actor) + " breasts.">>
<</if>>
<<if positionCheck("paizuri", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "paizuri">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("pussyteasing", _actor, _patient) && _patient.pussy.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Tease _patient.name's pussy.">>
<<else>>
<<set _action = "_actor.name teases your pussy.">>
<</if>>
<<if positionCheck("pussyteasing", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "pussyteasing">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("fingering", _actor, _patient) && _patient.pussy.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Finger _patient.name's pussy.">>
<<else>>
<<set _action = "_actor.name fingers your pussy.">>
<</if>>
<<if positionCheck("fingering", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "fingering">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("handriding", _actor, _patient) && _actor.pussy.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Grind your pussy against _patient.name's hand.">>
<<else>>
<<set _action = "_actor.name grinds " + pronouns("hisher", _actor) + " pussy against your hand.">>
<</if>>
<<if positionCheck("handriding", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "handriding">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("breastsucking", _actor, _patient) && _patient.bust.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Suck _patient.name's breasts.">>
<<else>>
<<set _action = "_actor.name sucks your breasts.">>
<</if>>
<<if positionCheck("breastsucking", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "breastsucking">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("blowjob", _actor, _patient) && _patient.cock.current && _patient.girth.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Suck _patient.name's cock.">>
<<else>>
<<set _action = "_actor.name sucks your cock.">>
<</if>>
<<if positionCheck("blowjob", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "blowjob">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("deepthroat", _actor, _patient) && _patient.cock.current && _patient.girth.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Deepthroat _patient.name's cock.">>
<<else>>
<<set _action = "_actor.name deepthroats your cock.">>
<</if>>
<<if positionCheck("deepthroat", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "deepthroat">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("irrumatio", _actor, _patient) && _actor.cock.current && _actor.girth.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Facefuck _patient.name.">>
<<else>>
<<set _action = "_actor.name facefucks you.">>
<</if>>
<<if positionCheck("irrumatio", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "irrumatio">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("ballsucking", _actor, _patient) && _patient.balls.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Suck _patient.name's balls.">>
<<else>>
<<set _action = "_actor.name sucks your balls.">>
<</if>>
<<if positionCheck("ballsucking", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "ballsucking">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("teabagging", _actor, _patient) && _actor.balls.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Force your balls into _patient.name's mouth.">>
<<else>>
<<set _action = "_actor.name forces " + pronouns("hisher", _actor) + " balls into your mouth.">>
<</if>>
<<if positionCheck("teabagging", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "teabagging">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Rim _patient.name's asshole.">>
<<else>>
<<set _action = "_actor.name rims your asshole.">>
<</if>>
<<if positionCheck("rimjob", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "rimjob">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<<if getStamina("cunnilingus", _actor, _patient) && _patient.pussy.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Lick _patient.name's pussy.">>
<<else>>
<<set _action = "_actor.name licks " + pronouns("hisher", _actor) + " your pussy.">>
<</if>>
<<if positionCheck("cunnilingus", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "cunnilingus">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("clitsucking", _actor, _patient) && _patient.clit.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Suck _patient.name's clit.">>
<<else>>
<<set _action = "_actor.name sucks " + pronouns("hisher", _actor) + " your clit.">>
<</if>>
<<if positionCheck("clitsucking", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "clitsucking">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("facesitting", _actor, _patient) && _actor.pussy.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Ride _patient.name's face.">>
<<else>>
<<set _action = "_actor.name rides your face.">>
<</if>>
<<if positionCheck("facesitting", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "facesitting">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("tribbing", _actor, _patient) && _actor.pussy.current && _patient.pussy.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Grind your pussy against _patient.name's pussy.">>
<<else>>
<<set _action = "_actor.name grinds " + pronouns("hisher", _actor) + " pussy against your pussy.">>
<</if>>
<<if positionCheck("tribbing", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "tribbing">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("cocksex", _actor, _patient) && _actor.cock.current && _actor.girth.current && _patient.pussy.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Fuck _patient.name's pussy with your cock.">>
<<else>>
<<set _action = "_actor.name fucks your pussy with " + pronouns("hisher", _actor) + " cock.">>
<</if>>
<<if positionCheck("cocksex", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "cocksex">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<if $PC.pregnancy.type && _actor.combat.arousal.current == _actor.combat.arousal.max>>
<<set _mother = _patient>>
<<set _partner = _actor>>
<<breeding>>
<<if _progeny>>
<<set $sex.text[_mother.ID] = "<b>@@color:forestgreen;[Impregnated: <<print '" + pronouns('Name', _mother) + "'>>]@@</b><br><<print '" + pronouns('Name', _mother) + "'>> <<print '" + pronouns('has', _mother) + "'>> been impregnated by <<print '" + pronouns('name', _partner) + "'>>.<br><br>">>
<<set _patient.pregnancy.child.push(_progeny)>>
<<if _patient.ID != $PC.ID>>
<<set _patient.pregnancy.type == $PC.pregnancy.type>>
<</if>>
<<if _patient.pregnancy.child.length > 1>>
<<set _patient.pregnancy.duration += 2>>
<<elseif _patient.pregnancy.type == "hyperpregnancy">>
<<set _patient.pregnancy.duration = 16>>
<<else>>
<<set _patient.pregnancy.duration = 8>>
<</if>>
<<set _progeny = null>>
<</if>>
<</if>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if getStamina("pussysex", _actor, _patient) && _actor.pussy.current && _patient.cock.current && _patient.girth.current>>
<<if _actor.ID == $PC.ID>>
<<set _action = "Fuck _patient.name's cock with your pussy.">>
<<else>>
<<set _action = "_actor.name fucks your cock with " + pronouns("hisher", _actor) + " pussy.">>
<</if>>
<<if positionCheck("pussysex", _actor.ID, $sex.position) == $args[0]>>
<<capture _actor, _patient>><<link "_action">>
<<set $sex.action.primary.actor = _actor.ID>>
<<set $sex.action.primary.patient = _patient.ID>>
<<set $sex.action.primary.current = "pussysex">>
<<run simulateStimulation(_actor, _patient, $sex.action.primary)>>
<<run increaseStage()>>
<<replace '#SexText' t8n>><<print generateSexText(_actor, _patient, $sex.action.primary, $sex.position, $sex.prior)>><<appendLink 'SexContinue'>><</replace>>
<<run sexAction($sex, _actor, _patient)>>
<<replace '#SexStats'>><<appendLink 'SexStats'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>><</capture>>
<br>
<</if>>
<</if>>
<<if ($sex.prior.position.current != $sex.position.current || $sex.prior.position.actor != $sex.position.actor) && $sex.prior.position.current && $args[0] == 1>>
<br>
<<link "Return">>
<<set $sex.position.current = $sex.prior.position.current>>
<<set $sex.position.actor = $sex.prior.position.actor>>
<<set $sex.position.patient = $sex.prior.position.patient>>
<<replace '#SexActor' t8n>><<appendLink 'SexActor'>><</replace>>
<<replace '#SexPosition'>><<appendLink 'SexPosition'>><</replace>>
<<replace '#SexActions1' t8n>><<SexActions 1>><</replace>>
<<replace '#SexActions2' t8n>><<SexActions 2>><</replace>>
<</link>>
<</if>>
<</widget>>Double-click this passage to edit it.<<widget "updatebar">><<silently>>
<<replace "#story-caption">><<include "StoryCaption">><</replace>>
<</silently>><</widget>><<include "Unset Passages">>
<<include "Shops">>
<<set $Return = 1>>
<<set $Main = 1>>
<<include "Mobile Header">>
<center><h3>$Store.name</h3></center>
<br>
$Store.welcome
<<if $boughtitem>>
<<include "Purchase Bulk">>
<</if>>
<<set _bulk = 0>>
<hr>
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th style='width: 30%;'>Name</th>
<th style='width: 10%;'>Price</th>
<th style='width: 60%;'>Description</th>
</tr>
<<for _i = 0; _i < $Store.inventory.length;_i++>>
<<set _item = $Store.inventory[_i]>>
<<set _price = commify(_item.price)>>
<<if checkBulk($bulk, _item)>>
<<continue>>
<<elseif $PC.money >= _item.price>>
<tr>
<td><<print "[[_item.name|Clothing Store][$boughtitem = $Store.inventory[" + _i + "]]]">></td>
<td>@@color:lightgreen;💎_price@@</td>
<td>_item.description</td>
</tr>
<<set _bulk++>>
<<else>>
<tr>
<td><b>_item.name</b></td>
<td>@@color:lightgreen;💎_price@@</td>
<td>_item.description</td>
</tr>
<<set _bulk++>>
<</if>>
<</for>>
<<if _bulk == 0>>
<tr><td colspan=3><b>You have already bought all of this store's items.</b></td></tr>
<</if>>
</table><<set $RDGG = {name: "Rusty Dagger", rank: "D", type: "Dagger", cut: 1, style: "Weapon", price: 150, description: "A small rusty dagger that would more likely kill something with Tetanus than anything else.", amount: 70}>><<include "Unset Passages">>
<<include "Shops">>
<<set $Previous = "Slums">>
<<set $Main = 1>>
<<include "Mobile Header">>
<center><h3>$Store.name</h3></center>
<br>
$Store.welcome
<<if !$Store.focus>>
<<set $Store.focus = "Clothes">>
<</if>>
<<if $boughtitem>>
<<include "Purchase Item">>
<</if>>
<hr>
<table class='inventory' style='table-layout:fixed;width:1000px'>
<<if $Store.name == "Claire's Clothing">>
<tr>
<<if $Store.focus == "Clothes">>
<th colspan = 16>Clothes</th>
<<else>>
<th colspan = 16>[[Clothes|Clothing Store][$Store.focus= "Clothes"]]</th>
<</if>>
<<if $Store.focus == "Dresses">>
<th colspan = 17>Dresses</th>
<<else>>
<th colspan = 17>[[Dresses|Clothing Store][$Store.focus = "Dresses"]]</th>
<</if>>
</tr>
<</if>>
<tr>
<th colspan = 30>Name</th>
<th colspan = 70>Description</th>
</tr>
<<for _i = 0; _i < $Store.inventory.length;_i++>>
<<set _item = $Store.inventory[_i]>>
<<set _price = commify(_item.price)>>
<<if _item.category != $Store.focus>>
<<continue>>
<</if>>
<<if $PC.money >= _item.price*25>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">> <<print "[[(5x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 5]]">> <<print "[[(10x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 10]]">> <<print "[[(25x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 25]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<elseif $PC.money >= _item.price*10>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">> <<print "[[(5x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 5]]">> <<print "[[(10x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 10]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<elseif $PC.money >= _item.price*5>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">> <<print "[[(5x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 5]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<elseif $PC.money >= _item.price>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@ | <<print "[[(1x)|Clothing Store][$boughtitem = $Store.inventory[" + _i + "], $boughtitem.amount = 1]]">></b></td>
<td colspan = 70>_item.description</td>
</tr>
<<else>>
<tr>
<td colspan = 30><b>_item.name <br> @@color:lightgreen;💎_price@@</b></td>
<td colspan = 70>_item.description</td>
</tr>
<</if>>
<</for>>
</table>Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.<<include "Unset Passages">>
<b>--Game Over--</b>
<br><br>
You bled out from your wounds.<<include "Unset Passages">>
<b>--Game Over--</b>
<br><br>
You were abducted by your brothel rival.<<include "Unset Passages">>
<b>--Game Over--</b>
<br><br>
You didn't pay your debt back in time.
Your slaves.
Your properties
All belong to the Slum lord now.
If you could have a second life you'd never make this mistake again
But now, all you will be able to do is submit until you're sold.<<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Dandere Event 1</titled></center>
<br>
<<if $activeCharacter.obedience.current >= 100>>
[[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] will complete any and all tasks that you give <<print $himher[$activeCharacter.gender]>>, both on time and to your specification. <<print $HeShe[$activeCharacter.gender]>> is a perfectly competent slave except for one issue; <<print $heshe[$activeCharacter.gender]>> puts too much pressure on <<print $himselfherself[$activeCharacter.gender]>> and suffers from frequent burnouts. This is a common problem with completely subservient slaves but can be temporarily corrected. What steps will you take to correct $activeCharacter.name's behaviour?<<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>A Brief Respite</titled></center>
<br>
In the late afternoon you find yourself with some free time in your schedule.
Not wanting to waste the chance, you walk out to the back lawn of your estate, It's one of the few days that you can actually get some fresh air.
On the porch your slave, [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]], is also outside and taking in the view, <<print $hisher[$activeCharacter.gender]>> relaxed demeanor is hardened by your pressence,
"Sir . . ." <<print $HeShe[$activeCharacter.gender]>> greets you, <<print $hishers[$activeCharacter.gender]>> <<print $activeCharacter.eyecolor>> eyes staring at you intently.
<br><br>
<<set _scenename = "Greet " + $himher[$activeCharacter.gender] + " warmly ">>
[[_scenename|Basic- A Brief Respite - End][$events.choice = "Greet Warmly"]]
<<set _scenename = "Greet " + $himher[$activeCharacter.gender] + " aggresively ">>
[[_scenename|Basic- A Brief Respite - End][$events.choice = "Greet Agressivly"]]
<<set _scenename = "Greet " + $himher[$activeCharacter.gender] + " calmly ">>
[[_scenename|Basic- A Brief Respite - End][$events.choice = "Greet Calmly"]]<center><titled>A Brief Respite</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<switch $events.choice>>
<<case "Greet Warmly">>
Without making eye contact, you ask <<print $himher[$activeCharacter.gender]>> how <<print $heshe[$activeCharacter.gender]>> performed <<print $himher[$activeCharacter.gender]>> tasks today.
After a brief pause <<print $heshe[$activeCharacter.gender]>> tells you how <<print $hisher[$activeCharacter.gender]>> day was going, you can tell from <<print $hisher[$activeCharacter.gender]>> voice that <<print $heshe[$activeCharacter.gender]>> started to ease up around you after a couple of minutes of speaking.
<br>
With nothing more to say you both stare off into the horizon as the sun sets on another weary day.
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] A Brief Respite@@", "$activeCharacter.name had a solemn chat with you, taking in a nice view of the sunset together ")>>
<<run increaseAffection($activeCharacter, 20)>>
<<run increaseTrust($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Affection", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Greet Aggresively">>
<<run increaseObedience($activeCharacter, 40)>>
<<run decreaseTrust($activeCharacter, 10)>>
<<run decreaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<case "Greet Calmly">>
Without making eye contact, you ask <<print $himher[$activeCharacter.gender]>> how <<print $heshe[$activeCharacter.gender]>> performed <<print $himher[$activeCharacter.gender]>> tasks today.
After a brief pause <<print $heshe[$activeCharacter.gender]>> tells you how <<print $hisher[$activeCharacter.gender]>> day was going, you can tell from <<print $hisher[$activeCharacter.gender]>> voice that <<print $heshe[$activeCharacter.gender]>> started to ease up around you after a couple of minutes of speaking.
<br>
With nothing more to say you both stare off into the horizon as the sun sets on another weary day.
<<set $activeCharacter.flags.push("test1")>>
<<set $PC.flags.push("test5")>>
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] A Brief Respite@@", "$activeCharacter.name had a solemn chat with you, taking in a nice view of the sunset together ")>>
<<run increaseObedience($activeCharacter, 20)>>
<<run increaseTrust($activeCharacter, 10)>>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<</switch>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Main = 1>>
<<include "Shops">>
<<unset $SlaveShop>>
<<unset $Store>>
<<unset $ragdoll>>
<<unset $cost>>
<<unset $character>>
<<unset $choice>>
<<include "Mobile Header">>
<<set _character.known = {virginity:0, analvirginity:0, nature:1, sexualskill:1}>>
<<set _character = {name: "Anna", race: "hume", tribe: "human", gender: "female", sex: "", ogsex: "", skintone: "pale", fur: "0", haircolor: "", clothes: "", hairstyle: "", eyecolor: "", eyedescriptor: "", occupation: "", temperament: "", nature: "tsundere", origin: "", assignment: "rest", location: "estate", building: "", room: "", diet: "", sickness: "", promise: "", likes: "", dislikes: "", fears: "", renew: null, memories: "", appointment: "", threaten: "", echo:"", title: "Masochist", titles: "Knight", transformation:"", incense:"", hypno: "", info: "", stats: "", cooldown: "", popularity: "", clothes: "", tattoo: "", piercing: "", exoticism: 0, style: 0, will: 0, submission: 0, shaved: 0, lust: 3, mood: {}, customers: 0, amnity:0, sanity: 0, obedience: {}, fear: {}, trust: {}, rating: 0, guilt: 0, tempbehaviour: 0, ID: 0, health: 0, fatigue: 0, expense: 0, rarity: 0, shelflife: 0, age: 18, birthweek:5, maturity: 0, lifespan: 100, intelligence: 0, intelligenceexp: 0, height: 0, inverted: 0, butt: "", lips: "", shoulders: "", hips: "", torso: "", legs: "", bust: "", cock: "", girth: "", balls: "", clit: "", pussy: "", sensitivity: "", gape: 1, analtoy: 0, hooded: 0, vagina: 0, circumcised: 0, chastity: 0, virgin: 0, lactating: "", nectaring:"", analvirgin: 0, beauty: 0, weight: 0, traits: "", fitness: "", price: 0, ogprice:0, appeal: 0, reputation: 0, sexualskill: 0, expenses: 0, known:"", impermanent:"", sexual:"", chattel:"", pregnancy: null, history: [], eventlog: [], skills: {}, position:null, training:{}, combat:{}}>>
<<set _character.combat = {stamina:null, arousal:null, libido:null, text:{}, stimulation:0}>>
<<set _character.combat.stamina = {current:0, max:0}>>
<<set _character.combat.arousal = {current:0, max:0}>>
<<set _character.combat.libido = {current:0, max:0}>>
<<set _character.mood = {scale:"Happiness", current:50}>>
<<set _character.obedience = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.trust = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.fear = {current:100, base:100, mood:0, bonus:0, multi:1}>>
<<set _character.chattel = {pen:0, style:null, focus:null}>>
<<set _character.pregnancy = {child:[], weeks:0, maturity:0, duration:0, lactating:0, recovery:0, type:"normal", status:null}>>
<<set _character.sexual = {fertility: "", libido: "", strength: "", speed: "", stamina: "", control: ""}>>
<<set _character.sexual.fertility = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.libido = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.strength = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.speed = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.stamina = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.control = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.impermanent = {cock:0, bust:0, clit:0, pussy:0, balls:0}>>
<<set _character.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set _character.training.reward = {small:null, normal:null, large:null}>>
<<set _character.training.punishment = {small:null, normal:null, large:null}>>
<<set _character.stats = {manual:0, oral:0, mammary:0, vanilla:0, anal:0, sissification: 0, bimbofication: 0, femininity: 0, masculinity: 0, strumpetry: 0, dominant: 0, submissive: 0, masculinization:0, chivalry:0, breeding:0}>>
<<set _character.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.butt = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cock = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.bust = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.clit = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.pussy = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.girth = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.balls = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sensitivity = {cock:0, breasts:0, anus:0, clit:0, pussy:0, balls:0, mouth:0}>>
<<set _character.lactating = {temporary:0, permanent:0}>>
<<set _character.nectaring = {temporary:0, permanent:0}>>
<<set _character.cum = {quantity:"", quality:"", taste:""}>>
<<set _character.cum.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cum.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cum.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk = {quantity:"", quality:"", taste:""}>>
<<set _character.milk.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar = {quantity:"", quality:"", taste:""}>>
<<set _character.nectar.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.appointment = {type:null, location:estate, detail:null}>>
<<set _character.clothes = {outfit: null, head: null, eyes: null, neck: null, hands: null, top: null, bottom: null, legs: null, shoes: null}>>
<<set _character.clothes.outfit = {attire:"", style: 0}>>
<<set _character.clothes.head = {attire:"", style: 0}>>
<<set _character.clothes.eyes = {attire:"", style: 0}>>
<<set _character.clothes.neck = {attire:"", style: 0}>>
<<set _character.clothes.hands = {attire:"", style: 0}>>
<<set _character.clothes.top = {attire:"", style: 0}>>
<<set _character.clothes.bottom = {attire:"", style: 0}>>
<<set _character.clothes.legs = {attire:"", style: 0}>>
<<set _character.clothes.shoes = {attire:"", style: 0}>>
<<set _character.piercing = {ear:"", eyebrow:"", nose:"", tongue:"", lip:"", nipple:"", navel:"", pussy:"", cock:""}>>
<<set _character.piercing.ear = {type:0, jewelry:0}>>
<<set _character.piercing.eyebrow = {type:0, jewelry:0}>>
<<set _character.piercing.nose = {type:0, jewelry:0}>>
<<set _character.piercing.tongue = {type:0, jewelry:0}>>
<<set _character.piercing.lip = {type:0, jewelry:0}>>
<<set _character.piercing.nipple = {type:0, jewelry:0}>>
<<set _character.piercing.navel = {type:0, jewelry:0}>>
<<set _character.piercing.pussy = {type:0, jewelry:0}>>
<<set _character.piercing.cock = {type:0, jewelry:0}>>
<<set _character.tattoo = {body:null, face:null, innerlip:null, neck:null, upperback:null, shoulder:null, upperarm:null, lowerarm:null, hands:null, chest:null, ribcage:null, lowerback:null, abdomen:null, pelvis:null, hips:null, buttocks:null, upperleg:null, lowerleg:null, ankle:null, feet:null}>>
<<set _character.titles = ["Knight"]>>
<<set _character.likes = []>>
<<set _character.dislikes = []>>
<<set _character.fears = []>>
<<set _character.update = []>>
<<set _character.cooldown = {title:0}>>
<<set _character.info = {endweek:null}>>
<<set _character.transformation = {progress:0, item:"None", circulating: "None", duration:0}>>
<<set _character.incense = {item:"None"}>>
<<set _character.clothes = {butt: null, vagina: null, cock: null}>>
<<set _character.echo = {subtype:"", total:0}>>
<<set _character.promise = {made:0,weeks:0}>>
<<set _character.threaten = {made:0,weeks:0}>>
<<set _character.diet = {status:"Normal", progress:0}>>
<<set _character.fitness = {status:"None", progress:0}>>
<<set _character.fatigue = {status:"None", mental:null, physical:null, max:null, progress:0}>>
<<set _character.popularity = {brothel:0, ranch:0}>>
<<set _character.condition = {status:"None", progress:0}>>
<<set _character.traits = {ears:"", tail:"", feet:"", hands:"", body:"", description:"", list:[]}>>
<<set _character.hypno = {bimbo:0, cum:0, masochism:0, sadism:0, muscle:0, domesticated:0}>>
<<if ["male", "futanari", "shemale"].contains(_character.sex)>>
<<set _character.circumcised = 0>>
<</if>>
<<if ["female", "futanari", "shemale"].contains(_character.sex)>>
<<set _character.inverted = weightedRand({0:0.875, 1:0.125})>>
<</if>>
<<if ["female", "futanari"].contains(_character.sex)>>
<<set _character.hooded = 1>>
<</if>>
<<if _character.bust.current < 3>>
<<set _character.sexualskill.mammary.intercourse = random(0,10)>>
<</if>>
<<if _character.virgin>>
<<set _character.sexualskill.intercourse.vaginal = random(0,10)>>
<</if>>
<<if _character.analvirgin>>
<<set _character.sexualskill.intercourse.anal = random(0,10)>>
<<set $letter = ["A", "B", "C", "D", "E"]>>
<<set _character.ID = "SLAVE" + random(0, 1000) + $letter.random() + random(0, 1000)>>
<<set $activeCharacter = _character>>
<<run addSlave($activeCharacter)>><<set $activeCharacter.titles.push("Knight")>><br><br>
<b>You bought the $boughtitem.name.</b>
<<set $PC.money -= $boughtitem.price>>
<<pickup $bulk($boughtitem)>>
<<unset $boughtitem>>
<<unset _item>><<widget "clothes">>
<<set _style = lowercase($args[0])>>
<<set $equipclothes = []>>
<<if !$activeCharacter.clothes[_style]["clothes"]>>
None
<<else>>
<<print "[[Unequip|Unequip]]">>
<</if>>
<<for _j = 0; _j < $bulk.length; _j++>>
<<set _clothes = $bulk[_j]>>
<<if _clothes.style == $args[0]>>
<<if _clothes.cut == $activeCharacter.clothes[_style]['clothes']>>
| _clothes.name
<<else>>
| <<print "[[_clothes.name|Equip][$activeCharacter.clothes." + _style + "['name'] = $bulk[" + _j + "].name]]">>
<<set $styleclothes = _style>>
<</if>>
<</if>>
<</for>>
<</widget>>
<<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<unset $styleclothes>>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<br>
<<if !_clothingslave.clothes.outfit.type>>
<<set _clothingslave.clothes.outfit.clothes == 0>>
<<else>>
<</if>>
<<if !_clothingslave.clothes.outfit.clothes>>
_name isn't wearing any kind of outfit
[[change outfit|Outfit]]
<<elseif _clothingslave.clothes.outfit.clothes == 0>>
_name isn't wearing any kind of outfit
[[change outfit|Outfit]]
<<elseif _clothingslave.clothes.outfit.clothes == 1>>
_name is wearing a <<print _clothingslave.clothes.outfit.name>>
[[change outfit|Outfit]]
<</if>>
<br><br>
<h3><b>Headwear</b></h3>
<br>
<<if !_clothingslave.clothes.head.type>>
<<set _clothingslave.clothes.head.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.head.clothes>>
_name currently _has no type headwear on [[change headwear|Headwear]]
<<elseif _clothingslave.clothes.head.type == 0>>
_name currently _has nothing covering _their head.
[[change headwear|Headwear]]
<<elseif _clothingslave.clothes.head.type == 1>>
_name is wearing a <<print $activeCharacter.clothes.head.name>>
[[change headwear|Headwear]]
<</if>>
<br><br>
<h3><b>Eyewear</b></h3>
<br>
<<if !_clothingslave.clothes.eyes.type>>
<<set _clothingslave.clothes.eyes.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.eyes.clothes>>
_name currently _has no type of eye accesory worn at the moement [[change eye accessory|Eyewear]]
<<elseif _clothingslave.clothes.eyes.type == 0>>
_name currently _has no type of eyewear.
Their _clothingslave.eyes are focused on you. [[change eye accessory|Eyewear]]
<<elseif _clothingslave.clothes.eyes.type == 1>>
_name is wearing <<print $activeCharacter.clothes.eyes.name>>
[[change eye accessory|Eyewear]]
<</if>>
<br><br>
<h3><b>Neckwear</b></h3>
<br>
<<if !_clothingslave.clothes.neck.type>>
<<set _clothingslave.clothes.neck.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.neck.clothes>>
_name currently _has no type neckwear on [[change neck accessory|Neckwear]]
<<elseif _clothingslave.clothes.neck.type == 0>>
_name currently _has nothing covering _their neck.
You see their (placeholdergenitals) [[change neck accessory|Neckwear]]
<<elseif _clothingslave.clothes.neck.type == 1>>
_name is wearing <<print $activeCharacter.clothes.neck.name>>
[[change neck accessory|Neckwear]]
<</if>>
<br><br>
<h3><b>Tops</b></h3>
<br>
<<if !_clothingslave.clothes.top.type>>
<<set _clothingslave.clothes.top.clothes == 0>>
<<else>>
<</if>>
<<if !_clothingslave.clothes.top.clothes and
_clothingslave.clothes.outfit.clothes == 1>>
_name is wearing a <<print _clothingslave.clothes.outfit.name>>
[[change top|Top]]
<<elseif !_clothingslave.clothes.top.clothes>>
_name currently _has nothing but a dirty thin rag covering _their chest. [[change top|Top]]
<<elseif _clothingslave.clothes.top.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdertits) [[change top|Top]]
<<elseif _clothingslave.clothes.top.type == 1>>
_name is wearing a <<print $activeCharacter.clothes.top.name>>
[[change top|Top]]
<</if>>
<br><br>
<h3><b>Underwear</b></h3>
<br>
<<if !_clothingslave.clothes.underwear.type>>
<<set _clothingslave.clothes.underwear.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.underwear.clothes>>
_name currently _has nothing covering the genitals [[change underwear|Underwear]]
<<elseif _clothingslave.clothes.underwear.type == 0>>
_name currently _has nothing covering _their genitals.
[[change underwear|Underwear]]
<<elseif _clothingslave.clothes.underwear.type == 1>>
_name is wearing <<print $activeCharacter.clothes.underwear.name>>
[[change underwear|Underwear]]
<</if>>
<br><br>
<h3><b>Bottoms</b></h3>
<br>
<<if !_clothingslave.clothes.bottom.type>>
<<set _clothingslave.clothes.bottom.clothes == 0>>
<<else>>
<</if>>
<<if !_clothingslave.clothes.bottom.clothes and _clothingslave.clothes.outfit.clothes
== 1>>
_name is wearing a <<print _clothingslave.clothes.outfit.name>>
[[change bottom|Bottom]]
<<elseif !_clothingslave.clothes.bottom.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change bottom|Bottom]]
<<elseif _clothingslave.clothes.bottom.type == 0>>
_name currently _has nothing covering _their lowerhalf.
You see their (placeholdergenitals) [[change bottom|Bottom]]
<<elseif _clothingslave.clothes.bottom.type == 1>>
_name is wearing <<print $activeCharacter.clothes.bottom.name>>
[[change bottom|Bottom]]
<</if>>
<br><br>
<h3><b>Legwear</b></h3>
<br>
<<if !_clothingslave.clothes.legs.type>>
<<set _clothingslave.clothes.legs.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.legs.clothes>>
_name currently _has no type of legwear on. [[change legwear|Legwear]]
<<elseif _clothingslave.clothes.legs.type == 0>>
_name currently _has nothing covering _their legs.
You see their (placeholdergenitals) [[change legwear|Legwear]]
<<elseif _clothingslave.clothes.legs.type == 1>>
_name is wearing <<print $activeCharacter.clothes.legs.name>>
[[change legs|Legwear]]
<</if>>
<br><br>
<h3><b>Shoes</b></h3>
<br>
<<if !_clothingslave.clothes.shoes.type>>
<<set _clothingslave.clothes.shoes.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.shoes.clothes>>
_name currently _has no type of footwear on [[change shoes|Shoes]]
<<elseif _clothingslave.clothes.shoes.type == 0>>
_name currently _has no type of footwear on
You see their (placeholdergenitals) [[change shoes|Shoes]]
<<elseif _clothingslave.clothes.shoes.type == 1>>
_name is wearing <<print $activeCharacter.clothes.shoes.name>>
[[change shoes|Shoes]]
<</if>>
<br><br>
<<include "Unset Passages">>
<<set $Previous = "Travel">>
<<set $Main = 1>>
<<include "Shops">>
<<set $Guild = {type:null, loc:null}>>
<<unset $SlaveShop>>
<<unset $Store>>
<<unset $ragdoll>>
<<unset $cost>>
<<unset $character>>
<<unset $choice>>
<<include "Mobile Header">>
<<set _character.known = {virginity:0, analvirginity:0, nature:1, sexualskill:1}>>
<<set _character = {name: "", race: "", tribe: "", gender: "", sex: "", ogsex: "", skintone: "", fur: "", haircolor: "", clothes: "", hairstyle: "", eyecolor: "", eyedescriptor: "", occupation: "", temperament: "", nature: "", origin: "", assignment: "rest", location: "estate", building: "", room: "", diet: "", sickness: "", promise: "", likes: "", dislikes: "", fears: "", renew: null, memories: "", appointment: "", threaten: "", echo:"", title: "", titles: "", transformation:"", incense:"", hypno: "", info: "", stats: "", cooldown: "", popularity: "", clothes: "", tattoo: "", piercing: "", exoticism: 0, style: 0, will: 0, submission: 0, shaved: 0, lust: 3, mood: {}, customers: 0, amnity:0, sanity: 0, obedience: {}, fear: {}, trust: {}, affection: {}, hate: {}, rating: 0, guilt: 0, tempbehaviour: 0, ID: 0, health: 0, fatigue: 0, expense: 0, rarity: 0, shelflife: 0, age: 18, birthweek:5, maturity: 0, lifespan: 100, intelligence: 0, intelligenceexp: 0, height: 0, inverted: 0, butt: "", lips: "", shoulders: "", hips: "", torso: "", legs: "", bust: "", cock: "", girth: "", balls: "", clit: "", pussy: "", sensitivity: "", gape: 1, analtoy: 0, hooded: 0, vagina: 0, circumcised: 0, chastity: 0, virgin: 0, lactating: "", nectaring:"", analvirgin: 0, beauty: 0, weight: 0, traits: "", fitness: "", price: 0, ogprice:0, appeal: 0, reputation: 0, sexualskill: 0, expenses: 0, known:"", impermanent:"", sexual:"", chattel:"", pregnancy: null, history: [], eventlog: [], skills: {}, position:null, training:{}, combat:{}}>>
<<set _character.combat = {stamina:null, arousal:null, libido:null, text:{}, stimulation:0}>>
<<set _character.combat.stamina = {current:0, max:0}>>
<<set _character.combat.arousal = {current:0, max:0}>>
<<set _character.combat.libido = {current:0, max:0}>>
<<set _character.mood = {scale:"Happiness", current:50}>>
<<set _character.obedience = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.trust = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.fear = {current:100, base:100, mood:0, bonus:0, multi:1}>>
<<set _character.affection = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.hate = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set _character.chattel = {pen:0, style:null, focus:null}>>
<<set _character.pregnancy = {child:[], weeks:0, maturity:0, duration:0, lactating:0, recovery:0, type:"normal", status:null}>>
<<set _character.sexual = {fertility: "", libido: "", strength: "", speed: "", stamina: "", control: ""}>>
<<set _character.sexual.fertility = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.libido = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.strength = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.speed = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.stamina = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sexual.control = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.impermanent = {cock:0, bust:0, clit:0, pussy:0, balls:0}>>
<<set _character.training = {trainer:null, discipline:null, reward:{}, punishment:{}}>>
<<set _character.training.reward = {small:null, normal:null, large:null}>>
<<set _character.training.punishment = {small:null, normal:null, large:null}>>
<<set _character.stats = {manual:0, oral:0, mammary:0, vanilla:0, anal:0, sissification: 0, bimbofication: 0, femininity: 0, masculinity: 0, strumpetry: 0, dominant: 0, submissive: 0, masculinization:0, chivalry:0, breeding:0}>>
<<set _character.lips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.shoulders = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.hips = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.torso = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.legs = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.butt = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cock = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.bust = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.clit = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.pussy = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.girth = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.balls = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.sensitivity = {cock:0, breasts:0, anus:0, clit:0, pussy:0, balls:0, mouth:0}>>
<<set _character.lactating = {temporary:0, permanent:0}>>
<<set _character.nectaring = {temporary:0, permanent:0}>>
<<set _character.cum = {quantity:"", quality:"", taste:""}>>
<<set _character.cum.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cum.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.cum.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk = {quantity:"", quality:"", taste:""}>>
<<set _character.milk.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.milk.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar = {quantity:"", quality:"", taste:""}>>
<<set _character.nectar.quantity = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar.quality = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.nectar.taste = {current:0, base:0, supplement:0, bonus:0, multi:1, mod:0}>>
<<set _character.appointment = {type:null, location:estate, detail:null}>>
<<set _character.clothes = {outfit: null, head: null, eyes: null, neck: null, hands: null, top: null, bottom: null, legs: null, shoes: null}>>
<<set _character.clothes.outfit = {attire:"", style: 0}>>
<<set _character.clothes.head = {attire:"", style: 0}>>
<<set _character.clothes.eyes = {attire:"", style: 0}>>
<<set _character.clothes.neck = {attire:"", style: 0}>>
<<set _character.clothes.hands = {attire:"", style: 0}>>
<<set _character.clothes.top = {attire:"", style: 0}>>
<<set _character.clothes.bottom = {attire:"", style: 0}>>
<<set _character.clothes.legs = {attire:"", style: 0}>>
<<set _character.clothes.shoes = {attire:"", style: 0}>>
<<set _character.piercing = {ear:"", eyebrow:"", nose:"", tongue:"", lip:"", nipple:"", navel:"", pussy:"", cock:""}>>
<<set _character.piercing.ear = {type:0, jewelry:0}>>
<<set _character.piercing.eyebrow = {type:0, jewelry:0}>>
<<set _character.piercing.nose = {type:0, jewelry:0}>>
<<set _character.piercing.tongue = {type:0, jewelry:0}>>
<<set _character.piercing.lip = {type:0, jewelry:0}>>
<<set _character.piercing.nipple = {type:0, jewelry:0}>>
<<set _character.piercing.navel = {type:0, jewelry:0}>>
<<set _character.piercing.pussy = {type:0, jewelry:0}>>
<<set _character.piercing.cock = {type:0, jewelry:0}>>
<<set _character.tattoo = {body:null, face:null, innerlip:null, neck:null, upperback:null, shoulder:null, upperarm:null, lowerarm:null, hands:null, chest:null, ribcage:null, lowerback:null, abdomen:null, pelvis:null, hips:null, buttocks:null, upperleg:null, lowerleg:null, ankle:null, feet:null}>>
<<set _character.titles = []>>
<<set _character.likes = []>>
<<set _character.dislikes = []>>
<<set _character.fears = []>>
<<set _character.update = []>>
<<set _character.cooldown = {title:0}>>
<<set _character.info = {endweek:null}>>
<<set _character.transformation = {progress:0, item:"None", circulating: "None", duration:0}>>
<<set _character.incense = {item:"None"}>>
<<set _character.clothes = {butt: null, vagina: null, cock: null}>>
<<set _character.echo = {subtype:"", total:0}>>
<<set _character.promise = {made:0,weeks:0}>>
<<set _character.threaten = {made:0,weeks:0}>>
<<set _character.diet = {status:"Normal", progress:0}>>
<<set _character.fitness = {status:"None", progress:0}>>
<<set _character.fatigue = {status:"None", mental:null, physical:null, max:null, progress:0}>>
<<set _character.popularity = {brothel:0, ranch:0}>>
<<set _character.condition = {status:"None", progress:0}>>
<<set _character.traits = {ears:"", tail:"", feet:"", hands:"", body:"", description:"", list:[]}>>
<<set _character.hypno = {bimbo:0, cum:0, masochism:0, sadism:0, muscle:0, domesticated:0}>>
<<if ["male", "futanari", "shemale"].contains(_character.sex)>>
<<set _character.circumcised = 0>>
<</if>>
<<if ["female", "futanari", "shemale"].contains(_character.sex)>>
<<set _character.inverted = weightedRand({0:0.875, 1:0.125})>>
<</if>>
<<if ["female", "futanari"].contains(_character.sex)>>
<<set _character.hooded = 1>>
<</if>>
<<if _character.bust.current < 3>>
<<set _character.sexualskill.mammary.intercourse = random(0,10)>>
<</if>>
<<if _character.virgin>>
<<set _character.sexualskill.intercourse.vaginal = random(0,10)>>
<</if>>
<<if _character.analvirgin>>
<<set _character.sexualskill.intercourse.anal = random(0,10)>>
<<set $letter = ["A", "B", "C", "D", "E"]>>
<<set _character.ID = "SLAVE" + random(0, 1000) + $letter.random() + random(0, 1000)>>
<<set $activeCharacter = _character>>
<<run addSlave($activeCharacter)>><<include "Unset Passages">>
<<set $Previous = "Main">>
<<include "Mobile Header">>
<<set $nature = {choice:null}>>
To Have events show up here link the beginning event to this Passage like this- "[[Debug|Your Event Here]]"
You can link as many passages you want at once, this will use your current slave/character so just be aware and make back ups when you can! :D
<<print $slaves.length>>
<<set $PC.cooldown = {title:0, influence:0}>>
I will use this event below as an example
[[Debug ABR|Basic- A Brief Respite - Start]]
[[Debug|Bad thoughts - start]]
[[3step|Through the crowds - start]]
[[Maso1|Fruits of your Labor]]
[[Meet Friend|Relationship test]]
[[Meet Friend2|Relationship test2]]
[[AuctionTest|Chopblock-Basement]]
Test Clothing [[here|Clothing test]]
[[Set Guild Rank to D|Debug- Event Tester][$PC.guild.slaver.grade = "D"]]
[[Set Guild Rank to C|Debug- Event Tester][$PC.guild.slaver.grade = "C"]]
[[Set Guild Rank to B|Debug- Event Tester][$PC.guild.slaver.grade = "B"]]
<<print _roll>>
[[Change slave's nature|Nature Change]]Double-click this passage to edit it.<<include "Unset Passages">>
<<set $Previous = "Main">>
<<include "Mobile Header">>
<<print $cock[$PC.cock.current]>>
<<print $penis[$PC.cock.current]>>
<<set $activeCharacter.skills = {attendant:""}>>
<<set $activeCharacter.skills.attendant = {level:0, exp:0}>>
<<set $activeCharacter.skills.attendant.level = 2>>
<<set $activeCharacter.stats.submissive = 100>>
<<set $activeCharacter.titles.push("Submissive")>>
<<set $activeCharacter.title = "Submissive">>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Your path</titled></center>
<br>
Isn't this overwhelming? By the gods, the world has gone completely insane. Some people had a disagreement and now, you only need to look around to see that everything is turned upside down! The Demon Lord, once a myth, now plundering and devastating the land you once knew, the Hero's faction, which did not even existed a few years ago chasing his hordes and trying to live up to their Chosen's name.
<br>
What do they have in common?
<br>
They dont care about you. You, your family, your friends, your associates... Just another pile of bones and flesh. As well as anyone else in this damned world.
<br>
Speaking if which, do they care about someone else? Literally anyone? You remember your own flight from your old tow. The empty homes you used to know... The empty road you roamed alone... The smoke and clouds...
You see on the edge of your sight as one of your slaves, [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]], passes by. <<print $HeShe[$activeCharacter.gender]>> tries to avoid eye contact with you, as if <<print $heshe[$activeCharacter.gender]>> felt your dark thoughts, or maybe you're not that good at sustaining a pokerface as you'd like to admit.
<br>
And that's making you think of something far more disturbing. And unsettling thought gnaws on your mind and you cant seem to shake it off.
<br>
When did it become acceptable to YOU to own someone? You remember how casual you were about buying someone, breathing, thinking, alive.
<br><br>
<<set _scenename = "Shake out the thought">>
[[_scenename|Bad thoughts - end][$events.choice = "Shake out"]]
<br>
<<set _scenename = "Think some more">>
[[_scenename|Bad thoughts - end][$events.choice = "Think more"]]<<include "Unset Passages">>
<<set $Continue = "Event Hub">>
<<include "Mobile Header">>
<center><titled>Through the crowds</titled></center>
<br><br>
One day during the week you go out of your mansion to stretch your legs and to purchase some general supplies and groceries. Waiross slums isn't exactly the best place to wander around, as it feels as even the air is thick with tension and worries of random strangers-glancing warily at each other and some random beggars on the edges of main alleys.
<br>
Realistically speaking, such atmosphere is unsurprising, given the slums current population, nowadays consisting mostly of runaways and refugees with no consistent income to speak of. Crime is quite common, but, thankfully, its nothing major. Mostly robbery, fraud and all sorts of other minor perpetrations. The guards could easily reduce the number of criminals here, but the King of Weiross doesn't seem to be bothered enough to care about some random refugees to dispatch a platoon or two to keep things civil. In passing you only really notice a guard or two from your walks and they're always at the same spots near major buildings and watchtowers.
<br>
Today, however, you notice something unusual. On the side of a major street there's some commotion with people surrounding whatever is happening there, and you can clearly see now and then a guard's helmets popping out over the crowd. You vaguely hear a person shouting something about money and other voices that you cant quite make out what are they saying.
<br><br>
<<set _scenename = "Investigate">>
[[_scenename|Through the crowds - end][$events.choice = "Investigate"]]
<br>
<<set _scenename = "Move on with your day">>
[[_scenename|Through the crowds - end][$events.choice = "Move on"]]<center><titled>Through the crowds</titled></center>
<br>
<<set $roll = random(1,3)>>
<<switch $events.choice>>
<<case "Investigate">>
<<if $roll > 2>>
You push through the crowd to get a better look at what is going on in there. People around you snapping angrily as you make your way to the front, but you pay no mind to them. Sensing that something interesting is going on. You can almost smell the sweet scent of money in the air, almost though. . . as the crowd smells more like sweat and piss than anything else.
<br>
Eventually you make it through the crowd and see one of the local guard captains. His armor looks inexpensive, but sturdy and practical. He's not wearing his helmet so you can get a good look at his face. He's in his mid-forties, cleanly shaven and almost what you'd call handsome, if not for the scar running from his eye to the edge of his mouth. His weary eyes focused with growing annoyance, listening to someone's incessasnt bitching. From the scowl etched on his face you can tell he's done, this entire situation nothing more than a fruitless pain in the ass for him.
<br>
Before him stands a middle-aged man with a face red as tomato, practically yelling at the captain while pointing at someone beside him, concealed by the captain's towering figure.
<br>
Finally, you can make out more clearly what he's yelling about. It looks like he's a local storekeeper and someone just barged in, trying to steal some of his wares, in broad daylight, no less.
<br>
You take a closer look at the figure the storeowner keeps pointing to. It's some poor dirty $activeCharacter.tribe on <<print $hisher[$activeCharacter.gender]>> knees, looking absolutely defeated mentally, and maybe even physically too, you're not sure.
<br>
The storeowner's tirade aimed at the captain, now focused on how useless the guards are, ranting how they can't protect even one of their own citizens. His face going nuclear as he goes on, saying how he will run out of business if they don't do something about people like this thief.
<br>
The Captain scoffs, clearly irritated of the gall this store owner has, retorting that he cant be sure if this man is telling the truth, as no one could vouch for his words. Besides; he's starting to think that man just beat this poor $activeCharacter.race and decided to play the victim when the guards arrived. The only thing that he agrees on is that <<print $heshe[$activeCharacter.gender]>> should be enslaved, as <<print $heshe[$activeCharacter.gender]>> clearly made it into the city illegally and didn't pay the entry fee, but the storeowner is not a member of the Slaver guild, and thus cant be given a slave for the trouble <<print $heshe[$activeCharacter.gender]>> caused.
<br>
You consider your options. You could pay for whatever damage this soon-to-be-slave caused as well as some extra for intervention. Or you could just go back on the streets and mind your own business. You take a better look at the $activeCharacter.race on <<print $hisher[$activeCharacter.gender]>> knees before you decide.
<<set _discount = 0.7>>
<<set $slavePrice = $activeCharacter.price * _discount>>
<<include "Unowned Slave Description">>
<br><br>
<<set _scenename = "Offer to buy out the slave">>
[[_scenename|Through the crowds - Buy slave][$events.choice = "Buy Slave"]]
<br>
<<set _scenename = "$HeShe[$activeCharacter.gender]'s not worth it">>
[[_scenename|Through the crowds - Buy slave][$events.choice = "Go away"]]
<<elseif $roll < 2>>
You squeeze through the crowd to get a better look at what is going on. As you get closer the crowd's roaring is sporadic, but never truly going quiet. Some people giving you angry looks as you push them aside to see what is going on, but don't do anything besides a little verbal abuse. As if it'll make you push them softer or something.
<br>
You finally reach the center of attention, you see two men on the ground in some sort of scuffle, a couple of guards some distance away. The men in the center are wailing on each other, and the one on the top seems to be winning at the moment. They fight sloppily, clearly lacking in skill, but making up for that in enthusiasm. A few of the guards even seem to appreciate the show aswell, laughing and pointing fingers when a particularly good blow comes from the improvised pit fighters. You can see one of the people in the crowd running bets. Seemingly finished taking bets, he's now just watching the fight like everyone else, surrounded by the people that took him up on his offer. You notice he has a smug look on his face, someone's sure to earn some coin today.
<br>
You watch the fighters along with the crowd, as it's not like you have some other pressing things to do anyway. The men are obviously drunk, their faces are red with effort and the occasional blood from a split lip. The one on his back tries to kick and push away the other guy while the on top tries to maintain a firm grip, peppering in some occasional punches to his opponent right in the face when he can.
<br>
It seems like you missed the most of the fight however, as it is beginning to wrap up now. Eventually the man on top managed to deliver three consecutive punches right on the nose of his opponent, winning the drunken brawl. One of the guards shouts for him to stop, as his opponent can no longer fight back. He readily complies; standing up and looking towards the crowd with a cheeky smile, raising his fist to the crowd. After some cheering for a bit, the crowd starts to disperse as everyone returns to their daily routine. Some of the men approvingly clap the winner on his shoulder and offer him a free drink in a nearby bar. After some time the loser, slowly rises to his feet, shambling to god knows where
<br>
You realize that you were standing in one spot for too long, weren't you stretching your legs? You took some more time strolling around the town, but the rest of your day was largely uneventful afterwards.
<<else>>
You go through the crowd to get a better look at what is going on in there. The crowd is not very dense so your intrusion doesn't bother anyone.
<br>
Just as you are able to see what had caught everyone's attention, your ears are pierced by a screech suitable for a banshee.
<br><br>
@@color:purple;-You have been a lazy bastard ever since I got pregnant, and now we're about to hit rock bottom, why is it so hard to get?@@
<br>
@@color:blue;-Honey, I told you, I cant work just any job, my back hurts, you know it...@@
<br>
@@color:purple;-This is everything I've heard for at least a month now, but how are you planning to pay for the food?! You're a father now, go and earn some goddamn money, you dickweed!@@
<br>
@@color:blue;-Honey, but I've already...@@
<br><br>
Looks like someone having a family council right on the street. The woman looks heavily pregnant and absolutely livid, and the man looks like he's trying to be as small and pitiful as he can, hunched over and casting his teary eye on his, presumably, wife.
<br>
You're not sure if this woman is really trying to make a scene here, or this is just the unlucky place they happened to be when she snapped. Pregnant women can be very unreasonable sometimes, but this is just ridiculous. A couple of guards you noticed before stand in the crowd and it seem like they apologise. Looks like they cant do anything with the woman as long as she doesn't break any laws or something. You wish you could hear what they are saying, but this is the only thing you can grasp between the earpiercing shrieks this woman is performing.
<br>
There's a young woman standing beside you, watching the chaos unfold. She must've noticed your confusion and leaned over to give some context. Although she almost yells in your ear, her voice is a lullaby, in comparison to the wicked wailings the pregnant woman speaks in. This couple, apparently is infamous in the neighborhood. The woman is the daughter of some minor merchant from another major city whose business was basically destroyed during the Demon Lord invasion. And the man is a brickman. They are polar opposites of each other, and you can hear the woman's scream every day in the area. She often berates the poor guy and treats him as dirt in public for some reason. He doesn't leave her though, maybe he's gettin a kick out of this.
<br>
You thank the girl for clarification and wish her good day before you hastily leave. You cant imagine what its like to live in the vicinity of that much noise, hell, your ears are still ringing! You head back to the mansion and take a mental note for future self to avoid any contact with that Karen at all costs.
<br>
What was her name by the way?
<</if>>
<<case "Move on">>
You decide that the best course of action is to just continue with your day. It shouldn't interest you what the people found interesting, hell, maybe its just a cat or something. Sometimes no action - is best action, right?
<br>
You make it to market area and, eventually, a park, stroll around for a bit but dont encounter anything particularly interesting before you do your shopping and head back.
<br><br>
<</switch>><center><titled>Through the crowds</titled></center>
<br>
<<switch $events.choice>>
<<case "Buy Slave">>
<b>You have purchased $activeCharacter.tribe!</b> <br>
You approach the captain and introduce yourself as a member of the slaver guild showing your grade letter as proof, and express the wish to purchase that slave and pay for the damage <<print $heshe[$activeCharacter.gender]>> caused. The storeowner looks dumbfounded by the proposition, but eventually his face brightens as he realises his luck.
The guard captain thanks you for your offer and allows the exchange to happen, clearly relieved that this issue is dealt with. He introduces himself as Avre, the head captain of the guards in this Waiross district, and offers to supervise this exchange as representative of Waiross authority.
The deal is struck within minutes and you walk away with your new slave. <<print $HeShe[$activeCharacter.gender]>> is a little worried about <<print $himher[$activeCharacter.gender]>> future, as <<print $heshe[$activeCharacter.gender]>> never considered to be a slave.
You can tell you will need to break <<print $himher[$activeCharacter.gender]>> in so <<print $heshe[$activeCharacter.gender]>> understands <<print $hisher[$activeCharacter.gender]>> position as a slave now.
<br><br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
$activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<<set $activeCharacter.origin = "You bought " + $activeCharacter.name + " from a street vendor after <<print $heshe[$activeCharacter.gender]>> tried to steal from him.">>
<<run addHistory($activeCharacter, "@@color:forestgreen;[Week " + $weekcount + "] Hard Times@@", "You bought $activeCharacter.name from a street vendor after <<print $heshe[$activeCharacter.gender]>> tried to steal from him. <<print $HeShe[$activeCharacter.gender]>> is a little bit concerned about <<print $himher[$activeCharacter.gender]>> future, as <<print $heshe[$activeCharacter.gender]>> never considered to be a slave and will most likely need extra training as <<print $heshe[$activeCharacter.gender]>> wasn't born a slave.")>>
<<run addEvent($activeCharacter, "Through the crowds - Buy Slave")>>
<<run addSlave($activeCharacter, $slavePrice)>>
<<case "Go away">>
<b>You completely ignore the poor $activeCharacter.race!</b> <br>
You decide against purchasing that burglar. You suppose you could buy <<print $himher[$activeCharacter.gender]>> for cheap, but <<print $heshe[$activeCharacter.gender]>> doesn't look appealing as a slave.
<br>
Besides, the guard captain already there, no need for intervention. Shame, really. You wish that the next time something like that happens, it would be a better slave material.
<</switch>><center><titled>Your path</titled></center>
<br>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<switch $events.choice>>
<<case "Shake out">>
You're tired enough of this self-pity and try to forget everything you were thinking. You look into finance books and account for some insignificant expences, play around with your pen and walking around your mansion with no real purpose, other that fill your mind with something else.
<br>
In one of the corridors you once again run into [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] which quickly moves out of the way with worried expression on <<print $hisher[$activeCharacter.gender]>> face. Looks like your bad mood is not only your concern. For one reason or another.
<br>
At the end of the day you settled for a bottle of liquor that happened to be in one of the cabinets. Funny, you actually don't remember purchasing that. It doesn't matter, however, this bottle will now serve its intended purpose.
<br>
The taste isn't something to write home about, and you can barely drink a couple of glasses before you decide that that was enough. The anxiety is gone, but as night sets in you know for certain, that you couldn't sleep tonight.
<br><br>
<<run decreaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Unrest@@", "$activeCharacter.name was startled by your obvious unrest. <<print $HeShe[$activeCharacter.gender]>> seems to think <<print $heshe[$activeCharacter.gender]>> angered you somehow, but cant quite understand how.")>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br><br>
<<case "Think more">>
You just sit in your couch reflecting on your own thoughts, as if they were someone else's.
<br>
Surely, you cant be THAT bad, right? The war hit everyone more or less equally, you just happened to be the lucky one. And not only that, it was your trading expertise that provided you with funds neccessary to be where you are right now. You're not a criminal, you're an ordinary person in an unordinary times. There's nothing wrong with wanting to be safe and comfortable!
<br>
Your thoughts are disturbed with a sound of steps in nearby room. Before you could properly process that you call in someone in that room. [[$activeCharacter.name|Identify][$identifySlave = $activeCharacter]] enters and stands before you, <<print $hisher[$activeCharacter.gender]>> <<print [$activeCharacter.eyecolor]>> eyes looking worried, as if <<print $heshe[$activeCharacter.gender]>> somehow angered you.
<br>
You just gaze her right in the eyes, not really sure what you were about to do. After a pause you invite <<print $himher[$activeCharacter.gender]>> to sit down in front of you and say that you just wanted to talk.
<br>
<<print $HeShe[$activeCharacter.gender]>> sits down and gives you a confused look. You say that you're concerned with how you think the world is going to hell, and just wanted to hear someone else's opinion on the topic and <<print $heshe[$activeCharacter.gender]>> is free to express <<print $himselfherself[$activeCharacter.gender]>> any way <<print $heshe[$activeCharacter.gender]>> wants. No catches.
<br>
$activeCharacter.name is still unsure, but briefly, and somewhat carefully, tells you about <<print $hisher[$activeCharacter.gender]>> life before the Demon Lord's invasion and expresses <<print $hisher[$activeCharacter.gender]>> discontent with how the world has changed. Unsurprisingly, <<print $heshe[$activeCharacter.gender]>> seems to be happy that you were feeling the same. Or rather <<print $heshe[$activeCharacter.gender]>> thinks that you were thinking the same.
<br>
At the end of your chat you send her away and look in the window only to see that its almost midnight. Time sure runs fast. Not fast enough, sadly.
<br><br>
<<run addHistory($activeCharacter, "@@color:greenyellow;[Week " + $weekcount + "] Unrest@@", "$activeCharacter.name had a conversation with you about the world state. $activeCharacter.name seems to find solace in being able to talk about <<print $hisher[$activeCharacter.gender]>> discontent, even if <<print $hisher[$activeCharacter.gender]>> understanding of your inqury is different from your real purpose.")>>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br><br>
<</switch>>
<<saveSlave $activeCharacter>>Double-click this passage to edit it.<<include "Unset Passages">>
<<set $Previous = "Main">>
<<include "Mobile Header">>
<<print $activeCharacter.flags>>
<<print $PC.flags>>
<<if $activeCharacter.flags.contains("testpt3")>>
Nothing else happens
<<elseif $activeCharacter.flags.contains("testpt2")>>
<<set $activeCharacter.flags.push("testpt3")>>
This is Pt 3 of the event
<<print $activeCharacter.flags>>
<<elseif $activeCharacter.flags.contains("test1")>>
<<set $activeCharacter.flags.push("testpt2")>>
This is Pt 2 of the event
<<print $activeCharacter.flags>>
<</if>>
<<saveSlave $activeCharacter>>
<<print $activeCharacter.history>>
<<print $activeCharacter.clothes.top>>
<<print $activeCharacter.clothes.butt>>
Equip Shift
<<print $bulk>>Double-click this passage to edit it.<<set _price = $activeCharacter.ogprice * 0.75>>
<<set _pricepercen = 0>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.2, 5:0.1})>>
<<set _roll = getRoll(_weightedroll(), _weightedroll(), _weightedroll())>>
<<if _roll <= 2>>
<<set $Buyers = {person1:"",person2:""}>>
<<set $Buyers.person1 = {prefererence:"",interest:"",money
There are 2 people here
<<elseif _roll == 3>>
<<set $Buyers = {person1:"",person2:"", person3:""}>>
There are <<print _roll>> people here
<<elseif _roll <= 4>>
<<set $Buyers = {person1:"",person2:"", person3:"", person4:""}>>
There are <<print _roll>> people here
<<elseif _roll == 5>>
<<set $Buyers = {person1:"",person2:"", person3:"", person4:"", person5:""}>>
There are <<print _roll>> people here
<<else>>
There's no one else here
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<</if>>
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.<<widget "wardrobec">>
<<if $args[2] == "Clothes">>
<b>$args[0] Clothes</b>
<br>
<<if $args[1] == null>>
None
<<else>>
<<print "[[None|Wardrobe][$" + $args[0] + " = null]]">>
<</if>>
<<set _chosenclothes = null>>
<<for _j = 0; _j < $bulk.length; _j++>>
<<set _clothes = $bulk[_j]>>
<<if _clothes.style == $args[0]>>
<<if _clothes.name == $args[1]>>
| _clothes.name
<<set _chosenclothes = _clothes>>
<<else>>
| <<print "[[_clothes.name|Wardrobe][$" + $args[0] + " = '" + _clothes.name + "']]">>
<</if>>
<</if>>
<</for>>
<<if $args[1] != null>>
<br><br>
<<Item _chosenclothes.rank "Bulk" _chosenclothes.name _chosenclothes.description>>
<</if>>
<</if>>
<</widget>> <<include "Unset Passages">>
<<include "Mobile Header">>
[[Go back to jewelry|Wardrobe]]
<center><h3>Clothing</h3></center>
<<wardrobecc "Outfits" $Outfits "Clothes">>
<br><br>
<<wardrobecc "Tops" $Tops "Clothes">>
<br><br>
<<wardrobecc "Bottom" $Bottom "Clothes">>
<br><br>
<<wardrobecc "Underwear" $Underwear "Clothes">>
<br><br>
<<wardrobecc "Head" $Head "Clothes">>
<br><br>
<<wardrobecc "Eyes" $Eyes "Clothes">>
<br><br>
<<wardrobecc "Neck" $Neck "Clothes">>
<br><br>
<<wardrobecc "Hands" $Hands "Clothes">>
<br><br>
<<wardrobecc "Legs" $Legs "Clothes">>
<br><br>
<<wardrobecc "Shoes" $Shoes "Clothes">>
<br><br><<widget "wardrobecc">>
<<if $args[2] == "Clothes">>
<b>$args[0] Clothes</b>
<br>
<<if $args[1] == null>>
None
<<else>>
<<print "[[None|Clothing Wardrobe][$" + $args[0] + " = null]]">>
<</if>>
<<set _chosenclothes = null>>
<<for _j = 0; _j < $bulk.length; _j++>>
<<set _clothes = $bulk[_j]>>
<<if _clothes.style == $args[0]>>
<<if _clothes.name == $args[1]>>
| _clothes.name
<<set _chosenclothes = _clothes>>
<<else>>
| <<print "[[_clothes.name|Clothing Wardrobe][$" + $args[0] + " = '" + _clothes.name + "']]">>
<</if>>
<</if>>
<</for>>
<<if $args[1] != null>>
<br><br>
<<Item _chosenclothes.rank "Bulk" _chosenclothes.name _chosenclothes.description>>
<</if>>
<</if>>
<</widget>> <<widget "talk">>
<<set _color = $activeCharacter.color>>
<<print "@@color:"+_color+";"+$args[0]+"@@">>
<</widget>><<set _style = $styleclothes>>
<<unset $Previous>>
<center><titled>Confirm</titled></center>
<<equip $activeCharacter.clothes[_style]['name']>>
Have <<print $activeCharacter.name>> wear the <<print $activeCharacter.clothes[_style]['name']>>?
[[Yes|Confirm]]
[[No|CancelWear]]<<set _style = $styleclothes>>
<<set $unequip = {choice:null}>>
<<unset $Previous>>
<center><titled>Confirm</titled></center>
<<if $activeCharacter.clothes.outfit.eqf == $activeCharacter.clothes.top.eqf and $activeCharacter.clothes.outfit.eqf == $activeCharacter.clothes.bottom.eqf>>
It isn’t possible for <<print $activeCharacter.name>> to wear this outfit with a top and bottom
<br>
What do you want <<print $himher[$activeCharacter.gender]>> to do?
<br>
<<set _combo1 = "Wear the " + $activeCharacter.clothes.outfit.name>>
[[_combo1|ConfirmUE][$unequip.choice = "Outfit"]]
<br>
<<set _combo2 = "Wear the " + $activeCharacter.clothes.top.name + " and the " + $activeCharacter.clothes.bottom.name>>
[[_combo2|ConfirmUE][$unequip.choice = "Top&Bottom"]]
<<elseif $activeCharacter.clothes.outfit.eqf == $activeCharacter.clothes.top.eqf >>
It isn’t possible for <<print $activeCharacter.name>> to wear this outfit with a top
<br>
What do you want <<print $himher[$activeCharacter.gender]>> to do?
<br>
<<set _combo1 = "Wear the " + $activeCharacter.clothes.outfit.name>>
[[_combo1|ConfirmUE][$unequip.choice = "Outfit"]]
<br>
<<set _combo3 = "Wear the " + $activeCharacter.clothes.top.name>>
Wear the <<print $activeCharacter.clothes.top.name>>
[[_combo3|ConfirmUE][$unequip.choice = "Top"]]
<<elseif $activeCharacter.clothes.outfit.eqf == $activeCharacter.clothes.bottom.eqf >>
It isn’t possible for <<print $activeCharacter.name>> to wear this outfit with a bottom
<br>
What do you want <<print $himher[$activeCharacter.gender]>> to do?
<br>
<<set _combo1 = "Wear the " + $activeCharacter.clothes.outfit.name>>
[[_combo1|ConfirmUE][$unequip.choice = "Outfit"]]
<br>
<<set _combo4 = "Wear the " + $activeCharacter.clothes.bottom.name>>
[[_combo4|ConfirmUE][$unequip.choice = "Bottom"]]
<<else>>
<<print $activeCharacter.name>> wore the $activeCharacter.clothes[_style]['name']
[[Continue|Clothes Description]]
<</if>>
<<set _style = $styleclothes>>
<<if $activeCharacter.clothes[_style] == $activeCharacter.clothes.outfit>>
<<print $activeCharacter.name>> took the <<print $activeCharacter.clothes[_style]['name']>> off
<<set $activeCharacter.clothes[_style]['name'] = "">>
<<set $activeCharacter.clothes[_style]['tags'] = "">>
<<set $activeCharacter.clothes[_style]['clothes'] = 0>>
<<set $activeCharacter.clothes[_style]['eqf'] = 1>>
<<set $activeCharacter.clothes[_style]['appeal'] = 0>>
<<set $activeCharacter.clothes[_style]['class'] = 0>>
<<set $activeCharacter.clothes[_style]['masculinity'] = 0>>
<<set $activeCharacter.clothes[_style]['femininity'] = 0>>
<<else>>
<<print $activeCharacter.name>> took the <<print $activeCharacter.clothes[_style]['name']>> off
<<set $activeCharacter.clothes[_style]['name'] = "">>
<<set $activeCharacter.clothes[_style]['tags'] = "">>
<<set $activeCharacter.clothes[_style]['clothes'] = 0>>
<<set $activeCharacter.clothes[_style]['eqf'] = 0>>
<<set $activeCharacter.clothes[_style]['appeal'] = 0>>
<<set $activeCharacter.clothes[_style]['class'] = 0>>
<<set $activeCharacter.clothes[_style]['masculinity'] = 0>>
<<set $activeCharacter.clothes[_style]['femininity'] = 0>>
<</if>>
<<set $styleclothes = "">>
[[Continue|Clothes Description]]<<widget "equip">>
<<set _style = $styleclothes>>
<<set _equipcloth = []>>
<<for _c range $bulk>>
<<if _c.name == $args[0]>>
<<run _equipcloth.push(_c)>>
<<set _equipcloth = _c>>
<<set $activeCharacter.clothes[_style]['clothes'] = _equipcloth.cut>>
<<set $activeCharacter.clothes[_style]['appeal'] = _equipcloth.appeal>>
<<set $activeCharacter.clothes[_style]['masculinity'] = _equipcloth.masculinity>>
<<set $activeCharacter.clothes[_style]['femininity'] = _equipcloth.femininity>>
<<set $activeCharacter.clothes[_style]['class'] = _equipcloth.class>>
<<set $activeCharacter.clothes[_style]['tags'] = _equipcloth.Tags>>
<<set $activeCharacter.clothes[_style]['eqf'] = _equipcloth.eqf>>
<</if>>
<</for>>
<</widget>> <<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "top">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Tops</b></h3>
<br>
<<if !_clothingslave.clothes.top.type>>
<<set _clothingslave.clothes.top.clothes == 0>>
<<else>>
<<clothes "Top">>
<br><br>
<</if>><<set _style = $styleclothes>>
<<if $activeCharacter.clothes[_style] == $activeCharacter.clothes.outfit>>
<<print $activeCharacter.clothes[_style]['name']>> off
<<set $activeCharacter.clothes[_style]['name'] = "">>
<<set $activeCharacter.clothes[_style]['tags'] = "">>
<<set $activeCharacter.clothes[_style]['clothes'] = 0>>
<<set $activeCharacter.clothes[_style]['eqf'] = 1>>
<<set $activeCharacter.clothes[_style]['appeal'] = 0>>
<<set $activeCharacter.clothes[_style]['class'] = 0>>
<<set $activeCharacter.clothes[_style]['masculinity'] = 0>>
<<set $activeCharacter.clothes[_style]['femininity'] = 0>>
<<else>>
<<set $activeCharacter.clothes[_style]['name'] = "">>
<<set $activeCharacter.clothes[_style]['tags'] = "">>
<<set $activeCharacter.clothes[_style]['clothes'] = 0>>
<<set $activeCharacter.clothes[_style]['eqf'] = 0>>
<<set $activeCharacter.clothes[_style]['appeal'] = 0>>
<<set $activeCharacter.clothes[_style]['class'] = 0>>
<<set $activeCharacter.clothes[_style]['masculinity'] = 0>>
<<set $activeCharacter.clothes[_style]['femininity'] = 0>>
<</if>>
<<print $activeCharacter.name>> didn't wear it
<<set $styleclothes = "">>
[[Continue|Clothes Description]]<<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "bottom">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Bottoms</b></h3>
<br>
<<if !_clothingslave.clothes.bottom.type>>
<<set _clothingslave.clothes.bottom.clothes == 0>>
<<else>>
<<clothes "Bottom">>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "outfit">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Outfits</b></h3>
<br>
<<if !_clothingslave.clothes.outfit.type>>
<<set _clothingslave.clothes.outfit.clothes == 1>>
<<else>>
<<clothes "Outfit">>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "headwear">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Heads</b></h3>
<br>
<<if !_clothingslave.clothes.head.type>>
<<set _clothingslave.clothes.head.clothes == 0>>
<<else>>
<<clothes "Head">>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "eyewear">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Eyess</b></h3>
<br>
<<if !_clothingslave.clothes.eyes.type>>
<<set _clothingslave.clothes.eyes.clothes == 0>>
<<else>>
<<clothes "Eyes">>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "neckwear">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Necks</b></h3>
<br>
<<if !_clothingslave.clothes.neck.type>>
<<set _clothingslave.clothes.neck.clothes == 0>>
<<else>>
<<clothes "Neck">>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "underwear">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Underwears</b></h3>
<br>
<<if !_clothingslave.clothes.underwear.type>>
<<set _clothingslave.clothes.underwear.clothes == 0>>
<<else>>
<<clothes "Underwear">>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "legwear">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Legss</b></h3>
<br>
<<if !_clothingslave.clothes.legs.type>>
<<set _clothingslave.clothes.legs.clothes == 0>>
<<else>>
<<clothes "Legs">>
<br><br>
<</if>><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<set $styleclothes = "shoes">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Shoes</b></h3>
<br>
<<if !_clothingslave.clothes.shoes.type>>
<<set _clothingslave.clothes.shoes.clothes == 0>>
<<else>>
<<clothes "Shoes">>
<br><br>
<</if>><<run updateAffection($activeCharacter)>>
<<set _nat = "Kuudere">>
[[_nat|Nature Changey][$nature.choice = "Kuudere"]]
<<set _nat = "Tsundere">>
[[_nat|Nature Changey][$nature.choice = "Tsundere"]]
<<set _nat = "Dandere">>
[[_nat|Nature Changey][$nature.choice = "Dandere"]]
<<set _nat = "Himedere">>
[[_nat|Nature Changey][$nature.choice = "Himedere"]]<<switch $nature.choice>>
<<case "Kuudere">>
<<set $activeCharacter.nature = "kuudere">>
<<print $activeCharacter.name>> had their to <<print $activeCharacter.nature>>
<<if $activeCharacter.nature == "tsundere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(10,50)>>
<<elseif $activeCharacter.nature == "dandere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(20,60)>>
<<set $activeCharacter.obedience.base = random(20,60)>>
<<set $activeCharacter.affection.base = random(10,30)>>
<<set $activeCharacter.hate.base = random(0,10)>>
<<elseif $activeCharacter.nature == "kuudere">>
<<set $activeCharacter.fear.base = random(0,40)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(0,20)>>
<<elseif $activeCharacter.nature == "himedere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,0)>>
<<set $activeCharacter.hate.base = random(10,40)>>
<</if>>
<</switch>>
<<switch $nature.choice>>
<<case "Tsundere">>
<<set $activeCharacter.nature = "tsundere">>
<<print $activeCharacter.name>> had their to <<print $activeCharacter.nature>>
<<if $activeCharacter.nature == "tsundere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(10,50)>>
<<elseif $activeCharacter.nature == "dandere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(20,60)>>
<<set $activeCharacter.obedience.base = random(20,60)>>
<<set $activeCharacter.affection.base = random(10,30)>>
<<set $activeCharacter.hate.base = random(0,10)>>
<<elseif $activeCharacter.nature == "kuudere">>
<<set $activeCharacter.fear.base = random(0,40)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(0,20)>>
<<elseif $activeCharacter.nature == "himedere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,0)>>
<<set $activeCharacter.hate.base = random(10,40)>>
<</if>>
<</switch>>
<<switch $nature.choice>>
<<case "Dandere">>
<<set $activeCharacter.nature = "dandere">>
<<print $activeCharacter.name>> had their to <<print $activeCharacter.nature>>
<<if $activeCharacter.nature == "tsundere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(10,50)>>
<<elseif $activeCharacter.nature == "dandere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(20,60)>>
<<set $activeCharacter.obedience.base = random(20,60)>>
<<set $activeCharacter.affection.base = random(10,30)>>
<<set $activeCharacter.hate.base = random(0,10)>>
<<elseif $activeCharacter.nature == "kuudere">>
<<set $activeCharacter.fear.base = random(0,40)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(0,20)>>
<<elseif $activeCharacter.nature == "himedere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,0)>>
<<set $activeCharacter.hate.base = random(10,40)>>
<</if>>
<</switch>>
<<switch $nature.choice>>
<<case "Himedere">>
<<set $activeCharacter.nature = "himedere">>
<<print $activeCharacter.name>> had their to <<print $activeCharacter.nature>>
<<if $activeCharacter.nature == "tsundere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(10,50)>>
<<elseif $activeCharacter.nature == "dandere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(20,60)>>
<<set $activeCharacter.obedience.base = random(20,60)>>
<<set $activeCharacter.affection.base = random(10,30)>>
<<set $activeCharacter.hate.base = random(0,10)>>
<<elseif $activeCharacter.nature == "kuudere">>
<<set $activeCharacter.fear.base = random(0,40)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(0,20)>>
<<elseif $activeCharacter.nature == "himedere">>
<<set $activeCharacter.fear.base = random(20,60)>>
<<set $activeCharacter.trust.base = random(0,40)>>
<<set $activeCharacter.obedience.base = random(0,40)>>
<<set $activeCharacter.affection.base = random(0,0)>>
<<set $activeCharacter.hate.base = random(10,40)>>
<</if>>
<</switch>>
<<saveSlave $activeCharacter>>Double-click this passage to edit it.
<<set $roll = random(1,6)>>
<<set $report = {choice:"",scene:"",scenes:""}>>
<<set $report.choice = null>>
<<set $report.scene = null>>
<<set $report.scenes = []>>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<set _report = weightedRand({1:0.35, 2:0.15, 3:0.25, 4:0.25})>>
<<if _mood.old.includes("Mindbroken")>>
<<print $activeCharacter.name>> is currently <<print _mood.old>>.
You can't communicate with them outside giving them basic orders.
<br><br>
[[Continue|Interact]]
<<elseif $PC.energy.current <= 0>>
@@color:red; You are too tired to focus on anything else today@@
<br><br>
[[Continue|Interact]]
<<elseif $PC.energy.current <= 0>>
@@color:red; You are too tired to focus on anything else today@@
<br><br>
[[Continue|Interact]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<<if $activeCharacter.obedience.current >= 60 and $activeCharacter.nature == "himedere">>
<<set $report.scenes.push("Report-Himedere1")>>
<</if>>
<<if $activeCharacter.trust.current >= 60 and $activeCharacter.nature == "kuudere">>
<<set $report.scenes.push("Report-Kuudere1")>>
<</if>>
<<if $activeCharacter.obedience.current <= 30 and $activeCharacter.nature == "hinodere" or $activeCharacter.obedience.current <= 30 and $activeCharacter.nature == "kuudere">>
<<set $report.scenes.push("Report-Kuudere2/Hinodere4")>>
<</if>>
<<if $activeCharacter.obedience.current <= 40 and $activeCharacter.nature == "hinodere" or $activeCharacter.obedience.current <= 40 and $activeCharacter.nature == "tsundere">>
<<set $report.scenes.push("Report-Tsundere1/Hinodere2")>>
<</if>>
<<if $activeCharacter.obedience.current <= 60 and $activeCharacter.nature == "hinodere">>
<<set $report.scenes.push("Report-Hinodere3")>>
<</if>>
<<if $activeCharacter.trust.current >= 80 and $activeCharacter.nature == "dandere">>
<<set $report.scenes.push("Report-Dandere1")>>
<</if>>
<<if $activeCharacter.obedience.current >= 60 and $activeCharacter.nature == "deredere">>
<<set $report.scenes.push("Report-Deredere1")>>
<</if>>
<<if $activeCharacter.obedience.current >= 80 and $activeCharacter.nature == "dandere">>
<<set $report.scenes.push("Report-Dandere2")>>
<</if>>
<<if $activeCharacter.obedience.current >= 80 and $activeCharacter.nature == "yandere">>
<<set $report.scenes.push("Report-Dandere2")>>
<</if>>
<<set $report.scene = $report.scenes.random()>>
<<if $report.scene == null>>
<<set $report.scene = "No Report">>
<</if>>
<<goto $report.scene>>
<</if>><<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<set $Aday = {choice:""}>>
<center><titled>Ask about <<print $hisher[$activeCharacter.gender]>> Day </titled></center><br><br>
<<if _mood.old.includes("Mindbroken")>>
<<print $activeCharacter.name>> is currently <<print _mood.old>>.
You can't communicate with them outside giving them basic orders.
<br><br>
[[Continue|Interact]]
<<elseif $activeCharacter.trust.current < 50>>
<<print $activeCharacter.name>> clearly doesn't @@color:red;trust you enough@@ to talk about <<print $hisher[$activeCharacter.gender]>> day.
<br><br>
Even if you force it out of <<print $himher[$activeCharacter.gender]>> it would not be <<print $hisher[$activeCharacter.gender]>> genuine feelings
<br><br>
[[Continue|Interact]]
<<elseif $PC.energy.current <= 0>>
@@color:red; You are too tired to focus on anything else today@@
<br><br>
[[Continue|Interact]]
<<elseif $activeCharacter.cooldown.talk == 2>>
It feels like you've @@color:red;interacted with <<print $activeCharacter.name>> enough this week.
<br><br>
[[Continue|Interact]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
Curious about <<print $activeCharacter.name>> and how <<print $heshe[$activeCharacter.gender]>> has been feeling today, you look for <<print $himher[$activeCharacter.gender]>> for a bit. Eventually you pass <<print $activeCharacter.name>> in one of the corridors on your estate, you ask how <<print $hisher[$activeCharacter.gender]>> day has been going at the moment.
<br><br>
<<if $activeCharacter.mood.scale == "Happiness">>
<<print $activeCharacter.name>> talks about <<print $hisher[$activeCharacter.gender]>> day in a joyful and cheery tone, it’s safe to assume <<print $heshe[$activeCharacter.gender]>>’s in a @@color:green;Happy@@ mood.
<<elseif $activeCharacter.mood.scale == "Serenity">>
<<print $activeCharacter.name>> tends to bring up some of the somber and thoughtful parts of <<print $hisher[$activeCharacter.gender]>> day, it seems <<print $heshe[$activeCharacter.gender]>>’s in a thoughtful and @@color:green;Serene@@ mood.
<<elseif $activeCharacter.mood.scale == "Hate">>
<<print $activeCharacter.name>> seems to dance around the subject but from how tense <<print $heshe[$activeCharacter.gender]>> sounds you can tell <<print $heshe[$activeCharacter.gender]>>’s
In a @@color:green;Hateful@@ mood.
<<elseif $activeCharacter.mood.scale == "Affection">>
<<print $activeCharacter.name>> talks to you with more than enthusiasm than <<print $hisher[$activeCharacter.gender]>> normal demeanor. The things <<print $heshe[$activeCharacter.gender]> is bringing up in <<print $hisher[$activeCharacter.gender]>> day mostly revolve around pleasing you so it’s quite obvious she’s in a rather @@color:green;Affectionate@@ mood.
<<elseif $activeCharacter.mood.scale == "Anxiety">>
<<print $activeCharacter.name>> starts talking about some of <<print $hisher[$activeCharacter.gender]>> worries with an underlying anxious tone. <<print $HisHer[$activeCharacter.gender]>> mood seems to revolve around @@color:green;Anxiety@@ at the moment.
<</if>>
Since <<print $activeCharacter.name>> naturally falls into certain moods, maybe you can steer <<print $himher[$activeCharacter.gender]>> into one of those moods with certain topics.
<br>
And if <<print $heshe[$activeCharacter.gender]>> is already in one of those moods maybe you can improve that mood somehow.
<br><br>
What do you want to talk with <<print $himher[$activeCharacter.gender]>> about?
<br><br>
<<if $activeCharacter.nature == "tsundere">>
[[Keep things lighthearted and joyful (Happy)|AskDay2][$Aday.choice = “Happy”]] <br><br>
[[Mention a philosophical thought you had recently (Serenity)|AskDay2][$Aday.choice = “Serene”]] <br><br>
[[Just keep it simple with small talk|AskDay2][$Aday.choice = “Nothing”]]
<<elseif $activeCharacter.nature == "kuudere">>
[[Mention a philosophical thought you had recently (Serenity)|AskDay2][$Aday.choice = “Serene”]] <br><br>
[[Discuss the relaxing scenery (Anxiety)|AskDay2][$Aday.choice = “Anxiety”]] <br><br>
[[Just keep it simple with small talk|AskDay2][$Aday.choice = “Nothing”]]
<<elseif $activeCharacter.nature == "himedere">>
[[Keep things lighthearted and joyful (Happy)|AskDay2][$Aday.choice = “Happy”]] <br><br>
[[Mention a philosophical thought you had recently (Serenity)|AskDay2][$Aday.choice = “Serene”]] <br><br>
[[Discuss the relaxing scenery (Anxiety)|AskDay2][$Aday.choice = “Anxiety”]] <br><br>
[[Just keep it simple with small talk|AskDay2][$Aday.choice = “Nothing”]]
<<elseif $activeCharacter.nature == "hinodere">>
[[Bring up petty grievances (Hate)|AskDay2][$Aday.choice = “Hate”]] <br><br>
[[Mention a philosophical thought you had recently (Serenity)|AskDay2][$Aday.choice = “Serene”]] <br><br>
[[Just keep it simple with small talk|AskDay2][$Aday.choice = “Nothing”]]
<<elseif $activeCharacter.nature == "yandere">>
[[Talk about love (Affection)|AskDay2][$Aday.choice = “Affection”]]<br><br>
[[Bring up petty grievances (Hate)|AskDay2][$Aday.choice = “Hate”]] <br><br>
[[Keep things lighthearted and joyful (Happy)|AskDay2][$Aday.choice = “Happy”]] <br><br>
[[Discuss the relaxing scenery (Anxiety)|AskDay2][$Aday.choice = “Anxiety”]] <br><br>
[[Just keep it simple with small talk|AskDay2][$Aday.choice = “Nothing”]]
<<elseif $activeCharacter.nature == "dandere">>
[[Keep things lighthearted and joyful (Happy)|AskDay2][$Aday.choice = “Happy”]] <br><br>
[[Discuss the relaxing scenery (Anxiety)|AskDay2][$Aday.choice = “Anxiety”]] <br><br>
[[Just keep it simple with small talk|AskDay2][$Aday.choice = “Nothing”]]
<<elseif $activeCharacter.nature == "deredere">>
[[Talk about love (Affection)|AskDay2][$Aday.choice = “Affection”]] <br><br>
[[Keep things lighthearted and joyful (Happy)|AskDay2][$Aday.choice = “Happy”]] <br><br>
[[Just keep it simple with small talk|AskDay2][$Aday.choice = “Nothing”]]
<</if>>
<</if>>
Double-click this passage to edit it.<<set $estate.location = "Slums">>
<<unset $Previous>>
<<set $youth = {choice:null}>>
<center><titled>Your Youth</titled></center>
<br>
Like any kid your age you used to be curious about anything you can see, and even more curious about the things you couldn’t understand.
<br><br>
You don’t recall every single detail from back then, but certain things feel so fresh in your head that it’s almost like it was yesterday. Long nights staring at the stars, swinging twigs around in the woods on the wind of adventure, the occasional mischief on the adults of the village, the standoff with the child prodigy, and so on.
<br><br>
It honestly felt like you had too much energy with all the things you were up to, yet at the same time; it still felt like it was never enough, whether it be energy or time. As long as you found at least some merit in doing something, it would be your focus for the day.
The sporadic nature of it all is maybe why its hard to remember every little thing, or day for that matter.
<br><br>
One day however; that sticks out to you especially was the day you met your mentor.
<br><br>
It felt as if it was going to be any other day, but what transpired afterwards really shaped your upbringing for awhile.
<br><br>
Your mentor was . . .
<br>
[[A Retired Knight|Origin][$youth.choice = "Knight"]]
<br>
[[A Disgraced Wizard|Origin][$youth.choice = "Mage"]]
<br>
[[A Former Thief|Origin][$youth.choice = "Thief"]]
<br>
[[An Old Slave Trainer |Origin][$youth.choice = "SlaveTrainer"]]
<br>
[[See the Bonuses for each|Bonus Explanation]]
<table class="inventory" style='table-layout:fixed;width:1000px'>
<tr>
<th style='width: 30%;'>Name</th>
<th style='width: 10%;'>Price</th>
<th style='width: 60%;'>Description</th>
</tr>This is the intial phase where the player chooses what armor will be crafted and that blank armor variables will be based on that choiceHere is where the <<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<if $playerStatus>>
<center><h3>Your Clothes</h3></center>
<<set _name = "You">>
<<set _namep = "You">>
<<set _Their = "Your">>
<<set _their = "your">>
<<set _They = "You">>
<<set _has = "have">>
<<set _clothingslave = $PC>>
<<else>>
<<if $identifySlave>>
<<set _clothingslave = $identifySlave>>
<<else>>
<<set _clothingslave = $activeCharacter>>
<</if>>
<center><h3>_clothingslave.name's Clothes</h3></center>
<<set _name = _clothingslave.name>>
<<set _namep = _clothingslave.name + "'s">>
<<set _Their = $HisHer[_clothingslave.gender]>>
<<set _their = $hisher[_clothingslave.gender]>>
<<set _They = $HeShe[_clothingslave.gender]>>
<<set _has = "has">>
<</if>>
<h3><b>Outfits</b></h3>
<br>
<<if !_clothingslave.clothes.outfit.type>>
<<set _clothingslave.clothes.outfit.clothes == 0>>
<<else>>
<</if>>
<<if !_clothingslave.clothes.outfit.clothes>>
_name isn't wearing any kind of outfit
[[change outfit|Outfit]]
<<elseif _clothingslave.clothes.outfit.clothes == 0>>
_name isn't wearing any kind of outfit
[[change outfit|Outfit]]
<<elseif _clothingslave.clothes.outfit.clothes == 1>>
_name is wearing a <<print _clothingslave.clothes.outfit.name>>
[[change outfit|Outfit]]
<</if>>
<br><br>
<h3><b>Headwear</b></h3>
<br>
<<if !_clothingslave.clothes.head.type>>
<<set _clothingslave.clothes.head.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.head.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change head|Headwear]]
<<elseif _clothingslave.clothes.head.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdergenitals) [[change head|Headwear]]
<<elseif _clothingslave.clothes.head.type == 1>>
_name is wearing <<print $activeCharacter.clothes.head.name>>
[[change head|Headwear]]
<</if>>
<br><br>
<h3><b>Eyewear</b></h3>
<br>
<<if !_clothingslave.clothes.eyes.type>>
<<set _clothingslave.clothes.eyes.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.eyes.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change eyes|Eyewear]]
<<elseif _clothingslave.clothes.eyes.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdergenitals) [[change eyes|Eyewear]]
<<elseif _clothingslave.clothes.eyes.type == 1>>
_name is wearing <<print $activeCharacter.clothes.eyes.name>>
[[change eyes|Eyewear]]
<</if>>
<br><br>
<h3><b>Neckwear</b></h3>
<br>
<<if !_clothingslave.clothes.neck.type>>
<<set _clothingslave.clothes.neck.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.neck.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change neck|Neckwear]]
<<elseif _clothingslave.clothes.neck.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdergenitals) [[change neck|Neckwear]]
<<elseif _clothingslave.clothes.neck.type == 1>>
_name is wearing <<print $activeCharacter.clothes.neck.name>>
[[change neck|Neckwear]]
<</if>>
<br><br>
<h3><b>Tops</b></h3>
<br>
<<if !_clothingslave.clothes.top.type>>
<<set _clothingslave.clothes.top.clothes == 0>>
<<else>>
<</if>>
<<if !_clothingslave.clothes.top.clothes>>
_name currently _has nothing but a dirty thin rag covering _their chest. [[change top|Top]]
<<elseif _clothingslave.clothes.top.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdertits) [[change top|Top]]
<<elseif _clothingslave.clothes.top.type == 1>>
_name is wearing a <<print $activeCharacter.clothes.top.name>>
[[change top|Top]]
<</if>>
<br><br>
<h3><b>Underwear</b></h3>
<br>
<<if !_clothingslave.clothes.underwear.type>>
<<set _clothingslave.clothes.underwear.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.underwear.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change underwear|Underwear]]
<<elseif _clothingslave.clothes.underwear.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdergenitals) [[change underwear|Underwear]]
<<elseif _clothingslave.clothes.underwear.type == 1>>
_name is wearing <<print $activeCharacter.clothes.underwear.name>>
[[change underwear|Underwear]]
<</if>>
<br><br>
<h3><b>Bottoms</b></h3>
<br>
<<if !_clothingslave.clothes.bottom.type>>
<<set _clothingslave.clothes.bottom.clothes == 0>>
<<else>>
<</if>>
<<if !_clothingslave.clothes.bottom.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change bottom|Bottom]]
<<elseif _clothingslave.clothes.bottom.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdergenitals) [[change bottom|Bottom]]
<<elseif _clothingslave.clothes.bottom.type == 1>>
_name is wearing <<print $activeCharacter.clothes.bottom.name>>
[[change bottom|Bottom]]
<</if>>
<br><br>
<h3><b>Legwear</b></h3>
<br>
<<if !_clothingslave.clothes.legs.type>>
<<set _clothingslave.clothes.legs.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.legs.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change legs|Legwear]]
<<elseif _clothingslave.clothes.legs.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdergenitals) [[change legs|Legwear]]
<<elseif _clothingslave.clothes.legs.type == 1>>
_name is wearing <<print $activeCharacter.clothes.legs.name>>
[[change legs|Legwear]]
<</if>>
<br><br>
<h3><b>Shoes</b></h3>
<br>
<<if !_clothingslave.clothes.shoes.type>>
<<set _clothingslave.clothes.shoes.clothes == 0>>
<<else>>
<br><br>
<</if>>
<<if !_clothingslave.clothes.shoes.clothes>>
_name currently _has nothing but a dirty thin rag on, leaving their genitals covered. . . for now [[change shoes|Shoes]]
<<elseif _clothingslave.clothes.shoes.type == 0>>
_name currently _has nothing covering _their chest.
You see their (placeholdergenitals) [[change shoes|Shoes]]
<<elseif _clothingslave.clothes.shoes.type == 1>>
_name is wearing <<print $activeCharacter.clothes.shoes.name>>
[[change shoes|Shoes]]
<</if>>
<br><br>
<<unset $Previous>>
<center><titled>Confirm</titled></center>
<<switch $unequip.choice>>
<<case "Outfit">>
<<print $activeCharacter.name>> kept the <<print $activeCharacter.clothes.outfit.name>>
<<set $activeCharacter.clothes.top.name = "">>
<<set $activeCharacter.clothes.top.tags = "">>
<<set $activeCharacter.clothes.top.clothes = 0>>
<<set $activeCharacter.clothes.top.eqf= 0>>
<<set $activeCharacter.clothes.top.appeal = 0>>
<<set $activeCharacter.clothes.top.class = 0>>
<<set $activeCharacter.clothes.top.masculinity = 0>>
<<set $activeCharacter.clothes.top.femininity = 0>>
<<set $activeCharacter.clothes.bottom.name = "">>
<<set $activeCharacter.clothes.bottom.tags = "">>
<<set $activeCharacter.clothes.bottom.clothes = 0>>
<<set $activeCharacter.clothes.bottom.eqf= 0>>
<<set $activeCharacter.clothes.bottom.appeal = 0>>
<<set $activeCharacter.clothes.bottom.class = 0>>
<<set $activeCharacter.clothes.bottom.masculinity = 0>>
<<set $activeCharacter.clothes.bottom.femininity = 0>>
[[Continue|Clothes Description]]
<</switch>>
<<switch $unequip.choice>>
<<case "Top&Bottom">>
<<print $activeCharacter.name>> kept the <<print $activeCharacter.clothes.top.name>> and <<print $activeCharacter.clothes.bottom.name>>
<<set $activeCharacter.clothes.outfit.name = "">>
<<set $activeCharacter.clothes.outfit.tags = "">>
<<set $activeCharacter.clothes.outfit.clothes = 0>>
<<set $activeCharacter.clothes.outfit.eqf= 1>>
<<set $activeCharacter.clothes.outfit.appeal = 0>>
<<set $activeCharacter.clothes.outfit.class = 0>>
<<set $activeCharacter.clothes.outfit.masculinity = 0>>
<<set $activeCharacter.clothes.outfit.femininity = 0>>
[[Continue|Clothes Description]]
<</switch>>
<<switch $unequip.choice>>
<<case "Top">>
<<print $activeCharacter.name>> kept the <<print $activeCharacter.clothes.top.name>>
<<set $activeCharacter.clothes.outfit.name = "">>
<<set $activeCharacter.clothes.outfit.tags = "">>
<<set $activeCharacter.clothes.outfit.clothes = 0>>
<<set $activeCharacter.clothes.outfit.eqf= 1>>
<<set $activeCharacter.clothes.outfit.appeal = 0>>
<<set $activeCharacter.clothes.outfit.class = 0>>
<<set $activeCharacter.clothes.outfit.masculinity = 0>>
<<set $activeCharacter.clothes.outfit.femininity = 0>>
[[Continue|Clothes Description]]
<</switch>>
<<switch $unequip.choice>>
<<case "Bottom">>
<<print $activeCharacter.name>> kept the <<print $activeCharacter.clothes.bottom.name>>
<<set $activeCharacter.clothes.outfit.name = "">>
<<set $activeCharacter.clothes.outfit.tags = "">>
<<set $activeCharacter.clothes.outfit.clothes = 0>>
<<set $activeCharacter.clothes.outfit.eqf= 1>>
<<set $activeCharacter.clothes.outfit.appeal = 0>>
<<set $activeCharacter.clothes.outfit.class = 0>>
<<set $activeCharacter.clothes.outfit.masculinity = 0>>
<<set $activeCharacter.clothes.outfit.femininity = 0>>
[[Continue|Clothes Description]]
<</switch>><center><titled>On that Day</titled></center>
<br><br>
<<include "Complete Player">>
<<switch $youth.choice>>
<<case "Knight">>
<<set $PC.money = 135000>>
<<set $PC.energy = {current: 6, max: 6}>>
<<set $PC.skills = {guard:""}>>
<<set $PC.skills.guard = {level:0, exp:0}>>
<<set $PC.skills.guard.level = 2>>
<<set $PC.titles.push("Former Squire")>>
<<set $PC.title = "Former Squire">>
You always enjoyed brawling with the other children In your village. Soon you started winning more than anyone else’s in these scuffles.
<br> <br>
The only other person that ever came close to beating you surprisingly, was this blond-haired human girl, close to the same age as you.
<br> <br>
She was so notoriously vicious and brutal, that even some of the warriors and mercenaries in your village were interested in where such grit came from.
<br>
Still despite all that prowess, she never could take you down, although that never stopped her from trying.
<br> <br>
One day, she challenged you to another fight, this time in the forest so you both could go all-out without any interference from the adults.
<br> <br>
You agreed for your own reasons and both you went deep into the woods next to your village, eventually the sunlight was blocked out from the shadows of the towering trees.
<br>
Finding a good spot for you to dish it out. You begin and the battle kicks off with a flurry of blows from both of you, even more than your usual fights. And without any interference the only thing you could focus on was taking her on.
<br> <br>
Eventually you both are gasping for air, completely exhausted and at a standstill.
It’s well into the evening at this point.
Maybe this will finally be the moment she gets the upper hand.
<br> <br>
Or do you have something up your sleeve?
<br> <br>
You take a step forward when you hear bestial scream somewhere in the distance. The sudden screech makes you both stop in your tracks. It sounded an awful like the call of native Storm-Buffalo- hulking, omnivorous monsters twice the size of a minotaur, much less some children. The ground trembles as you hear a rumbling in the same direction as that screech.
<br> <br>
You both realize it must be pack of them prowling for prey and the two of you decide to try find someplace to hide despite your injuries weighing you down.
<br>
As you run, the rumbling from behind grows louder and louder, at this point its clear as day they’re heading in your direction. Luckily you two find a cave to hide in. And from the sounds outside you can tell most of Storm-Buffalo had moved past your hiding spot.
<br> <br>
Most of them.
<br> <br>
Just when you two decided to venture out the cave, three of them charge in the cave right for you. You and the girl dodge at the last second somehow. Looking at the mouth of the cave you see two more of them entering the cave as well. With no way of escape, the normally fearless girl, finally let’s out a screech of pure terror. Already feeling something similar, hearing that internalized even more fear in the pit of your gut.
<br> <br>
When everything seemed over for you two, the Storm-Buffalo at the entrance were seemingly cut down by this extremely large sword. Wielding this sword was a massive gray orc, odorned in a practical,silver knight’s outfit.
<br> <br>
The three Storm-Buffalo inside the cave felt the danger from this new threat and chose to rush towards him as well as you and the girl.
<br> <br>
In one fell swoop he rushed in front of both you and met the storm Buffalo’s charge head-on with his shield. Keeping them at bay, he shouted at you and the girl to go in his bag and take out two silver daggers and drive them into the necks of the storm Buffalo as hard as you can. Either that or to run as far away as you can.
<br> <br>
Born of you summoned as much courage as you could and followed the order, using the opening the orc knight gave you to attack, with two of the storm Buffalo gone the orc knight overpowered the last one and finished it out with his sword.
<br> <br>
Afterwards the orc knight introduced himself as Galahavod, a roaming knight who was hired to deal with an disturbance in the forest unrelated to this when he heard the scream of the girl and came over. Thanking him and being awestruck you, both asked every question you could think of as he escorted you back to the village.
<br>
Eventually you both ask him to train you and despite his reluctance, he ultimately agrees, citing your courage at that critical moment a sign of great potential.
<br> <br>
The training was grueling and the code of chivalry was extensive, but in a few years you both were well on your way to knighthood. Becoming squires finally.
<br> <br>
One day however; the knight received a letter from their former lord, requesting his assistance. He accepted it, although from the way he chose to, there was regret in this choice.
<br> <br>
Despite your enthusiasm to come along, he demanded you both to stay here and force you to take an oath to never go this land if he never returned.
<br> <br>
He never did.
<br> <br>
You kept your promise, however the blond girl did not, choosing to go after him and discover what happened.
<br>
The years went by and you passed the time working as bodyguard for merchants and their caravans, eventually picking up the law of trade and thriving in business.
<br> <br>
It’s been some time, but the daily routine and training has built your endurance well, and the experience means you can do guard duty when you need to do.
<br> <br>
You wonder if you might be able to reach the next step of knighthood in this new chapter of your life in Waiross. . .
<br> <br>
[[Continue|Purchase Estate]]
<</switch>>
<<switch $youth.choice>>
<<case "Mage">>
<<set $PC.titles.push("Sage's Apprentice")>>
<<set $PC.title = "Sage's Apprentice">>
<<set $PC.money = 120000>>
You spent your days interested in spells and the magic of the world.
<br>
One day you and your friends came across an magic scroll, but no one was able to make heads or tails of it.
Eventually everyone lost interest in it.
<br> <br>
At least everyone except you.
<br> <br>
Either from pure stubbornness or bizarre fascination you spent days trying to learn how to understand this scroll. <br>
And eventually this perseverance bore fruit!
<br>
Wanting to impress everyone you decide to try casting it at night in the forest where no one will see you. That way you can absolutely impress everyone.
<br><br>
You start the process and everything feels right so far and before you know it , a small, twinkling ball of purple flames illuminates your hand.
<br><br>
The spell @@color:blue;“Infernus”@@
<br><br>
you’ve never heard of this spell before but to be quite honest you haven’t heard of many spell names in general, so it’s not really surprising for you not to know.
<br>
This is your first time casting a spell and you’ve heard your first time wont amount to even a 1/10th of the spells full potential.
Which kind of sucks but maybe it’s better that way since you don’t want anyone to find out.
<br>
You take aim and fire your spell.
<br>
The purple ball of flame careened towards your make-shift practice dummy of stones, exploding in a colossal plume of smoke and flames. Sending a massive shockwave that knocks you flat on your ass. And also sending your emergency bucket of water flying off somewhere into the distance.
<br>
It’s incredibly impressive!
<br> <br>
If you weren’t in the middle of forest.
<br>
The flames started to spread like crazy. even if you hadn’t lost your bucket, There was no way you could’ve put this out. The world around was consumed in a orange glow.
<br>
This is supposedly tenth of its true potential… right?
<br> <br>
Either way, If someone finds out you did this, being banished from the village would be the most lenient thing they would do.
<br>
<br>
Just then, the roar of thunder boomed in your ears, making you jump a bit.
<br>
Looking up to night sky, you witness a storm cloud forming up above you.
<br>
<br>
Suspiciously in your area specifically.
And finally, a torrent of rain drenches you and the entire area. The abrupt nature of it was incredibly off-putting. Why would something like this happen so conveniently?
<br>
<br>
The answer was right behind you, in the form of a human-like lady. Grabbing the collar of your shirt she lifted you in the air with unexpected stength.
<br>
<br>
After some intense questioning she lets you down and introduces herself properly as Elouise. A former royal sorcerer, discharged for shady reasons.
<br>
<br>
She reveals that the spell you’ve learned is a rarity among rarities, not only in terms of finding the spell, but also in learning the spell itself.
<br>
It’s part of an ancient elven series of magic that’s been considered a lost art over 8000 years ago.
<br>
<br>
So the fact that you were able to learn this spell means you have a very unique quality to you it seems.
<br>
<br>
Elouise gives you a deal, she’ll keep your almost devastating spell practice a secret and even teach you a few spells if you become her test subject for awhile. It seems she’s interested in your genetics and heritage.
<br>
<br>
Either from the blackmail or the chance to learn some actual magic you take her deal.
<br>
<br>
Spending the next few years under her apprenticeship. The experiments she performed on you were… interesting to say the least, but at least you were able to learn some actual magic after all those years of wanting to use it.
<br>
<br>
After some time, Elouise tells you that she’s gotten enough research information from you and now she needs to journey once again and discover more of these ancient eleven spells, she never told you why she’s so interested in them, you just know it was worth her being expelled and disgraced from the magic community it seems.
<br>
<br>
You bid her farewell and as a memento, she gives you a sparkling blue amulet, she says it’s brimming with magical energy and as long as you wear it and charge it. It will increase the magical effect you have on others.
<br>
<br>
After that you return to your daily life, the expertise you gained from Elouise allows you insight to a variety of magic goods, allowing you to make a killing as a merchant.
<br>
It’s been years since then and sadly, your magical proficiency decreased over the years as you focused more on merchantile.
<br>
<br>
Despite this, the memento from your teacher still aids you in the magic endeavors you still participate in.
<br> <br>
Maybe you can rekindle your old power with training in your new life in Waiross?
<br> <br>
[[Continue|Purchase Estate]]
<</switch>>
<<switch $youth.choice>>
<<case "Thief">>
<<set $PC.titles.push("Wary Thief")>>
<<set $PC.title = "Wary Thief">>
<<set $PC.money = 90000>>
<br>
<br>
As a child you really enjoyed stealing and swiping things off suspecting people. The extra coin helped, but truly you enjoyed the thrill of it more than anything. You would be found out if you stole too much from the people in the village, so you stuck to stealing from strangers and passersby.
<br>
<br>
One day you stole from an unassuming goblin woman. Managing to steal the bag dangling from her waist. Looking inside you found a pair of illustrious ruby earrings.
<br>
… Or at least you thought you did.
<br>
<br>
Making you way home, you suddenly found yourself rushed to an alleyway. When you come to your senses it’s that very same goblin woman, holding you still.
<br>
<br>
She holds the bag with one hand while the other keeps you firmly against the wall.
<br>
The most surprising of all though is that she’s grinning, almost like she’s proud or something like that.
<br>
After a moment she lets you go and says she’s impressed with your skill despite your age.
<br><br>
She gives you a deal, she won’t rat you out if you let her train you and help out with some jobs she needs to do.
<br><br>
Seeing only benefits on your end, you agree and the next few years you assisted her heists and thieving, eventually learning your own tricks.
<br><br>
Eventually she left you, and without a mentor you found yourself learning merchant trade and going from there.
<br><br>
You still remember a few tricks from back then though, maybe they’ll help in your new life in Waiross.
<br>
<br>
[[Continue|Purchase Estate]]
<</switch>>
<<switch $youth.choice>>
<<case "SlaveTrainer">>
<<set $PC.titles.push("Fledgling Trainer")>>
<<set $PC.title = "Fledgling Trainer">>
<<set $PC.stats.knight1 = 100>>
<<set $PC.money = 75000>>
<<set $bully = {choice:null}>>
<br>
You remember in your village you were bullied by this canus kid when you were young,
<br>
There wasn’t much you could do about it since one of the kid’s parents was the head of the village, and he spoiled them greatly.
<br>
You had just bought a new outfit for the winter from the clothing store after working an entire month.
<br>
Deciding it would be nice to show off a bit, you take the hat from the winter outfit and head off to meet your friends, depending on how it goes you might even let them try it on for themselves.
<br>
On your way there, you come across a small group of kids your age, among them in the front is the bully, clearly leading them. They seem to be looking around nonchantly when they meet eyes with you.
<br>
<br>
Here comes the bully now. . .
<br>
[[You see a malicous grin on his face (Male Bully)|The Brat2][$bully.choice = "male"]]
<br> <br>
[[You see a malicous grin on her face (Female Bully)|The Brat2][$bully.choice = "female"]]
<</switch>>
<<set $playerorigintitles = ["Former Squire", "Sage's Apprentice", "Wary Thief", "Fledgling Trainer"]>>
<<set $playertitles = ["Squire", "Apprentice", "Pickpocket", "Slaver"]>><<set $PC.titles.push("Sage's Apprentice")>>
<<set $PC.title = "Sage's Apprentice">>
<<set $PC.money = 90000>>
<center><titled>On that Day</titled></center>
<br>
As you utter that last word, the feeling that was welling up inside you suddenly begins traveling throughout your body towards your outstretched hand.<br><br>
A small, @@color:blue;blue flame@@ flickers to life in your very hand. <br><br>
At last! Your first actual spell! The warmth in your hand is almost overshadowed by the overwhelming joy you're feeling. Whether its from
the weeks of practice finally coming to fruition, the desire to show your friends, or even your long awaited dream of using magic. It's all cradled in the fire you hold.<br>
Now. . . for the target of your first ever spell. Up ahead lies the training dummy you set up. While you don't expect your first attempt to actually hit it, you still have the bucket of water to put out the fire. . . wherever it hits. Take aim and focus your mind just like you were doing before.
<h3>[[Fire!|OriginW-The Forest2]]</h3>
<<include "Unset Passages">>
<<set $Previous = "Travel">>
<<set $Main = 1>>
<center><titled>The Chopping Block</titled></center>
<<if $PC.guild.slaver.grade == "D" and $PC.chopblock.registration == 0 or $PC.guild.slaver.grade == "C" and $PC.chopblock.registration == 0 or
$PC.guild.slaver.grade == "B" and $PC.chopblock.registration == 0 or $PC.guild.slaver.grade == "A" and $PC.chopblock.registration == 0 or $PC.guild.slaver.grade == "S" and $PC.chopblock.registration == 0>>
@@color:pink; Hello there newcomer! I'm Mavis and welcome to the Chopping Block! This establishment here is home to a lot of lucrative deals and "merchandise" so we have policy for first-timers to prevent any bad actors from disturbing the flow here.
<br>
If you're with the guild you just need to provide me with proof that your slaver rank is@@ @@color:red;"D" or Higher@@ @@color:pink;and you will be given your Auction Pass free of charge! Wouldn't want to gatekeep our main suplliers right? She cracked a sly smile after lingering on the word "suplliers"
<br>
Otherwise if you don't have that grade or aren't alligned with the guild
you can always pay the@@ @@color:green;💎200,000 fee.@@
<br>
You give Mavis your guild documentation.
<br>
...
<br>After a brief moment, she returns them to you along with a card with your name on it.
<br>
@@color:pink;Here you are <<print $Sir[$PC.gender]>> and thanks for your patience! I hope your business here goes really well <<print $PC.name>>!
<br>
At moment we're renovating the Grand Hall@@ (Grand Auctions will be Next Version!)
@@color:pink; But we're still holding normal auctions in the basement. And here's a little tip from me, if you also like, you can go to the private area and see if one of the famous slavers are here today. Becoming friends with them might lead to some neat deals if you ask me. They come across all sorts of people trying to get in good with them so try to do something to stick out from the rest yea?@@
<br>
She playfully winked at you.
<br>
@@color:pink;Just know they each have their own preferences.@@
<br>
@@color:pink;Enjoy your time in the Chopping Block!@@
<br>
<<set $PC.chopblock.registration = 1>>
<<elseif $PC.chopblock.registration == 0>>
@@color:pink; Hello there newcomer! I'm Mavis and welcome to the Chopping Block! This establishment here is home to a lot of lucrative deals and "merchandise" so we have policy for first-timers to prevent any bad actors to do business here.
<br>
If you're with the guild you just need to provide me with proof that your slaver grade is@@ @@color:red;"D" or Higher@@ @@color:pink;and you will be given your Auction Pass free of charge! Wouldn't want to gatekeep our main suplliers right? She cracked a sly smile after lingering on the word "suplliers"
<br>
Otherwise if you don't have that grade or aren't aligned with the guild
you can always pay the@@ @@color:green;💎200,000 fee.@@
<br>
<<set _registrationfee = commify(200000)>>
<<set _fee = 200000>>
<<if $PC.money >= _fee>>
| @@color:lightgreen;💎_fee@@<br>
[[Pay|Chopblock-Fee Pay][$PC.money -= _fee, $PC.chopblock.registration = 1]] |
<<else>>
| @@color:red;💎_registrationfee@@<br>
<</if>>
<</if>>
<<if $PC.chopblock.registration == 1>>
<<if $month == "January">>
Welcome to the auction house! If you are selling slaves for this month's bids feel free to meet with you the auctioneer to get your paperwork.
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<<elseif $month == "March">>
Welcome to the auction house! If you are selling slaves for this month's bids feel free to meet with the auctioneer to get your paperwork.
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<<elseif $month == "May">>
Welcome to the auction house! If you are selling slaves for this month's bids feel free to meet with the auctioneer to get your paperwork.
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<<elseif $month == "July">>
Welcome to the auction house! If you are selling slaves for this month's bids feel free to meet with the auctioneer to get your paperwork.
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<<elseif $month == "Septmember">>
Welcome to the auction house! If you are selling slaves for this month's bids feel free to meet with the auctioneer to get your paperwork.
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<<elseif $month == "November">>
Welcome to the auction house! If you are selling slaves for this month's bids feel free to meet with the auctioneer to get your paperwork.
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<<else>>
I apologize for the inconvenience but the auction house is not open
at the momemt <<print $PC.name>>.
You can still come inside and meet in the private rooms but the Grand floor and the basements will be unavailable.
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
<</if>>
<</if>>This will be used in the next update for keeping track of auctions and
story events. Please look forward to it in the next update<<include "Unset Passages">>
<<set $Previous = "Main">>
<<set $Stats = 1>>
<<set $Westwing = 1>>
<<include "Mobile Header">>
<center><h3>Westwing | $estate.westwing.name</h3></center>
<<if $buyWestwing>>
<b>@@color:forestgreen;You have built the westwing on your estate!@@</b><br>
You have built the westwing of your estate. It can hold up to a maximum of 4 slaves, but can be upgraded.
<<set $buyWestwing = 0>>
<br><br>
<</if>>
<<if $estate.westwing.style>>
<<set _westwingstyle = lowercase($estate.westwing.style) + "-style">>
<<else>>
<<set _westwingstyle = "normal">>
<</if>>
<<if $estate.location == "Slums">>
Your westwing is connected with a long winding hallway to main estate, The slaves and servants here are directed to work _westwingstyle for now
<</if>>
<br><br>
<<if $estate.westwing.pop >= 1>>
<<set _ratio = 0>>
<<set _characters = 0>>
<<for _s = 1; _s <= $slaves.amount; _s++>>
<<set _character = $slaves[_s]>>
<<if _character.location == "westwing">>
<<set _ratio += getWestwingRatio(_character, $estate)>>
<<set _characters++>>
<</if>>
<</for>>
<<set _ratio = _ratio / _characters>>
<</if>>
Do you want to change the name of westwing? <<textbox "$estate.westwing.name" $estate.westwing.name "Westwing">>
<br><br>
<<include "Westwing Capacity">>
<br><br>
<<include "Westwing Style">>
<hr>Double-click this passage to edit it.<<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<if $version == "0.6.">>
@@color:red;WARNING! THIS IS STILL BEING DEVELOPLED DON'T BUY THIS YET@@
<</if>>
<center><h3>Westwing Construction</h3></center>
You have chosen to expand your main estate by building a westwing. You can house your well-trained slaves here for housework and menial jobs. The slaves here can reduce estate costs with their support. In the future you may be able to direct their workload for specific functions (Next Version of this game)
<br><br>
<<if $estate.location == "Slums">>
<<set _westwingfee = commify(99999999)>>
<<set _fee = 99999999>>
<</if>>
<center><b>Do you want to build a Westwing?</b>
<<if $PC.money >= _fee>>
| @@color:lightgreen;💎_westwingfee@@<br>
[[Yes|Westwing][$PC.money -= _fee, $buyWestwing = 1, $estate.westwing.active = 1, $estate.rooms.used += 1, $estate.westwing.cap = 4]] |
<<else>>
| @@color:red;💎_westwingfee@@<br>
<</if>>
[[No|Estate]]
</center><<include "Unset Passages">>
<<set $TrueReturn = 1>>
<<include "Mobile Header">>
<<if $version == "0.6.">>
@@color:red;WARNING! THIS IS STILL BEING DEVELOPLED DON'T BUY THIS YET@@
<</if>>
<center><h3>Eastwing Construction</h3></center>
You have chosen to expand your main estate by building a eastwing. You can house your well-trained slaves here for a variety of jobs. The slaves here can be assigned special jobs typically related to specific fetishes or job specializations. Their respective bonuses vary and can be discovered in their description. More detailed explantions of these bonuses can be found in the compendium
<br><br>
<<if $estate.location == "Slums">>
<<set _eastwingfee = commify(99999999)>>
<<set _fee = 99999999>>
<</if>>
<center><b>Do you want to build a Eastwing?</b>
<<if $PC.money >= _fee>>
| @@color:lightgreen;💎_eastwingfee@@<br>
[[Yes|Eastwing][$PC.money -= _fee, $buyEastwing = 1, $estate.eastwing.active = 1, $estate.rooms.used += 1, $estate.eastwing.cap = 4]] |
<<else>>
| @@color:red;💎_eastwingfee@@<br>
<</if>>
[[No|Estate]]
</center>The fire blasts from your hand throwing you backwards. The blue orb careens towards the target of rocks and clay at a speed you can barely register. <br>
Seconds later, the spell makes contact exploding in a plume of smoke and flame, sending wind and smog barreling towards you. Your ears ringing incessantly from the blast. After a moment the smog clears from your vision, allowing you to only stare in disbelief at what’s happening. You notice the fire that you’ve saw in the aftermath turning as blue your flame was before violently jetting upwards and raining like hellfire all around you. <br><br>
@@color:orange;No. . .@@ was the only word you mustered to your lips as your eyes dart from place to place. Flames consuming the formerly quiet plot of land. Suddenly remembering the bucket, you brought you try to get back to your feet when you notice just how close to the cliff you were than before. Taking a quick glance behind, your heart sinks. <br><br><br>
The forest below was consumed in fire, lighting the entire view behind you. Smoke billowing into the air as you see more and more flames sprout in the forest.
Dread pulsed throughout your body as you realize the only one who could’ve caused this was you and only you.
Fear of punishment raced throughout your head until the thought that this wildfire might reach your village comes to your immediate attention.
<br>[[I’ve got to warn everyone!!|OriginW-The Forest3]]
<br>[[I’ve got to escape!!|OriginW-The Forest3]]
You scamble to your feet and
[[Continue|Purchase Estate]]
<center><titled>Basement of The Chopping Block</titled></center>
You enter the auction house and make your way through the crowds of people, eventually you reach a metal, yellow door with peephole shut closed. The odd color choice makes it stand out wildly from the purple atmosphere that seems to always envelop the main floor. You knock on the door three times in a very specific fashion. After a moment, the shutter opens and a pair of eyes looks you over.
After a moment, the door, opens as if it was magic. Revealing a long winding staircase, leading to the basement of the Chopping Block.
Here is where you can get some real coin for your slaves than just selling them through some last second sale. A well-mannered neko girl greets you.
<br>
<br>
@@color:green; Here you can sell some of your slaves with more than just titles taken into account. You will get more money based on a slave’s:
<br>
Titles
<br>
Obedience, Trust, Fear.
<br>
Health
<br>
And You’ll also get a bonus if the slave is a virgin. And the rarer the slave the better. Trust me.
<br>
So. . . who’s on the chopping block today?@@
<hr>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<br>
<<if _character.appointment.type == null>>
<<displayTitle _character.title "title">> _character.name | <<print "[[Sell|Sell-Basement][$activeCharacter to $slaves[" + _i + "]]]">>
<</if>>
<</for>>Double-click this passage to edit it.Double-click this passage to edit it.<b>Westwing Capacity</b><br>
The Westwing can currently accommodate up to $estate.westwing.cap slaves at a time.
<<set _cost = 0>>
<<if $estate.westwing.cap == 4>>
<<set _newcap = 6>>
<<set _cost = 10000>>
<<elseif $estate.westwing.cap == 6>>
<<set _newcap = 8>>
<<set _cost = 30000>>
<<elseif $estate.westwing.cap == 8>>
<<set _newcap = 10>>
<<set _cost = 60000>>
<</if>>
<<set _fee = commify(_cost)>>
<br>
<<if $estate.westwing.cap >= 10>>
<b>You have upgraded your westwing to maximum capacity.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Upgrade Westwing's Slave Capacity|Westwing][$PC.money -= _cost, $estate.westwing.cap = _newcap]]">> | @@color:lightgreen;💎_fee@@ | _newcap Slave Capacity
<<else>>
You need @@color:lightgreen;💎_cost@@ to upgrade your westwing's slave capacity.
<</if>><b>Eastwing Capacity</b><br>
The Eastwing can currently accommodate up to $estate.eastwing.cap slaves at a time.
<<set _cost = 0>>
<<if $estate.eastwing.cap == 4>>
<<set _newcap = 6>>
<<set _cost = 10000>>
<<elseif $estate.eastwing.cap == 6>>
<<set _newcap = 8>>
<<set _cost = 30000>>
<<elseif $estate.eastwing.cap == 8>>
<<set _newcap = 10>>
<<set _cost = 60000>>
<</if>>
<<set _fee = commify(_cost)>>
<br>
<<if $estate.eastwing.cap >= 10>>
<b>You have upgraded your eastwing to maximum capacity.</b>
<<elseif $PC.money >= _cost>>
<<print "[[Upgrade Eastwing's Slave Capacity|Eastwing][$PC.money -= _cost, $estate.eastwing.cap = _newcap]]">> | @@color:lightgreen;💎_fee@@ | _newcap Slave Capacity
<<else>>
You need @@color:lightgreen;💎_cost@@ to upgrade your eastwing's slave capacity.
<</if>><<set $Previous = "Chopblock-Entrance">>
<<if $PC.flags.includes("SlyvineMet")>>
[[Visit Slyvine|Slyvine]]
<<else>>
[[Visit Slyvine|Slyvine Introduction]]
<</if>>Double-click this passage to edit it.<center><titled>Illustrious Slyvine</titled></center>
<br><br>
As you continue down the hallway the echoes and cries from the main room fade as you go further in. Soon your footsteps slowly become the only sound you hear on this winding path. Eventually you find yourself in front of a dimly lit, black door with particularly ornate, amber keyhole.
<br>
Mavis said this is where Slyvine is. Working with her can make you far more coin than just working guild contracts. And gaining some favor with one of the famous slavers in the slums might lend more than just money even. A good deal all-around.
<br><br>
. . . As long as you don't piss her off. . .
<br>
<br>
<<if $PC.race == "beastman">>
Even though you're still quite far from the door, your bestial hearing is already picking up some noise up ahead. From the muffled nature of it, it's coming from behind the door. You hear three voices conversing about several things, two of them mostly, the third seems to only respond to questions. One voice is female, probably a teen or a bit older. It was incredibly monotone and stiff,
<br>
<br>
@@color:lightgreen;"It appears that our client has been incredibly satisfied with that slave's performance so far Ma'am."@@
<br><br>
Another female voice responded, while similiarily stiff as the first voice, this voice sounded more on the side of a relaxed professional than emotioneless and monotone. Probably an adult?
<br>
@@color:purple;"I would hope so, considering that request required training her in magic as well as making her submit. Regardless, the Chief Patrol Officer's slave requirements do seem to have become more peculiar lately hasn't it? We might need to retrain those houseslaves in magical prowess as an added security measure. . . Millaine, how long do you intend to meander about?"@@
<br><br>
@@color:yellow;"y-Yes Mistress!"@@
<br><br>
The third voice sounded extremely timid and startled. This girl was probably around the same age as the first voice. After answering you began hearing the shuffling and clattering of something porcelain related maybe?
<br><br>
@@color:yellow;"I apoligize for the wait, your tea is now R-ready!"@@
<br>
<br>
The meek voice said. Nearing the door you begin hearing movement from the room when you suddenly a yelp followed by a loud crash, glass shattering and metal rattling as it wobbles on the floor.
<br>
@@color:yellow;"a-a-a-AH I'M SO SORRY MISTRESS! I-!"@@ Her voice immediately stopped short.
<br><br>
For a while you could hear nothing else from the room.<br>
Then finally-
<br><br>
@@color:purple;"Well Milliane? You haven't assumed the position yet, Do you really need Elizabeth to guide you again? Or perhaps we need to return home and allow your sister to punish you this time?@@
<br>
<br>
@@color:yellow;"o-Of course Mistress! I'm sorry for not doing it sooner!"@@
<br>
After hearing some more movement the first voice respondedd, just as stoically as before,
<br>
@@color:lightgreen;"Your implement Ma'am, this should suffice for the punishment."@@
<br>
<br>
@@color:purple;"Indeed Elizabeth."@@
<br>
<br>
There's a lot to gleam from this exchange it seems. Moving closer, what followed was the booming crack of what can only be imagined as a whip, all coming from behind the door.
<<else>>
Moving closer, you began hear muffled voices, followed by the booming crack of what can only be imagined as a whip, all coming from behind the door.
<</if>>
<br>
Not to mention some soft, whimpering and moaning. . .
<br>
<<set _scenename = "Knock on the door">>
[[_scenename|Slyvine Introduction-2][$events.choice = "Knock on the door"]]
<br>
<<set _scenename = "Open the Door">>
[[_scenename|Slyvine Introduction-2][$events.choice = "Open the Door"]]
<br>
<<if $version == "0.6.">>
<<set _scenename = "Look through the key hole">>
[[_scenename|Slyvine Introduction-Knock]]
<</if>>
<center><titled>Illustrious Slyvine</titled></center>
<<switch $events.choice>>
<<case "Knock on the door2">>
<<set _scenename = "Introduce Yourself">>
[[_scenename|Slyvine Introduction-4][$events.choice = "Introduction"]]
<br>
<</switch>>
<<switch $events.choice>>
<<case "Open the Door2">>
<<set _scenename = "Introduce Yourself">>
[[_scenename|Slyvine Introduction-4][$events.choice = "Introduction"]]
<br>
<</switch>>
<<switch $events.choice>>
<<case "Knock on the door">>
<<set $PC.chopblock.relationships.sylvine.favor += 10>>
You knock on the door, a brief pause ensues.
<br><br>
@@color:purple;“Enter”@@
<br><br>
You open the door. What greets you is a maroon-colored room adorned with ornate and fancy furniture and adornments. Towards the back wall you see three elves. One is a blond-haired, pale elf in a black, designer maid outfit, her hands are firmly against the wall, with pleading pink eyes focused on you at this moment, she has the appearance of either a teen or young adult. With Elves its hard to tell with looks alone, even if you’re a elf yourself. Either way, her nervous breathing emphasizes her well-endowed tits. You can clearly see that her maid outfit is perfectly tailored to her. Accenting her ass that’s thrusted out this very moment as well as the various curves of her body. Her skirt was lowered, brazenly showing off her green, striped panties as well as a long red marks clearly visible on her ass.
<br>
<br>
Off to the side was a red-haired elf, her sky-blue pupils trained on you like a guard, yet her pale-skinned expression was completely emotionless. She has a maid outfit very similar to the other girl, but instead it’s a dark-blue color, and besides this difference, the way she wears it gives a completely different aura than the other elf. With one hand behind her back, the other is a silver platter, completely pristine.
<br>
And lastly, next to the blond elf was a raven-haired elf, similarly pale as the other two, but she was noticeably taller than the other two as well.
<br>
Despite your intrusion, she hadn’t even glanced in your direction, instead, her focus was soley on the blond elf, with her whip readied to deal more punishment. Her form was poised and elegant. This was furthered by the buxom breasts and curves that was only accented by her purple, ornate corset. She also wore flowing, patterned blue long skirt, leaving much to the imagination. her regal, yet practical attire, she gave off and viscerally imposing aura. It was incredibly obvious this was Slyvine.
<br>
<<if $PC.race == "beastman" and $PC.titles.includes("Slaver") or $PC.race == "beastman" and $PC.titles.includes("Fledgling Trainer")>>
Recalling what you’ve heard beforehand, your intuition as a slave trainer yourself kicked into gear, painting the whole picture in your head.
<br>
The red-haired elf must be Elizabeth and the blond elf, must be Milliane. You glance towards the black high-heeled boots she’s wearing. A puddle of tea and some broken glass near them. And Milliane must have dropped the tea, spilling some of it on Slyvine and breaking the tea cup.
<br><br>
<<elseif $PC.race == "beastman">>
Recalling what you’ve heard beforehand, you glance towards the black high-heeled boots she’s wearing, and you see a puddle and some broken glass near them. That must be the remains of that crash you heard a few seconds ago. <br><br>
<<elseif $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
Taking note of the situation, your intuition as a slave trainer yourself kicked into gear.
<br>
There’s most likely a reason for this punisihment, if you find out what it is, maybe you can use that to help your chances of impressing Slyvine.
<br>
You subtly scanned the scene for the reason for any evidence and you glance towards the black high-heeled boots she’s wearing. You see a puddle and some broken glass near them. That blond elf must be one of Slyvine’s slaves had broken whatever that was and spilled some of it on Slyvine.
<br><br>
<</if>>
You introduce yourself as an up-and-coming slave trainer that just moved into Waiross. Causing no reaction from anyone.
<br>
It’s only when you mentioned your name that Slyvine’s ruby-colored eyes finally looked your way. Lowering her whip and giving you the chance to get an actual look at her face.
<br>
Her features were defined and imposing, but simultaneously feminine and seemingly flawless. Her bangs were kept tidy and out of the way. She wore a silver pair of glasses, impeccably cleaned.
<br>
@@color:purple; “That name. . . you’ve already been making waves in waiross in only a short amount of time since you’ve arrived dear.”@@
<br>
@@color:purple; “Well. . . at least more than the other “trainers” that litter the slums usually.”@@
<br>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
@@color:purple; “And from the rumors I hear, there seems to be some prior experience behind your training methodology, which fascinates me more than anything else about a newcomer such as yourself.@@
<br>
<</if>>
You thank her for the praise and you exchange some small pleasantries with each other until you finally ask her if she’s willing to enter a business partnership with you.
<br>
She seems to ponder for a moment, studying your face and demeanor before showing a faint smile.
<br><br>
@@color:purple; “Hm, The feeling I get from you is interesting to say the least.”@@
<br>
@@color:purple; “However I don’t rely on drivel like hunches or instincts, and rumors are as only as good as their source.”@@
<br>
@@color:purple; “So I’d like to give you a chance to prove yourself worthy of a partnership.”@@
<br><br>
She motioned for you to move closer and you followed along, entering further until you were in the center of the room with Slyvine.
<br><br>
@@color:purple; “As you can see I was just in the middle of reinforcing the fundamentals into this disappointing excuse for a servant here.”@@
<br>
She turned her attention back to the blond elf, glaring at her with visibly more contempt than before.
<br><br>
@@color:purple; “And as you can also see, she lacks even more discipline than I thought since she’s been looking at you instead of the wall like she’s been trained to do.”@@
<br>
The blond elf’s revelation made her hurriedly look at the wall, now shaking with the knowledge her punishment will only get worse
<br>
Slyvine turns back to you and holds out her whip.
<br>
@@color:purple; “So I would like for you to punish her. Prove to me your aptitude as a Trainer and legitimize those rumors. I only do business with my equals, nothing more, nothing less.”@@
<br><br>
This is your chance to get in business with Slyvine.
<br>
The question now is. . . what’s the best course of action?
<br>
<<set _scenename = "Try and discipline Milliane">>
[[_scenename|Slyvine Introduction-3][$events.choice = "Whip Roll"]]
<br>
<<set _scenename = "Decline and only introduce Yourself.">>
[[_scenename|Slyvine Introduction-3][$events.choice = "Decline"]]
<br>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
<<set _scenename = "Show off your skills as Slave Trainer.">>
[[_scenename|Slyvine Introduction-3][$events.choice = "Whip Trainer"]]
<br>
<</if>>
<</switch>>
<<switch $events.choice>>
<<case "Open the Door">>
<<set $PC.chopblock.relationships.sylvine.dislike += 10>>
You open the door.
<br>
Almost immediately a dagger hit the doorframe right next to your head. You freeze in place for a second, completely caught off-guard.
<br>
@@color:purple; “Elizabeth, you are well aware that could’ve been a client correct? Even if this guest seems to have no concept of manners.”@@
<br><br>
@@color:lightgreen; My apologies, Ma’am, but there are not any appointments scheduled for today. I simply assumed the worst, and as you said, if they do not understand the basic concept of knocking, it’s hard to say if they would be much better than someone like Agnes.”@@
<br><br>
@@color:purple; “Hm, an excellent observation Elizabeth, regardless let’s not cause another incident like last time. Now. . . who might you be good <<print $sir[$PC.gender]>>?”@@
<br><br>
What greets you is a maroon-colored room adorned with ornate and fancy furniture and adornments. Towards the back wall you see three elves. One is a blond-haired, pale elf in a black, designer maid outfit, her hands are firmly against the wall, with pleading pink eyes focused on you at this moment, she has the appearance of either a teen or young adult. With Elves its hard to tell with looks alone, even if you’re a elf yourself. Either way, her nervous breathing emphasizes her well-endowed tits. You can clearly see that her maid outfit is perfectly tailored to her. Accenting her ass that’s thrusted out this very moment as well as the various curves of her body. Her skirt was lowered, brazenly showing off her green, striped panties as well as a long red marks clearly visible on her ass.
<br>
<br>
Off to the side was a red-haired elf, her sky-blue pupils trained on you like a guard, yet her pale-skinned expression was completely emotionless. She has a maid outfit very similar to the other girl, but instead it’s a dark-blue color, and besides this difference, the way she wears it gives a completely different aura than the other elf. With one hand behind her back, the other is a silver platter, completely pristine.
<br>
And lastly, next to the blond elf was a raven-haired elf, similarly pale as the other two, but she was noticeably taller than the other two as well.
<br>
Despite your intrusion, she hadn’t even glanced in your direction, instead, her focus was soley on the blond elf, with her whip readied to deal more punishment. Her form was poised and elegant. This was furthered by the buxom breasts and curves that was only accented by her purple, ornate corset. She also wore flowing, patterned blue long skirt, leaving much to the imagination. her regal, yet practical attire, she gave off and viscerally imposing aura. It was incredibly obvious this was Slyvine.
<br>
<<if $PC.race == "beastman" and $PC.titles.includes("Slaver") or $PC.race == "beastman" and $PC.titles.includes("Fledgling Trainer")>>
Recalling what you’ve heard beforehand, your intuition as a slave trainer yourself kicked into gear, painting the whole picture in your head.
<br>
The red-haired elf must be Elizabeth and the blond elf, must be Milliane. You glance towards the black high-heeled boots she’s wearing. A puddle of tea and some broken glass near them. And Milliane must have dropped the tea, spilling some of it on Slyvine and breaking the tea cup.
<br><br>
<<elseif $PC.race == "beastman">>
Recalling what you’ve heard beforehand, you glance towards the black high-heeled boots she’s wearing, and you see a puddle and some broken glass near them. That must be the remains of that crash you heard a few seconds ago. <br><br>
<<elseif $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
Taking note of the situation, your intuition as a slave trainer yourself kicked into gear.
<br>
There’s most likely a reason for this punisihment, if you find out what it is, maybe you can use that to help your chances of impressing Slyvine.
<br>
You subtly scanned the scene for the reason for any evidence and you glance towards the black high-heeled boots she’s wearing. You see a puddle and some broken glass near them. That blond elf must be one of Slyvine’s slaves had broken whatever that was and spilled some of it on Slyvine.
<br><br>
<</if>>
You introduce yourself as an up-and-coming slave trainer that just moved into Waiross. Causing no reaction from anyone.
<br>
It’s only when you mentioned your name that Slyvine’s ruby-colored eyes finally looked your way. Lowering her whip and giving you the chance to get an actual look at her face.
<br>
Her features were defined and imposing, but simultaneously feminine and seemingly flawless. Her bangs were kept tidy and out of the way. She wore a silver pair of glasses, impeccably cleaned.
<br>
@@color:purple; “That name. . . you’ve already been making waves in waiross in only a short amount of time since you’ve arrived dear.”@@
<br>
@@color:purple; “Well. . . at least more than the other “trainers” that litter the slums usually.”@@
<br>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
@@color:purple; “And from the rumors I hear, there seems to be some prior experience behind your training methodology, which fascinates me more than anything else about a newcomer such as yourself.@@
<br>
<</if>>
You thank her for the praise and you exchange some small pleasantries with each other until you finally ask her if she’s willing to enter a business partnership with you.
<br>
She seems to ponder for a moment, studying your face and demeanor before showing a faint smile.
<br><br>
@@color:purple; “Hm, The feeling I get from you is interesting to say the least.”@@
<br>
@@color:purple; “However I don’t rely on drivel like hunches or instincts, and rumors are as only as good as their source.”@@
<br>
@@color:purple; “So I’d like to give you a chance to prove yourself worthy of a partnership.”@@
<br><br>
She motioned for you to move closer and you followed along, entering further until you were in the center of the room with Slyvine.
<br><br>
@@color:purple; “As you can see I was just in the middle of reinforcing the fundamentals into this disappointing excuse for a servant here.”@@
<br>
She turned her attention back to the blond elf, glaring at her with visibly more contempt than before.
<br><br>
@@color:purple; “And as you can also see, she lacks even more discipline than I thought since she’s been looking at you instead of the wall like she’s been trained to do.”@@
<br>
The blond elf’s revelation made her hurriedly look at the wall, now shaking with the knowledge her punishment will only get worse
<br>
Slyvine turns back to you and holds out her whip.
<br>
@@color:purple; “So I would like for you to punish her. Prove to me your aptitude as a Trainer and legitimize those rumors. I only do business with my equals, nothing more, nothing less.”@@
<br><br>
This is your chance to get in business with Slyvine.
<br>
The question now is. . . what’s the best course of action?
<br>
<<set _scenename = "Try and discipline Milliane">>
[[_scenename|Slyvine Introduction-3][$events.choice = "Whip Roll"]]
<br>
<<if $version == "0.6.">>
<<set _scenename = "Decline">>
[[_scenename|Slyvine Introduction-3][$events.choice = "Decline"]]
<br>
<</if>>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
<<set _scenename = "Show off your skills as Slave Trainer.">>
[[_scenename|Slyvine Introduction-3][$events.choice = "Whip Trainer"]]
<br>
<</if>>
<</switch>>
<<set $PC.titles.push("Fledgling Trainer")>>
<<set $PC.title = "Fledgling Trainer">>
<<set $PC.stats.knight1 = 100>>
<<set $PC.money = 75000>>
<center><titled>On that Day</titled></center>
<<set $bully = {choice:null}>>
<br>
You remember in your village you were bullied by this canus kid when you were really young,
<br>
There wasn’t much you could do about it since one of the kid’s parents was the head of the village, and he spoiled them greatly.
<br>
You had just bought a new outfit for the winter from the clothing store after working an entire month.
<br>
Deciding it would be nice to show off a bit, you take the hat from the winter outfit and head off to meet your friends, depending on how it goes you might even let them try it on for themselves.
<br>
On your way there, you come across a small group of kids your age, among them in the front is the bully, clearly leading them. They seem to be looking around nonchantly when they meet eyes with you.
<br>
<br>
Here comes the bully now. . .
<br>
[[You see a malicous grin on his face (Male Bully)|The Brat2][$bully.choice = "male"]]
<br> <br>
[[You see a malicous grin on her face (Female Bully)|The Brat2][$bully.choice = "female"]]
<center><titled>On that Day</titled></center>
<br><br>
<<switch $bully.choice>>
<<case "male">>
<<set $slavetemplate = "OriginMSlave">>
<<include "Roll Slave">>
<<set $activeCharacter = _character>>
<</switch>>
<<switch $bully.choice>>
<<case "female">>
<<set $slavetemplate = "OriginFSlave">>
<<include "Roll Slave">>
<<set $activeCharacter = _character>>
<</switch>>
<<print $HisHer[$activeCharacter.gender]>> name was @@color:red; <<print $activeCharacter.name>>@@ and <<print $heshe[$activeCharacter.gender]>> was brutal as <<print $heshe[$activeCharacter.gender]>> was pretentious.
<br>
<br>
<<print $HeShe[$activeCharacter.gender]>> was surrounded by <<print $hisher[$activeCharacter.gender]>> group of cronies as usual, they were nothing more than kids either too afraid to go against <<print $himher[$activeCharacter.gender]>> or trying to kiss up to <<print $himher[$activeCharacter.gender]>> for favors and money.
<br>
<br>
Either way there was enough of them now to surround you with no way to escape. They took you to a back alleyway so no adults would intefere.
<br>
After heckling you, <<print $activeCharacter.name>> took your cap, commanding two orc boys to protect <<print $himher[$activeCharacter.gender]>> and beat you down to the ground while <<print $heshe[$activeCharacter.gender]>> gloated.
<br>
<br>
Leaving you crumpled on the floor, <<print $activeCharacter.name>> puts <<print $hisher[$activeCharacter.gender]>> foot on your face, flippantly lying that it was too expensive for someone like you to afford so you must have stolen it. Declaring that <<print $heshe[$activeCharacter.gender]>> will find out the truth of the matter as a noble, <<print $heshe[$activeCharacter.gender]>> announces that <<print $heshe[$activeCharacter.gender]>> will keep your hat safe until then. Snickering with <<print $hisher[$activeCharacter.gender]>> group, <<print $heshe[$activeCharacter.gender]>> walks away, all the while wearing your hat.
<br>
You pass out from your injuries, some of you last thoughts were of how someone needs to put that brat in <<print $hisher[$activeCharacter.gender]>> place.
<br><br>
[[Continue|The Brat3]]Taking a quick glance at their attire you can see $activeCharacter.name
is wearing <<if $activeCharacter.clothes.outfit.eqf == 2>>
a $activeCharacter.clothes.outfit.name
<<elseif $activeCharacter.clothes.top.eqf == 2 and $activeCharacter.clothes.bottom.eqf == 2>>
a <<print $activeCharacter.clothes.top.name>>. <<print $HeShe[$activeCharacter.gender]>> is also wearing <<print $activeCharacter.clothes.bottom.name>>.
<<elseif $activeCharacter.clothes.top.eqf == 2>>
a <<print $activeCharacter.clothes.top.name>>
<<elseif $activeCharacter.clothes.bottom.eqf == 2>>
<<print $activeCharacter.clothes.bottom.name>>
<<else>>
nothing particularly noteworthy at the moment
<</if>>
<br>
<<if $activeCharacter.clothes.underwear.eqf == 1>>
<<linkreplace "Tell <<print $himher[$activeCharacter.gender]>> to show you what's underneath">>
<<if $activeCharacter.nature == "kuudere" and $activeCharacter.obedience.current <= 30>>
<br>
<<print $activeCharacter.name>> stared daggers at you, not even remotely replying to your instructions. The only expression you could read on <<print $hisher[$activeCharacter.gender]>> face is pure disgust.
<br>
<<talk “No.”>>
<<elseif $activeCharacter.nature == "tsundere" and $activeCharacter.obedience.current <= 30>>
<br>
<<talk “Why the hell would I listen to you?! You scumbag slaver!>>
<br>
After ranting for a few minutes, <<print $activeCharacter.name>> finally shut <<print $hisher[$activeCharacter.gender]>> mouth, crossing <<print $hisher[$activeCharacter.gender]>> arms and refused to even look in your direction.
<<elseif $activeCharacter.nature == "deredere" and $activeCharacter.obedience.current <= 25>>
<br>
Visbly blushing with a weary, nervous smile, she chuckled.
<br>
<<talk "Ummm, is there any way I can get a pass?">>
<br>
Shaking your head <<print $heshe[$activeCharacter.gender]>> sighed and looked up in the air vacantly.
<br>
<<talk "I sort of know you’re my owner and all, but I really don’t think I can do something like that so easy, maybe in the future?">>
She chuckcled again, considerably more stiff than last time.
<<elseif $activeCharacter.nature == "himedere" and $activeCharacter.obedience.current <= 35>>
<br>
“Hmph!"
<br>
<<print $activeCharacter.name>> raised <<print $hisher[$activeCharacter.gender]>> head looking down on you with pure condescendance.
<br>
<<talk "You must really assume I’m some cheap harlot you can order around like a dog. Burn in hell you bottom-feeding worm.">>
<<elseif $activeCharacter.nature == "hinodere" and $activeCharacter.obedience.current <= 45>>
<br>
Closing the difference <<print $heshe[$activeCharacter.gender]>> stood defiantly against you with a hate-filled glare, refusing to look away for even a moment.
<br>
<<talk "I would rather die then listen to that disgusting “order.” <<print $HisHer[$activeCharacter.gender]>> face tensed in visceral anger. You slavers are all the damn same.">>
Continuing to stare you down, <<print $hisher[$activeCharacter.gender]>> face grew more and more resentful each passing second.
<<elseif $activeCharacter.nature == "yandere" and $activeCharacter.obedience.current <= 25>>
<br>
<<print $HisHer[$activeCharacter.gender]>> usual timid aura flared in the wake of your instructions. A very loose smile etched on <<print $hisher[$activeCharacter.gender]>> face.
<br>
<<talk "I've been dreaming about this-! . . .">>
<br>
Although <<print $heshe[$activeCharacter.gender]>> kept readying to present <<print $himselfherself[$activeCharacter.gender]>> per your orders, <<print $heshe[$activeCharacter.gender]>> seems unable to follow through with the whole thing. Visibly shaking and panting. You can hear mumbling something but <<print $heshe[$activeCharacter.gender]>> is saying it in such a low tone you can't make out a word of it. The only thing you can make out from it is <<print $heshe[$activeCharacter.gender]>> keeps saying your name. . .
<<elseif $activeCharacter.nature == "dandere" and $activeCharacter.obedience.current <= 30>>
<br>
The slave stared at the floor, blushing and on the verge of tears,
<br>
<<talk "u-um, is there really any other wa- Ah!?>>
<br>
When <<print $heshe[$activeCharacter.gender]>> finally met your gaze, <<print $heshe[$activeCharacter.gender]>> yelps, fear plastering <<print $hisher[$activeCharacter.gender]>> face. <<print $HeShe[$activeCharacter.gender]>> finally relents, refusing to look at you directly anymore.
<br>
“p-pplease let this be over soon…” <<print $heshe[$activeCharacter.gender]>> mumbled under her breath.
<<if $activeCharacter.clothes.outfit.class == 2>>
<<print $activeCharacter.name>> lifts up <<print $hisher[$activeCharacter.gender]>> skirt to reveal <<print $hisher[$activeCharacter.gender]>> <<print $activeCharacter.clothes.underwear.name>> The act alone is too embarrassing for <<print $himher[$activeCharacter.gender]>>, and notice <<print $hisher[$activeCharacter.gender]>> hands and legs are visibly shaking.
<<elseif $activeCharacter.clothes.bottom.class == 15 or $activeCharacter.clothes.bottom.class == 16 or $activeCharacter.clothes.bottom.class == 17>>
<<print $activeCharacter.name>> unbuttons <<print $hisher[$activeCharacter.gender]>> pants and pulls them down, allowing you to inspect <<print $hisher[$activeCharacter.gender]>> <<print $activeCharacter.clothes.underwear.name>>. The act alone is too embarrassing for <<print $himher[$activeCharacter.gender]>>, and notice <<print $hisher[$activeCharacter.gender]>> hands and legs are visibly shaking.
<<elseif $activeCharacter.clothes.bottom.class == 18 or $activeCharacter.clothes.bottom.class == 19 or $activeCharacter.clothes.bottom.class == 20>>
<<print $activeCharacter.name>> lifts up <<print $hisher[$activeCharacter.gender]>> skirt to reveal <<print $hisher[$activeCharacter.gender]>> <<print $activeCharacter.clothes.underwear.name>>. The act alone is too embarrassing for <<print $himher[$activeCharacter.gender]>>, and notice <<print $hisher[$activeCharacter.gender]>> hands and legs are visibly shaking.
<<else>>
You command <<print $himher[$activeCharacter.gender]>> to bend over and <<print $heshe[$activeCharacter.gender]>> complies revealing their <<print $activeCharacter.clothes.underwear.name>>
<</if>>
<<else>>
<<if $activeCharacter.clothes.outfit.class == 2>>
<<print $activeCharacter.name>> looks apprehensive for a moment, before finally relenting, <<print $heshe[$activeCharacter.gender]>> lifts up <<print $hisher[$activeCharacter.gender]>> skirt to reveal <<print $hisher[$activeCharacter.gender]>> <<print $activeCharacter.clothes.underwear.name>> The act alone is too embarrassing for <<print $himher[$activeCharacter.gender]>> to refuse make eye contact with you, blushing wildly.
<<elseif $activeCharacter.clothes.bottom.class == 15 or $activeCharacter.clothes.bottom.class == 16 or $activeCharacter.clothes.bottom.class == 17>>
<<print $activeCharacter.name>> unbuttons <<print $hisher[$activeCharacter.gender]>> pants and pulls them down, allowing you to inspect <<print $hisher[$activeCharacter.gender]>> <<print $activeCharacter.clothes.underwear.name>>. <<print $HeShe[$activeCharacter.gender]>> tries not to make eye contact with you, blushing the whole time
<<elseif $activeCharacter.clothes.bottom.class == 18 or $activeCharacter.clothes.bottom.class == 19 or $activeCharacter.clothes.bottom.class == 20>>
<<print $activeCharacter.name>> looks apprehensive for a moment, before finally relenting, <<print $heshe[$activeCharacter.gender]>> lifts up <<print $hisher[$activeCharacter.gender]>> skirt to reveal <<print $hisher[$activeCharacter.gender]>> <<print $activeCharacter.clothes.underwear.name>> The act alone is too embarrassing for <<print $himher[$activeCharacter.gender]>> to make eye contact with you, blushing wildly.
<<else>>
You command <<print $himher[$activeCharacter.gender]>> to bend over and <<print $heshe[$activeCharacter.gender]>> complies revealing their <<print $activeCharacter.clothes.underwear.name>>
<</if>>
<</if>>
<</linkreplace>>
<<else>>
<</if>>
<<Force <<print $himher[$activeCharacter.gender]>>|Inspection-Resist>>
You grab ahold of her face and force her to look directly into your gaze.<br>
"Show me."
<</linkreplace>><<set $PC.money = 135000>>
<<set $PC.energy = {current: 6, max: 6}>>
<<set $PC.skills = {guard:""}>>
<<set $PC.skills.guard = {level:0, exp:0}>>
<<set $PC.skills.guard.level = 2>>
<<set $PC.titles.push("Former Squire")>>
<<set $PC.title = "Former Squire">>
[[Continue|Purchase Estate]]This week you’ve noticed <<print $activeCharacter.name>> has been performing her daily duties incredibly well, Especially when you’re around her. Whatever the reasoning for this newfound motivation, at the very least it’s been helpful to have one less thing to worry about.
<br>
<br>
That is, until she showed up in your office today.
<br>
Her excuse was that she intended to ask for supplies for work, but that still wasn’t any reason to report to you directly for something so minor. This is proven even more so- she’s now finished with her report, she remains in the room.
<br>
Well in any case, you can use this chance to probe her actions yourself and see if there are any dangerous, ulterior motives.
<br>
@@color:orange; "You’ve done really well these past couple of days <<print $activeCharacter.name>>, I’m glad to see you’re trying to meet my expectations of you."@@
<br>
<<if $activeCharacter.nature == "dandere" or $activeCharacter.nature == "yandere">>
Not expecting your compliment she was briefly taken aback,
<br>
<<talk "Ah! Why thank you so much Master! I. . . hope to meet even more of those expectations for you! Well then! . . Sorry for taking so much of your time!">>
<br>
Bowing she hurried to the door, before she could leave you stopped her.
<br>
<<elseif $activeCharacter.nature == "tsundere" or $activeCharacter.nature == "himedere">>
<<print $activeCharacter.name>> 's fist were clenched as she held her head high.
<br>
<<talk "Of course my work has been great! After all I had to actually try now that I-">>
<<print $activeCharacter.name>> cut her words short, her usual bravado disappearing in that very same moment. Now she can’t even look you in the eye.
<br>
<<talk ". . . ">>
<br>
With words seemingly caught in her throat, the room fell quiet,
<br>
@@color:orange;"Well? Is there something else you need?"@@
<br>
<br>
The question snapped slave name back into reality, sending her to a blushing frenzy.
<br>
<<talk "N-n-Nothing! I just. . . was thinking about something, I’ll go back to work now!">>
<br>
<br>
Quickly turning around and heading for the door, you chose to stop her.
<<elseif $activeCharacter.nature == "deredere">>
<<talk Why thanks Master!>>
<</if>>
"It’s alright <<print $activeCharacter.name>>, your performance as of late justifies some time with me, especially if you continue this trend."
Releasing her grip on the door, slave name returned back to you, a little relieved, but still nervous as ever.
"Master. . ."
"If you don’t mind, I-I would like a request for my current work"
So that’s all to it then, a simple reward. Whether you believe her work is satisfactory enough is only something you can decide, although from her nervous shifting she seems to be very embarrassed to ask,
Allow her the chance to speak
Outright Refuse
Ignore her
Granting her the privilege seemed to throw her off-guard for a moment. Looking directly at you she responds,
"Thank you very much Master I-! Um . . . w-w-would . . ."
her mouth open but seemingly unable to muster the words she’s looking for. Eventually she chose to close her eyes and take a deep breath, refusing to look at the moment,
"Would you please give me. . . a spanking?"
"A. . . spanking?"
The words slipped out of your mouth unconsciously. The response had her blushing furiously. She looked away, crossing her arms in a very vulnerable way.
The unusual nature of the request was momentarily shocking, but almost iimedeatley after you recall the effects of her hypnotism training. This is obviously a result of your efforts bearing fruit.
The question now is. . . do you indulge in this newfound desire of hers?
Grant her request
Deny her request
Double-click this passage to edit it. <center><titled>On that Day</titled></center>
<br><br>
<<set $trainbully = {choice:null}>>
You wake up in a bed, in a room you’ve never seen before, your wounds and bruises have been patched up.
<br>
Sitting up you’re greeted by a person you’ve never seen in town, A dark elf woman with long silver hair. She calls herself Morvis and she brought you to her room at the inn she’s been staying at for the past few days after finding you in the alleyway.
You reluctantly introduce yourself and explain what happened, afterwards Morvis seemed to be amused by the whole thing.
<br>
Feeling frustrated you try to leave when she says one word to you
<br>
<br>
@@color:purple;"Stop."@@
<br>
<br>
Despite the overflowing anger your feeling, something about the forceful nature of her tone compelled you do exactly as she said.
<br>
…athough it wasn’t just the force of it.
<br>
Something about her demeanor enforced it as well, something about her felt more compelling than the words herself.
<br>
You turn back to her, and she gestures back to the bed, and you follow the orders.
<br>
Back on the bed, Morvis sits next to you explains that in the past she was a slave trainer who went around the world, selling specialized slaves to everyone from sultans to normal families. Any special request, she would supply the appropriate slave without fail.
And after hearing your story, she offers you the chance to get back at <<print $activeCharacter.name>> for what she did to you, and for her to never bother you again.
<br>
Even though it sounds too be good true, the desire you have to get back at <<print $activeCharacter.name>> is so overwhelming strong you agree without even hearing what else she has to say.
<br>
Seeing that desire in your eyes, Morvis smiles, telling that it will cost you, but that will be for another time.
For now, all she wants to know is one thing.
<br>
<br>
What do you want from <<print $activeCharacter.name>>?
<br><br>
<<set _scenename1 = "You want " + $himher[$activeCharacter.gender] + " to obey everything you say(Obedience)">>
<<set _scenename2 = "You want " + $himher[$activeCharacter.gender] + " to have undying loyalty to you(Trust)">>
<<set _scenename3 = "You want " + $himher[$activeCharacter.gender] + " to think about nothing else except for you(Affection)">>
<<set _scenename4 = "You want " + $himher[$activeCharacter.gender] + " to feel nothing but binding hatred for you(Hate)">>
[[_scenename1|The Brat4][$trainbully.choice = "obedience"]]
<br><br>
[[_scenename2|The Brat4][$trainbully.choice = "trust"]]
<br><br>
[[_scenename3|The Brat4][$trainbully.choice = "affection"]]
<br><br>
<<set $PC.titles.push("Wary Thief")>>
<<set $PC.title = "Wary Thief">>
<<set $PC.money = 120000>>
<center><titled>On that Day</titled></center>
<br>
<br>
As a child you really enjoyed stealing and swiping things off suspecting people. The extra coin helped, but truly you enjoyed the thrill of it more than anything. You would be found out if you stole too much from the people in the village, so you stuck to stealing from strangers and passersby.
<br>
<br>
One day you stole from an unassuming goblin woman. Managing to steal the bag dangling from her waist. Looking inside you found a pair of illustrious ruby earrings.
<br>
… Or at least you thought you did.
<br>
<br>
Making you way home, you suddenly found yourself rushed to an alleyway. When you come to your senses it’s that very same goblin woman, holding you still.
<br>
<br>
She holds the bag with one hand while the other keeps you firmly against the wall.
<br>
The most surprising of all though is that she’s grinning, almost like she’s proud or something like that.
<br>
After a moment she lets you go and says she’s impressed with your skill despite your age.
<br>
She gives you a deal, she won’t rat you out if you let her train you and help out with some jobs she needs to do.
<br>
Seeing only benefits on your end, you agree and the next few years you assisted her heists and thieving, eventually learning your own tricks.
<br>
Eventually she left you, and without a mentor you found yourself learning merchant trade and going from there.
<br>
You still remember a few tricks from back then though, maybe they’ll help in your new life in Waiross.
<br>
<br>
[[Continue|Purchase Estate]]<<set $trainbullyrole = {choice:null}>>
<<set _color = $activeCharacter.color>>
<center><titled>The Brat</titled></center>
<br><br>
<<switch $trainbully.choice>>
<<case "obedience">>
<<set $activeCharacter.obedience.base = 80>>
<<saveSlave $activeCharacter>>
Over the next couple of weeks, Morvis instills into you the basics of discipline and what it means to demand and reinforce obedience, the methods she used to teach you were simple and easy for you to understand even at your age. While teaching you these techniques she also explained to you a plan of action against $activeCharacter.name, employing the use of some persuasion, charm, and blackmail, with Morvis using her “way” with people to secure some dirt on the people necessary for the plan.
<br>
<br>
Eventually the time comes and you execute your plan against <<print $himher[$activeCharacter.gender]>>, using everything you’ve learned to convince those orc children to your side, blackmail some of the kids to abandon $activeCharacter.name , and ultimately isolating <<print $himher[$activeCharacter.gender]>> in the very same alleyway <<print $heshe[$activeCharacter.gender]>> cornered you in.
<br>
By the end of the ordeal you not only had your hat back but also slave licking your boots clean from the intimidation and threat of blackmail hanging over her head.
<br>
<br>
From there on, you spent almost every day together with $activeCharacter.name, following the advice and techniques Morvis would give you, you instilled complete servitude and obedience into $activeCharacter.name over the next few years. To the point where <<print $heshe[$activeCharacter.gender]>> would arrive at your front door every morning, awaiting your orders for the day.
<</switch>>
<br>
<<switch $trainbully.choice>>
<<case "trust">>
<<set $activeCharacter.trust.base = 80>>
<<saveSlave $activeCharacter>>
Over the next couple of weeks, Morvis instills into you the basics of discipline and what it means to promote unwavering trust in you, the methods she used to teach you were simple and easy for you to understand even at your age. While teaching you these techniques she also explained to you a plan of action against $activeCharacter.name, employing the use of some persuasion, charm, and blackmail, with Morvis using her “way” with people to secure some dirt on the people necessary for the plan.
<br>
<br>
Eventually the time comes, and you execute your plan against <<print $himher[$activeCharacter.gender]>>, using everything you’ve learned to convince those orc children to your side, blackmail some of the kids to abandon $activeCharacter.name , and ultimately isolating <<print $himher[$activeCharacter.gender]>> in the very same alleyway <<print $heshe[$activeCharacter.gender]>> cornered you in.
<br>
By the end of the ordeal, you not only had your hat back but also slave licking your boots clean from the intimidation and threat of blackmail hanging over her head.
<br>
<br>
From there on, you spent almost every day together with $activeCharacter.name, following the advice and techniques Morvis would give you, sought out every chance you could to get $activeCharacter.name to trust you unconditionally over the next few years. To the point where <<print $heshe[$activeCharacter.gender]>> would arrive at your front door every morning, waiting for what your guidance.
<</switch>>
<<switch $trainbully.choice>>
<<case "affection">>
<<set $activeCharacter.affection.base = 80>>
<<saveSlave $activeCharacter>>
Over the next couple of weeks, Morvis instills into you the basics of discipline and what it means to cultivate pure affection and reverence in the people around you, the methods she used to teach you were simple and easy for you to understand even at your age. While teaching you these techniques she also explained to you a plan of action against $activeCharacter.name, employing the use of some persuasion, charm, and blackmail, with Morvis using her “way” with people to secure some dirt on the people necessary for the plan.
<br>
<br>
Eventually the time comes, and you execute your plan against <<print $himher[$activeCharacter.gender]>>, using everything you’ve learned to convince those orc children to your side, blackmail some of the kids to abandon $activeCharacter.name , and ultimately isolating <<print $himher[$activeCharacter.gender]>> in the very same alleyway <<print $heshe[$activeCharacter.gender]>> cornered you in.
<br>
By the end of the ordeal you not only had your hat back but also slave licking your boots clean from the intimidation and threat of blackmail hanging over her head.
<br>
<br>
From there on, you spent almost every day together with $activeCharacter.name, following the advice and techniques Morvis would give you, you fostered love between the two of you, promising to destroy any and all evidence of blackmail you had on <<print $himher[$activeCharacter.gender]>>.
<br>
Over the next few years $activeCharacter.name would do all she could to make you happy. To the point where <<print $heshe[$activeCharacter.gender]>> would arrive at your front door every morning, already looking for a way to please you.
<</switch>>
<<switch $trainbully.choice>>
<<case "hate">>
<<set $activeCharacter.hate.base = 80>>
<<saveSlave $activeCharacter>>
<</switch>>
<<switch $trainbully.choice>>
<<case "fear">>
<<set $activeCharacter.fear.base = 80>>
<<saveSlave $activeCharacter>>
<</switch>>
[[Continue|The Brat5]]
<center><titled>The Brat</titled></center>
<br><br>
<br>
One day however; Morvis decided it was time and left you, deciding that she taught you enough and now you’ll need to hone what you've been taught.
<br>
Suprisingly she made no mention of the deal to repay her you made so long ago, and knowing her for these years you knew it wasn't by accident. Despite this, you chose not to ask and trust there was some meaning to this.
<br>
Before she left however, she gave you a violet card. Taking a closer look at it reveals a symbol that you can only imagine as her seal she used as a slave trainer as well as your name embroidered on it. Only slave trainers whose been trained by her personally are given this.
<br><br>
She told you if you ever came across an veteran slave trainer, show them this card. Although she’s retired, her name still carries weight in the slave trade. Regardless of whether you choose to pursue a life of a slave trainer, this is a wonderful memento of your mentor.
<br><br>
After your tutor left, you continued your days in the village. Eventually becoming a merchant and earning a living for yourself. Of course <<print $activeCharacter.name>> was at your side, assisting you in any endeavor you required of <<print $himher[$activeCharacter.gender]>>. Every now and again you would discipline and train <<print $himher[$activeCharacter.gender]>> to cement <<print $hisher[$activeCharacter.gender]>> devotion to you. Through your training and time in merchantile you learn about a variety of roles and customs as well as how to instill them in others. Deciding it would also benefit you and the sales of your business. You decided to train <<print $himher[$activeCharacter.gender]>> for a specific role . . .
<br>
[[To learn the role of a submissive and attend the needs of your customers (submissive)|The Brat6][$trainbullyrole.choice = "submissive"]]
<br>
[[To take on a dominant role and take over while you were away (dominant)|The Brat6][$trainbullyrole.choice = "dominant"]]
<br>
<<if $activeCharacter.gender == "female">>
<br>
[[To learn the proper roles and etiquette of an lady and impress male customers(feminine)|The Brat6][$trainbullyrole.choice = "feminine"]]
<br>
<</if>>
<<if $activeCharacter.gender == "male">>
[[To learn the rules of masculinity and impress female customers (masculine)|The Brat6][$trainbullyrole.choice = "chivalry"]]
<</if>>
<<if $activeCharacter.gender == "male">>
<br>
[[To embrace his feminine side and attract customers (sissy)
|The Brat6][$trainbullyrole.choice = "sissy"]]
<</if>>
<<if $activeCharacter.gender == "female">>
[[To service and sexually satisfy customers and give them another reason to come to you. (strumpetry)|The Brat6][$trainbullyrole.choice = "strumpetry"]]
<</if>>
<br><br>
[[Look at Benefits of each Training|Training Explantation]]<center><titled>The Brat</titled></center>
<br><br>
<br>
<<unset $slavetemplate>>
Using all the skills you've learned from Morvis. you take your time molding <<print $activeCharacter.name>> into the companion that you desire.
<br>
By the end of all the training you've done to <<print $himher[$activeCharacter.gender]>>. The only compulsion <<print $heshe[$activeCharacter.gender]>> has left is to willing enslave <<print $himselfherself[$activeCharacter.gender]>> to you.
<br>
<br>
With your personal slave in tow, you wonder what awaits you in Waiross. . .
<br>
<br>
<<switch $trainbullyrole.choice>>
<<case "submissive">>
<<set $activeCharacter.skills = {attendant:""}>>
<<set $activeCharacter.skills.attendant = {level:0, exp:0}>>
<<set $activeCharacter.skills.attendant.level = 2>>
<<set $activeCharacter.stats.submissive = 100>>
<<set $activeCharacter.titles.push("Submissive")>>
<<set $activeCharacter.title = "Submissive">>
<<saveSlave $activeCharacter>>
<</switch>>
<<switch $trainbullyrole.choice>>
<<case "dominant">>
<<set $activeCharacter.skills = {manager:""}>>
<<set $activeCharacter.skills.manager = {level:0, exp:0}>>
<<set $activeCharacter.skills.manager.level = 2>>
<<set $activeCharacter.stats.dominant = 100>>
<<set $activeCharacter.titles.push("Dominant")>>
<<set $activeCharacter.title = "Dominant">>
<<saveSlave $activeCharacter>>
<</switch>>
<<switch $trainbullyrole.choice>>
<<case "feminine">>
<<set $activeCharacter.skills = {host:""}>>
<<set $activeCharacter.skills.host = {level:0, exp:0}>>
<<set $activeCharacter.skills.host.level = 2>>
<<set $activeCharacter.stats.femininity = 100>>
<<set $activeCharacter.titles.push("Feminine")>>
<<set $activeCharacter.title = "Feminine">>
<<saveSlave $activeCharacter>>
<</switch>>
<<switch $trainbullyrole.choice>>
<<case "sissy">>
<<set $activeCharacter.skills = {consorter:""}>>
<<set $activeCharacter.skills.consorter = {level:0, exp:0}>>
<<set $activeCharacter.skills.consorter.level = 2>>
<<set $activeCharacter.stats.sissification = 100>>
<<set $activeCharacter.titles.push("Sissy")>>
<<set $activeCharacter.title = "Sissy">>
<<saveSlave $activeCharacter>>
<</switch>>
<<switch $trainbullyrole.choice>>
<<case "strumpetry">>
<<set $activeCharacter.skills = {consorter:""}>>
<<set $activeCharacter.skills.consorter = {level:0, exp:0}>>
<<set $activeCharacter.skills.consorter.level = 2>>
<<set $activeCharacter.stats.strumpetry = 100>>
<<set $activeCharacter.titles.push("Slut")>>
<<set $activeCharacter.title = "Slut">>
<<saveSlave $activeCharacter>>
<</switch>>
<<switch $trainbullyrole.choice>>
<<case "chivalry">>
<<set $activeCharacter.skills = {guard:""}>>
<<set $activeCharacter.skills.guard = {level:0, exp:0}>>
<<set $activeCharacter.skills.guard.level = 2>>
<<set $activeCharacter.stats.masculinity = 100>>
<<set $activeCharacter.titles.push("Masculine")>>
<<set $activeCharacter.title = "Masculine">>
<</switch>>
[[Continue|Purchase Estate]]<<set $TrueReturn = 1>>
<<include "Unset Passages">>
<<include "Titles">>
<<include "Player Titles">>
<<set $CurrentTitle = $PC.title>>
<<include "Mobile Header">>
<center><h3>Change Title</h3>
Change your title to any of the titles below that <<print $heshe[$PC.gender]>> has unlocked. Different titles will grant different bonuses.
<br><br>
<b>You can only change your title once a week.</b>
</center>
<hr>
<<if $PC.titles.includes("Squire") or $PC.titles.includes("Former Squire")>>
<center>
<h3>Knight Titles</h3>
Knight titles are earned by those who have been trained in combat and chilvalry. Being a knight doesn't a determinant of whether or not someone is smart. Bimbos can learn things just as fast as anyone if intelligent enough. Bimbos just prefer to think about things like sex and clothes more than anything else.
</center>
<<if $PC.titles.includes("Squire")>>
<br><br>
<<displayTitle "Squire" "rank">> [[Squire|Status][$PC.title = "Squire"]]
<br>
$PC.name gained this common title by being hypnotized into being an airhead. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity.
<br>
<</if>>
<<if $PC.titles.includes("Former Squire")>>
<br><br>
<<displayTitle "Former Squire" "rank">> [[Former Squire|Status][$PC.title = "Former Squire"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true masculine. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and restores a small amount of health at the end of the week.
<</if>>
<<if $PC.titles.includes("Knight")>>
<br><br>
<<displayTitle "Knight" "rank">> [[Knight|Status][$PC.title = "Knight"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead as well as trained to love and crave sex. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and brothel/slave produce price.
<</if>>
<</if>>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
<center>
<h3>Trainer Titles</h3>
Trainer titles are earned by those who have been trained in combat and chilvalry. Being a knight doesn't a determinant of whether or not someone is smart. Bimbos can learn things just as fast as anyone if intelligent enough. Bimbos just prefer to think about things like sex and clothes more than anything else.
</center>
<<if $PC.titles.includes("Slaver")>>
<br><br>
<<displayTitle "Slaver" "rank">> [[Slaver|Status][$PC.title = "Slaver"]]
<br>
$PC.name gained this common title by being hypnotized into being an airhead. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity.
<br>
<</if>>
<<if $PC.titles.includes("Fledgling Trainer")>>
<br><br>
<<displayTitle "Fledgling Trainer" "rank">> [[Fledgling Trainer|Status][$PC.title = "Fledgling Trainer"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true masculine. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and restores a small amount of health at the end of the week.
<</if>>
<<if $PC.titles.includes("Slave Trainer")>>
<br><br>
<<displayTitle "Slave Trainer" "rank">> [[Slave Trainer|Status][$PC.title = "Slave Trainer"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead as well as trained to love and crave sex. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and brothel/slave produce price.
<</if>>
<</if>>
<<if $PC.titles.includes("Thief") or $PC.titles.includes("Wary Thief")>>
<center>
<h3>Knight Titles</h3>
Knight titles are earned by those who have been trained in combat and chilvalry. Being a knight doesn't a determinant of whether or not someone is smart. Bimbos can learn things just as fast as anyone if intelligent enough. Bimbos just prefer to think about things like sex and clothes more than anything else.
</center>
<<if $PC.titles.includes("Thief")>>
<br><br>
<<displayTitle "Thief" "rank">> [[Thief|Status][$PC.title = "Thief"]]
<br>
$PC.name gained this common title by being hypnotized into being an airhead. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity.
<br>
<</if>>
<<if $PC.titles.includes("Wary Thief")>>
<br><br>
<<displayTitle "Wary Thief" "rank">> [[Wary Thief|Status][$PC.title = "Wary Thief"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true masculine. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and restores a small amount of health at the end of the week.
<</if>>
<<if $PC.titles.includes("Knight")>>
<br><br>
<<displayTitle "Knight" "rank">> [[Knight|Status][$PC.title = "Knight"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead as well as trained to love and crave sex. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and brothel/slave produce price.
<</if>>
<</if>>
<<if $PC.titles.includes("Apprentice") or $PC.titles.includes("Sage's Apprentice")>>
<center>
<h3>Knight Titles</h3>
Knight titles are earned by those who have been trained in combat and chilvalry. Being a knight doesn't a determinant of whether or not someone is smart. Bimbos can learn things just as fast as anyone if intelligent enough. Bimbos just prefer to think about things like sex and clothes more than anything else.
</center>
<<if $PC.titles.includes("Apprentice")>>
<br><br>
<<displayTitle "Apprentice" "rank">> [[Apprentice|Status][$PC.title = "Apprentice"]]
<br>
$PC.name gained this common title by being hypnotized into being an airhead. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity.
<br>
<</if>>
<<if $PC.titles.includes("Sage's Apprentice")>>
<br><br>
<<displayTitle "Sage's Apprentice" "rank">> [[Sage's Apprentice|Status][$PC.title = "Sage's Apprentice"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead who only thinks of superficial things and has been trained to be a true masculine. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and restores a small amount of health at the end of the week.
<</if>>
<<if $PC.titles.includes("Knight")>>
<br><br>
<<displayTitle "Knight" "rank">> [[Knight|Status][$PC.title = "Knight"]]
<br>
$PC.name gained this uncommon title by being completely hypnotized into an airhead as well as trained to love and crave sex. This title grants a small boost to <<print $hisher[$PC.gender]>> popularity and brothel/slave produce price.
<</if>>
<</if>>
Double-click this passage to edit it.<<if $summary.skills == 1>>
<b>[[Player Skills|Status][$summary.skills = 0]]</b>
<<elseif $summary.skills == 0>>
<b>[[Player Skills|Status][$summary.skills = 1]]</b>
<</if>>
<<set _tabs = []>>
<<set _skillcount = 0>>
<<for _s=0;_s < $skills.all.length;_s++>>
<<set _skill = $skills.all[_s]>>
<<if $PC.skills[_skill]>>
<<if $skills.general.contains(_skill) && !_tabs.contains("General")>>
<<set _tabs.push("General")>>
<<elseif $skills.brothel.contains(_skill) && !_tabs.contains("Brothel")>>
<<set _tabs.push("Brothel")>>
<</if>>
<<set _skillcount++>>
<</if>>
<</for>>
<<if $summary.skills || !_tabs.length>>
|
<<if _tabs.length>>
<b>$PC.name has learned _skillcount skills.</b>
<<else>>
<b>$PC.name has yet to learn any skills.</b>
<</if>>
<br><br>
<<else>>
<<set _table = "">>
<<set _table += "<table class='Scroll' style='table-layout:fixed;width:1000px'>">>
<<set _table += "<tr>">>
<<set _tablength = 150 / _tabs.length>>
<<if !_tabs.contains($tabs.skills)>>
<<set $tabs.skills = _tabs[0]>>
<</if>>
<<for _t=0;_t < _tabs.length;_t++>>
<<if _t == 0>>
<<set _tabclass = "srb">>
<<elseif _t == _tabs.length-1>>
<<set _tabclass = "slb">>
<<else>>
<<set _tabclass = "smb">>
<</if>>
<<if $tabs.skills == _tabs[_t]>>
<<set _table += "<th class = " + _tabclass + " colspan = " + _tablength + ">" + _tabs[_t] + " Skills</th>">>
<<else>>
<<set _table += "<th class = " + _tabclass + " colspan = " + _tablength + ">[[" + _tabs[_t] + " Skills|Slave Description][$tabs.skills = '" + _tabs[_t] + "']]</th>">>
<</if>>
<</for>>
<<set _table += "</tr>">>
<<set _table += "<tbody class='skills'>">>
<<set _tab = lowercase($tabs.skills)>>
<<for _s=0;_s < $skills.all.length;_s++>>
<<set _skill = $skills.all[_s]>>
<<if $PC.skills[_skill] && $skills[_tab].contains(_skill)>>
<<set _table += "<tr>">>
<<set _table += "<td class = 'skillname' colspan = 30><b><<print capitalize('" + _skill + "')>> <<print romanize(" + $PC.skills[_skill]['level'] + ")>></b></td>">>
<<set _table += "<td class = 'skilldesc' colspan = 120><<skilldesc " + _skill + ">></td>">>
<<set _table += "</tr>">>
<</if>>
<</for>>
<<set _table += "</tbody>">>
<<set _table += "</table>">>
<<set _table += "<br>">>
_table
<</if>><<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<saveSlave $activeCharacter>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<set $influnece = {choice:""}>>
<center><titled>Influence</titled></center>
<<if _mood.old.includes("Mindbroken")>>
<<print $activeCharacter.name>> is currently <<print _mood.old>>.
You can't communicate with them outside giving them basic orders.
<br><br>
[[Continue|Interact]]
<<elseif $PC.energy.current <= 0>>
@@color:red; You are too tired to focus on anything else today@@
<br><br>
[[Continue|Interact]]
<<else>>
Your experience and training as a slave trainer, gives you a lot of options to mold and control
your slave’s habits and thoughts potentially.
<br>
Once of which is the ability to influence how they’re feeling. Either strengthening a mood they’re already feeling, or changing their mood entirely.
<br>
If it succeeds or not depends entirely on your proficiency as a slave trainer.
<br>
That and how good you are with charming people.
<br>
You notice @@color:lightgreen; <<print $activeCharacter.name>> @@close by. . .
<br>
Right now you feel like <<print $heshe[$activeCharacter.gender]>> is in a <<print $activeCharacter.mood.scale>> mood
<br>
How do you want to influence <<print $himher[$activeCharacter.gender]>>?
<br>
[[Strengthen|Influence 2][$influnece.choice = "Strengthen"]]
<br>
[[Change their mood|Influence 2][$influnece.choice = "Change"]]
<</if>><<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>><<unset $activeCharacter2>>
<<set $roll = random(1,6)>>
<<set _s = random(1, $slaves.amount)>>
<<set $activeCharacter2 = $slaves[_s]>>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<set _b = 0>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.2, 5:0.1})>>
<<set _roll = getRoll(_weightedroll(), _weightedroll(), _weightedroll())>>
<center><titled>Patrol</titled></center>
<<if _mood.old.includes("Mindbroken")>>
<<print $activeCharacter.name>> is currently <<print _mood.old>>.
You can't communicate with them outside giving them basic orders.
<br><br>
[[Continue|Interact]]
<<elseif $PC.energy.current <= 0>>
@@color:red; You are too tired to focus on anything else today@@
<br><br>
[[Continue|Interact]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
As the master of the estate you feel that one of your duties is to examine the daily affairs on your land from time to time. Realizing it could be potentially boring you decide to take <<print $activeCharacter.name>> along with you as well.
<br><br>
Summoning <<print $activeCharacter.name>>, you walk around the estate together.
<<if $activeCharacter.titles.includes("Submissive")>>
<<print $activeCharacter.name>> walks slightly behind you at all times and you know just how intentional this small gesture is.
<br>
From <<print $hisher[$activeCharacter.gender]>> submission training, <<print $heshe[$activeCharacter.gender]>>’s understands <<print $heshe[$activeCharacter.gender]>> doesn’t deserve to be side-by-side with <<print $hisher[$activeCharacter.gender]>> <<print $master[$PC.gender]>> unless otherwise specified.
<br>
@@color:green;This dedication to the role slightly enforces <<print $hisher[$activeCharacter.gender]>> obedience@@
<<run increaseObedience($activeCharacter, 5)>>
<br><br>
<</if>>
<<if $activeCharacter.trust.current >= 80>>
<<print $activeCharacter.name>> talks with you about various things during the walk, including some more personal tidbits you can tell that <<print $heshe[$activeCharacter.gender]>> wouldn’t never say to just anyone because of how proud <<print $heshe[$activeCharacter.gender]>> can be at times.
<br><br>
<</if>>
<<if $slaves.amount <= 1>>
The patrol didn’t go on for very long since you don’t have many slaves or servants at your estate currently.
<br><br>
[[Continue|Interact]]
<<elseif $activeCharacter.cooldown.talk == 2>>
Since you already spent some time with <<print $activeCharacter.name>> this week you didn't have alot to talk about. Realizing as well that <<print $activeCharacter.name>> needs to complete <<print $hisher[$activeCharacter.gender]>> tasks for the day you decide to end the patrol early.
<br><br>
[[Continue|Interact]]
<<else>>
<<if $activeCharacter2.name == $activeCharacter.name>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _s = random(1, $slaves.amount)>>
<<set _character = $slaves[_s]>>
<<if _character.name != $activeCharacter.name>>
<<set $activeCharacter2 = _character>>
<</if>>
<</for>>
<</if>>
<<if _roll == 1>>
You and <<print $activeCharacter.name>> don’t happen to come across anything noteworthy in your patrol, after some time you decide to return to your office.
<br><br>
[[Continue|Interact]]
<<elseif _roll == 2>>
On your patrol you come across <<print $activeCharacter2.name>> while <<print $heshe[$activeCharacter2.gender]>> is in the middle of one <<print $hisher[$activeCharacter2.gender]>> tasks for the day.
<br>
<<print $HeShe[$activeCharacter2.gender]>> seems to be working as expected so you and <<print $activeCharacter.name>> continue on your way.
<br><br>
[[Continue|Interact]]
<<elseif _roll == 3>>
<<set $activeCharacter.cooldown.talk += 1>>
On your patrol you come across <<print $activeCharacter2.name>> while <<print $heshe[$activeCharacter2.gender]>>'s in the middle of one <<print $hisher[$activeCharacter2.gender]>> tasks for the day.
<br>
While not noticing you or <<print $activeCharacter.name>> yet, it appears <<print $heshe[$activeCharacter2.gender]>> seems to be slacking off quite a bit while not under your watch.
<br>
You were close to reprimanding <<print $himher[$activeCharacter2.gender]>> when <<print $activeCharacter.name>> briskly leaves your side and approached <<print $activeCharacter2.name>>. Insulting and demeaning <<print $activeCharacter2.name>> for displaying such a unsightly demeanor in front of their master. <<print $HisHer[$activeCharacter.gender]>> dignified and cordial attitude really showed its worth with just how small and foolish <<print $heshe[$activeCharacter.gender]>> is making <<print $activeCharacter2.name>> feel now.
Although you can tell <<print $heshe[$activeCharacter2.gender]>>’s more annoyed than anything else to be told off by another slave.
<br>
<br>
By the end of the of the tirade, <<print $activeCharacter2.name>> resumed working, clearly harder than before.
You continued your patrol with <<print $activeCharacter.name>>, silently noting how <<print $hisher[$activeCharacter.gender]>> affection towards you has @@color:green;borne fruit@@ in quite an interesting way.
<br><br>
You spend some more time with <<print $activeCharacter.name>>, and you can tell <<print $heshe[$activeCharacter.gender]>> @@color:pink;enjoyed the time to bond with you.@@
<br>
<<run increaseAffection($activeCharacter, 10)>>
<<saveSlave $activeCharacter>>
<br><br>
[[Continue|Interact]]
<<elseif _roll == 4>>
<<set $activeCharacter.cooldown.talk += 1>>
On your patrol you come across <<print $activeCharacter2.name>> while <<print $heshe[$activeCharacter2.gender]>>'s in the middle of one <<print $hisher[$activeCharacter2.gender]>> tasks for the day.
<br>
While not noticing you or <<print $activeCharacter.name>> yet, it appears <<print $heshe[$activeCharacter2.gender]>> seems to be slacking off quite a bit while not under your watch.
<br>
You were close to reprimanding <<print $himher[$activeCharacter2.gender]>> when <<print $activeCharacter.name>> briskly leaves your side and approached <<print $activeCharacter2.name>>. Insulting and demeaning <<print $activeCharacter2.name>> for displaying such a unsightly demeanor in front of their master. <<print $HisHer[$activeCharacter.gender]>> dignified and cordial attitude really showed its worth with just how small and foolish <<print $heshe[$activeCharacter.gender]>> is making <<print $activeCharacter2.name>> feel now.
Although you can tell <<print $heshe[$activeCharacter2.gender]>>’s more annoyed than anything else to be told off by another slave.
<br>
<br>
By the end of the of the tirade, <<print $activeCharacter2.name>> resumed working, clearly harder than before.
You continued your patrol with <<print $activeCharacter.name>>, silently noting how <<print $hisher[$activeCharacter.gender]>> affection towards you has @@color:green;borne fruit@@ in quite an interesting way.
<br><br>
Afterwards you notice <<print $activeCharacter2.name>>’s work ethic and overall @@color:forestgreen;obedience has improved slightly,@@ most likely as a result of <<print $activeCharacter.name>>’s rant on your behalf.
<br>
<<run increaseObedience($activeCharacter2, 5)>>
<<saveSlave $activeCharacter2>>
<br><br>
[[Continue|Interact]]
<<elseif _roll == 5>>
<<set $activeCharacter.cooldown.talk += 1>>
On your patrol you come across <<print $activeCharacter2.name>> while <<print $heshe[$activeCharacter2.gender]>>'s in the middle of one <<print $hisher[$activeCharacter2.gender]>> tasks for the day.
<br>
While not noticing you or <<print $activeCharacter.name>> yet, it appears <<print $heshe[$activeCharacter2.gender]>> seems to be slacking off quite a bit while not under your watch.
<br>
You were close to reprimanding <<print $himher[$activeCharacter2.gender]>> when <<print $activeCharacter.name>> briskly leaves your side and approached <<print $activeCharacter2.name>>. Insulting and demeaning <<print $activeCharacter2.name>> for displaying such a unsightly demeanor in front of their master. <<print $HisHer[$activeCharacter.gender]>> dignified and cordial attitude really showed its worth with just how small and foolish <<print $heshe[$activeCharacter.gender]>> is making <<print $activeCharacter2.name>> feel now.
<br>
<br>
By the end of the of the tirade, both <<print $activeCharacter.name>> and <<print $activeCharacter2.name>> approach you, bowing their heads in remorse. <<print $activeCharacter2.name>> for halfheartedly doing <<print $hisher[$activeCharacter2.gender]>> duties, and <<print $activeCharacter.name>> for acting rashly without <<print $hisher[$activeCharacter.gender]>> <<print $Master[$PC.gender]>>’s approval.
You responded to both of them as you felt best and continued your patrol with <<print $activeCharacter.name>>, silently noting how <<print $hisher[$activeCharacter.gender]>> affection towards you has @@color:green;borne fruit@@ in quite an interesting way.
<br><br>
You thank slave1name for her devotion and praise her proactive atitude.
<br><br>
<<talk "Of course <<print $master[$PC.gender]>>, and I would do so again in a heartbeat! I will defend your honor with all that I have, it's my duty as your prized slave."
<br><br>
Despite <<print $hisher[$activeCharacter.gender]>> pompous attitude, @@color:pink;you can tell how much that means to <<print $himher[$activeCharacter.gender]>> for you to say that.@@
<br>
Feeling satisified with such a steadfast response and how she handled herself, you simply smile and continue on your patrol. Deciding to let <<print $himher[$activeCharacter.gender]>> have that last-second ego boost as a reward.
<br><br>
Afterwards you notice <<print $activeCharacter2.name>>’s work ethic and overall @@color:forestgreen;obedience has improved recently,@@ most likely as a result of <<print $activeCharacter.name>>’s rant on your behalf.
<br>
<<run increaseAffection($activeCharacter2, 5)>>
<<saveSlave $activeCharacter>>
<<run increaseObedience($activeCharacter2, 10)>>
<<saveSlave $activeCharacter2>>
<br><br>
[[Continue|Interact]]
<</if>>
<</if>>
<</if>>
<<saveSlave $activeCharacter>>
<<saveSlave $activeCharacter2>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<center><titled>Dark Alleyway</titled></center>
<<if $Thief.target1.target == "steal1">>
<<set _money = $Thief.target1.item>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.2, 5:0.1})>>
<<set _roll = getRoll(_weightedroll(), _weightedroll(), _weightedroll())>>
<<if _roll > 2>>
You sucessfully stole @@color:lightgreen;💎_money from them!@@
<<set $PC.money += _money>>
[[Continue|Waiross Alleyways]]
<<elseif _roll == 2>>
You attempted to snatch some coin out of their pocket only to be noticed by someone else and called out. Some guards ran to the scene and tried to
apprehend you. You succeeded in getting away, @@color:red;but the chase exhausted you quite a bit.@@
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
[[Continue|Waiross Alleyways]]
<<elseif _roll == 1>>
You attempted to snatch some coin out of their pocket only to be noticed by someone else and called out. Some guards ran to the scene and tried to
apprehend you. <br><br>@@color:red;They beat the shit out of you and threw you in a random alleyway. . .@@
<<set $PC.energy.current = Math.max($PC.energy.current-2,0)>>
[[Continue|Waiross Alleyways]]
<</if>>
<</if>>
<<if $Thief.target2.target == "steal2">>
<<set _money = $Thief.target2.item>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.2, 5:0.1})>>
<<set _roll = getRoll(_weightedroll(), _weightedroll(), _weightedroll())>>
<<if _roll <= 2>>
You sucessfully stole @@color:lightgreen;💎_money from them!@@
<<set $PC.money += _money>>
[[Continue|Waiross Alleyways]]
<<elseif _roll == 3>>
You attempted to snatch some coin out of their pocket only to be noticed by someone else and called out. Some guards ran to the scene and tried to
apprehend you. You succeeded in getting away, @@color:red;but the chase exhausted you quite a bit.@@
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
[[Continue|Waiross Alleyways]]
<<elseif _roll == 4>>
You attempted to snatch some coin out of their pocket only to be noticed by someone else and called out. Some guards ran to the scene and tried to
apprehend you. <br><br>@@color:red;They beat the shit out of you and threw you in a random alleyway. . .@@
<<set $PC.energy.current = Math.max($PC.energy.current-2,0)>>
[[Continue|Waiross Alleyways]]
<<elseif _roll == 5>>
You attempted to snatch some coin out of their pocket only to be noticed by someone else and called out. Some guards ran to the scene and tried to
apprehend you. <br><br>@@color:red;They beat the shit out of you and threw you in jail for the week. You're left to rot with your wounds causing you pain the whole time.@@
<<set $PC.energy.current = Math.max($PC.energy.current-5,0)>>
[[Continue(End Week)|End Week]]
<</if>>
<</if>>
<<set $Thief.target1 = {name:"",difficulty:"easy",item:0, target:""}>>
<<set $Thief.target2 = {name:"",difficulty:"hard",item:0, target:""}>><<include "Unset Passages">>
<<set $Previous = "Travel">>
<<set $Main = 1>>
<<set $Thief = {target1:"",target2:""}>>
<<set $Thief.target1 = {name:"",difficulty:"easy",item:0,target:""}>>
<<set $Thief.target2 = {name:"",difficulty:"hard",item:0,target:""}>>
<<set _thiefchara1 = ["Drunk Goblin woman", "Feeble Canus Boy", "Buxom Holstaur Milf", "Nervous-looking Human girl", "Loud Mouthed Slaver Woman"]>>
<<set $Thief.target1.name = _thiefchara1.random()>>
<<if $Thief.target1.name == "Drunk Goblin woman">>
<<set $Thief.target1.item = 1000>>
<<elseif $Thief.target1.name == "Feeble Canus Boy">>
<<set $Thief.target1.item = 3400>>
<<elseif $Thief.target1.name == "Buxom Holstaur Milf">>
<<set $Thief.target1.item = 5000>>
<<elseif $Thief.target1.name == "Nervous-looking Human girl">>
<<set $Thief.target1.item = 7200>>
<<elseif $Thief.target1.name == "Loud Mouthed Slaver Woman">>
<<set $Thief.target1.item = 8500>>
<</if>>
<<set _thiefchara2 = ["Cute Bank Teller Neko Girl", "Aristocratic Pantherean Man", "Dignified High-Elf Lady", "Warrior Orc Male", "Timid Moon Rabbit Woman"]>>
<<set $Thief.target2.name = _thiefchara2.random()>>
<<if $Thief.target2.name == "Cute Bank Teller Neko Girl">>
<<set $Thief.target2.item = 10000>>
<<elseif $Thief.target2.name == "Aristocratic Pantherean Man">>
<<set $Thief.target2.item = 12800>>
<<elseif $Thief.target2.name == "Dignified High-Elf Lady">>
<<set $Thief.target2.item = 15700>>
<<elseif $Thief.target2.name == "Warrior Orc Male">>
<<set $Thief.target2.item = 16900>>
<<elseif $Thief.target2.name == "Timid Moon Rabbit Woman">>
<<set $Thief.target2.item = 28500>>
<</if>>
<<set _thiefitem1 = {1:"", 2:"beastman", 3:"monster", 4:"elf"}>>
<<set _thiefitem2 = {1:"", 2:"beastman", 3:"monster", 4:"elf"}>>
<center><titled>Dark Alleyway</titled></center>
You deftly sneak past the guards and make your way to the inner city. Choosing not to go deeper where the social elite reside. Getting caught here is one thing, but getting caught there would absolutely end in your enslavement, if not worse. . .
<br><br>
The worst they’d do for you around here is throw you in jail for a day or two. Although worrying about getting caught is something you shouldn’t worry about too much. . . right?
<br><br>
You blend into the crowd until you eventually find a dark alleyway to hang around in. Peering into the crowd you look for a target. Your skills and experience allows you to pick out two separate targets.
If you polish those skills maybe you'll be able to gauge how hard or easy it would be to steal from, as well as see the items you can steal from them at a glance. You might be able to do more than steal in the future...
<br><br>
<<if $PC.energy.current >= 1>>
For now though who you do target?
<<set _thiefname1 = $Thief.target1.name>>
<<set _thiefname2 = $Thief.target2.name>>
<br>
[[_thiefname1|Thief-Steal][$Thief.target1.target ="steal1"]]
<br>
[[_thiefname2|Thief-Steal][$Thief.target2.target ="steal2"]]
<<else>>
@@color:red;You're too tired to even focus.@@
<</if>><center><titled>Origin</titled></center>
Trainer Origins: @@color:green; Begin the game with a Canus Slave that has a title already unlocked and trained in one of the main stats.@@
<br>
@@color:green; The "Influence" Intereaction is unlocked from the beginning.@@
<br>
@@color:red; Start the game with the least amount of money@@
<br>
<br>
Knight Origins: @@color:green; Begin the game with more energy/stamina than usual.@@
<br>
@@color:green; Have "Guard II" Unlocked from the start for your character.@@
<br>
@@color:green; Begins with the most amount of money.@@
<br>
<br>
Mage Origins: @@color:green; You're Hypnosis Abilities allow you to sometimes hypnotize slaves faster or without reducing their fatigue.@@
<br>
@@color:green; Begins the game with more money.@@
<br>
<br>
Thief Origins: @@color:green; Allows you to steal varying amounts of money from passerbys.@@
<br>
@@color:red; Start the game with less money@@
<br>
@@color:red; Stealing can go bad for you.@@
<br>
<br>
[[Continue|Background]]<<include "Unset Passages">>
<<set $Previous = "Travel">>
<<set $Main = 1>>
<center><titled>The Chopping Block</titled></center>
You hand over the money to Mavis
<br>
...
<br>
After a brief moment, she hands you a card with your name on it.
<br>
@@color:pink;Here you are <<print $Sir[$PC.gender]>> and thanks for your patience! I hope your business here goes really well <<print $PC.name>>!
<br>
At moment we're renovating the Grand Hall@@ (Grand Auctions will be Next Version)
@@color:pink; But we're still holding normal auctions in the basement. And here's a little tip from me, if you also like, you can go to the private area and see if one of the famous slavers are here today. Becoming friends with them might lead to some neat deals if you ask me.@@
<br>
<br>
@@color:pink;Enjoy your time in the Chopping Block!@@
<br>
[[Go to the Basement|Chopblock-Basement]]
<br>
[[Go to the Private Rooms|Chopping Block Private Rooms]]
Double-click this passage to edit it.<<for _i to 1; _i <= $slaves.amount; _i++>>
<<if $activeCharacter.ID == $slaves[_i].ID>>
<<set $slavenumber = _i>>
<<break>>
<</if>>
<</for>>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set _price = $activeCharacter.ogprice * 0.85>>
<<set _pricepercen1 = 0>>
<<set _pricepercen2 = 0>>
<<set _pricepercen3 = 0>>
<<set _pricepercen4 = 0>>
<<set _pricepercen5 = 0>>
<<set _pricepercen6 = 0>>
<<include "Update Slave">>
<<if $activeCharacter.traits.special.contains("Childhood Pet")>>
<<set _pricepercen1 = $activeCharacter.titles.length * _price * 0.05>>
<<set _pricepercen2 = $activeCharacter.obedience.base * $activeCharacter.trust.base * $activeCharacter.fear.base * 0.05>>
<<set _pricepercen4 = $activeCharacter.health * 500>>
<<if $activeCharacter.virgin == 1>>
<<set _pricepercen6 = 5000>>
<</if>>
<<set _pricepercen5 = $activeCharacter.rarity * 0>>
<<if $activeCharacter.rarity == 2>>
<<set _pricepercen5 = $activeCharacter.rarity * 1000>>
<<elseif $activeCharacter.rarity == 3>>
<<set _pricepercen5 = $activeCharacter.rarity * 10000>>
<<elseif $activeCharacter.rarity == 4>>
<<set _pricepercen5 = $activeCharacter.rarity * 100000>>
<<elseif $activeCharacter.rarity == 5>>
<<set _pricepercen5 = $activeCharacter.rarity * 1000000>>
<</if>>
<<set _pricepercen3 = _pricepercen1 + _pricepercen2 + _pricepercen4 + _pricepercen5+ _pricepercen6>>
<<set _price = ($activeCharacter.ogprice * 0.75) + _pricepercen3>>
<<set _price = Math.round10(_price,1)>>
<<else>>
<<set _pricepercen1 = $activeCharacter.titles.length * _price * 0.1>>
<<set _pricepercen2 = $activeCharacter.obedience.base * $activeCharacter.trust.base * $activeCharacter.fear.base * 0.1>>
<<set _pricepercen4 = $activeCharacter.health * 500>>
<<if $activeCharacter.virgin == 1>>
<<set _pricepercen6 = 5000>>
<</if>>
<<set _pricepercen5 = $activeCharacter.rarity * 0>>
<<if $activeCharacter.rarity == 2>>
<<set _pricepercen5 = $activeCharacter.rarity * 1000* .10>>
<<elseif $activeCharacter.rarity == 3>>
<<set _pricepercen5 = $activeCharacter.rarity * 10000* .10>>
<<elseif $activeCharacter.rarity == 4>>
<<set _pricepercen5 = $activeCharacter.rarity * 100000* .10>>
<<elseif $activeCharacter.rarity == 5>>
<<set _pricepercen5 = $activeCharacter.rarity * 1000000 * .10>>
<</if>>
<<set _pricepercen3 = _pricepercen1 + _pricepercen2 + _pricepercen4 + _pricepercen5+ _pricepercen6>>
<<set _price = ($activeCharacter.ogprice * 0.85) + _pricepercen3>>
<<set _price = Math.round10(_price,1)>>
<</if>>
<<if $sell == 0>>
<<include "Unset Passages">>
<<set $Return = 1>>
<<include "Mobile Header">>
Are you sure you want to sell $activeCharacter.name for @@color:lightgreen;💎_price@@?
[[Yes|Sell-Basement][$sell = 1]] | [[No|Chopblock-Basement]]
<<else>>
<<include "Unset Passages">>
<<set $Return = 1>>
<<include "Mobile Header">>
You have sold $activeCharacter.name for @@color:lightgreen;💎_price@@.
<<set $PC.money += _price>>
<<include "Move Slave">>
<</if>><<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<include "Pronouns">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "I did what you wanted me to do and now you want me to go over it like a damn child? Go check it yourself.">>
<br>
<<linkreplace "Threaten <<print $himher[$activeCharacter.gender]>> with a punishment if they continue this insubordination">>
<<run increaseFear($activeCharacter, 10)>>
<<run increaseObedience($activeCharacter, 10)>>
@@color:red;fear has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<include "Pronouns">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "Nothing in particular <<print $sir[$PC.gender]>>, <<print $heshe[$activeCharacter.gender]>> pursed <<print $hisher[$activeCharacter.gender]>> lips, clear with disdain">>
<br>
<<linkreplace "Threaten <<print $himher[$activeCharacter.gender]>> with a punishment if they continue this insubordination">>
<<run increaseFear($activeCharacter, 10)>>
@@color:red;fear has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "I saw some strange creature slithering in the shadows while I was collecting herbs out back. Should I warn the other slaves of this?">>
<br>
<br>
<<linkreplace "Verbally acknowledge <<print $hisher[$activeCharacter.gender]>> and take note">>
<<run increaseObedience($activeCharacter, 10)>>
@@color:greenyellow;obedience has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "Did you really believe I wasn’t able to complete that grunt work you set out for me? Everything is finished and if you’d like for me to show you, I will gladly do so <<print $master[$PC.gender]>>.">>
<br>
<<linkreplace "Verbally acknowledge <<print $hisher[$activeCharacter.gender]>> and take note">>
<<run increaseObedience($activeCharacter, 10)>>
@@color:greenyellow;obedience has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk ". . .I managed to finish up some extra chores around the estate,
it was a bit of extra work but I know you wanted to
done so I hope it helps. . . <<print $Master[$PC.gender]>>">>
<br>
<<linkreplace "Thank <<print $himher[$activeCharacter.gender]>> for the additional report">>
<<run increaseTrust($activeCharacter, 10)>>
@@color:greenyellow;trust has been increased slightly@@
<br>
<<run increaseObedience($activeCharacter, 10)>>
@@color:greenyellow;obedience has been increased slightly@@
<br>
<<run increaseAffection($activeCharacter, 10)>>
@@color:pink;affection has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "I completed my tasks per your instructions <<print $master[$PC.gender]>>, If there is anything else please don’t hesitate to ask <<print $master[$PC.gender]>>.">>
<br>
<<linkreplace "Thank <<print $himher[$activeCharacter.gender]>> for the additional report">>
<<run increaseTrust($activeCharacter, 10)>>
@@color:greenyellow;trust has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
After completing her report she fidgeted around a bit before looking her eyes on the verge of tears,
<br>
<<talk " I know this sort of thing is unnecessary for you to hear, but
I . . . um had a nightmare last night...
someone put this collar on me and dragged me
through the mud. It felt so awful.">>
<br>
<<linkreplace "Comfort <<print $himher[$activeCharacter.gender]>>">>
<<run increaseAffection($activeCharacter, 10)>>
@@color:pink;affection has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "Alrighty! I made sure to do everything you wanted me to do no problem! If I keep this up will you get me some kinda reward <<print $master[$PC.gender]>>?">>
<<linkreplace "Thank <<print $himher[$activeCharacter.gender]>> for the additional report">>
<<run increaseTrust($activeCharacter, 10)>>
@@color:greenyellow;trust has been increased slightly@@
<br>
<<run increaseAffection($activeCharacter, 10)>>
@@color:pink;affection has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<saveSlave $activeCharacter>><<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "Even though I hated every moment of it I did what you needed me to do. . . If only that amounted to anything on my end, but I’m used to the kind of person you are at this point, <i><<print $master[$PC.gender]>></i>" >>
<br>
<<linkreplace "Scowl at <<print $himher[$activeCharacter.gender]>>">>
<<run increaseHate($activeCharacter, 10)>>
@@color:red;hatred has been increased slightly@@
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
<br>
@@color:orange; <<print $activeCharacter.name>>, What's been happening in your current assignment so far?@@
<br>
<<talk "Um…. Nothing unusual to report <<print $master[$PC.gender]>>! I-I can show you my progress if you’d like to confirm it, I hope everything is to your liking.">>
<br>
<<print $HeShe[$activeCharacter.gender]>> bowed and when <<print $heshe[$activeCharacter.gender]>> had eye contact with you, <<print $heshe[$activeCharacter.gender]>> looked away quickly.
<br>
<<linkreplace "Thank <<print $himher[$activeCharacter.gender]>> for the additional report">>
<<run increaseTrust($activeCharacter, 10)>>
@@color:greenyellow;trust has been increased slightly@@
<br>
<<run increaseObedience($activeCharacter, 10)>>
@@color:greenyellow;obedience has been increased slightly@@
<<if $activeCharacter.nature == "yandere">>
<br>
<<run increaseAffection($activeCharacter, 10)>>
@@color:greenyellow;affection has been increased slightly@@
<</if>>
<<saveSlave $activeCharacter>>
<</linkreplace>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<include "Pronouns">>
<<set $activeCharacter = _character>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Report</titled></center>
<br>
Although you get a report of all your slaves at the end of week, you decide that you want to hear how well <<print $activeCharacter.name>> is doing in <<print $hisher[$activeCharacter.gender]>> assignment directly. You never know what things may be omitted in your written reports, This may also reinforce the dynamic between you and your slave. You make your way towards the area <<print $heshe[$activeCharacter.gender]>>’s assigned to.
<br>
It seems you caught <<print $himher[$activeCharacter.gender]>> just in the middle of <<print $hisher[$activeCharacter.gender]>> break.
<br>
It appears like <<print $activeCharacter.name>> truly had nothing to report it seems. Maybe you need to build up your relationship with <<print $himher[$activeCharacter.gender]>>?
<center><titled>Illustrious Slyvine</titled></center>
Your interest enticed you to peer through the keyhole and see what’s exactly happening. Being so close you can now make out the sounds more clearly than before
<br>
@@color:purple; “You seem to enjoy disappointing me, don’t you?“@@
<br><br>
@@color:red; <i>*Crack!*</i>@@
<br><br>
@@color:yellow; AH-! I-I’m sorry Mistress! I’m so horribly sorry-!@@
<br>
A tall, raven-haired, elven woman-clad in a tight leather corset and regal skirt, Reeled back and Readied her Whip. Her Blazing red eyes stoically focused on the blond elf meekly holding her hands against the wall. Standing with her ass thrusted outwards, already covered in long red mark.
<br><br>
@@color:purple; “At the very least I’ve trained you out your incessant excuses it seems. . .”@@
<br><br>
A dull silence hung in the air, save for the blond elf’s soft weeping.
<br><br>
@@color:purple; “If only you took your other training to heart as well-!”@@
<br><br>
The Elven mistress struck a strong blow on the elf before letting loose a flurry of whippings,
<br>
@@color:yellow; “Please forgive me mistress, I’m so horribly sorry-! “@@
<br><br>
Her whipping was relentless, but seemingly without an ounce of anger behind it. With each hit the elf began to apologize more and more loudly before devolving into merely screaming and sobbing. After several minutes the elven mistress paused, observing the elf whose knees were wobbling and buckling intensely. Sobbing profusely like a newborn as her ass was now covered in welts and even more red marks before.
<br><br>
@@color:purple; “I’ve already forgiven you. You miserable, elven sow.”@@
<br>
The elven mistress finally showing the slightest emotion you’ve seen so far after all this time-
<br><br>
<i>A scowl.</i>
<br><br>
She wound back and delivered a whip harder than any of her other strikes. Breaking the sobbing elf’s final meager resistance before collapsing to the floor, her beaten ass stuck out in the air.
<br><br>
@@color:purple; “This is just a matter of reinforcing what you’ve clearly forgotten.”@@
<br><br>
The buxom mistress struck the elf right on the ass, causing the prone elf to let another pathetic whimper.
<br>
@@color:purple; “Now clean my boots sow, the tea may seep into the leather if it sits for too long.”@@
<br> <br>
Whether worry came from the threat or the thought of ruining her mistress’ shoes, it alone must’ve been the adrenaline shot the elf needed. She immediately rose on all fours and scrambled to the elven mistress, relentlessly licking every inch of her boots.
<br>
The whole affair was incredibly arousing, whether it’s from the alluring mistress or the intense punishment of the attractive slave.
<br>
Who can say?
<br>
<<set _scenename = "Knock on the door">>
[[_scenename|Slyvine Introduction-2][$events.choice = "Knock on the door2"]]
<br>
<<set _scenename = "Open the Door">>
[[_scenename|Slyvine Introduction-2][$events.choice = "Open the Door2"]]
<br>
<<set $sell = 0>>
<<unset $Return>>
<<set $Previous = "Chopblock-Entrance">>
<center><titled>Slyvine</titled></center>
You knock on the door to Slyvine's private room. Elizabeth opens the door and greets you, leading you to Slyvine who was sitting on her luxurious couch, engrossed in paperwork. Milliane is off to the side, preparing tea and assorted snacks it seems.
@@color:purple; "Ah, <<print $PC.name>>. What business do you have for me today?"@@
<br><br>
[[Sell Slaves|Sale Slyvine]]
<<set $Previous = "Sale Slyvine">>
<<unset $Return>>
<<for _i to 1; _i <= $slaves.amount; _i++>>
<<if $activeCharacter.ID == $slaves[_i].ID>>
<<set $slavenumber = _i>>
<<break>>
<</if>>
<</for>>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<set _price = $activeCharacter.ogprice * 0.85>>
<<set _pricepercen1 = 0>>
<<set _pricepercen2 = 0>>
<<set _pricepercen3 = 0>>
<<set _pricepercen4 = 0>>
<<set _pricepercen5 = 0>>
<<set _pricepercen6 = 0>>
<<set _pricepercen7 = 0>>
<<set _punishpercen1 = 0>>
<<set _punishpercen2 = 0>>
<<set _punishpercen3 = 0>>
<<include "Update Slave">>
<<if $activeCharacter.titles.includes("Feminine")>>
<<set _pricepercen1 += 1800 * 1.5>>
<</if>>
<<if $activeCharacter.titles.includes("Submissive")>>
<<set _pricepercen1 += 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Courtesan")>>
<<set _pricepercen1 += 1800 * 3 + 5400>>
<</if>>
<<if $activeCharacter.titles.includes("Loyal Slave")>>
<<set _pricepercen1 += 1800 * 4>>
<</if>>
<<if $activeCharacter.titles.includes("Sissy")>>
<<set _pricepercen1 += 1800 * 1.5>>
<</if>>
<<if $activeCharacter.titles.includes("Femme Sub")>>
<<set _pricepercen1 += 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Feminine Sissy")>>
<<set _pricepercen1 += 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Masochist")>>
<<set _pricepercen1 += 1800 * 2.5>>
<</if>>
<<if $activeCharacter.titles.includes("Feminine") and $activeCharacter.titles.includes("Submissive")
and $activeCharacter.titles.includes("Courtesan")
and $activeCharacter.titles.includes("Loyal Slave") and
$activeCharacter.titles.includes("Femme Sub") and $activeCharacter.titles.includes("Masochist")>>
<<set _pricepercen7 = _pricepercen1 + 6300 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Feminine") and $activeCharacter.titles.includes("Submissive")
and $activeCharacter.titles.includes("Courtesan")
and $activeCharacter.titles.includes("Loyal Slave") and $activeCharacter.titles.includes("Sissy") and $activeCharacter.titles.includes("Femme Sub") and $activeCharacter.titles.includes("Feminine Sissy") and $activeCharacter.titles.includes("Masochist")>>
<<set _pricepercen7 = _pricepercen1 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Brody")>>
<<set _punishpercen1 -= 1800 * 1.5>>
<</if>>
<<if $activeCharacter.titles.includes("Bull")>>
<<set _punishpercen1 -= 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Slut")>>
<<set _punishpercen1 -= 1800 * 3>>
<</if>>
<<if $activeCharacter.titles.includes("Courtesan")>>
<<set _punishpercen1 = 0>>
<</if>>
<<if $activeCharacter.titles.includes("Gigolo")>>
<<set _punishpercen1 -= 1800 * 3>>
<</if>>
<<if $activeCharacter.titles.includes("Masculine")>>
<<set _punishpercen1 -= 1800 * 1.5>>
<</if>>
<<if $activeCharacter.titles.includes("Cumsar")>>
<<set _punishpercen1 -= 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Bimboy")>>
<<set _punishpercen1-= 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Sadist")>>
<<set _punishpercen1 -= 1800 * 1.5>>
<</if>>
<<if $activeCharacter.titles.includes("Superjock")>>
<<set _punishpercen1 -= 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Masculine Top")>>
<<set _punishpercen1 -= 1800 * 3>>
<</if>>
<<if $activeCharacter.titles.includes("Cicisbeo")>>
<<set _punishpercen1 -= 1800 * 3>>
<</if>>
<<if $activeCharacter.titles.includes("Sex Fiend")>>
<<set _punishpercen1 -= 1800 * 1.5>>
<</if>>
<<if $activeCharacter.titles.includes("Cumslut")>>
<<set _punishpercen1 -= 1800 * 2>>
<</if>>
<<if $activeCharacter.titles.includes("Succubus")>>
<<set _punishpercen1 -= 1800 * 2>>
<</if>>
<<set _pricepercen2 = $activeCharacter.obedience.base * $activeCharacter.trust.base * $activeCharacter.fear.base * 0.3>>
<<set _pricepercen4 = $activeCharacter.health * 500>>
<<if $activeCharacter.virgin == 1>>
<<set _pricepercen6 = 2000>>
<</if>>
<<set _pricepercen5 = $activeCharacter.rarity * 0>>
<<if $activeCharacter.rarity == 2>>
<<set _pricepercen5 = $activeCharacter.rarity * 1000 *.25>>
<<elseif $activeCharacter.rarity == 3>>
<<set _pricepercen5 = $activeCharacter.rarity * 10000 * .25>>
<<elseif $activeCharacter.rarity == 4>>
<<set _pricepercen5 = $activeCharacter.rarity * 100000 * .25>>
<<elseif $activeCharacter.rarity == 5>>
<<set _pricepercen5 = $activeCharacter.rarity * 1000000 * .25 >>
<</if>>
<<set _pricepercen3 = _pricepercen1 + _pricepercen2 + _pricepercen4 + _pricepercen5 + _pricepercen6 + _pricepercen7>>
<<set _price = ($activeCharacter.ogprice * 0.85) + _pricepercen3>>
<<set _price = Math.round10(_price,1)>>
<center><titled>Slyvine</titled></center>
Slyvine stares down <<print $activeCharacter.name>> and inspects its thoroughly.
<br>
@@color:purple; "An interesting specimen, but I will need to confirm its qualifications myself."@@
<br>
@@color:purple; "Will you give me an hour or so with the merchandise <<print $PC.name>>"?
<br>
"I will send one of my servants to find you when I’m finished." @@
<br>
You agree and spend some time in the main floor when one Slyvine’s maids arrives.
<br>
. . .
<br>
. . .
<br>
. . .
<br>
. . .
@@color: pink; "<<print $Sir[$PC.gender]>> <<print $PC.name>>, Mistress is ready to see you again."@@
<br>
She leads you back to Slyvine’s private room, when you open the door you see Slyvine and <<print $activeCharacter.name>>. <<print $activeCharacter.name>> looks noticeably worn out while Slyvine looks as collected as ever.
<br>
@@color:purple;"As expected from my business partner, you’ve trained this slave quite well."@@
<br>
<<if $activeCharacter.titles.includes("Feminine")>>
@@color:purple;"It has been trained to act like a proper lady and that's what I like to see."@@ <br>
<</if>>
<<if $activeCharacter.titles.includes("Submissive")>>
@@color:purple;"It can perform acts of submission relatively well."@@<br>
<</if>>
<<if $activeCharacter.titles.includes("Courtesan")>>
@@color:purple;"Although acting as a slut isn't what I typically look for in slave. Some clients do enjoy such a service as long as the slave maintains their role as a servant."@@<br>
<</if>>
<<if $activeCharacter.titles.includes("Loyal Slave")>>
@@color:purple;"You've instilled complete obedience in this slave, I know this requires more work than most training so expect a nice bonus from your efforts."@@<br>
<</if>>
<<if $activeCharacter.titles.includes("Sissy")>>
@@color:purple;"Male slaves aren't typically popular with my clients, but training them to act in feminine ways definetly has their supporters."@@
<</if>>
<<if $activeCharacter.titles.includes("Femme Sub")>>
@@color:purple;"To not only instill the role of lady, but also a submissive and compliant lady is very impressive"@@<br>
<</if>>
<<if $activeCharacter.titles.includes("Feminine Sissy")>>
@@color:purple;"This slave is feminine in all ways except for their gentials. I know quite a few clients who would love this type of slave."@@
<</if>>
<<if $activeCharacter.titles.includes("Masochist")>>
@@color:purple;"Some of my clients enjoys slaves that can not only take abuse, but revel in it. To instill this into a slave is something even most trainers fail to do. Good job."@@<br>
<</if>>
<<if _punishpercen1 > 0>>
@@color:purple;"It appears this slave has some . . . unsightly quirks.@@ @@color:red;Expect an appropiate deduction from your pay.@@<br>
<</if>>
<<if $sell == 0>>
@@color:purple;"I'm willing to buy <<print $activeCharacter.name>> for@@ @@color:lightgreen;💎_price@@. @@color:purple;Is this fine with you?"@@
<<include "Unset Passages">>
<<set $Return = 1>>
<<include "Mobile Header">>
[[Yes|Sell-Slyvine][$sell = 1]] | [[No|Sale Slyvine]]
<<else>>
<<include "Unset Passages">>
<<set $Return = 1>>
<<include "Mobile Header">>
You have sold $activeCharacter.name for @@color:lightgreen;💎_price@@.
<<set $PC.money += _price>>
<<include "Move Slave">>
<<set $PC.chopblock.relationships.sylvine.limit += 1>>
<</if>>
<center><titled>Illustrous Slyvine</titled></center>
<<switch $events.choice>>
<<case "Whip Roll">>
<<set $PC.flags.push("SlyvineMet")>>
@@color:purple;Listen and Listen well <<print $PC.name>>,@@
<br><br>
@@color:purple; “As my business continues to grow, my time to train slaves from the ground up dwindles. And while I can train some of them to be trainers themselves, elven sows will never reach the level of quality my more important clients expect of me.”@@
<br><br>
@@color:purple; “You; however, possess the level of proficiency needed to meet those expectations.” @@
<br>
She grins at you,
<br>
@@color:purple; “And maybe more if you work harder.”@@
<br>
@@color:purple; “So for now our partnership will begin with you supplying me some of your stock”@@
<br>
@@color:purple; “The only merchandise I accept are@@ @@color:forestgreen; Elves@@, @@color:purple; and @@@@color:red; trained elves@@@@color:purple; at that.”@@
<br><br>
@@color:purple; “They must either be trained in the ways of@@ @@color:green; Submission@@, @@color:green; Masochism@@@@color:purple; , or in@@ @@color:green; Feminity@@ @@color:purple; and@@ @@color:green; Courtesan@@ @@color:purple; ways.@@
<br><br>
@@color:purple; “And if they have any unsavory qualities trained into them like @@ @@color:red; sluttiness. sadistic tendencies, obsessions with cum or masculinity.@@ @@color:purple;You will be@@ <i>@@color:red; penalized severely for them.@@</i>
<br><br>
@@color:purple; "But don’t fret; however, just as they are penalties for those blemishes, you’ll also get separate bonuses for each proper title I mentioned earlier that you train on that slave." @@
<br>
@@color:purple; "You’ll make more money selling them to me than you do from the auctions, I guarantee it. And if you find some merchandise that caters to my tastes specially well. . . We should save that conversation for another time, shouldn’t we?" @@
<br>
@@color:purple;"Regardless the better the slaves you supply, the more I will trust you in this partnership. And it may even evolve beyond than just me buying slaves from you."@@
<br>
@@color:purple; "At this time I’ll only buy one of your slaves from you once a month. Show me results and that number will change." @@
<<if $PC.flags.includes("SlyvineImpressed1")>>
<<set $PC.chopblock.relationships.sylvine.salemax = 2>>
<br>
After thinking for a moment however she shakes her head.
<br>
@@color:purple; “Well, your discipline of Malliane showed me you are more than capable than your standard trainer.”@@
<br>
@@color:purple; “So I’ll reserve funds to buy 2 slaves off you per month. I hope this assessment of you doesn’t end up disappointing me.”@@
<br>
<</if>>
<br>
@@color:purple; Now, If you don’t mind, I would like for you to leave, I need to discuss some confidential matters with Elizabeth, as well as tend to this. . . disappointment. You can come back later if you already have some merchandise ready for me.@@
<br>
@@color:purple; For now, though, this is all I will expect from you, however; I do hope you go beyond those expectations. A trusted partner is really appreciated in this den of snakes and grovelers.@@
<br>
After those words her face softens for a brief moment and as if she realized this herself, she immediately returns to her usual, cool and professional demeanor.
<br>
And with that you choose to take your leave. Deciding not to eavesdrop you head back to the Main Floor and socialize for a while until a couple of hours pass by.
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<</switch>>
<<switch $events.choice>>
<<case "Decline">>
<<set $PC.flags.push("SlyvineMet")>>
<<set _scenename = "Grovel">>
[[_scenename|Slyvine Introduction-5][$events.choice = "Grovel"]]
<br>
<</switch>>
<<switch $events.choice>>
<<case "Whip Trainer">>
<<set $PC.flags.push("SlyvineMet")>>
<<set $PC.flags.push("SlyvineImpressed1")>>
<<set $PC.chopblock.relationships.sylvine.salemax = 2>>
@@color:purple;"Listen, and listen well <<print $PC.name>>".@@
<br><br>
@@color:purple; “As my business continues to grow, my time to train slaves from the ground up dwindles. And while I can train some of them to be trainers themselves, elven sows will never reach the level of quality my more important clients expect of me.”@@
<br><br>
@@color:purple; “You; however, possess the level of proficiency needed to meet those expectations.” @@
<br>
She grins at you,
<br>
@@color:purple; “And maybe more if you work harder.”@@
<br>
@@color:purple; “So for now our partnership will begin with you supplying me some of your stock”@@
<br>
@@color:purple; “The only merchandise I accept are@@ @@color:forestgreen; Elves@@, @@color:purple; and @@@@color:red; trained elves@@@@color:purple; at that.”@@
<br><br>
@@color:purple; “They must either be trained in the ways of@@ @@color:green; Submission@@, @@color:green; Masochism@@@@color:purple; , or in@@ @@color:green; Feminity@@ @@color:purple; and@@ @@color:green; Courtesan@@ @@color:purple; ways.@@
<br><br>
@@color:purple; “And if they have any unsavory qualities trained into them like @@ @@color:red; sluttiness. sadistic tendencies, obsessions with cum or masculinity.@@ @@color:purple;You will be@@ <i>@@color:red; penalized severely for them.@@</i>
<br><br>
@@color:purple; "But don’t fret; however, just as they are penalties for those blemishes, you’ll also get separate bonuses for each proper title I mentioned earlier that you train on that slave." @@
<br>
@@color:purple; "You’ll make more money selling them to me than you do from the auctions, I guarantee it. And if you find some merchandise that caters to my tastes specially well. . . We should save that conversation for another time, shouldn’t we?" @@
<br>
@@color:purple;"Regardless the better the slaves you supply, the more I will trust you in this partnership. And it may even evolve beyond than just me buying slaves from you."@@
<br>
@@color:purple; "At this time I’ll only buy one of your slaves from you once a month. Show me results and that number will change." @@
<br><br>
After thinking for a moment however she shakes her head.
<br>
@@color:purple; “Well, your discipline of Malliane showed me you are more than capable than your standard trainer.”@@
<br>
@@color:purple; “So I’ll reserve funds to buy 2 slaves off you per month. I hope this assessment of you doesn’t end up disappointing me.”@@
<br>
<br>
@@color:purple; Now, If you don’t mind, I would like for you to leave, I need to discuss some confidential some matters with Elizabeth, as well as tend to this. . . disappointment. You can come back later if you already have some merchandise ready for me.@@
<br>
@@color:purple; For now, though, this is all I will expect from you, however; I do hope you go beyond those expectations. A trusted partner is really appreciated in this den of snakes and grovelers.@@
<br>
After those words her face softens for a brief moment and as if she realized this herself, she immediately returns to her usual, cool and professional demeanor.
<br>
And with that you choose to take your leave. Deciding not to eavesdrop you head back to the Main Floor and socialize for a while until a couple of hours pass by.
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<</switch>>
[[Continue|Chopping Block Private Rooms]]<<include "Unset Passages">>
<<set $Return = "Interact">>
<<set _character = $activeCharacter>>
<<include "Update Slave">>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<include "Unset Passages">>
<<set $Return = "Interact">>
<<saveSlave $activeCharacter>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<center><titled>Influence</titled></center>
<<switch $influnece.choice>>
<<case "Strengthen">>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.2, 5:0.1})>>
<<set _roll = getRoll(_weightedroll(), _weightedroll(), _weightedroll())>>
<<if $PC.cooldown.influence == 2>>
You've reached your limit of influencing others for the week.
<br>
[[Continue|Influence]]
<<elseif $activeCharacter.mood.scale == "Anxiety">>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<<if _roll == 1>>
Your haphazard and poorly worded questions only @@color:red; worsens@@ the <<print $activeCharacter.name>>’s mood.
<<run decreaseMood($activeCharacter, "Anxiety", 30)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 2>>
You strike up a proper conversation with <<print $activeCharacter.name>>, while not incredibly attentive, you still feel that you @@color:greenyellow;strengthened@@ their mood.
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 3>>
You take the time to listen to <<print $activeCharacter.name>>’s worries and problems that’s been troubling them today. You respond in ways to @@color:green;further@@ their mood. By the end of the conversation <<print $activeCharacter.name>> seems to agree with your @@color:green;suggestions.@@
<<run increaseMood($activeCharacter, "Anxiety", 35)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 4>>
You pick up on what’s been bothering <<print $activeCharacter.name>> recently and subtly get <<print $himher[$activeCharacter.gender]>> to open up about it.
<br>
@@color:forestgreen; Revealing @@more details than <<print $heshe[$activeCharacter.gender]>> would usually share. <<print $HeShe[$activeCharacter.gender]>> is @@color:forestgreen; relying@@ on your answers more and more.
<br>
@@color:forestgreen; By the end of the conversation you felt like you changed their day completely.@@
<<run increaseMood($activeCharacter, "Anxiety", 55)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 5>>
You spot <<print $activeCharacter.name>> musing over something to <<print $himselfherself[$activeCharacter.gender]>> when you approach <<print $himher[$activeCharacter.gender]>> and strike up an @@color: mediumslateblue; engaging conversation@@ with . <<print $himher[$activeCharacter.gender]>>. You subtly ask what was troubling <<print $himher[$activeCharacter.gender]>> earlier in approachable manner. Feeling as though @@color: mediumslateblue;you would give <<print $himher[$activeCharacter.gender]>> the answers <<print $heshe[$activeCharacter.gender]>> needs@@, <<print $heshe[$activeCharacter.gender]>> @@color: mediumslateblue;told you everything@@ <<print $heshe[$activeCharacter.gender]>> could about what’s troubling <<print $himher[$activeCharacter.gender]>>. You showed great attentivenss and @@color: mediumslateblue;responded expertly@@ to every question <<print $heshe[$activeCharacter.gender]>> asked you. @@color: mediumslateblue;Replying in ways to not only mold <<print $hisher[$activeCharacter.gender]>> mood to your liking, but also increasing <<print $hisher[$activeCharacter.gender]>> trust in you overall.@@
<<run increaseTrust($activeCharacter, 5)>>
<<run increaseMood($activeCharacter, "Anxiety", 100)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<br> @@color: mediumslateblue; <<print $activeCharacter.name>>’s trust in you has improved@@
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<</if>>
<<elseif $activeCharacter.mood.scale == "Hate">>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<<if _roll == 1>>
Your haphazard and poorly worded questions only @@color:red; worsens@@ the <<print $activeCharacter.name>>’s mood.
<<run decreaseMood($activeCharacter, "Hate", 30)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 2>>
You strike up a proper conversation with <<print $activeCharacter.name>>, while not incredibly attentive, you still feel that you @@color:greenyellow;strengthened@@ their mood.
<<run increaseMood($activeCharacter, "Hate", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 3>>
You take the time to listen to <<print $activeCharacter.name>>’s worries and problems that’s been troubling them today. You respond in ways to @@color:green;further@@ their mood. By the end of the conversation <<print $activeCharacter.name>> seems to agree with your @@color:green;suggestions.@@
<<run increaseMood($activeCharacter, "Hate", 35)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 4>>
You pick up on what’s been bothering <<print $activeCharacter.name>> recently and subtly get <<print $himher[$activeCharacter.gender]>> to open up about it.
<br>
@@color:forestgreen; Revealing @@more details than <<print $heshe[$activeCharacter.gender]>> would usually share. <<print $HeShe[$activeCharacter.gender]>> is @@color:forestgreen; relying@@ on your answers more and more.
<br>
@@color:forestgreen; By the end of the conversation you felt like you changed their day completely.@@
<<run increaseMood($activeCharacter, "Hate", 55)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 5>>
You spot <<print $activeCharacter.name>> musing over something to <<print $himselfherself[$activeCharacter.gender]>> when you approach <<print $himher[$activeCharacter.gender]>> and strike up an @@color: mediumslateblue; engaging conversation@@ with . <<print $himher[$activeCharacter.gender]>>. You subtly ask what was troubling <<print $himher[$activeCharacter.gender]>> earlier in approachable manner. Feeling as though @@color: mediumslateblue;you would give <<print $himher[$activeCharacter.gender]>> the answers <<print $heshe[$activeCharacter.gender]>> needs@@, <<print $heshe[$activeCharacter.gender]>> @@color: mediumslateblue;told you everything@@ <<print $heshe[$activeCharacter.gender]>> could about what’s troubling <<print $himher[$activeCharacter.gender]>>. You showed great attentivenss and @@color: mediumslateblue;responded expertly@@ to every question <<print $heshe[$activeCharacter.gender]>> asked you. @@color: mediumslateblue;Replying in ways to not only mold <<print $hisher[$activeCharacter.gender]>> mood to your liking, but also increasing <<print $hisher[$activeCharacter.gender]>> trust in you overall.@@
<<run increaseTrust($activeCharacter, 5)>>
<<run increaseMood($activeCharacter, "Hate", 100)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<br> @@color: mediumslateblue; <<print $activeCharacter.name>>’s trust in you has improved@@
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<</if>>
<<elseif $activeCharacter.mood.scale == "Affection">>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<<if _roll == 1>>
Your haphazard and poorly worded questions only @@color:red; worsens@@ the <<print $activeCharacter.name>>’s mood.
<<run decreaseMood($activeCharacter, "Affection", 30)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 2>>
You strike up a proper conversation with <<print $activeCharacter.name>>, while not incredibly attentive, you still feel that you @@color:greenyellow;strengthened@@ their mood.
<<run increaseMood($activeCharacter, "Affection", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 3>>
You take the time to listen to <<print $activeCharacter.name>>’s worries and problems that’s been troubling them today. You respond in ways to @@color:green;further@@ their mood. By the end of the conversation <<print $activeCharacter.name>> seems to agree with your @@color:green;suggestions.@@
<<run increaseMood($activeCharacter, "Affection", 35)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 4>>
You pick up on what’s been bothering <<print $activeCharacter.name>> recently and subtly get <<print $himher[$activeCharacter.gender]>> to open up about it.
<br>
@@color:forestgreen; Revealing @@more details than <<print $heshe[$activeCharacter.gender]>> would usually share. <<print $HeShe[$activeCharacter.gender]>> is @@color:forestgreen; relying@@ on your answers more and more.
<br>
@@color:forestgreen; By the end of the conversation you felt like you changed their day completely.@@
<<run increaseMood($activeCharacter, "Affection", 55)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 5>>
You spot <<print $activeCharacter.name>> musing over something to <<print $himselfherself[$activeCharacter.gender]>> when you approach <<print $himher[$activeCharacter.gender]>> and strike up an @@color: mediumslateblue; engaging conversation@@ with . <<print $himher[$activeCharacter.gender]>>. You subtly ask what was troubling <<print $himher[$activeCharacter.gender]>> earlier in approachable manner. Feeling as though @@color: mediumslateblue;you would give <<print $himher[$activeCharacter.gender]>> the answers <<print $heshe[$activeCharacter.gender]>> needs@@, <<print $heshe[$activeCharacter.gender]>> @@color: mediumslateblue;told you everything@@ <<print $heshe[$activeCharacter.gender]>> could about what’s troubling <<print $himher[$activeCharacter.gender]>>. You showed great attentivenss and @@color: mediumslateblue;responded expertly@@ to every question <<print $heshe[$activeCharacter.gender]>> asked you. @@color: mediumslateblue;Replying in ways to not only mold <<print $hisher[$activeCharacter.gender]>> mood to your liking, but also increasing <<print $hisher[$activeCharacter.gender]>> trust in you overall.@@
<<run increaseTrust($activeCharacter, 5)>>
<<run increaseMood($activeCharacter, "Affection", 100)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<br> @@color: mediumslateblue; <<print $activeCharacter.name>>’s trust in you has improved@@
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<</if>>
<<elseif $activeCharacter.mood.scale == "Happiness">>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<<if _roll == 1>>
Your haphazard and poorly worded questions only @@color:red; worsens@@ the <<print $activeCharacter.name>>’s mood.
<<run decreaseMood($activeCharacter, "Happiness", 30)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 2>>
You strike up a proper conversation with <<print $activeCharacter.name>>, while not incredibly attentive, you still feel that you @@color:greenyellow;strengthened@@ their mood.
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 3>>
You take the time to listen to <<print $activeCharacter.name>>’s worries and problems that’s been troubling them today. You respond in ways to @@color:green;further@@ their mood. By the end of the conversation <<print $activeCharacter.name>> seems to agree with your @@color:green;suggestions.@@
<<run increaseMood($activeCharacter, "Happiness", 35)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 4>>
You pick up on what’s been bothering <<print $activeCharacter.name>> recently and subtly get <<print $himher[$activeCharacter.gender]>> to open up about it.
<br>
@@color:forestgreen; Revealing @@more details than <<print $heshe[$activeCharacter.gender]>> would usually share. <<print $HeShe[$activeCharacter.gender]>> is @@color:forestgreen; relying@@ on your answers more and more.
<br>
@@color:forestgreen; By the end of the conversation you felt like you changed their day completely.@@
<<run increaseMood($activeCharacter, "Happiness", 55)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 5>>
You spot <<print $activeCharacter.name>> musing over something to <<print $himselfherself[$activeCharacter.gender]>> when you approach <<print $himher[$activeCharacter.gender]>> and strike up an @@color: mediumslateblue; engaging conversation@@ with . <<print $himher[$activeCharacter.gender]>>. You subtly ask what was troubling <<print $himher[$activeCharacter.gender]>> earlier in approachable manner. Feeling as though @@color: mediumslateblue;you would give <<print $himher[$activeCharacter.gender]>> the answers <<print $heshe[$activeCharacter.gender]>> needs@@, <<print $heshe[$activeCharacter.gender]>> @@color: mediumslateblue;told you everything@@ <<print $heshe[$activeCharacter.gender]>> could about what’s troubling <<print $himher[$activeCharacter.gender]>>. You showed great attentivenss and @@color: mediumslateblue;responded expertly@@ to every question <<print $heshe[$activeCharacter.gender]>> asked you. @@color: mediumslateblue;Replying in ways to not only mold <<print $hisher[$activeCharacter.gender]>> mood to your liking, but also increasing <<print $hisher[$activeCharacter.gender]>> trust in you overall.@@
<<run increaseTrust($activeCharacter, 5)>>
<<run increaseMood($activeCharacter, "Happiness", 100)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<br> @@color: mediumslateblue; <<print $activeCharacter.name>>’s trust in you has improved@@
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<</if>>
<<elseif $activeCharacter.mood.scale == "Serenity">>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
<<if _roll == 1>>
Your haphazard and poorly worded questions only @@color:red; worsens@@ the <<print $activeCharacter.name>>’s mood.
<<run decreaseMood($activeCharacter, "Serenity", 30)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 2>>
You strike up a proper conversation with <<print $activeCharacter.name>>, while not incredibly attentive, you still feel that you @@color:greenyellow;strengthened@@ their mood.
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 3>>
You take the time to listen to <<print $activeCharacter.name>>’s worries and problems that’s been troubling them today. You respond in ways to @@color:green;further@@ their mood. By the end of the conversation <<print $activeCharacter.name>> seems to agree with your @@color:green;suggestions.@@
<<run increaseMood($activeCharacter, "Serenity", 35)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 4>>
You pick up on what’s been bothering <<print $activeCharacter.name>> recently and subtly get <<print $himher[$activeCharacter.gender]>> to open up about it.
<br>
@@color:forestgreen; Revealing @@more details than <<print $heshe[$activeCharacter.gender]>> would usually share. <<print $HeShe[$activeCharacter.gender]>> is @@color:forestgreen; relying@@ on your answers more and more.
<br>
@@color:forestgreen; By the end of the conversation you felt like you changed their day completely.@@
<<run increaseMood($activeCharacter, "Serenity", 55)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<<elseif _roll == 5>>
You spot <<print $activeCharacter.name>> musing over something to <<print $himselfherself[$activeCharacter.gender]>> when you approach <<print $himher[$activeCharacter.gender]>> and strike up an @@color: mediumslateblue; engaging conversation@@ with . <<print $himher[$activeCharacter.gender]>>. You subtly ask what was troubling <<print $himher[$activeCharacter.gender]>> earlier in approachable manner. Feeling as though @@color: mediumslateblue;you would give <<print $himher[$activeCharacter.gender]>> the answers <<print $heshe[$activeCharacter.gender]>> needs@@, <<print $heshe[$activeCharacter.gender]>> @@color: mediumslateblue;told you everything@@ <<print $heshe[$activeCharacter.gender]>> could about what’s troubling <<print $himher[$activeCharacter.gender]>>. You showed great attentivenss and @@color: mediumslateblue;responded expertly@@ to every question <<print $heshe[$activeCharacter.gender]>> asked you. @@color: mediumslateblue;Replying in ways to not only mold <<print $hisher[$activeCharacter.gender]>> mood to your liking, but also increasing <<print $hisher[$activeCharacter.gender]>> trust in you overall.@@
<<run increaseTrust($activeCharacter, 5)>>
<<run increaseMood($activeCharacter, "Serenity", 100)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<br> @@color: mediumslateblue; <<print $activeCharacter.name>>’s trust in you has improved@@
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br>
[[Continue|Influence]]
<</if>>
<<else>>
It seems you can't influence <<print $activeCharacter.name>> at this time. . .
<</if>>
<</switch>>
<<switch $influnece.choice>>
<<case "Change">>
<<if $PC.cooldown.influence == 2>>
You've reached your limit of influencing others for the week.
<br>
[[Continue|Influence]]
<<else>>
What kind of mood do you want to put them in?
<br><br>
<<if $activeCharacter.mood.scale == "Anxiety">>
[[Happiness|Influence 3][$influnece.choice = "Happiness"]]
<br>
[[Serenity|Influence 3][$influnece.choice = "Serenity"]]
<br>
[[Hate|Influence 3][$influnece.choice = "Hate"]]
<br>
[[Affection|Influence 3][$influnece.choice = "Affection"]]
<<elseif $activeCharacter.mood.scale == "Happiness">>
[[Anxiety|Influence 3][$influnece.choice = "Anxiety"]]
<br>
[[Hate|Influence 3][$influnece.choice = "Hate"]]
<br>
[[Affection|Influence 3][$influnece.choice = "Affection"]]
<br>
[[Serenity|Influence 3][$influnece.choice = "Serenity"]]
<<elseif $activeCharacter.mood.scale == "Hate">>
[[Happiness|Influence 3][$influnece.choice = "Happiness"]]
<br>
[[Serenity|Influence 3][$influnece.choice = "Serenity"]]
<br>
[[Anxiety|Influence 3][$influnece.choice = "Anxiety"]]
<br>
[[Affection|Influence 3][$influnece.choice = "Affection"]]
<<elseif $activeCharacter.mood.scale == "Affection">>
[[Happiness|Influence 3][$influnece.choice = "Happiness"]]
<br>
[[Serenity|Influence 3][$influnece.choice = "Serenity"]]
<br>
[[Hate|Influence 3][$influnece.choice = "Hate"]]
<br>
[[Anxiety|Influence 3][$influnece.choice = "Anxiety"]]
<<elseif $activeCharacter.mood.scale == "Serenity">>
[[Happiness|Influence 3][$influnece.choice = "Happiness"]]
<br>
[[Anxiety|Influence 3][$influnece.choice = "Anxiety"]]
<br>
[[Hate|Influence 3][$influnece.choice = "Hate"]]
<br>
[[Affection|Influence 3][$influnece.choice = "Affection"]]
<</if>>
<</if>>
<</switch>>
Character Object {"name": "Lotte", "race": "hume", "tribe": "human", "gender": "female", "sex": "female", "ogsex": "female", "skintone": "light-skinned", "fur": "", "haircolor": "black", "hairstyle": "in a ponytail", "eyecolor": "violet", "eyedescriptor": "peircing", "occupation": "an adventurer's daughter", "temperament": "", "nature": "deredere", "origin": "You bought Lotte from Sasha's Slave Shop.", "assignment": "rest", "location": "estate", "building": "", "room": "", "diet": Object {"status": "Normal", "progress": 82}, "sickness": "", "promise": Object {"made": 0, "weeks": 0}, "likes": Array(0) [], "dislikes": Array(0) [], "fears": Array(0) [], "renew": null, "memories": "", "appointment": Object {"type": null, "location": null, "detail": null}, "threaten": Object {"made": 0, "weeks": 0}, "echo": Object {"subtype": "", "total": 0}, "title": "Slave", "titles": Array(1) ["Slave"], "transformation": Object {"progress": 0, "item": "None", "circulating": "None", "duration": 0}, "incense": Object {"item": "None"}, "hypno": Object {"bimbo": 0, "cum": 0, "masochism": 0, "sadism": 0, "muscle": 0, "domesticated": 0}, "info": Object {"endweek": null}, "stats": Object {"manual": 30, "oral": 60, "mammary": 53, "vanilla": 4, "anal": 10, "sissification": 0, "bimbofication": 0, "femininity": 0, "masculinity": 0, "strumpetry": 0, "dominant": 0, "submissive": 0, "masculinization": 0, "chivalry": 0, "breeding": 0}, "cooldown": Object {"title": 0, "inspection": 0, "talk": 0}, "popularity": Object {"brothel": 0, "ranch": 0}, "clothes": Object {"outfit": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 1, "class": 0, "tags": ""}, "head": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "eyes": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "neck": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "hands": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "top": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "underwear": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "bottom": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "legs": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}, "shoes": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "tags": ""}}, "armor": Object {"set": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "armorstr": 0, "armordex": 0, "armormag": 0, "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 1, "class": 0, "rarity": 0, "evasion": 0, "slashingres": 0, "piercingres": 0, "bluntres": 0, "elementalres": 0, "statusres": 0, "tags": "", "enchantment": Object {"enchantmentslots": 0, "enchantmentname": "", "cursed": 0}}, "head": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "armorstr": 0, "armordex": 0, "armormag": 0, "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "rarity": 0, "evasion": 0, "slashingres": 0, "piercingres": 0, "bluntres": 0, "elementalres": 0, "statusres": 0, "tags": "", "enchantment": Object {"enchantmentslots": 0, "enchantmentname": "", "cursed": 0}}, "torso": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "armorstr": 0, "armordex": 0, "armormag": 0, "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "rarity": 0, "evasion": 0, "slashingres": 0, "piercingres": 0, "bluntres": 0, "elementalres": 0, "statusres": 0, "tags": "", "enchantment": Object {"enchantmentslots": 0, "enchantmentname": "", "cursed": 0}}, "legs": Object {"type": 1, "clothes": 0, "strength": 0, "magic": 0, "dexterity": 0, "charm": 0, "name": "", "armorstr": 0, "armordex": 0, "armormag": 0, "appeal": 0, "masculinity": 0, "femininity": 0, "eqf": 0, "class": 0, "rarity": 0, "evasion": 0, "slashingres": 0, "piercingres": 0, "bluntres": 0, "elementalres": 0, "statusres": 0, "tags": "", "enchantment": Object {"enchantmentslots": 0, "enchantmentname": "", "cursed": 0}}}, "weapon": Object {"strength": 0, "weight": 0}, "tattoo": Object {"body": null, "face": null, "innerlip": null, "neck": null, "upperback": null, "shoulder": null, "upperarm": null, "lowerarm": null, "hands": null, "chest": null, "ribcage": null, "lowerback": null, "abdomen": null, "pelvis": null, "hips": null, "buttocks": null, "upperleg": null, "lowerleg": null, "ankle": null, "feet": null}, "piercing": Object {"ear": Object {"type": 0, "jewelry": 0}, "eyebrow": Object {"type": 0, "jewelry": 0}, "nose": Object {"type": 0, "jewelry": 0}, "tongue": Object {"type": 0, "jewelry": 0}, "lip": Object {"type": 0, "jewelry": 0}, "nipple": Object {"type": 0, "jewelry": 0}, "navel": Object {"type": 0, "jewelry": 0}, "pussy": Object {"type": 0, "jewelry": 0}, "cock": Object {"type": 0, "jewelry": 0}}, "sextoys": Object {"butt": Object {"name": "", "vibration": 0, "size": 0, "lube": 0, "train": 0, "eqf": 0}, "vagina": Object {"name": "", "vibration": 0, "size": 0, "lube": 0, "train": 0, "eqf": 0}, "cock": Object {"name": "", "vibration": 0, "size": 0, "lube": 0, "train": 0, "eqf": 0}, "mouth": Object {"name": "", "vibration": 0, "size": 0, "lube": 0, "train": 0, "eqf": 0}, "nipples": Object {"name": "", "vibration": 0, "weight": 0, "pain": 0, "train": 0, "eqf": 0}, "eyes": Object {"name": "", "blindness": 0, "hypnosis": 0, "eqf": 0}, "body": Object {"name": "", "tightness": 0, "train": 0, "eqf": 0}, "hands": Object {"name": "", "tightness": 0, "train": 0, "eqf": 0}}, "exoticism": 0, "style": 0, "will": 0, "submission": 0, "shaved": 0, "lust": 3, "mood": Object {"scale": "Affection", "current": 45}, "customers": 0, "amnity": 0, "sanity": 70, "obedience": Object {"current": 8, "base": 8, "mood": 0, "bonus": 0, "multi": 1}, "fear": Object {"current": 20, "base": 20, "mood": 0, "bonus": 0, "multi": 1}, "trust": Object {"current": 3, "base": 3, "mood": 0, "bonus": 0, "multi": 1}, "affection": Object {"current": 6, "base": 26, "mood": -20, "bonus": 0, "multi": 1}, "hate": Object {"current": 0, "base": 0, "mood": 0, "bonus": 0, "multi": 1}, "rating": 0, "guilt": 0, "tempbehaviour": 0, "ID": "SLAVE716C869", "health": 4, "fatigue": Object {"status": "None", "mental": 5, "physical": 5, "max": 5, "progress": 0}, "expense": 100, "rarity": 1, "shelflife": 3, "age": 0, "birthweek": 39, "maturity": 1, "lifespan": 98, "intelligence": 5, "intelligenceexp": 0, "height": 183, "inverted": 0, "butt": Object {"current": 1, "base": 1, "supplement": 0, "bonus": 0, "multi": 1, "mod": 1}, "lips": Object {"current": 3, "base": 3, "supplement": 0, "bonus": 0, "multi": 1, "mod": 3}, "shoulders": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}, "hips": Object {"current": 2, "base": 2, "supplement": 0, "bonus": 0, "multi": 1, "mod": 2}, "torso": Object {"current": 0, "base": 5, "supplement": 0, "bonus": 0, "multi": 0, "mod": 5}, "legs": Object {"current": 2, "base": 2, "supplement": 0, "bonus": 0, "multi": 1, "mod": 2}, "bust": Object {"current": 7, "base": 7, "supplement": 0, "bonus": 0, "multi": 1, "mod": 7}, "cock": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}, "girth": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}, "balls": Object {"current": 0, "base": 2, "supplement": 0, "bonus": 0, "multi": 0, "mod": 2}, "clit": Object {"current": 3, "base": 3, "supplement": 0, "bonus": 0, "multi": 1, "mod": 3}, "pussy": Object {"current": 4, "base": 4, "supplement": 0, "bonus": 0, "multi": 1, "mod": 4}, "sensitivity": Object {"cock": 7, "breasts": 11, "anus": 0, "clit": 0, "pussy": 37, "balls": 22, "mouth": 15}, "gape": 19, "analtoy": 0, "hooded": 1, "vagina": 0, "circumcised": 0, "chastity": 0, "virgin": 1, "lactating": Object {"temporary": 0, "permanent": 0}, "nectaring": Object {"temporary": 0, "permanent": 0}, "analvirgin": 1, "beauty": 1, "weight": 1, "traits": Object {"ears": "", "tail": "", "feet": "", "hands": "", "body": "", "description": "", "list": Array(0) [], "special": ""}, "fitness": Object {"status": "None", "progress": 10}, "color": Array(1) ["pink"], "level": 0, "levelexp": 0, "price": 9270, "ogprice": 9270, "appeal": 22, "reputation": 0, "sexualskill": Object {"oral": Object {"kissing": 20, "fellatio": 100, "cunnilingus": 40, "analingus": 80}, "mammary": Object {"breastplay": 100, "breastfeeding": 40, "intercourse": 20}, "manual": Object {"masturbation": 0, "fingering": 20, "handjob": 20, "fisting": 80}, "intercourse": Object {"vaginal": 4, "anal": 10, "pitching": 0, "pegging": 40}}, "expenses": 0, "known": Object {"virginity": 1, "analvirginity": 1, "nature": 1, "sexualskill": 1}, "impermanent": Object {"cock": 0, "bust": 0, "clit": 0, "pussy": 0, "balls": 0}, "sexual": Object {"fertility": Object {"current": 3, "base": 3, "supplement": 0, "bonus": 0, "multi": 1, "mod": 3}, "libido": Object {"current": 3, "base": 3, "supplement": 0, "bonus": 0, "multi": 1, "mod": 3}, "strength": Object {"current": 3, "base": 3, "supplement": 0, "bonus": 0, "multi": 1, "mod": 3}, "speed": Object {"current": 3, "base": 3, "supplement": 0, "bonus": 0, "multi": 1, "mod": 3}, "stamina": Object {"current": 2, "base": 2, "supplement": 0, "bonus": 0, "multi": 1, "mod": 2}, "control": Object {"current": 3, "base": 3, "supplement": 0, "bonus": 0, "multi": 1, "mod": 3}}, "chattel": Object {"pen": 0, "style": null, "focus": null}, "pregnancy": Object {"child": Array(0) [], "weeks": 0, "maturity": 0, "duration": 0, "lactating": 0, "recovery": 0, "type": "normal", "status": null, "impregnated": 0}, "history": Array(0) [], "eventlog": Array(0) [], "flags": Array(0) [], "skills": Object {}, "statresist": Object {"slashingres": 0, "piercingres": 0, "bluntres": 0, "elementalres": 0, "statusres": 0}, "comstats": Object {"strength": 0, "dexterity": 0, "intelligence": 0, "mana": 0, "charm": 0}, "position": null, "training": Object {"trainer": null, "discipline": null, "reward": Object {"small": null, "normal": null, "large": null}, "punishment": Object {"small": null, "normal": null, "large": null}}, "combat": Object {"stamina": Object {"current": 0, "max": 0}, "arousal": Object {"current": 0, "max": 0}, "libido": Object {"current": 0, "max": 0}, "text": Object {}, "stimulation": 0}, "cum": Object {"quantity": Object {"current": 0, "base": 1, "supplement": 0, "bonus": 0, "multi": 0, "mod": 1}, "quality": Object {"current": 0, "base": 5, "supplement": 0, "bonus": 0, "multi": 0, "mod": 5}, "taste": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}}, "milk": Object {"quantity": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}, "quality": Object {"current": 0, "base": 4, "supplement": 0, "bonus": 0, "multi": 0, "mod": 4}, "taste": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}}, "nectar": Object {"quantity": Object {"current": 0, "base": 4, "supplement": 0, "bonus": 0, "multi": 0, "mod": 4}, "quality": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}, "taste": Object {"current": 0, "base": 3, "supplement": 0, "bonus": 0, "multi": 0, "mod": 3}}, "update": Array(0) [], "condition": Object {"status": "None", "progress": 89}, "summary": "<b>Lotte was resting this week.</b><br>You allow Lotte to rest this week so <<print $heshe['female']>> can get recover <<print $hisher['female']>> health and fatigue. <<print $HeShe['female']>> is now @@color:forestgreen;Vigorous@@ and @@color:forestgreen;Energetic@@.<br>@@color:red;Lotte's week has gone very badly for <<print $himher['female']>>, changing <<print $hisher['female']>> mood from @@''@@color:yellow;Content@@'' @@color:red;to@@ ''@@color:orange;Wavering@@''@@color:red;.@@<br><br><b>@@color:forestgreen;Lotte has gained the common title [Slave].@@</b><br>Lotte has lost all right to <<print $hisher['female']>> person, and now belongs to someone else. The only way <<print $heshe['female']>> will find freedom is if <<print $hisher['female']>> owner sets <<print <<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if _character.name includes("relationship1.name")>>
<<set $activeCharacter2 = _character>>
<</if>>
<</for>>
<<set _s = random(1, $slaves.amount)>>
<<set $activeCharacter2 = $slaves[_s]>>
<<if $activeCharacter2.name == $activeCharacter.name>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<<if _character.name != $activeCharacter.name>>
<<set $activeCharacter2 = _character>>
<</if>>
<</for>>
<</if>>
<<print $activeCharacter2.name>> has met <<print $activeCharacter.name>>
<<set $activeCharacter2.push("relationship1")>>
<<set $activeCharacter.push("relationship1")>>
<<saveSlave $activeCharacter2>>
<<saveSlave $activeCharacter>><<set $Previous = "Slyvine">>
<<unset $Return>>
<center><titled>Slyvine</titled></center>
<br><br>
Slyvine puts aside some paperwork and focuses her attention onto you.
<br>
@@color:purple;"I see, what merchandise do you have for me today?"@@
<hr>
<<if $PC.chopblock.relationships.sylvine.limit == $PC.chopblock.relationships.sylvine.salemax>>
@@color:purple;"I've bought enough slaves from you for the month. I'll let you know when I need more."@@
<<else>>
<<for _i = 1; _i <= $slaves.amount; _i++>>
<<set _character = $slaves[_i]>>
<br>
<<if _character.appointment.type == null and _character.titles.includes("Submissive") and _character.race.includes("elf") or _character.appointment.type == null and _character.titles.includes("Masochist") and _character.race.includes("elf") or _character.appointment.type == null and _character.titles.includes("Feminine") and _character.race.includes("elf") or _character.appointment.type == null and _character.titles.includes("Sissy") and _character.race.includes("elf") or _character.appointment.type == null and _character.titles.includes("Courtesan") and _character.race.includes("elf") or _character.appointment.type == null and _character.titles.includes("Loyal Slave") and _character.race.includes("elf") >>
<<displayTitle _character.title "title">> _character.name | <<print "[[Sell|Sell-Slyvine][$activeCharacter to $slaves[" + _i + "]]]">>
<</if>>
<</for>>
<</if>>Double-click this passage to edit it.
<center><titled>Illustrious Slyvine</titled></center>
<<switch $events.choice>>
<<case "Whip Roll">>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.3, 3:0.2, 4:0.2, 5:0.1})>>
<<if $PC.race == "beastman">>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.1, 3:0.3, 4:0.2, 5:0.1})>>
<</if>>
<<set _roll = getRoll(_weightedroll(), _weightedroll(), _weightedroll())>>
Taking the whip from Slyvine you muse over how you should do this
<br>
Looking towards Milliane you can see she is trying to hold herself as firm as she can. Noticing despite this attempt, she’s shaking.
<br>
<<if $PC.race == "beastman" and $PC.titles.includes("Slaver") or $PC.race == "beastman" and $PC.titles.includes("Fledgling Trainer")>>
You know what's she done from your eavesdropping, which also has given you a good idea of her disposition from how she seems to react and respond to things.
<br>
<</if>>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
You’ve trained this type of slave before, so you know exactly what sort of things will make her break.
<br>
<</if>>
You crack the whip right next to Milliane, making her yelp and jump in surprise.
<br>
With Slyvine’s gaze judging every action you do, it’s time to show what you can do.
<br><br>
<<if _roll <= 3>>
<<set $PC.flags.push("SlyvineImpressed1")>>
You whip and prod Milliane’s skillfully, almost like it’s art. With each and every hit you wear Milliane down to her very core, picking every moment to instill remorse for disappointing Slyvine.
<br>
<<else>>
Despite your best efforts, you find the whip a little unruly at times, occasionally hitting the elf more than you actually wanted. Which is fine usually, but in this scenario, you’ve reduced to her a weeping mess of tears and Slyvine may have noticed your incompetence.
<</if>>
You need to build her back up into a proper servant now.
<br>
@@color:orange; “Let me ask one more time, why did you show such a miserable display for your mistress?“@@
<br><br>
@@color:red; <i>*Crack!*</i>@@
<br><br>
@@color:yellow; AH-! I have no excuse for my actions, I really am so p-Pathetic. . .@@
<br>
Beyond feeling sorry for herself at this point, it seems you got her to focus on her failings as a servant more than anything else.
<br><br>
@@color:orange; “Exactly, you are pathetic, imagine if I happened to be a very important client, think of how they would view Slyvine’s training practice? If one of her personal slaves couldn’t even serve <i>tea</i> properly.@@
<br><br>
A dull silence hung in the air, save for the blond elf’s soft weeping.
<br><br>
@@color:yellow; “. . .I don’t want to disappoint my Mistress, p-please make sure this. . . elven sow never shows such and unsightly behavior in public a-again!”@@
<br>
@@color:orange; “Then, spread your legs and prepare yourself. “@@
<br><br>
Time for the final push.
<br>
@@color:yellow; “. . . . . . . . Yes <<print $Sir[$PC.gender]>>. “@@
<br>
Spreading her legs as much as her hanging panties and skirt could allow her to, fully exposing her untouched pussy. She also moved her hands from the wall, putting them meekly behind her back.
<br><br>
@@color:orange; “Good, now you will not buckle or fall understand? No matter what I do next. Show your Mistress that your only desire in your life is to service her.“@@
<br>
@@color:yellow; “Yes <<print $Sir[$PC.gender]>>. “@@
<br>
Slyvine watched on, as stoic as before. You can’t tell if she’s impressed or not, but either way your focus should be on what you were requested to do, and that’s to discipline.
<br>
You readied and aimed your whip for Milliane’s bare pussy. <br>
@@color:red; <i>*Crack!*</i>@@
<br>
@@color:yellow;<i> “AHHHHH-!”</i>@@
<br><br>
<<if $PC.flags.includes("SlyvineImpressed1")>>
With a blood-curdling scream Milliane shot up, her body reflexively reacting to pain of one her most sensitive areas. . .
<br>
Yet she still stood. Her legs still spread, and her arms still behind her back. Her breathing, incredibly ragged.
<br><br>
@@color:orange; “It’s Impressive that you maintained yourself, it seems you really do want to serve your Mistress. I now have, just one question for you. . .”@@
<br><br>
@@color:orange; “Do you think that was enough?”@@
<br>
@@color:yellow; “. . . . No <<print $Sir[$PC.gender]>>”@@
Hearing such a reply, if only for a moment the elven mistress finally showed the slightest emotion you’ve seen so far after all this time-
<br><br>
<i>A smile of satisfaction.</i>
<br><br>
@@color:yellow; “However many more do I need to show I that I exist for my Mistress? . . . You should decide <<print $sir[$PC.gender]>>.”@@
<br><br>
@@color:orange; “Then once more on your pussy, and for answering well there will be no surprises for you, I will make this one hurt more than last one. Now show us, that you truly serve your Mistress.”@@
<br>
@@color:yellow; “Yes <<print $Sir[$PC.gender]>>. “@@
You reeled back and struck the elf right on her pussy, using your expertise of the whip to hit not only that but her clit and some of her stomach as well.
<br> <br>
Despite undeniably intense pain she must have felt, the only thing that came from her mouth were strained gasp for air, followed by intense wheezing.
<br>
@@color:yellow; “Thank you, <<print $Sir[$PC.gender]>>. “@@
<br>
@@color:orange; “Now drop to the floor, you’ve proven some of your dedication today, now show us the rest. “@@
<br><br>
@@color:yellow; “t-Thank you, <<print $Sir[$PC.gender]>>!“@@
<br> <br>
Crumbling to her hands and knees, you can clearly tell from the exhaust of air that it took everything she could to stay standing before. Despite her clear exhaustion she still crawled over to her Mistress and looked up to her, filled with pure submission in her eyes,
@@color:yellow; “m-Mistress, I don’t know how I can make up for disgracing you so much today, but would you please allow me to at least clean your boots? I don’t want my horrible mistake to ruin your attire.“@@
<br><br>
@@color:purple; “. . .Very well Milliane.“@@
<br><br>
@@color:yellow; “t-Thank you so much, Mistress!“@@
<br>
Milliane immediately went to work, licking Slyvine’s boots head-to-toe, the passion in her movements akin to passionate bitch in heat.
<br>
<<else>>
Milliane collapses to the floor, breathing haphazardly and unresponsive to anything you say.
<br>
<</if>>
<<if $PC.flags.includes("SlyvineImpressed1")>>
@@color:purple;“Heh, It seems those rumors about didn’t you enough justice <<print $PC.name>>.”@@
<br> <br>
@@color:purple;“That display was beyond exemplary, with some techniques I can make use of myself. For now though, I believe should take some time to business arrangements between us, woudldn't you agree <<print $PC.name>>?”@@ <br>
Slyvine gestures towards the couch.
<br>
It looks like things turned out better than you ever could of hoped.
<br>
And you didn’t piss her off as well which is a plus.
<<else>>
@@color:purple;“An. . . adequate performance I shall say. Enough to show me you are capable of supplying me with what I need. Maybe in the future I can teach you some techniques to help with your training. For now though, I believe we should take some time to business arrangements between us, woudldn't you agree <<print $PC.name>>?”@@ <br>
Slyvine tends to Milliane as you awkwardly take seat on the couch, waiting.
<br>
You didn’t piss her off at least it seems.
<</if>>
<br>
[[Continue|Slyvine Introduction-4][$events.choice = "Whip Roll"]]
<</switch>>
<<switch $events.choice>>
<<case "Whip Trainer">>
Taking the whip from Slyvine you muse over how you should do this
<br>
Looking towards Milliane you can see she is trying to hold herself as firm as she can. Noticing despite this attempt, she’s shaking.
<br>
<<if $PC.race == "beastman" and $PC.titles.includes("Slaver") or $PC.race == "beastman" and $PC.titles.includes("Fledgling Trainer")>>
You know what's she done from your eavesdropping, which also has given you a good idea of her disposition from how she seems to react and respond to things.
<br>
<</if>>
<<if $PC.titles.includes("Slaver") or $PC.titles.includes("Fledgling Trainer")>>
You’ve trained this type of slave before, so you know exactly what sort of things will make her break.
<br>
<</if>>
You crack the whip right next to Milliane, making her yelp and jump in surprise.
<br>
With Slyvine’s gaze judging every action you do, it’s time to show what you can do.
<br>
You whip and prod Milliane’s skillfully, almost like it’s art. With each and every hit you wear Milliane down to her very core, picking every moment to instill remorse for disappointing Slyvine.
<br>
You need to build her back up into a proper servant now.
<br>
@@color:orange; “Let me ask one more time, why did you show such a miserable display for your mistress?“@@
<br><br>
@@color:red; <i>*Crack!*</i>@@
<br><br>
@@color:yellow; AH-! I have no excuse for my actions, I really am so p-Pathetic. . .@@
<br>
Beyond feeling sorry for herself at this point, it seems you got her to focus on her failings as a servant more than anything else.
<br><br>
@@color:orange; “Exactly, you are pathetic, imagine if I happened to be a very important client, think of how they would view Slyvine’s training practice? If one of her personal slaves couldn’t even serve <i>tea</i> properly.@@
<br><br>
A dull silence hung in the air, save for the blond elf’s soft weeping.
<br><br>
@@color:yellow; “. . .I don’t want to disappoint my Mistress, p-please make sure this. . . elven sow never shows such and unsightly behavior in public a-again!”@@
<br>
@@color:orange; “Then, spread your legs and prepare yourself. “@@
<br><br>
Time for the final push.
<br>
@@color:yellow; “. . . . . . . . Yes <<print $Sir[$PC.gender]>>. “@@
<br>
Spreading her legs as much as her hanging panties and skirt could allow her to, fully exposing her untouched pussy. She also moved her hands from the wall, putting them meekly behind her back.
<br><br>
@@color:orange; “Good, now you will not buckle or fall understand? No matter what I do next. Show your Mistress that your only desire in your life is to service her.“@@
<br>
@@color:yellow; “Yes <<print $Sir[$PC.gender]>>. “@@
<br>
Slyvine watched on, as stoic as before. You can’t tell if she’s impressed or not, but either way your focus should be on what you were requested to do, and that’s to discipline.
<br>
You readied and aimed your whip for Milliane’s bare pussy.
<br><br>
@@color:red; <i>*Crack!*</i>@@
<br>
@@color:yellow;<i> “AHHHHH-!”</i>@@
<br><br>
With a blood-curdling scream Milliane shot up, her body reflexively reacting to pain of one her most sensitive areas. . .
<br>
Yet she still stood. Her legs still spread, and her arms still behind her back. Her breathing, incredibly ragged.
<br><br>
@@color:orange; “It’s Impressive that you maintained yourself, it seems you really do want to serve your Mistress. I now have, just one question for you. . .”@@
<br><br>
@@color:orange; “Do you think that was enough?”@@
<br>
@@color:yellow; “. . . . No <<print $Sir[$PC.gender]>>”@@
Hearing such a reply, if only for a moment the elven mistress finally showed the slightest emotion you’ve seen so far after all this time-
<br><br>
<i>A smile of satisfaction.</i>
<br><br>
@@color:yellow; “However many more do I need to show I that I exist for my Mistress? . . . You should decide <<print $sir[$PC.gender]>>.”@@
<br><br>
@@color:orange; “Then once more on your pussy, and for answering well there will be no surprises for you, I will make this one hurt more than last one. Now show us, that you truly serve your Mistress.”@@
<br>
@@color:yellow; “Yes <<print $Sir[$PC.gender]>>. “@@
You reeled back and struck the elf right on her pussy, using your expertise of the whip to hit not only that but her clit and some of her stomach as well.
<br> <br>
Despite undeniably intense pain she must have felt, the only thing that came from her mouth were strained gasp for air, followed by intense wheezing.
<br>
@@color:yellow; “Thank you, <<print $Sir[$PC.gender]>>. “@@
<br>
@@color:orange; “Now drop to the floor, you’ve proven some of your dedication today, now show us the rest. “@@
<br><br>
@@color:yellow; “t-Thank you, <<print $Sir[$PC.gender]>>!“@@
<br> <br>
Crumbling to her hands and knees, you can clearly tell from the exhaust of air that it took everything she could to stay standing before. Despite her clear exhaustion she still crawled over to her Mistress and looked up to her, filled with pure submission in her eyes,
@@color:yellow; “m-Mistress, I don’t know how I can make up for disgracing you so much today, but would you please allow me to at least clean your boots? I don’t want my horrible mistake to ruin your attire.“@@
<br><br>
@@color:purple; “. . .Very well Milliane.“@@
<br><br>
@@color:yellow; “t-Thank you so much, Mistress!“@@
<br>
Milliane immediately went to work, licking Slyvine’s boots head-to-toe, the passion in her movements akin to passionate bitch in heat.
<br>
@@color:purple;“Heh, It seems those rumors about didn’t you enough justice <<print $PC.name>>.”@@
<br> <br>
@@color:purple;“That display was beyond exemplary, with some techniques I can make use of myself. For now though, I believe should take some time to business arrangements between us, woudldn't you agree <<print $PC.name>>?”@@ <br>
Slyvine gestures towards the couch.
<br>
It looks like things turned out better than you ever could of hoped.
<br>
And you didn’t piss her off as well which is a plus.
[[Continue|Slyvine Introduction-4][$events.choice = "Whip Trainer"]]
<</switch>><<include "Unset Passages">>
<<set $Return = "Interact">>
<<saveSlave $activeCharacter>>
<<include "Mobile Header">>
<<set _mood = {old:null, new:null}>>
<<set _mood.old = getMood($activeCharacter)>>
<<set _weightedroll = weightedRoll({1:0.3, 2:0.2, 3:0.3, 4:0.2, 5:0.1})>>
<<set _roll = getRoll(_weightedroll(), _weightedroll(), _weightedroll())>>
<center><titled>Influence</titled></center>
<br><br><br>
<<switch $influnece.choice>>
<<case "Anxiety">>
<<if _roll >= 4>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
You spend some energy talking to <<print $activeCharacter.name>>, steering the conversation to topics like @@color:green;trust and anxiety.@@ By the end of the conversation <<print $activeCharacter.name>> seems to feel quite different today,
<br>
<<run increaseMood($activeCharacter, "Anxiety", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br><br>
[[Continue|Influence]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-2,0)>>
You try to change <<print $activeCharacter.name>>’s mood to a more preferable one. @@color:red;You wasted your time, not changing their mind at all, in fact; the only thing you acomplished was wasting more enerygy than usual with this attempt.@@
<br><br>
[[Continue|Influence]]
<<set $PC.cooldown.influence+= 1>>
<</if>>
<</switch>>
<<switch $influnece.choice>>
<<case "Happiness">>
<<if _roll >= 4>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
You spend some energy talking to <<print $activeCharacter.name>>, steering the conversation to topics like @@color:green; happiness and joy.@@ By the end of the conversation <<print $activeCharacter.name>> seems to feel quite different today,
<br>
<<run increaseMood($activeCharacter, "Happiness", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br><br>
[[Continue|Influence]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-2,0)>>
You try to change <<print $activeCharacter.name>>’s mood to a more preferable one. @@color:red;You wasted your time, not changing their mind at all, in fact; the only thing you acomplished was wasting more enerygy than usual with this attempt.@@
<br><br>
[[Continue|Influence]]
<<set $PC.cooldown.influence+= 1>>
<</if>>
<</switch>>
<<switch $influnece.choice>>
<<case "Affection">>
<<if _roll >= 4>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
You spend some energy talking to <<print $activeCharacter.name>>, steering the conversation to topics like @@color:green; affection and love.@@ By the end of the conversation <<print $activeCharacter.name>> seems to feel quite different today,
<br>
<<run increaseMood($activeCharacter, "Affection", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br><br>
[[Continue|Influence]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-2,0)>>
You try to change <<print $activeCharacter.name>>’s mood to a more preferable one. @@color:red;You wasted your time, not changing their mind at all, in fact; the only thing you acomplished was wasting more enerygy than usual with this attempt.@@
<br><br>
[[Continue|Influence]]
<<set $PC.cooldown.influence+= 1>>
<</if>>
<</switch>>
<<switch $influnece.choice>>
<<case "Serenity">>
<<if _roll >= 4>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
You spend some energy talking to <<print $activeCharacter.name>>, steering the conversation to topics like @@color:green; serenity and tranquilness.@@ By the end of the conversation <<print $activeCharacter.name>> seems to feel quite different today,
<br>
<<run increaseMood($activeCharacter, "Serenity", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br><br>
[[Continue|Influence]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-2,0)>>
You try to change <<print $activeCharacter.name>>’s mood to a more preferable one. @@color:red;You wasted your time, not changing their mind at all, in fact; the only thing you acomplished was wasting more enerygy than usual with this attempt.@@
<br><br>
[[Continue|Influence]]
<<set $PC.cooldown.influence+= 1>>
<</if>>
<</switch>>
<<switch $influnece.choice>>
<<case "Hate">>
<<if _roll >= 4>>
<<set $PC.energy.current = Math.max($PC.energy.current-1,0)>>
You spend some energy talking to <<print $activeCharacter.name>>, steering the conversation to topics like @@color:green; hate and resentment.@@ By the end of the conversation <<print $activeCharacter.name>> seems to feel quite different today,
<br>
<<run increaseMood($activeCharacter, "Hate", 20)>>
<<set _mood.new = getMood($activeCharacter)>>
<<set $PC.cooldown.influence+= 1>>
<<if _mood.old != _mood.new>>
<br> $activeCharacter.name's mood has changed from ''_mood.old'' to ''_mood.new''.
<</if>>
<br><br>
[[Continue|Influence]]
<<else>>
<<set $PC.energy.current = Math.max($PC.energy.current-2,0)>>
You try to change <<print $activeCharacter.name>>’s mood to a more preferable one. @@color:red;You wasted your time, not changing their mind at all, in fact; the only thing you acomplished was wasting more enerygy than usual with this attempt.@@
<br><br>
[[Continue|Influence]]
<<set $PC.cooldown.influence+= 1>>
<</if>>
<</switch>>
Double-click this passage to edit it.<center><titled>Training</titled></center>
Submissive: @@color:green; Raise <<print $activeCharacter.name>> for roles that reinforces submission and attending your needs.@@
<br>
@@color:green; <<print $activeCharacter.name>> has the Submissive Role and Attendant II unlocked from the beginning.@@
<br>
<br>
Dominant: @@color:green; Raise <<print $activeCharacter.name>> for roles that reinforces dominance and taking over while you are occupied with other things.@@
<br>
@@color:green; <<print $activeCharacter.name>> has the Dominant Role and Manager II unlocked from the beginning.@@
<br>
<br>
<<if $activeCharacter.gender == "female">>
Feminine: @@color:green; Raise <<print $activeCharacter.name>> for roles that reinforces her femininity and keeping your customers entertained.@@
<br>
@@color:green; <<print $activeCharacter.name>> has the Feminine Role and Host II unlocked from the beginning.@@
<br>
<br>
<</if>>
<<if $activeCharacter.gender == "male">>
Masculine: @@color:green; Raise <<print $activeCharacter.name>> for roles that reinforces his masculinity and providing combat support if you require it.@@
<br>
@@color:green; <<print $activeCharacter.name>> has the Masculine Role and Guard II unlocked from the beginning.@@
<br>
<br>
<</if>>
<<if $activeCharacter.gender == "male">>
Sissification: @@color:green; Raise <<print $activeCharacter.name>> for roles that demean his masculinity and promote a feminine and slutty mentality in him.@@
<br>
@@color:green; <<print $activeCharacter.name>> has the Sissy Role and Consorter II unlocked from the beginning.@@
<br>
<br>
<</if>>
<<if $activeCharacter.gender == "female">>
Slut: @@color:green; Raise <<print $activeCharacter.name>> for roles that reinforces promiscuity and showing your customers nice “hospitality.@@
<br>
@@color:green; <<print $activeCharacter.name>> has the Slut Role and Consorter II unlocked from the beginning.@@
<br>
<br>
<</if>>
[[Continue|The Brat5]]<<if !$activeCharacter.affection>>
<<set $activeCharacter.affection = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<set $activeCharacter.hate = {current:0, base:0, mood:0, bonus:0, multi:1}>>
<<if $activeCharacter.nature == "tsundere">>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(10,50)>>
<<elseif $activeCharacter.nature == "dandere">>
<<set $activeCharacter.affection.base = random(10,30)>>
<<set $activeCharacter.hate.base = random(0,10)>>
<<elseif $activeCharacter.nature == "kuudere">>
<<set $activeCharacter.affection.base = random(0,10)>>
<<set $activeCharacter.hate.base = random(0,20)>>
<<elseif $activeCharacter.nature == "himedere">>
<<set $activeCharacter.affection.base = random(0,0)>>
<<set $activeCharacter.hate.base = random(10,40)>>
<<elseif $activeCharacter.nature == "dandere">>
<<set $activeCharacter.affection.base = random(10,30)>>
<<set $activeCharacter.hate.base = random(0,10)>>
<<elseif $activeCharacter.nature == "deredere">>
<<set $activeCharacter.affection.base = random(10,30)>>
<<set $activeCharacter.hate.base = random(0,5)>>
<<elseif $activeCharacter.nature == "hinodere">>
<<set $activeCharacter.affection.base = random(0,0)>>
<<set $activeCharacter.hate.base = random(10,40)>>
<<elseif $activeCharacter.nature == "yandere">>
<<set $activeCharacter.affection.base = random(0,20)>>
<<set $activeCharacter.hate.base = random(0,20)>>
<</if>>
<<set $activeCharacter.clothes = {outfit: "", head: "", eyes: "", neck: "", hands: "", top: "", underwear: "", bottom: "", legs: "", shoes: ""}>>
<<set $activeCharacter.clothes.outfit = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:1, class:0, tags:""}>>
<<set $activeCharacter.clothes.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.eyes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.neck = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.hands = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.top = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.bottom = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.underwear = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.clothes.shoes = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", appeal:0, masculinity:0, femininity:0, eqf:0, class:0, tags:""}>>
<<set $activeCharacter.armor = {set: "", head: "", torso: "", legs: ""}>>
<<set $activeCharacter.armor.set = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:1, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment: ""}>>
<<set $activeCharacter.armor.head = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $activeCharacter.armor.torso = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $activeCharacter.armor.legs = {type:1, clothes:0, strength:0, magic:0, dexterity:0, charm:0, name:"", armorstr:0 , armordex:0, armormag:0, appeal:0, masculinity:0, femininity:0, eqf:0, class:0, rarity:0, evasion:0, slashingres:0, piercingres:0, bluntres:0, elementalres:0, statusres:0, tags:"", enchantment:""}>>
<<set $activeCharacter.armor.set.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $activeCharacter.armor.head.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $activeCharacter.armor.torso.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $activeCharacter.armor.legs.enchantment = {enchantmentslots:0, enchantmentname:"", cursed:0}>>
<<set $activeCharacter.sextoys = {butt: "", vagina: "", cock: "", mouth: "", nipples: "", eyes: "", body: "", hands: ""}>>
<<set $activeCharacter.sextoys.butt = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $activeCharacter.sextoys.vagina = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $activeCharacter.sextoys.cock = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $activeCharacter.sextoys.nipples = {name: "", vibration:0, weight:0, pain:0, train:0, eqf:0}>>
<<set $activeCharacter.sextoys.mouth = {name: "", vibration:0, size:0, lube:0, train:0, eqf:0}>>
<<set $activeCharacter.sextoys.eyes = {name: "", blindness:0, hypnosis:0, eqf:0}>>
<<set $activeCharacter.sextoys.hands = {name: "", tightness:0, train:0, eqf:0}>>
<<set $activeCharacter.sextoys.body = {name: "", tightness:0, train:0, eqf:0}>>
<<set $activeCharacter.weapon = {strength: 0 , weight: 0}>>
<<set $activeCharacter.traits.special = "">>
<<run refreshAffection($activeCharacter)>>
<<run refreshHate($activeCharacter)>>
<<set $activeCharacter.mood = {scale:"Happiness", current:50}>>
<<run updateMood($activeCharacter)>>
<<saveSlave $activeCharacter>>
Reset Success
<<else>>
This Slave doesn't need any values reset.
<</if>>
[[Continue|Slave Description]]<<if !$activeCharacter.sexualskill.oral>>
<<set $activeCharacter.sexualskill = {oral:"", mammary:"", manual:"", intercourse:""}>>
<<set $activeCharacter.sexualskill.oral = {kissing: 0, fellatio: 0, cunnilingus: 0, analingus: 0}>>
<<set $activeCharacter.sexualskill.mammary = {breastplay: 0, breastfeeding: 0, intercourse: 0}>>
<<set $activeCharacter.sexualskill.manual = {masturbation: 0, fingering: 0, handjob: 0, fisting: 0}>>
<<set $activeCharacter.sexualskill.intercourse = {vaginal: 0, anal: 0, pitching: 0, pegging: 0}>>
<<set $activeCharacter.sensitivity.cock = 0>>
<<set $activeCharacter.sensitivity.breasts = 0>>
<<set $activeCharacter.sensitivity.clit = 0>>
<<set $activeCharacter.sensitivity.pussy = 0>>
<<set $activeCharacter.sensitivity.balls = 0>>
<<set $activeCharacter.sensitivity.mouth = 0>>
<<set $activeCharacter.sensitivity.anus = 0>>
<<set $activeCharacter.gape = 0>>
Reset Success
<<else>>
This Slave doesn't need any values reset.
<</if>>
<br><br>
[[Continue|Slave Description]]Double-click this passage to edit it.<<set $iconKiss to Story.get("iconKiss").text >>
<<set $iconStrong to Story.get("iconStrong").text >>
<<set $iconPrincess to Story.get("iconPrincess").text >>
<<set $iconPrince to Story.get("iconPrince").text >>
<<set $iconSex to Story.get("iconSex").text >>
<<set $iconWhip to Story.get("iconWhip").text >>
<<set $iconHypno1 to Story.get("iconHypno1").text >>
<<set $iconHypno2 to Story.get("iconHypno2").text >>
<<set $iconNo to Story.get("iconNo").text >>
<<set $iconCancel to Story.get("iconCancel").text >>
<<set $iconPlus to Story.get("iconPlus").text >>
<<set $iconRefresh to Story.get("iconRefresh").text >>
<<set $iconShield to Story.get("iconShield").text >>
<<set $iconSleep to Story.get("iconSleep").text >>
<<set $iconSwords to Story.get("iconSwords").text >>
<<set $iconTravel to Story.get("iconTravel").text >>
<<set $iconBook to Story.get("iconBook").text >>
<<set $iconCake to Story.get("iconCake").text >>
<<set $iconMuffin to Story.get("iconMuffin").text >>
<<set $iconPotion to Story.get("iconPotion").text >>
<<set $iconRune1 to Story.get("iconRune1").text >>
<<set $iconRune2 to Story.get("iconRune2").text >>
<<set $iconRune3 to Story.get("iconRune3").text >>data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwaE9UUmtNVEZpTVMwellUVXhMVFJtWXpVdE9EUm1aUzFrTlRrME5qazJaak0zTW1ZQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dBQzV1b3NPeFBwby9xc1dVZnkrWnFRYkJERjd6R2ozVE5SemtnY1ZuMnpaamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qWTVOekZrWm1WakxXVmhNamd0TkRnME5pMWhOVGN3TFRJMU1XRmlPV0ZoTWpVeE5HOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSU5WV0ZNMTQ5dFVybWFvQllTd0N0cll3aWlEbVNiL216bE43WXNEUjNkRkxZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDNNSUlPTXpBREFnRUFNSUlPS2dZSktvWklodmNOQVFjQ29JSU9HekNDRGhjQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQVpobVlCdmx3MU1aYWV3UjFTRUdQQnhYM0xGQ2JnaDNpeHhjOWFzcmgvb3dJUkFMRlM2RWpkRXduRVJTZ3IyeTAxYnU0WUR6SXdNalF4TURJMU1UVXpNekUwV2dJSWZBbncvRkYrYlpHZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c1TUlJQnRRSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRNek1UUmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDREYrQnUyaXp6TzFJR003WlFyQVV6Q05SY0cvNmU0VDliNFVGMDdJSHk2bmpBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JJTUVZQ0lRQ2lsZXFhNDNxU05NeW5kZUZiaVlBaEdxbkRCWUZ5OEN6dlNFNzA5UGNkblFJaEFNdVEyL2NYeUV1aFZJd2srcWhaS2kzUmRnVEZ3aThnOUNwUTVzeFN2b005WTNCaFpGa1RoZ0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQUxySWU4eTUxamFGbGpQZHU4NU1TRDF2Zm5YanQ2UWFmSkRpS1cwREY3QW5GSUhXY21Gbk1OMlZHb0kvMm9oSEtTSGJMSVpPV3VGRWRxKzRMRDhqWHRybTlqRkg0bkNXcEhyOWt2dEd4VGRZaVZnNi9BcFdVU3o3alkrRlA0MGRiaUxhTWZrWlBid1pRTHVBWkxSNGkzaDdnd2FrUWU3ako5eVRwak9Tcjd0Smhac1l4R3RBK01YQmg4M1oyU1VKbk5FV0pDK3RvTEIxdE5iOEJmVEpTL3JNdEhaaTcvTGtJZ2tuTEFSTzIvUE1VR0lHZ1hBWTEzUEowZi96WXFzTGkrRFpFUS9hY3dkcUo2bUJ5d3FJaFpSSXBSTFJYczlJeXNRMTlqdktxODBRbUw5UTNXSDhwbFpMd213RnkrRlJWd09MZFNGV2tWaG9ubkhick1mSUs0PC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6I2U1ZTVlNTt9LmR7ZmlsbDojNjU4MGJlO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImQiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJjIiBkPSJNNDQwLjczLDIxOS4xNGMyNy42NywyMC41Miw1My4zNSw0NC4zMyw4NC40NSw1OS43NS4wOC40Ny0uMjEuNTEtLjU0LjY0LTEuOS43Ni03LjEyLDEuNTMtOS4zOCwxLjg5LTQuNzcuNzYtMTAuMywxLjM2LTE1LjExLDEuNTlzLTkuNjUtLjEtMTQuNDMtLjExYy0uNDUtLjQzLS4xLS4yNC4wNS0uMzgsMS4zLTEuMjEsNC4wNy0yLjAxLDUuNzQtMi45NCw0LjA5LTIuMjgsOC4yMi01LjU5LDExLjc4LTguNjEuMDMtLjE4LS4xOC0uMTEtLjMzLS4xMS0uODktLjAzLTQuMDksMi4xMi01LjE2LDIuNjUtNS4wNywyLjUxLTEwLjg1LDQuNzctMTYuNCw1LjkzLTYuNzYsMS40Mi0xMy4zLDEuMjYtMjAuMTgsMS4xOGwxLjc3LS45M2M4LjctMS44NiwxNi40OS01Ljc5LDIzLjQ2LTExLjI0bDEuMjItMS4yNmMtMi4xNC41OC0zLjk2LDEuOTMtNS45NiwyLjgyLTExLjQ5LDUuMTItMjMuNiw3LjAxLTM2LjExLDQuNzZsLjYxLS44NmM0LjcxLS42NSw5LjI5LTIuMTIsMTMuNTctNC4xNiw0Ljg3LTIuMzMsOS45NC01LjY1LDE0LjAyLTkuMDctMi4wNS4yMS0zLjgzLDEuNTktNS43MSwyLjQyLTEzLjAzLDUuNzgtMjMuOTksNi45MS0zOC4yMiw2LjI2LS41NS0uMDMtMy44NS0uMzEtMy45OC0uNDZsLjEtLjg3YzkuMjUtMi42MSwxOC4zNy04LjE3LDI1LjcyLTE0LjMuMzgtLjMyLDUuMjItNC4zOCw0LjczLTQuNzUtMS40MS4xNi0yLjY3LDEuNDgtMy45MiwyLjI2LTcuMjQsNC41LTE0LjMzLDcuOTgtMjIuNTQsMTAuNDItOS4yNywyLjc1LTE4Ljk0LDQuMTUtMjguNjIsNC40NS4xNS0uMzYuMzMtLjcyLjY2LS45NiwxLjItLjg2LDMuMzktMS42NCw0LjgzLTIuNTUsNi43My00LjIzLDEzLjExLTExLjY3LDE3LjU5LTE4LjE5LDEtMS40NSwzLjA2LTQuMzYsMy42OC01Ljg2LjItLjQ3LjM0LS45OC4zNS0xLjQ5LS40OC0uMTItLjQ4LjI4LS42OS41LTIuMjMsMi4yOS00LjE3LDUuMzQtNi4zNSw3Ljc0LTEwLjI2LDExLjMtMjMuMjcsMTcuMjctMzguNiwxNy41Ny0xLjE3LjAyLTUuMTYuMTktNS45Ny0uMTItLjE3LS4wNy0uNjEtLjQ1LS4yMi0uNjQsMTEuMjctNi42NywxOS45OC0xNy42OCwyNi4yNy0yOS4wMi42NS0xLjE3LDQuNzgtOS4xMSw0LjMtOS42OC0uNDktLjEtLjQ4LjI0LS42Ni41My01Ljg1LDkuODctMTAuNDUsMTcuNzEtMTkuNTEsMjUuMTYtNi42OCw1LjQ5LTE1LjA2LDEwLjMyLTIzLjcyLDExLjU3bC0uMzYtLjUxYzMuNC0yLjY0LDYuMDctNS45Niw4LjUtOS41LDUuMDEtNy4yOSw5LjQ2LTE3LjIxLDEyLjA0LTI1LjY5LjcxLTIuMzUsMi4xOS03LjI3LDIuNC05LjU0LjA2LS41OS0uMDgtMS0uMTctMS41NmwtNC45OCwxMy45OWMtNC40OCwxMS44My0xNS4xNywyNi4zNy0yNy4zNSwzMC45Ny0uMzYuMTQtNS43NiwxLjc5LTQuNzUuMzUsMS4zNS0uOTEsMi45MS0yLjQyLDQuMDEtMy42OSw3LjQxLTguNSwxMy4zNS0yNi4wNywxNC4yMS0zNy4xOC4wNy0uOTIuMjQtMi45OC0uNDQtMy41OC0uMDMuOTctLjA2LDIuMTgtLjIzLDMuMTMtMi43MSwxNS4xMy0xMS40NywzNC43OC0yNi42Miw0MS4wMy0uODcuMzYtNS41OCwxLjg3LTYuMjMsMS44MS0uMjktLjAzLS41Ny0uMi0uNTItLjUyLjAzLS4yMywyLjE5LTMuMTUsMi41My0zLjc3LDEuOTEtMy40NSwzLjQ3LTcuOTQsNC41MS0xMS43NSwyLjgtMTAuMTgsMy43NC0yMS4wMiwzLjM1LTMxLjU2LDAtLjI2LjE2LS44MS0uMjEtLjc2LS4wMywxLjU4LS4wNSwzLjMxLS4yMiw0Ljg4LTEuNzcsMTYuMzktNC4yNCwzNS4wMS0xOC44OCw0NS4zLS45OS42OS03LjA5LDQuMjEtNy43OSwzLjU5Ljk1LTIuNzksMi4zNi01LjM2LDMuMTktOC4xOSwyLjM5LTguMDgsMi45OC0xNi43LDIuODctMjUuMDgtLjAyLTEuNDMuMTctMy4yMS4wMi00LjU3LS4wNC0uMzItLjA0LS42Ny0uNDQtLjc1LS4wNywyLjM5LS4wNSw0Ljg4LS4yMiw3LjI2LS43OCwxMC40NS0zLjM3LDIyLjI1LTEwLjE5LDMwLjUxLTMuMzEsNC4wMS03Ljc2LDUuMTMtMTIuNzcsNS41Ni0uNDMtLjI2Ljg4LTMuMTMsMS4wMS0zLjgyLDIuMTEtMTEuMiwyLjQ3LTI0LjEsMi4yMS0zNS40OS0uMDgtMy41NS0uMDYtNy4wOS0uMjEtMTAuNjMtLjAxLS4yNi4xNi0uODEtLjIxLS43NnYxMC45NmMtLjcxLDkuOTUtLjYzLDIwLjAyLTQuMTIsMjkuNDgtMS41Miw0LjE0LTQuNjQsMTAuMDItOS40OSwxMC42Ny03LjYyLDEuMDItMTEuNzYtMy4zMS0xNS4xMy05LjQ4LTQuOTctOS4wOS01LjkxLTE5LjkzLTYuMTgtMzAuMTRsLS40NCw0Yy0uMDMsOS4xNi43NiwxOS4xMSwzLjkxLDI3Ljc3LjM1Ljk1LDIuODksNS45MywyLjgxLDYuMjYtLjA3LjMxLS40NC4zNC0uNzIuMzMtMS4yLS4wNS00LjkxLTEuMTktNi4xNC0xLjY4LTguMjYtMy4yOC0xNC40Ny0xNy40NS0xNi40OS0yNS41OC0yLjI2LTkuMS0yLjMxLTE4LjQ3LTIuNjctMjcuNzlsLS44OCw4LjU2Yy4xNiw4LjA5LjczLDE2LjMsMi42OCwyNC4yMiwxLjQ4LDUuOTksMy44LDExLjgxLDcuNTMsMTYuNzYtLjYxLjQ5LTEuNTctLjEtMi4yMS0uMzktOC44Mi0zLjk2LTE1LjMyLTE1LjE4LTE4LjI4LTI0LjAxLTIuNzEtOC4xLTMuNDgtMTYuNjktNC4yNC0yNS4xNC0uMzYuMi0uNDIsMS4yNC0uNDQsMS42Mi0uNjcsMTAuNzMsMi4yOSwyNi4wNCw2LjY5LDM1LjgyLDEuNDQsMy4xOSwzLjE2LDUuOTcsNS42NSw4LjQ1bC0uMTguNjJjLTUuMDguMi05LjI1LTMuNjItMTIuNzItNi45Mi0xMS0xMC40OC0xNS44LTI0LjY4LTE5LjEyLTM5LjFsLS40OC0yLjg3Yy4wNywxLjAxLS4xMSwyLjEzLDAsMy4xMywxLjQ0LDEyLjIzLDcuNDcsMzIuODQsMTYuNTgsNDEuNTQsMS4xMSwxLjA2LDIuNDEsMS45MywzLjU2LDIuOTRsLS4xOS42M2MtNS44Ni4yMS0xMS4zMy0zLjI1LTE1LjcyLTYuODQtMTIuOTEtMTAuNTYtMjAuODktMjYuNy0yNi42OC00Mi4wNS0uNDYuMzYtLjM1Ljg2LS4yOCwxLjM1LjcsNC43NiwzLjg0LDEyLjY0LDUuOCwxNy4xOCwzLjQ3LDguMDQsMTEuNDMsMjEuODUsMTcuOSwyNy42My43OS43LDIuODksMS45MSwzLjM2LDIuNDkuNjcuODMtLjY2Ljc5LTEuMi43OC0xMS43Ny0uMzUtMjQuMDctNy43Ni0zMi4zNC0xNS43LTIuODgtMi43Ny01LjI2LTYuMDEtOC4xLTguODEuMDUsMS4wNy44NywyLjEsMS40NCwzLDYuMzksMTAuMTgsMTUuNSwxOS4wOCwyNi4xOCwyNC41Ni4xNC4wNywxLjMyLjc3Ljc5Ljk1LTMuMDUuMzQtNi4xNC44NS05LjIxLjk4LTE0LjM1LjYzLTI3LjQyLTMuMzMtMzguNzktMTEuOTctNC4zOS0zLjMzLTcuOTktNy4zNS0xMS44Ni0xMS4yMy0uMjUsMS4zOSwxLjAyLDIuMDMsMS43MywyLjkzLDEuMTIsMS40NCwyLjIxLDMuMDYsMy4zNyw0LjQ0LDYuNTksNy44NCwxNS40NSwxNS4xMywyNS4wNSwxOC44Ni4wNi40Mi0uMDYuNzctLjQ0Ljk2LS43MS4zNi01LjkzLjkyLTcuMDQuOTgtMTUuOTQuOTMtMjQuNjctMi40My0zNy43NC0xMC42MWwtMi43LTEuNTIsMi41NSwyLjZjNy40NCw1LjQxLDE1LjM1LDExLjI0LDI0LjM0LDEzLjY2LDAsLjIzLjA1LjQ1LS4xLjY2LS40LjU4LTkuNzIsMS44OC0xMS4wNiwxLjk1LTkuMjIuNDgtMTguNjctMi4wMi0yNi44LTYuMTgtLjczLS4zNy00LjM5LTIuNzItNC42Ni0yLjcxLS4xMiwwLS41MS40Ni0uMjEuNjUsMS4xOS45NSwyLjM1LDIuMDIsMy41OSwyLjkxLDIuNywxLjkyLDYuODEsNC4zMyw5Ljc3LDUuODQsMi4xLDEuMDgsNC4zNiwxLjg5LDYuNTYsMi43MmwuMTQuODljLTUuMTEuMi0xMC4xNi45Mi0xNS4zLjY2LTMuOTItLjItOC0xLjAxLTExLjc2LTIuMTItMy41LTEuMDMtNy41LTMuMDgtMTAuODQtMy45LS4zOC0uMDktLjc1LS4wOC0xLjEzLS4wNi45NS42NiwxLjk2LDEuMzQsMi45OCwxLjg5LDUuNjYsMy4wOSwxMS42Myw1Ljg0LDE3Ljg0LDcuNjUtLjA1LDEuNTgtMy4zLDEuMTUtNC42NCwxLjMyLTE0LjU0LDEuOS0yNy40NSwxLjQ5LTQxLjg2LS45Mi0xLjU2LS4yNi0zLjExLS42OS00LjY5LS44NGwuMjctMS4wM2MyNC45Ny0xMy40Niw0Ny4xNS0zMS4yOSw2OS41OC00OC40OSwyMS42OS0xNi42NCw0NC4wNS0zNS42Niw2Ny4zNi00OS43MywxNS44Ny05LjU4LDMyLjQ1LTE3LjM0LDUxLjIxLTExLjM4LDEzLjMzLDQuMjMsMjIuNSw5LjI5LDM3LjIzLDEwLjA1LDE3LjUzLjksMjguNTItNS41OCw0NC4zNS0xMC4xLDI0Ljk5LTcuMTMsNDYuMDUsMS43MSw2Ny4zOSwxMy45NSwxNS4zMyw4LjgsMzAuMjUsMTkuNTIsNDQuNDQsMzAuMDVaIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik00MTcuOTcsMjg5LjE2YzEyLjUsMTEuNTcsMTguNSwyNi4wNywyNS4yLDQxLjI1LjI2LjU4LjcsMS43NiwxLjIzLDIuMDIuNDEsMC0uNzctNC4xOS0uODctNC41NS01LjEyLTE3LjYxLTE1LjU3LTM4LjEtMzIuNjEtNDYuNTNsLTEuMzItLjk1YzIuMjktLjEyLDQuNTQuMTgsNi44LjQ2LDguOTksMS4xLDE0LjE4LDMuMDYsMjAuODYsOS4yOSwxMS4wNywxMC4zMywxNi40LDIzLjI1LDIyLjcxLDM2LjUuMTkuMzksMS4wNC43Mi44MiwxLjY3LDEuMDctLjU3LS4wMy0xLjM4LS4xNy0xLjktMy4yOC0xMi40Ni05Ljc4LTI1LjQ3LTE4LjI3LTM1LjIyLTEuNjQtMS44OC0zLjcyLTMuNDItNC45OC01LjU5LjUtLjM2LDYuMTEsMS41OSw3LjE1LDEuODUsNS4yNywxLjMzLDcuNTksMS4wOCwxMi4xMyw0LjU2LDcuNjEsNS44NCwxMy4xOSwxNC40MywxOC40MiwyMi4zNS4zNS41NC41NCwxLjMsMS4yMiwxLjgxbC4xNi0uNzljLTMuNDYtNi42Ni02Ljg3LTEzLjU0LTExLjY3LTE5LjM1LTEuNS0xLjgxLTMuMzItMy4zMi00LjY1LTUuMjJsMTQuNjIsMS45N2MzLjgxLjg0LDEwLjAyLDguMDQsMTIuNDUsMTEuMTgsMS41NiwyLjAyLDIuNzYsNC4zNyw0LjU5LDYuMTQtMS4wMi0yLjk0LTIuNzUtNS44Ni00LjM4LTguNTItMS42My0yLjY3LTMuMTYtNS4xNC01LjU5LTcuMi4xMS0uMTEuMi0uMjUuMzUtLjMuNzMtLjIyLDQuMTQtLjA2LDUuMTgtLjA0LDEuODIuMDQsMy44Ny4zNCw1LjczLjM0LDMuNTksMi40LDUuNjQsNi4zLDguMjUsOS42NC4xLS44Ni0uMzUtMS44NC0uNzEtMi42NS0uNjctMS40OC0xLjkzLTMuNTktMi44LTUtLjMtLjQ5LTEuMjctMS40Ni0xLjM4LTEuODgtLjA3LS4yOC4wNi0uMzIuMjYtLjQxLDMuOTQtLjYxLDcuOTQtLjU0LDExLjg5LS45LDIuNzgtLjI2LDUuODEtMS4wMyw4LjY4LTEuMS40OC4wNSw0LjQyLDIuNDksNS4wOCwyLjk2LjM3LjI2LDIuMTcsMi4yNCwyLjYyLDEuODMuMS0xLjE1LTQuNS00LjkxLTQuMTItNS40Mi4zOC0uMDQuNzItLjIzLDEuMDgtLjMzLDIuMDEtLjU2LDUuMzItLjg3LDcuNTEtMS4xNiwzLjE1LS40MiwxMy4yNS0xLjg1LDE1LjctLjc4LDEuMy41Ny45NSwxLjI3LjI3LDIuMjMtNC40Myw2LjI2LTE3LjYsMTQuNDUtMjQuMTEsMTkuNDctNTMuMDYsNDAuOTMtMTAzLjI1LDk0LjgxLTE3My44NSwxMDIuMi00Ljk5LjUyLTEwLjE4LjY4LTE1LjE5Ljg2LTIyLjc5LjgzLTQ1LjcuMTMtNjguNTEtLjIyLTE2LjI0LS4yNS0zMi4zMS0uMjYtNDguMjctMy41Ni0yNC40My01LjA1LTQ1Ljg0LTE3LjE4LTY2LjM0LTMwLjgxLTI1LjIzLTE2Ljc4LTQ5LjE2LTM1LjQ3LTczLjg3LTUyLjk4LTEwLjk1LTcuNzYtMjQuNjItMTUuNjctMzQuMzctMjQuNjEtMS41OS0xLjQ2LTQuODYtNC4zLS43NC00Ljg2LDEuNzEtLjIzLDUuMTMtLjEzLDYuOTMtLjAzLDUuMDMuMjgsMTAuMjMsMS41NywxNS4yOSwxLjg0LjQ5LjE2LjguNDYuNTUuOTlsLTMuNzMsNS42Mi4yNC42Niw0LjAxLTQuNDVjMS4xNC0uNywxLjk2LTIuMTMsMy40Mi0yLjIyLDIuNTQtLjE2LDYuNDkuNzEsOS4yNi44Miw0Ljg3LjE5LDkuNzgtLjE2LDE0LjY1LDAsLjQ0LjQ1LTEuODYsMy4yNS0yLjI1LDMuOTMtMS45NSwzLjM2LTQuNiw5LjI5LTUuNjQsMTMtLjEuMzctLjE5LjY3LS4xMywxLjA2LDEuNjktMS43OCwyLjQ1LTQuMzQsMy42NS02LjQzLDEuODctMy4yOCw0LjkyLTguMDEsNy42Mi0xMC41OSwyLjI5LTIuMTksOS4wMi0xLjYxLDEyLjIxLTIuMS4yMy0uMDMsMS44NC0uODcsMS44OS0uMDYsMCwuMTgtMS41NCwxLjg5LTEuODIsMi4zLTIuMDIsMy4wMS00LjU2LDguMTYtNi4wMiwxMS41NC0uNjEsMS40Mi0xLjc2LDMuNjktMS4zNyw1LjEzLDIuMDItMy4zLDMuNTItNi45NCw1LjY2LTEwLjE3LDEuNDQtMi4xNyw1LjA0LTcuMDYsNi44Mi04Ljc5LDEuMTUtMS4xMiwyLjU3LTEuMzMsNC4xMi0xLjE5LjMuMzEtMS44MSwzLjg1LTIuMTEsNC41LTIuNjQsNS43Ny02LjA5LDE0LjgxLTcuMiwyMC45OC0uMDUuMjgtLjE5LDEuNS4yLDEuNjEuMTctLjQxLjEzLS45OC4yOC0xLjM1LDIuODItNi45Miw1LjEyLTEzLjcxLDkuMDktMjAuMTgsMS44Ni0zLjAzLDQuNTQtNy43NCw3Ljg2LTkuMDVsMTQuMTEtNC4xLjMzLjU0Yy01LjA5LDUuOTktOS4wNSwxMy4xLTEyLjE5LDIwLjM0LTEuOTEsNC40LTMuOCw5LjE4LTUuMDUsMTMuODEtLjM4LDEuNDEtLjk1LDMuMTUtLjY1LDQuNTUsMS42OC0zLjM3LDIuNzctNyw0LjI5LTEwLjQ2LDQuMzctOS45NywxMS4wNC0yMS40NCwxOS40Ni0yOC40NiwxLjY5LTEuNDEsMy4wMy0yLjQzLDUuMi0zLjA0LDQuMDEtMS4xMyw4LjMyLTEuNDksMTIuMzctMi40OC40NS40NS0yLjQzLDIuOTctMi44MSwzLjQzLTkuODIsMTEuNjMtMTYuMzEsMjkuNDgtMTguODUsNDQuNC0uMTQuODMtLjM4LDEuNy4wOCwyLjQ3LjM3LS44Ny44My0xLjkxLDEuMS0yLjgsMS4wOS0zLjYsMS44My03LjQxLDMuMDctMTEuMDMsNC4zOC0xMi44LDE1LjUtMzQuNTUsMjkuNzgtMzguMDksNC45My0xLjIyLDEwLjU5LTEuMTYsMTUuNjEtLjc2LjA3LjQtLjI3LjY0LS41NC44Ni0yLjM3LDEuOTktNC45MywzLjEtNy40NSw1LjU2LTE2LjA4LDE1LjY1LTIxLjEsNDEuMzUtMjAuNDIsNjMuMDdsLjg4LDIuNDhjLjUyLTQuNTYuMjQtOS4yLjY2LTEzLjc2LDEuNjgtMTguMzQsOC43OC00MC4yLDI0LjA5LTUxLjU4LDExLjA2LTguMjIsMTkuNC02LjY3LDMyLjI0LTQuNzMsMy4zNS41MSw2Ljc2Ljg0LDEwLjAzLDEuNzktMS41NiwxLjQ2LTMuNiwyLjM2LTUuMzEsMy42OS0xMy44NywxMC44LTIxLjQ4LDMxLjM2LTI0LjI0LDQ4LjE4LS4yMSwxLjI5LTEuMDYsMi40LS4yNywzLjg1LDEuNTItNC45NCwyLjQ2LTEwLjA0LDQuMTMtMTQuOTUsMy45NC0xMS42MSwxMC41My0yNC4wNSwxOS42MS0zMi40MiwxLjkzLTEuNzgsNy43OC02LjIyLDEwLjA5LTcuMDQsMi44NC0xLDguNTkuMzYsMTEuNi44Ni02LjAzLDQuNDQtMTAuNzEsMTAuMDQtMTQuOTIsMTYuMTktMi4wOCwzLjA0LTMuODUsNS44My01LjI3LDkuMjItLjA1LjEzLTEsLjc3LS4yLDEuMjUtLjAyLS4zNi4xLS42LjMxLS44OCw2LjI3LTguMjksMTEuNjQtMTYuMSwyMC4yMi0yMi4yOC44MS0uNTksMy4yOC0yLjUxLDQuMDEtMi43MiwxLjEyLS4zMiwxLjc0LjI5LDIuNzIuNDYsNiwxLjAxLDEyLjAxLDIuNDYsMTcuNjQsNC43NS4wNC40LS4wNC43NC0uMTgsMS4xLS45MiwyLjMyLTMuNTgsNS43My00LjksOC4xMS0yLjk5LDUuNDItNi4wNCwxMi4xNy03Ljk1LDE4LjA2LS4xOS41OS0xLjE4LDIuODgtLjUzLDMuMTUsMy42NS03LjI5LDcuMy0xNC42LDExLjY4LTIxLjQ5Ljk4LTEuNTMsMi4xMy0yLjk1LDMuMTQtNC40NS43NC0xLjExLDEuMDUtMy4yOCwyLjg2LTIuNzksMi45Ljc4LDkuMzUsNS4wNCwxMS45LDYuOTcsMi4zNywxLjc5LDMuNDcsMy4wMiw0LjEyLDYuMDcsMi44NCwxMy40MywyLjIxLDI3LjMsMy4yOCw0MC45NS4xNiwyLjA5LjQ1LDQuMTUuOTcsNi4xOC41LTQuNzcuMzQtOS42Mi41My0xNC40My40Mi0xMC42OC40Ni0yMy4xNSwyLjIzLTMzLjU0LjUyLTMuMDIsMS4zNi0zLjUyLDMuNjUtNS4yNCwzLjA0LTIuMjcsNy42NS01LjE5LDExLjExLTYuNjcuNi0uMjYsMS43NS0uODYsMi4zMi0uNTEsNi4xMyw4Ljk5LDExLjUyLDE4LjQ0LDE2LjE1LDI4LjI5LjQ3LS4zMS4yNi0uNDguMjMtLjg3LS4wNi0uNjktLjYzLTIuMjctLjg4LTMuMDItMi45Ni04LjctNy42NS0xNy41OS0xMi43My0yNS4yMWwtLjE4LS42OGM2LjU1LTIuNzUsMTMuNTctNC4zNiwyMC40OS01Ljk4LDExLjcyLDcuMTYsMjAuMTQsMTguNDYsMjcuMzQsMjkuOTIuNDQtLjMxLjMtLjQxLjE4LS44Mi0uMzEtMS4wNy0xLjU4LTMuNDYtMi4xNi00LjU3LTIuOTMtNS42OS03LjQ1LTEyLjE1LTExLjcyLTE2LjkxLTIuNzYtMy4wOS01Ljg1LTUuOTktOS40LTguMTYuNjItLjc1LDEuNjUtLjkzLDIuNTUtMS4xNCwyLjIxLS41LDguNTgtMS43NCwxMC41Ny0xLjU4LDIuNS4yLDguOTEsNS4wNSwxMC45Niw2LjgzLDExLjg1LDEwLjI3LDE5LjI1LDI0LjE1LDI0LjkyLDM4LjQ0LjE3LjQzLjAyLDEuMzUuNDUsMS41Ni4yOS0xLjAzLS4yNS0xLjc0LS40MS0yLjUxLTMuMzctMTUuNzktMTMuNTYtMzMuMzgtMjYuOTMtNDIuNjctMS4yOC0uODktMi44Ni0xLjQxLTMuODgtMi42Miw1Ljg5LS44MiwxMS43OS0yLjA0LDE3LjctMi42OCw0LjUtLjQ5LDYuMi0uNjcsMTAuNDkuOTUsMTUuNiw1Ljg5LDI2LjUxLDIzLjA1LDMxLjYxLDM4LjIxLDIuMjMsNi42MiwzLjM4LDEzLjUxLDQuMjksMjAuNDMsMS4wMi0xLjE5LjQ2LTMuNzQuMzItNS4zMS0xLjUyLTE3LjM2LTEwLjE3LTQxLjMzLTI1LjQ4LTUxLjA2LTIuNTMtMS42MS01LjM5LTIuNjYtNy45Mi00LjIzLDIuMjItLjI2LDQuODEtLjY3LDcuMDQtLjc3LDkuMjMtLjM4LDE0LjU3LDMuNDEsMjEuMDcsOS40MloiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwaU1EZGxaR1l4TUMweVlqQTFMVFEwTTJFdFlXVTRZaTFqWkRWaE5EUmxaRE0xTVdVQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dteUZQWis3ZWkwb2F4NnRUQS9mL2VkRGZPN1VEdTVvR0dlOTFjZ2ExS0FkamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qVmlNR0V6TUdRMkxUTTNZek10TkRZNE5pMDVNbUZtTFRkallqazROamRrTjJNd1lXOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUZobG9SUytMN2VwUmxucVFNRGZYQlJZWmFEZkd5OUZpMVRjaWlET3AyU1dZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDREt1V2YrdHI0UEVGUVNZUkhBZ095ZFRsaVQxdVlFQUE4WFNRMkdMRWk2a1FJUUVQQnA5ZGd1U3FhcS9Wc2xvencyZlJnUE1qQXlOREV3TWpVeE5UTTFNRFJhQWdrQTNKbHp6TU1wbEZhZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRNMU1EUmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQ2xtWGlYWDZLRG9taFRQNXU1U21NWFVYeCtQTzNCNFQxZVR1SHBhdEZtOERBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lRRGRQeU81L05WMGQzZS9JbTNHR2QwakxGRW5BdURaV3FueEp0SFBZQVlWMlFJZ1lEQzlHNGdoN3BDWHR6eEVkUEVkL0c0TEIvdjR6WmZQNWxzcW5QQWRRZkpqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQmM3dXpvZlVTK1NFWlpVazhTMzdBVzZybFRGeXlPTmh1a2pjbnZGVERicUwwSWFFbjcxWTR2OTlRRXZPRzh4L0pnUEMwT0tjSFFFaEJFWmpDc1pIbnEzaHp1SFJyaFE5OGYvbDUxd254ekxSWWNOamJ0QUlnWVhrNTV4cTc0b0JIcTFIVlZkVFgxak14ZFA1SzR1Wno3SkpQOUtVRkMySS9iTWRqa3hMOWk3dEtJQ09YNk0zU01iYW12dnV3aXIxcW1tR3lHeW53SUlzQlArUlAvM1dYY0NyQmhIODlEakhuSmY1N3oveXZMT2lQZlAxL0w3K005L2lZVGRhcVFqNGZ4ODVodXFkejhjMFdTaWhaMDdMUEVYanhSa1lXMWJGelBnYUdFWnZ2cklxQStoY2dQcGVLM0NzaFZuT3dIRzAzcThxUmhXMUV2VXh5cGhVWE9FZkxQPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMzU0LjgsMTgyLjM5Yy05LjU5LTIuNTktMTguODguNTEtMjkuMzgtLjk5LTEyLjMzLTEuNzYtMjEuNDEtMTAuMTctMzIuODQtMTMuMjEtMTAuODgtMi44OS0yMi4wNC45OC0yMy4yMy0xNC40OS0xLjUyLTE5LjY3LDExLjgxLTEwLjg2LDIyLjIyLTkuNjMsMTAuMjEsMS4yLDI1Ljc0Ljg5LDMyLjI5LTguMjFsLTIwLjkyLDQuMTgsMy4xMi0xOC44NWMtNi40My0uNzMtNC41OCwwLTUuNzUsNC42Mi0xLjI0LDQuOTItMi4yOCw5LjAyLTEuNTgsMTQuMjJsLTI0LjgxLTQuNDdjLTIuODktMTEuOTItMTAuOTctMTYuNDUtMi40MS0yNy45OSw0Ljc2LTYuNDIsNDQuMTYtMzcuMDEsNTEuNjQtNDAuNDcsNy41NC0zLjQ5LDE0LjM5LTQuMDgsMjEuNTUuNzksMTQuOTgsMTAuMTgsNTIuNDcsNDEuOSw2MC4yNSw1Ni45OCw1LjQ2LDEwLjU4LDkuNTgsMjQuMzUsMTQuNzksMzUuNDYsMzIuNCw2OS4xLDg1LjA3LDE2Mi45OSw4MC4wNCwyNDAuNDYtLjU2LDguNjctMy43MywxOC42My00LjM0LDI3LjA2LTEuMzgsMTkuMzIsNy4wMSwzNC45Mi0xMi42OCw0NS45NC00MywyNC4wNy0xMTUuNjMsMjkuODQtMTY0LjE5LDMyLjU3LTQ5LjEyLDIuNzctMTEyLjMzLDYtMTYxLjE4LDIuMi02MS40NS00Ljc5LTk4LjMtNjYuMjktNzIuNTctMTIyLjkzLDIzLjMtNTEuMjksOTAuMjMtNjUuNDIsMTMxLjMtMjUuODMsMy40OCwzLjM2LDYuNDIsMTAuNjYsMTAuMzQsMTAuNjFzMTQuOTYtNy41MywxOS45NS05LjQ5YzMyLjM0LTEyLjczLDgwLjM3LTkuMjMsMTA3Ljc5LDEzLjYxLDcuMzMsNi4xMSwxNC42MywyMy4zNSwyMy4wNiwxMi41NywzLjU2LTE0Ljg5LDIuMDctMzAuMDYsMy4wNy00NS4wOCwxLjAxLTE1LjMyLDMuNjItMzIuOCw0LjI5LTQ4LjA1LDEuNzEtMzguNjItMTAuMzUtNzguNjQtMjkuODItMTExLjU4WiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRveVltSXhOall3T1Mxa01ETTRMVFF5TUdRdE9HWTNPQzFtTWpJNE16QmhNekJrWTJJQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dhMHFBQ0toR1RycHVyeFBUQ21KNk5oOWh3SUFWRTM4WGFhYnJaeEZJbXB0amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qRmpNVGczT1RZMExUSmpOemd0TkRsaFpTMDRNekZrTFRsa1lXVmxZalZoWVdZMk5tOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUJxUWRFQlpLNEJFRWhuQ05rYWM1ZmhqeFBRclYzTnZQSURvYXd2TjcxeWVZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnUVlMS29aSWh2Y05BUWtRQVFTZ2NnUndNRzRDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQ3V6SGg5dlp4eDhlR2s1R1BoL0YyeVRZa3o4b2tJM1B4WDRRdU1XSWFoUVFJUVBMMG82Y2dEM1NaSnVUcjFRVWwyakJnUE1qQXlOREV3TWpVeE5UTTNOVGhhQWdodkpyU1hKWDl1cGFDQ0M3MHdnZ1VITUlJQzc2QURBZ0VDQWhBRkhwNlIxeDZSQ3J2a1BWenQwTjNaTUEwR0NTcUdTSWIzRFFFQkN3VUFNR014Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFN01Ea0dBMVVFQXhNeVJHbG5hVU5sY25RZ1ZISjFjM1JsWkNCSE5DQlNVMEUwTURrMklGTklRVEkxTmlCVWFXMWxVM1JoYlhCcGJtY2dRMEV3SGhjTk1qTXdPVEE0TURBd01EQXdXaGNOTXpReE1qQTNNak0xT1RVNVdqQllNUXN3Q1FZRFZRUUdFd0pWVXpFWE1CVUdBMVVFQ2hNT1JHbG5hVU5sY25Rc0lFbHVZeTR4TURBdUJnTlZCQU1USjBScFoybERaWEowSUVGa2IySmxJRUZCVkV3Z1ZHbHRaWE4wWVcxd0lGSmxjM0J2Ym1SbGNqQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJFMHNybEg1QS8rMTUvTUZsMWFzTmg4UThUdWJPc0VWZnUwcWxKckYwc21qdHdMMUllSFovQUI3SjU5dTFUcnBobzFCRE44NWxmVFkzMHJOQnNmVCtteWpnZ0dMTUlJQmh6QU9CZ05WSFE4QkFmOEVCQU1DQjRBd0RBWURWUjBUQVFIL0JBSXdBREFXQmdOVkhTVUJBZjhFRERBS0JnZ3JCZ0VGQlFjRENEQWdCZ05WSFNBRUdUQVhNQWdHQm1lQkRBRUVBakFMQmdsZ2hrZ0JodjFzQndFd0h3WURWUjBqQkJnd0ZvQVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SFFZRFZSME9CQllFRkxBMXFsYkRJYW1MenRPNHZJc1dKVmVkN3pUaE1Gb0dBMVVkSHdSVE1GRXdUNkJOb0V1R1NXaDBkSEE2THk5amNtd3pMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JITkZKVFFUUXdPVFpUU0VFeU5UWlVhVzFsVTNSaGJYQnBibWREUVM1amNtd3dnWkFHQ0NzR0FRVUZCd0VCQklHRE1JR0FNQ1FHQ0NzR0FRVUZCekFCaGhob2RIUndPaTh2YjJOemNDNWthV2RwWTJWeWRDNWpiMjB3V0FZSUt3WUJCUVVITUFLR1RHaDBkSEE2THk5allXTmxjblJ6TG1ScFoybGpaWEowTG1OdmJTOUVhV2RwUTJWeWRGUnlkWE4wWldSSE5GSlRRVFF3T1RaVFNFRXlOVFpVYVcxbFUzUmhiWEJwYm1kRFFTNWpjblF3RFFZSktvWklodmNOQVFFTEJRQURnZ0lCQUhncmpFTEhoQkNFV0pTQ3lSWDdsc0wwQzlMSmdiWDFyeVZZeVNOUnhIa01SMkxxQzdQUVpSSmdETlIra0pvcDhQNXYyQnpwL2pNcnp3NFU0cFk2cll2M0k4SHBGbEphNHVCd1VUSVVnSFdwaThYeGQxSkVFWDk0UE9PRGk3SHlTZWtYNjBBMDU1Qm96RmI3R0dWYXhiMExyZVFUUlhua3I2Z2dQTlVQWDlHaCsyU2NPeGxUZFFRTGdaYmtkWXZ4bzNBcDZjeTlyaVppalJ4T1pxaU95V1N4TVVoZ0t4ZUt6d3JGVzZYYmUwYXdOaE9VWFp6SXhjNGl4cEt6V1NJdHBQSjMwWmlCUW40OVUzQURZVG5zaGJOOVprVEExcEhmL05vdjJaVXZ2ZGRrWjhVWXZ3bzl2QnZMVER2bm1BQm5STUJLYVhZQXMzWkN2dzlDa0RQT1dUZVVKTUZSQXRtVXg1Mm9oYUEzbkQ4YkNKNlVmcFEycEZmT2RTaHdwYjZHS3YwZytCZ2NkSUcyTEhQSjBVZm1yK1htcGdaZ3EvSElnZTBoamNDQURwakRncTJ6NEIwTDR4dEFBMU04TXJVeDAyaHhiNzEwNG5GS3FNdXY1ekpUUWwzc2d3cVhVeVArOXpIUVA5eS9aNUZ4L0FRV3JPWENXNTZkVjdQNGNGQkpsOHpIcWlubGhrT1N0WjFtMjIrOUhscStlQzBoSjJsa0YxTHV6UmRKSmIvNTFMWG9QS1Jub3BGRG5nNlhwb0Q3ZUc2dzRZcEF4OStQMDBKdVVvQnNZU3Jkc3VGaXlXeVFRR0JBbmpJNjlnZ2JTTGNXK2hKeXR1aW5heGF3VmxJdEprUzJlVjVaNFhzeFBnN2Y4MnVSa2R0TjBoVEhlSTkzQ04zT1dlUmVibks3TUlJR3JqQ0NCSmFnQXdJQkFnSVFCelkzdHlSVWZOaEhyUDBvWmlwZVd6QU5CZ2txaGtpRzl3MEJBUXNGQURCaU1Rc3dDUVlEVlFRR0V3SlZVekVWTUJNR0ExVUVDaE1NUkdsbmFVTmxjblFnU1c1ak1Sa3dGd1lEVlFRTEV4QjNkM2N1WkdsbmFXTmxjblF1WTI5dE1TRXdId1lEVlFRREV4aEVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lGSnZiM1FnUnpRd0hoY05Nakl3TXpJek1EQXdNREF3V2hjTk16Y3dNekl5TWpNMU9UVTVXakJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUlJQ0lqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUF4b1kxQmttendUMXlTVkZWeHlVRHhQS1JONm1YVWFIVzBvUFJua3lpYmFDd3pJUDVXdllSb1VRVlFsK2tpUE5vK24zem5Ja0xmNTBmbmc4ekgxQVRDeVp6bG0zNFY2Z0NmZjFEdElUYUVmRnpzYlB1SzRDRWlpSVkzK3ZhUGNRWGY2c1pLejVDM0dlTzZsRTk4TlpXMU9jb0xldlRzYlYxNXg4R1pZMlVLZFBaN0duZjJaQ0hSZ0I3MjBSQmlkeDhhbGQ2OERkNW4xMnN5K2lFWkxSUzhuWkg5MkdER2QxZnRGUUxJV2h1TnlHN1FLeGZzdDVLZmM3MU9SSm43dzZsWTJ6a3BzVWR6VFlOWE5YbUc2akJaSFJBcDhCeXhicE9IN0cxV0UxNS90ZVBjNU9zTERuaXBValc4TEF4RTZsWEtaWW5MdldIcG85T2RoVlZKbkNZSm4rZ0drY2dRK05EWTRCN2RXNG5KWkNZT2pnUnMvYjJudVk3Vyt5QjNpSVUyWUlxeDVLL29ON2pQcUp6K3VjZldteVU4bEtWRVN0WWRFQW9xM05EenQ5S29SeHJPTVVwODhxcWxuTkNhSisyUnJPZE9xUFZBK0MvOEtJOHlrTGNHRWgvRkRUUDBreXI3NXM5L2c2NFpDcjZkU2drUWUxQ3Z3V2Naa2xTVVBSUjh6WkpUWXNnMGl4WE5Ya3JxUE5GWUx3ampWajMzR0hlay80NXdQbXlNS1ZNMSttWVNsZyswd09JL3JPUDAxNUxkaEpSazhtTUREdGJpaUtvd1NZSStSUVFFZ045WHlPN1pPTmo0S2JoUHZiQ2RMSS9IZ2wyN0t0ZFJuWGlZS05ZQ1FFb0FBNkVWTzdPNlYzSVhqQVN2VWFldGROMnVkSU9hNWtNMGpPMHpiRUNBd0VBQWFPQ0FWMHdnZ0ZaTUJJR0ExVWRFd0VCL3dRSU1BWUJBZjhDQVFBd0hRWURWUjBPQkJZRUZMb1cyVzFOaFM5ektYYWFMM1dNYWlDUG5zaHZNQjhHQTFVZEl3UVlNQmFBRk96WDQ0TFNjVjFrVE44dVp6L251cGl1SEE5UE1BNEdBMVVkRHdFQi93UUVBd0lCaGpBVEJnTlZIU1VFRERBS0JnZ3JCZ0VGQlFjRENEQjNCZ2dyQmdFRkJRY0JBUVJyTUdrd0pBWUlLd1lCQlFVSE1BR0dHR2gwZEhBNkx5OXZZM053TG1ScFoybGpaWEowTG1OdmJUQkJCZ2dyQmdFRkJRY3dBb1kxYUhSMGNEb3ZMMk5oWTJWeWRITXVaR2xuYVdObGNuUXVZMjl0TDBScFoybERaWEowVkhKMWMzUmxaRkp2YjNSSE5DNWpjblF3UXdZRFZSMGZCRHd3T2pBNG9EYWdOSVl5YUhSMGNEb3ZMMk55YkRNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpGSnZiM1JITkM1amNtd3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjlXWTdBazdadm1LbEVJZ0YrWnRiWUlVTGhzQmd1RUUwVHp6QlR6cjhZKzhkUVhlSkxLZnR3aWcycUtXbjhhY0hQSFFmcFBtREkyQXZsWEZ2WGJZZjZoQ0FsTkRGbnpiWVNsbS9FVUV4aUhRd0lncWdXdmFsV3p4VnpqUUVpSmM2VmFUOUhkL3R5ZEJUWC82dFBpaXg2cTRYTlExL3RZTGFxVDVGbW5peWU0SXFzNWYyTXZHUW1oMnlTdloxODBIQUtmTytvdkhWUHVscjNxUkN5WGVuL0tGU0o4TldLY1habDJzendjcU1qK3NBbmdrU3VtU2NicXlRZUpzRzMzaXJyOXA2eGVabUJvMWFHcXdwRnlkL0VqYURubVB2N3BwMXlyOFRId2NGcWNkbkdFNEFKeExhZnpZZUhKTHRQbzBtNWQyYVI4WEtjNlVzQ1VxYzNmcE5UckRzZENFa1BsTTA1ZXQzL0pXT1pKeXc5UDJ1bjhXYkRRYzFQdGtDYklTRkEwTGNUSk0zY0hYZzY1SjZ0NVRSeGt0Y21hK1E0YzZ1bUFVKzlQenQ0clV5dCs4U1ZlKzBLWHpNNWgwRjRlampwbk9IZEkvMGRLTlBIK2VqeG1GLzdLOWgrOGthZGRTd2VKeXdtMjI4VmV4NFppemE0azlUbThoZVpXY3B3OERlL21BRGZJQlpQSi90Z1p4YWhacnJkVmNBNktZYXdtS0FyN1pWQnR6clZGWmd4dEdJSkR3cTlnZGtUL3IrazBmTlgyYndFK29MZU10OEVpZkFBelYzQytkQWpmd0FMNUhZQ0p0bndaWFpDcGltSENVY3I1bjhhcElVUC9KaVc5bFZVS3grQStzRHlEaXZsMXZ1cEwwUVZTdWNURGgzYk56Z2FvU3YyN2RaOC9ER0NBYmt3Z2dHMUFnRUJNSGN3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVFJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJnbGdoa2dCWlFNRUFnRUZBS0NCMFRBYUJna3Foa2lHOXcwQkNRTXhEUVlMS29aSWh2Y05BUWtRQVFRd0hBWUpLb1pJaHZjTkFRa0ZNUThYRFRJME1UQXlOVEUxTXpjMU9Gb3dLd1lMS29aSWh2Y05BUWtRQWd3eEhEQWFNQmd3RmdRVTJScTVNLzRYcmVtQ0hxWVQ5YVE2Y1U0K2ZuMHdMd1lKS29aSWh2Y05BUWtFTVNJRUlOUXJRT2JpTXBJWEtSOHJCcWRQUDNpT3BPMDdyUXk4TWpSd0RpeXlWbFcvTURjR0N5cUdTSWIzRFFFSkVBSXZNU2d3SmpBa01DSUVJSUxhOFpTVmV6YUVBa1dQMVNjQWFmNWl4eFJXK3A0TGhxdjRKK2hUSUNmWk1Bb0dDQ3FHU000OUJBTUNCRWd3UmdJaEFNK2lrNGU3aDBYZTkvSjVVcW1jQVUwWENwS3dOUFRlODRYcDVodlJNZURIQWlFQTNPS2licFBGSnlHV2ZPY210M2xWWkdybms2Z0FCVUMyL1JCdlhkeTFsQ2xqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQWZWUUQ4dE1OOXRCeTNxOFJqV08rN0VHZXRkZlNKSzk2TzBLKzErdGI5NzYyckxBQzg5VVhZYlB6ZnlPcHRaRGZmb2pUeWZXUTRFeWpZVThlZld4dFg3RnFwN2VmclhUVlpodW53T0RtUlk1VmplRmY1bDVxY3Y2aXdnYzFxTEQzUFgyYzFlK2pvTHpBbGxPd0ZrcjZ3L3h5SEJXZmhQQnpxcEdLNkJKbTVKbzJoV0oyYWhYREVybGdEQTliZmllS2JJRFQ0ejh4Z1ljdkp2VC9YdTNVai9kRFlFRysrRW16d2tWMUlhS0VsbHNvM2kxZ1FWQVVlaWUrZGVxY1RTOXFUcUljWDMveU54VnRheno4Q3BmREQvd2M1dkZqSWxDbSt5aGprOEp1N0cxelZiYmZ1UGtad3JKT2ZXN3A2ZlBmZHhEY1JvcDEydEZBY0tFTmE0c1BMPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6Z3JheTt9LmR7ZmlsbDojNjU4MGJlO30uZXtmaWxsOiNlNGU1ZWE7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIj48cGF0aCBjbGFzcz0iZCIgZD0iTTU4My43MSw1ODMuNzFIMFYwaDU4My43MXY1ODMuNzFaTTU3MC41OSwxMi40M0gxMy4xM3Y1NTcuNDZoNTU3LjQ2VjEyLjQzWiIvPjwvZz48ZyBpZD0iYiI+PHBhdGggY2xhc3M9ImUiIGQ9Ik0zNTYuNjgsMjY2LjY3YzIuOTMsNC42OSw1LjkyLDkuNTUsOS42OCwxMy42NWwxNi45MS04OC4yM2MtMTguMTMtNy42My0xNC4yOC0zNS43Miw1LjM4LTM3LjMzLDI0LjcyLTIuMDIsMjkuMywzMy4xNyw1LjM1LDM4Ljc5bDM2LjQsMTIxLjE0YzMxLjg4LTE0LjQ4LDQ1Ljc4LTUxLjk2LDU5LjQxLTgxLjg1bC0uMy0uOWMtMjIuNDItMTMuNDktMi4yNy00Ni43OSwxOS45LTMzLjEsMTYuMzcsMTAuMSw4LjM4LDM1LjgyLTEwLjYzLDM1LjYyLTIuMDgsMTQuMDYtMi44MywyOC42OC00LjM5LDQyLjk0LTYuNzUsNjEuNzMtMTUuNTIsMTIzLjU3LTI1LjY3LDE4NC42Ny0xMTAuNTUsNTEuNDUtMjQzLjY3LDQ4LjU5LTM1NS4zOSwyLjAxLTEyLjEzLTc3LjA1LTIyLjk2LTE1NC4zNC0zMS4wNC0yMzEuOTYtMTkuMzEtMi40NS0yMi42My0zMC4zOC00LjI5LTM3LDI0Ljc0LTguOTIsMzcuMywyNy4xOSwxMy4xNywzNi41Myw2LjI5LDE1LjIsMTIuOSwzMC40NiwyMS41OCw0NC40Nyw5LjEzLDE0Ljc0LDIxLjQ0LDMwLjgsMzguMzIsMzYuNzVsMjMuMzUtMTIxLjc0Yy0zLjQ0LS44Mi02LjYyLTEuNjUtOS42Mi0zLjU5LTE0LjczLTkuNDktOC45NC0zMy4xMyw4LTM1LjE4LDIxLjktMi42NSwzMC42MiwyNi43MSwxMS4yLDM2LjUzbDI3LjI2LDkyLjk3LjkyLS4xNWMzNC4wNi00Ny40MSw1NC4wOS0xMDMuOTUsNzEuNTMtMTU5LjMyLTIzLjc5LTguMDktMTQuMDQtNDMuNTEsMTEuMTktMzcuMDEsMTQuMjQsMy42NywxOC4wNCwyMy41Myw2LjgsMzMuMTMtMS4zNCwxLjE0LTUuMzEsMi45MS01LjQxLDQuMTMsMTUuOSw0OC44MywzMi45OSwxMDAuMzIsNjAuMzUsMTQ0LjAzWiIvPjxwYXRoIGQ9Ik0zMjYuMDMsNDIxLjc2Yy03LjgzLDcuNzItMjEuNjUsMTcuNTktMzEuNDUsMjIuNTItMi44MiwxLjQyLTguNzUsNC41LTExLjY0LDMuNzYtMi45NS0uNzUtMTIuMzctNi42Mi0xNS40LTguNTUtMjMuNDQtMTQuODktNTAuOC00Mi4xOC0zOS42Ni03Mi43NSwxMC4xLTI3LjczLDQwLjU1LTE3LjEsNTcuODQtMy4yOCwxNC42Mi05Ljg0LDM4LjgyLTIxLjYzLDUyLjg4LTQuNTQsMTYuMjksMTkuODEsMy4xMyw0Ny4zOC0xMi41NSw2Mi44NFoiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTM5OS4zLDE1OC4zNGMxMy41Myw2Ljk0LDEyLjYxLDI2LjIxLTEuMDksMzIuNjktMS45Ny45My00LjY4LS4xOC01LjM0LDIuNzlsMzYuNCwxMjEuNDNjLS4wNi41Ni01LjQ1LDIuMTEtNi4yOCwyLjItMjQuMjUsMi44NS00My4yNy0xNy43MS01Ni4zMy0zNS40N2wxNy40Ny04OS45N2MtLjE1LTEuMDctNS4yNS0zLjcxLTYuNDMtNC44OC0xMy45NS0xMy45NywxLjUyLTM5LjA5LDIxLjU4LTI4LjhaIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0xODcuODIsMTU3Ljk0YzYuNTEsNi4wOCw4LjEzLDE1LjcyLDMuNDEsMjMuNDEtMi4zMSwzLjc2LTYuNjMsNS4xNC04LjQzLDguNDcsMy41OSwxMy42OCw4LjI2LDI3LjAzLDEyLjI3LDQwLjU4LDQuNjMsMTUuNjcsOS40MiwzMi4xLDEzLjg1LDQ3Ljg2LjUsMS44LDEuNSw0LjE0LDIuMzQsNS44NS0xNC41NCwxNy42NS0zNC4yMywzNi44Ni01OS4zNSwyOS45M2wyMy40OC0xMjIuNi0uNjUtMS4yMWMtMTMuOTUtMS4yNC0yMi4zOS0xNy4zNC0xNC4zOC0yOS4xNCw2LjA1LTguOTEsMTkuNjEtMTAuNDcsMjcuNDYtMy4xM1oiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvd01UbGhOV000TnkxaE9HUXlMVFE0TWpJdFlUbGxPQzB5T0RReVpUUTJNRGRoWmpFQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2djeUswTWRhekFtV3A2VjJuRURCNDZScWg2REVBRHFCOTZGWWVwNm1ydzF0amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qYzRaR1F3Wm1ZMkxXWmtZemN0TkdRNVlTMDRNRGs0TFdJMVlqUmhaR0ZqTWpReE0yOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSU82U09yWElRaGkwQ0dRaDdYOXYyeDd3RmZ3S2UwbGRLR2tWQ2YzR2ErUnhZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0Jnd1lMS29aSWh2Y05BUWtRQVFTZ2RBUnlNSEFDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQ1MvZENhVEdSKythV3JtdXJrWFRoL3Vtai9LcGMvRGwzVGV2Z093ZVhZMXdJUkFKTUZmalU4V2xZbmM1b2YvYWswd1RvWUR6SXdNalF4TURJMU1UVXpPREkyV2dJSkFOOHN4Q3lHRStTQW9JSUx2VENDQlFjd2dnTHZvQU1DQVFJQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpLb1pJaHZjTkFRRUxCUUF3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRBZUZ3MHlNekE1TURnd01EQXdNREJhRncwek5ERXlNRGN5TXpVNU5UbGFNRmd4Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFd01DNEdBMVVFQXhNblJHbG5hVU5sY25RZ1FXUnZZbVVnUVVGVVRDQlVhVzFsYzNSaGJYQWdVbVZ6Y0c5dVpHVnlNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVUU3l1VWZrRC83WG44d1dYVnF3Mkh4RHhPNXM2d1JWKzdTcVVtc1hTeWFPM0F2VWg0ZG44QUhzbm4yN1ZPdW1HalVFTTN6bVY5TmpmU3MwR3g5UDZiS09DQVlzd2dnR0hNQTRHQTFVZER3RUIvd1FFQXdJSGdEQU1CZ05WSFJNQkFmOEVBakFBTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQWZCZ05WSFNNRUdEQVdnQlM2RnRsdFRZVXZjeWwybWk5MWpHb2dqNTdJYnpBZEJnTlZIUTRFRmdRVXNEV3FWc01ocVl2TzA3aThpeFlsVjUzdk5PRXdXZ1lEVlIwZkJGTXdVVEJQb0UyZ1M0WkphSFIwY0RvdkwyTnliRE11WkdsbmFXTmxjblF1WTI5dEwwUnBaMmxEWlhKMFZISjFjM1JsWkVjMFVsTkJOREE1TmxOSVFUSTFObFJwYldWVGRHRnRjR2x1WjBOQkxtTnliRENCa0FZSUt3WUJCUVVIQVFFRWdZTXdnWUF3SkFZSUt3WUJCUVVITUFHR0dHaDBkSEE2THk5dlkzTndMbVJwWjJsalpYSjBMbU52YlRCWUJnZ3JCZ0VGQlFjd0FvWk1hSFIwY0RvdkwyTmhZMlZ5ZEhNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpFYzBVbE5CTkRBNU5sTklRVEkxTmxScGJXVlRkR0Z0Y0dsdVowTkJMbU55ZERBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQWVDdU1Rc2VFRUlSWWxJTEpGZnVXd3ZRTDBzbUJ0Zld2SlZqSkkxSEVlUXhIWXVvTHM5QmxFbUFNMUg2UW1pbncvbS9ZSE9uK015dlBEaFRpbGpxdGkvY2p3ZWtXVWxyaTRIQlJNaFNBZGFtTHhmRjNVa1FSZjNnODQ0T0xzZkpKNlJmclFEVG5rR2pNVnZzWVpWckZ2UXV0NUJORmVlU3ZxQ0E4MVE5ZjBhSDdaSnc3R1ZOMUJBdUJsdVIxaS9HamNDbnB6TDJ1Sm1LTkhFNW1xSTdKWkxFeFNHQXJGNHJQQ3NWYnBkdDdSckEyRTVSZG5NakZ6aUxHa3JOWklpMms4bmZSbUlGQ2ZqMVRjQU5oT2V5RnMzMW1STURXa2QvODJpL1psUys5MTJSbnhSaS9DajI4Rzh0TU8rZVlBR2RFd0VwcGRnQ3pka0svRDBLUU04NVpONVFrd1ZFQzJaVEhuYWlGb0RlY1B4c0lucFIrbERha1Y4NTFLSENsdm9ZcS9TRDRHQngwZ2JZc2M4blJSK2F2NWVhbUJtQ3I4Y2lCN1NHTndJQU9tTU9DcmJQZ0hRdmpHMEFEVXp3eXRUSFRhSEZ2dlhUaWNVcW95Ni9uTWxOQ1hleURDcGRUSS83M01kQS8zTDlua1hIOEJCYXM1Y0pibnAxWHMvaHdVRW1Yek1lcUtlV0dRNUsxbldiYmI3MGVXcjU0TFNFbmFXUVhVdTdORjBrbHYvblV0ZWc4cEdlaWtVT2VEcGVtZ1B0NGJyRGhpa0RIMzQvVFFtNVNnR3hoS3QyeTRXTEpiSkJBWUVDZU1qcjJDQnRJdHhiNkVuSzI2S2RyRnJCV1VpMG1STFo1WGxuaGV6RStEdC96YTVHUjIwM1NGTWQ0ajNjSTNjNVo1RjV1Y3Jzd2dnYXVNSUlFbHFBREFnRUNBaEFITmplM0pGUjgyRWVzL1NobUtsNWJNQTBHQ1NxR1NJYjNEUUVCQ3dVQU1HSXhDekFKQmdOVkJBWVRBbFZUTVJVd0V3WURWUVFLRXd4RWFXZHBRMlZ5ZENCSmJtTXhHVEFYQmdOVkJBc1RFSGQzZHk1a2FXZHBZMlZ5ZEM1amIyMHhJVEFmQmdOVkJBTVRHRVJwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdVbTl2ZENCSE5EQWVGdzB5TWpBek1qTXdNREF3TURCYUZ3MHpOekF6TWpJeU16VTVOVGxhTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFd2dnSWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUNEd0F3Z2dJS0FvSUNBUURHaGpVR1NiUEJQWEpKVVZYSEpRUEU4cEUzcVpkUm9kYlNnOUdlVEtKdG9MRE1nL2xhOWhHaFJCVkNYNlNJODJqNmZmT2NpUXQvblIrZUR6TWZVQk1MSm5PV2JmaFhxQUo5L1VPMGhOb1I4WE94cys0cmdJU0tJaGpmNjlvOXhCZC9xeGtyUGtMY1o0N3FVVDN3MWxiVTV5Z3Q2OU94dFhYbkh3WmxqWlFwMDluc2FkL1prSWRHQUh2YlJFR0ozSHhxVjNyd04zbWZYYXpMNklSa3RGTHlka2YzWVlNWjNWKzBWQXNoYUc0M0lidEFyRit5M2twOXp2VTVFbWZ2RHFWamJPU214UjNOTmcxYzFlWWJxTUZrZEVDbndITEZ1azRmc2JWWVRYbisxNDl6azZ3c09lS2xTTmJ3c0RFVHFWY3BsaWN1OVllbWowNTJGVlVtY0pnbWY2QWFSeUJENDBOamdIdDFiaWNsa0pnNk9CR3o5dmFlNWp0YjdJSGVJaFRaZ2lySGtyK2czdU0rb25QNjV4OWFiSlR5VXBVUksxaDBRQ2lyYzBQTzMwcWhIR3M0eFNuenlxcVdjMEpvbjdaR3M1MDZvOVVENEwvd29qektRdHdZU0g4VU5NL1NUS3Z2bXozK0RyaGtLdnAxS0NSQjdVSy9CWnhtU1ZKUTlGSHpOa2xOaXlEU0xGYzFlU3VvODBWZ3ZDT05XUGZjWWQ2VC9qbkErYkl3cFV6WDZaaEtXRDdUQTRqK3M0L1RYa3QyRWxHVHlZd01PMXVLSXFqQkpnajVGQkFTQTMxZkk3dGs0MlBncHVFKzlzSjBzajhlQ1hic3ExMUdkZUpnbzFnSkFTZ0FEb1JVN3M3cFhjaGVNQks5UnA2MTAzYTUwZzVybVF6U003VE5zUUlEQVFBQm80SUJYVENDQVZrd0VnWURWUjBUQVFIL0JBZ3dCZ0VCL3dJQkFEQWRCZ05WSFE0RUZnUVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SHdZRFZSMGpCQmd3Rm9BVTdOZmpndEp4WFdSTTN5NW5QK2U2bUs0Y0QwOHdEZ1lEVlIwUEFRSC9CQVFEQWdHR01CTUdBMVVkSlFRTU1Bb0dDQ3NHQVFVRkJ3TUlNSGNHQ0NzR0FRVUZCd0VCQkdzd2FUQWtCZ2dyQmdFRkJRY3dBWVlZYUhSMGNEb3ZMMjlqYzNBdVpHbG5hV05sY25RdVkyOXRNRUVHQ0NzR0FRVUZCekFDaGpWb2RIUndPaTh2WTJGalpYSjBjeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrVW05dmRFYzBMbU55ZERCREJnTlZIUjhFUERBNk1EaWdOcUEwaGpKb2RIUndPaTh2WTNKc015NWthV2RwWTJWeWRDNWpiMjB2UkdsbmFVTmxjblJVY25WemRHVmtVbTl2ZEVjMExtTnliREFnQmdOVkhTQUVHVEFYTUFnR0JtZUJEQUVFQWpBTEJnbGdoa2dCaHYxc0J3RXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnSUJBSDFaanNDVHRtK1lxVVFpQVg1bTF0Z2hRdUd3R0M0UVRSUFBNRlBPdnhqN3gxQmQ0a3NwKzNDS0Rhb3BhZnhwd2M4ZEIraytZTWpZQytWY1c5ZHRoL3FFSUNVME1XZk50aEtXYjhSUVRHSWREQWlDcUJhOXFWYlBGWE9OQVNJbHpwVnBQMGQzKzNKMEZOZi9xMCtLTEhxcmhjMURYKzFndHFwUGtXYWVMSjdnaXF6bC9ZeThaQ2FIYkpLOW5YelFjQXA4NzZpOGRVKzZXdmVwRUxKZDZmOG9WSW53MVlweGRtWGF6UEJ5b3lQNndDZUNSSzZaSnh1ckpCNG13YmZlS3V2Mm5yRjVtWUdqVm9hckNrWEozOFNOb09lWSsvdW1uWEt2eE1mQndXcHgyY1lUZ0FuRXRwL05oNGNrdTAralNibDNacEh4Y3B6cFN3SlNwemQrazFPc094MElTUStVelRsNjNmOGxZNWtuTEQwL2E2Znhac05CelUrMlFKc2hJVURRdHhNa3pkd2RlRHJrbnEzbE5IR1MxeVpyNURoenE2WUJUNzAvTzNpdFRLMzd4SlY3N1FwZk16bUhRWGg2T09tYzRkMGovUjBvMDhmNTZQR1lYL3NyMkg3eVJwMTFMQjRuTENiYmJ4VjdIaG1MTnJpVDFPYnlGNWxaeW5Ed043K1lBTjhnRms4bisyQm5GcUZtdXQxVndEb3BockNZb0N2dGxVRzNPdFVWbURHMFlna1BDcjJCMlJQK3Y2VFI4MWZadkFUNmd0NHkzd1NKOEFETlhjTDUwQ04vQUF2a2RnSW0yZkJsZGtLbUtZY0pSeXZtZnhxa2hRLzhtSmIyVlZRckg0RDZ3UElPSytYVys2a3ZSQlZLNXhNT0hkczNPQnFoSy9idDFuejhNWUlCdHpDQ0FiTUNBUUV3ZHpCak1Rc3dDUVlEVlFRR0V3SlZVekVYTUJVR0ExVUVDaE1PUkdsbmFVTmxjblFzSUVsdVl5NHhPekE1QmdOVkJBTVRNa1JwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdSelFnVWxOQk5EQTVOaUJUU0VFeU5UWWdWR2x0WlZOMFlXMXdhVzVuSUVOQkFoQUZIcDZSMXg2UkNydmtQVnp0ME4zWk1BMEdDV0NHU0FGbEF3UUNBUVVBb0lIUk1Cb0dDU3FHU0liM0RRRUpBekVOQmdzcWhraUc5dzBCQ1JBQkJEQWNCZ2txaGtpRzl3MEJDUVV4RHhjTk1qUXhNREkxTVRVek9ESTJXakFyQmdzcWhraUc5dzBCQ1JBQ0RERWNNQm93R0RBV0JCVFpHcmt6L2hldDZZSWVwaFAxcERweFRqNStmVEF2QmdrcWhraUc5dzBCQ1FReElnUWdGVDl4WU5hd05TdjZ3eEhoN2FhdEx0d0c1ajU3Y25meGhKWlBwMk12Yklnd053WUxLb1pJaHZjTkFRa1FBaTh4S0RBbU1DUXdJZ1FnZ3RyeGxKVjdOb1FDUlkvVkp3QnAvbUxIRkZiNm5ndUdxL2duNkZNZ0o5a3dDZ1lJS29aSXpqMEVBd0lFUmpCRUFpQktvNVZHd2hlSWphSTFGS3FCdyt1SmE1Uml4T2xmRGNlV2FwWnQrNFliRmdJZ1U4S21NcTNmY2p2TkkyZmhLMy9ndzYyaGFmWldtZmp3bWNIb3NRbFo5UTVqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQVJsQ2RvbC9wajFmVWxFdjM1bnJIRkFSRUMwSWRFSWRxM3VHTDhKLzVhOVpCblFJNXZZMktPWkYyV1VCV0NrUjg5TGQ4SE1xTjhWZGx6UEwzZFBYdlhhcmQ5WWpHYU9SVDA2NXE3Rytya0F0aUo0aTA4anM3MVNoRG9pTi9ZSWs0aDA1cW04ZWdONGR4bzlHVS95TGR6MUtoY2haSGdYZ3BDS0t1bi8wYXVLMEFaUnBMOUlRUDJTbEorVGtjR21BYkd3Rll6bGRNbUUvNmRBNzFPZ005R2JmeGtLdGJqTWozZWs1cDVUN0RlR1BhcVJwMFByZzNMQ0JBajJ0NlNlN2RWb0xnOXZpZGVDckdhNGZJK2FnMnBVRmUzVGpVVU9BMFZHRm1BcTFVZXFUWlErNG5DVDkveUFaQnVTREVTcXB4M3B4NDJOKzN2MTl3VVU3OUgvRThUPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjc2LjQ4LDI1Ni43M2MtNDguODcsMS4zOC0xMjYuMDQsOS43MS0xNjMuMDksNDQuNjYtMjcuMTksMjUuNjQtMjcuNTgsNzUuMDMsMTguMjMsNzEuMjQsMjIuODctMS44OSwzOC4zMi0yOS4xNiwxMC43OC0zOC4wOS0uOTQuOTQsOS43OCwxNi45My0xLjgsMjMuODYtOS44OCw1LjktMjUuMzQsMi42OS0yOC41NS05LjI3LTktMzMuNTksNTYuODYtMzMuNzIsNTYuODEsMS4xMy0uMDYsNDMuMjMtODMuMzMsNDguNy04OS4xOS01LjE0LTcuOTMtNzIuODEsMTA1LjQyLTExMC4yMSwxNjIuMDQtMTE0Ljg5bC0xNC4wMy05Ljk1Yy01MC41LTQyLjkzLTQ3LjY0LTEyNi45Nyw3Ljg2LTE2NC4yMyw4Mi4xMS01NS4xMSwxODIsMjUuMTgsMTUxLjksMTE4Ljc5LTYuOTcsMjEuNjktMjEuMzgsMzcuNDItMzguMTMsNTIuMDcsNTcuMjYtMS4zNywxMTMuMjEtMTMuNDQsMTUzLjk0LTU2LjI3LTE4Ljg1LDQ3LjI2LTE5Ljk1LDk3LjM2LDEuNjYsMTQ0LjAyLTM2LjktMzMuMDYtNzcuNDEtNTYuNzEtMTI4LjIxLTU5LjY2LTE0Ljc5LS44Ni00Mi4zMy0xLjY3LTU2LjQ0LS4wMi0yLjQxLjI4LTQuMjYuMi01LjcxLDIuNTd2NzIuODRjMy4wNSwzLjUzLDE0LjY1LDMuNDIsMTguNzMsMi4xNywzLjgxLTEuMTYsOC45NS0xMy4wNCwxNC4zOC0xNC41OXY2NC41NmMtMTEuMS0xMS4xNy0xNS45OS0xNS44My0zMy4xMS0xMy4yNHYxMDQuMjlsMjUuNjctMTYuNTUuOCwyLjQ0LTQ1LjUsODYuOTEtNDUuNS04NS4yNWMtLjY0LTIuMTQuMzQtMy4yNSwyLjQzLTIuNDMsNi42MSwyLjYsMTYuMDMsMTMuNzgsMjQuMDMsMTQuODh2LTEwNC4yOWMtMTYuNDctMi4zNi0yMy44NCwxLjk4LTM0Ljc2LDEzLjI0di02NC41NmMxMS40MywxMS43NywxNy40NiwxNi43NCwzNC43NiwxNC45di03Ni4xNVpNMjkyLjg3LDc4LjU1Yy0zNS4yNSwwLTYzLjgzLDI4LjU4LTYzLjgzLDYzLjgzczI4LjU4LDYzLjgzLDYzLjgzLDYzLjgzLDYzLjgzLTI4LjU4LDYzLjgzLTYzLjgzLTI4LjU4LTYzLjgzLTYzLjgzLTYzLjgzWiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvek5qWTJZams1WXkxa09ESmxMVFE0TkRVdFlURmpOeTFoTkdaaE1ERmpZall3Wm1FQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dzS2tYM3pYYk05Zis0bzFHZW9lenhGd2hNWU9KZ2pxQ1N3dzNJNjNlSCtaamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qVTFNek16WVRnMkxUWTFZek10TkdRd01TMDVaVE5rTFRKbVpXWXhNbU0zTXpVeE9HOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUxIU2VKdllQRlR1M0dUZWROWXJUNUxvdUJPSDcwN3p1WlhtcXRGYUVGZzlZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDNNSUlPTXpBREFnRUFNSUlPS2dZSktvWklodmNOQVFjQ29JSU9HekNDRGhjQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDRHRvNmw4L0JmVFlVdFZpZXFpMDR6WFBtbXNsK3lGYTNlNE1DMExXa3JRS0FJUWZpOXIwREVzUFE3cTFzeXBvVW1mRkJnUE1qQXlOREV3TWpVeE5UTXlNemhhQWdrQStLUWRUWitZbXZxZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c1TUlJQnRRSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRNeU16aGFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQURwQUp4NnZUcEd0cVdkVENvK0xTTHV2UTZ1Nm94YUNMamRyTnlmTzFaQmpBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JJTUVZQ0lRQ1oycHZOWWRvZXVScGtvOVZsT1JIZGx4K082WEEzeDdDWGo2RTd2V0o0R2dJaEFJaU1PM3cxdjBPMUFSSUV0RW1LU1ZQNitIV1ZEYnRHV05DY2U5djBWd3VQWTNCaFpGa1RoZ0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQjZubzRBZjBhaFBpK09IL0xMekdoVTlTWEMva3UvWjRxSlkwRUxUN0FFN0tLd0FjRjg0L1c0QXhwYUhwNmZKaUFZb1RsTFVZTGkycWdrd2FLb1J6NVJ5cmlEOHNjclZRTWhEOUVzbnoyWHhTZXFpdmRMcndqOFAzVVFhYmhkQjZTcXFJMUVRV3laVjRVVC9xUkM4ejdmM3FLdUVmZFNEOHNtcldDbC9iRXhCVitGU3ZYbmpyL1FTMWQ3ZHVOeVRzRkplK1IrdHdsbDdRWWlzTlUvVUpoc1d4aEdMeUdqM2VRZlAreEZUZUxrUXNPZmxObjdOMmJ6Qno3dFBLYUpsVEsyNUdwd20raWF4eXV1dlUwbDdUNHJlTTJ3WDZxRGpuTVpZRzlXRzcyK1dDTkE4OXZhdnV4cFRCRVB3WlBpUkJUT3BZRXBzTDJzNDlHSURSNytqQzRwPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6Z3JheTt9LmR7ZmlsbDojNjU4MGJlO30uZXtmaWxsOiNlNGU1ZWE7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIj48cGF0aCBjbGFzcz0iZCIgZD0iTTU4My43MSw1ODMuNzFIMFYwaDU4My43MXY1ODMuNzFaTTU3MC41OSwxMi40M0gxMy4xM3Y1NTcuNDZoNTU3LjQ2VjEyLjQzWiIvPjwvZz48ZyBpZD0iYiI+PHBhdGggY2xhc3M9ImMiIGQ9Ik05Ny43MSwyODkuNzNjOC4zOC04LjEsMjUuMy0yMS4zMSwzNS4xNC0yOC41LDQ0Ljk2LTMyLjg3LDEwMi4wNy01Ni4xMywxMzUuOC0xMDEuNjYsMS44Ni0yLjUxLDQuMTItNC42Niw2LjEtNy42NywyLjM3LTMuNiwxNS41Ny0yOC4wMywxNy4xOC0yOC40MywxLjM4LS4zNSwxLjU2Ljg4LDIuMjIsMS41NywzLjk2LDQuMTgsMTAuMjIsMTguMTUsMTMuOTksMjQuMDEsMi41NywzLjk5LDUuNDgsNy4wOCw4LDEwLjUzLDMzLjYzLDQ1Ljk3LDg5Ljg1LDY4LjcxLDEzNC44NSwxMDEuNjYsMTAuOTksOC4wNSwyNS4zNywxOS45OCwzNS4xNCwyOS40NSw2MC4xMiw1OC4zMyw1OC40NywxNjAuMTgtOS41OCwyMTEuMzEtNjAuMzEsNDUuMzItMTQxLjI1LDE4LjYyLTE4NC42My0zNi40OC00OS41NSw2My4yMi0xNDQuNzYsODQuOC0yMDIuNzMsMTkuNDMtNDkuNzUtNTYuMS00NC43MS0xNDMuNzQsOC41Mi0xOTUuMjJaTTQ1MC4wNCwzMjAuMTRjLTguMDgtNy44Ny0xNi4zOC0xNS40Ni0yNS42Ny0yMi4yNy0xLjY4LTEuMjMtOS42OS02Ljc0LTEwLjg5LTYuODRsLTEuNDIuNjFjLjEyLTIuMTUtMS40MS0yLjQ3LTIuNzMtMy40NC0xOC41Ni0xMy43My00MC4yNC0yNS4yOC01OS40OS0zOC4zNC0yMC4zMi0xMy43OS00MC40OS0yOC4zNS01Ny4wOS00Ni41LTEuNDktLjI1LTExLjk4LDExLjMtMTQuMTQsMTMuMjEtMzEuOSwyOC4xOC03MS41Niw1MC4wNi0xMDYuODEsNzQuMTMtMTUuMDcsMTAuMjktMjQuNTMsMTYuNy0zNy45OSwyOS40NS0zNi40LDM0LjUxLTQ3LjU2LDgyLjkxLTE2LjkyLDEyNi42Niw0NC4xNyw2My4wOCwxMTcuNiwyNS45NCwxNTEuNzctMjUuOTUsOC43My0xMy4yNiwxNC44Mi0yNy40MiwyMy4yNy00MC44Myw4LjQ5LDEzLjA3LDE0LjY5LDI3LjY3LDIzLjI3LDQwLjgzLDM2LjQyLDU1LjkxLDExNy40OCw5MC42NywxNTcuNCwxOC4yOCwyNC40NS00NC4zNCwxMS4wNS04Ni4yNS0yMi41NS0xMTguOTlaIi8+PHBhdGggY2xhc3M9ImUiIGQ9Ik00ODYuNDgsMjkzLjI4Yy04LjM4LDguMS0yNS4zLDIxLjMxLTM1LjE0LDI4LjUtNDQuOTYsMzIuODctMTAyLjA3LDU2LjEzLTEzNS44LDEwMS42Ni0xLjg2LDIuNTEtNC4xMiw0LjY2LTYuMSw3LjY3LTIuMzcsMy42LTE1LjU3LDI4LjAzLTE3LjE4LDI4LjQzLTEuMzguMzUtMS41Ni0uODgtMi4yMi0xLjU3LTMuOTYtNC4xOC0xMC4yMi0xOC4xNS0xMy45OS0yNC4wMS0yLjU3LTMuOTktNS40OC03LjA4LTgtMTAuNTMtMzMuNjMtNDUuOTctODkuODUtNjguNzEtMTM0Ljg1LTEwMS42Ni0xMC45OS04LjA1LTI1LjM3LTE5Ljk4LTM1LjE0LTI5LjQ1LTYwLjEyLTU4LjMzLTU4LjQ3LTE2MC4xOCw5LjU4LTIxMS4zMSw2MC4zMS00NS4zMiwxNDEuMjUtMTguNjIsMTg0LjYzLDM2LjQ4LDQ5LjU1LTYzLjIyLDE0NC43Ni04NC44LDIwMi43My0xOS40Myw0OS43NSw1Ni4xLDQ0LjcxLDE0My43NC04LjUyLDE5NS4yMlpNMTM0LjE1LDI2Mi44N2M4LjA4LDcuODcsMTYuMzgsMTUuNDYsMjUuNjcsMjIuMjcsMS42OCwxLjIzLDkuNjksNi43NCwxMC44OSw2Ljg0bDEuNDItLjYxYy0uMTIsMi4xNSwxLjQxLDIuNDcsMi43MywzLjQ0LDE4LjU2LDEzLjczLDQwLjI0LDI1LjI4LDU5LjQ5LDM4LjM0LDIwLjMyLDEzLjc5LDQwLjQ5LDI4LjM1LDU3LjA5LDQ2LjUsMS40OS4yNSwxMS45OC0xMS4zLDE0LjE0LTEzLjIxLDMxLjktMjguMTgsNzEuNTYtNTAuMDYsMTA2LjgxLTc0LjEzLDE1LjA3LTEwLjI5LDI0LjUzLTE2LjcsMzcuOTktMjkuNDUsMzYuNC0zNC41MSw0Ny41Ni04Mi45MSwxNi45Mi0xMjYuNjYtNDQuMTctNjMuMDgtMTE3LjYtMjUuOTQtMTUxLjc3LDI1Ljk1LTguNzMsMTMuMjYtMTQuODIsMjcuNDItMjMuMjcsNDAuODMtOC40OS0xMy4wNy0xNC42OS0yNy42Ny0yMy4yNy00MC44My0zNi40Mi01NS45MS0xMTcuNDgtOTAuNjctMTU3LjQtMTguMjgtMjQuNDUsNDQuMzQtMTEuMDUsODYuMjUsMjIuNTUsMTE4Ljk5WiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwa09EQTBNVEF3WkMwMk5UZzNMVFF3TXpRdFlXWm1NeTB4T0RWbFpUSTVaalptTVdFQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2c1eWlwdkVXVEZDYWlnRHBONnZFYy9qTDZYclorVENtQU9WT0pYNVJoTWs5amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qTXlaVEJoT1RNNExUSmpOVEF0TkRSak9DMWlORGN5TFRJNVpXWmlNbUUzWkRZek4yOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUpMdVNpWFRGb0Z4NVBEZFpDYklLL3huZlJSTDF3RWpCUk43UlpidHVUdjVZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDBNSUlPTURBREFnRUFNSUlPSndZSktvWklodmNOQVFjQ29JSU9HRENDRGhRQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnUVlMS29aSWh2Y05BUWtRQVFTZ2NnUndNRzRDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQVpnVUFGS1FMVVpvQkdKMlJPdnFjUFZsSTdJL0Y5TnR4ZHEzWGd5RlQ1aUFJUUh6cTZXWFN5QjJnV0Z1S3R1WWd2V0JnUE1qQXlOREV3TWpVeE5UTXpOVEphQWdoQ3pvc0pDK25EM0tDQ0M3MHdnZ1VITUlJQzc2QURBZ0VDQWhBRkhwNlIxeDZSQ3J2a1BWenQwTjNaTUEwR0NTcUdTSWIzRFFFQkN3VUFNR014Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFN01Ea0dBMVVFQXhNeVJHbG5hVU5sY25RZ1ZISjFjM1JsWkNCSE5DQlNVMEUwTURrMklGTklRVEkxTmlCVWFXMWxVM1JoYlhCcGJtY2dRMEV3SGhjTk1qTXdPVEE0TURBd01EQXdXaGNOTXpReE1qQTNNak0xT1RVNVdqQllNUXN3Q1FZRFZRUUdFd0pWVXpFWE1CVUdBMVVFQ2hNT1JHbG5hVU5sY25Rc0lFbHVZeTR4TURBdUJnTlZCQU1USjBScFoybERaWEowSUVGa2IySmxJRUZCVkV3Z1ZHbHRaWE4wWVcxd0lGSmxjM0J2Ym1SbGNqQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJFMHNybEg1QS8rMTUvTUZsMWFzTmg4UThUdWJPc0VWZnUwcWxKckYwc21qdHdMMUllSFovQUI3SjU5dTFUcnBobzFCRE44NWxmVFkzMHJOQnNmVCtteWpnZ0dMTUlJQmh6QU9CZ05WSFE4QkFmOEVCQU1DQjRBd0RBWURWUjBUQVFIL0JBSXdBREFXQmdOVkhTVUJBZjhFRERBS0JnZ3JCZ0VGQlFjRENEQWdCZ05WSFNBRUdUQVhNQWdHQm1lQkRBRUVBakFMQmdsZ2hrZ0JodjFzQndFd0h3WURWUjBqQkJnd0ZvQVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SFFZRFZSME9CQllFRkxBMXFsYkRJYW1MenRPNHZJc1dKVmVkN3pUaE1Gb0dBMVVkSHdSVE1GRXdUNkJOb0V1R1NXaDBkSEE2THk5amNtd3pMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JITkZKVFFUUXdPVFpUU0VFeU5UWlVhVzFsVTNSaGJYQnBibWREUVM1amNtd3dnWkFHQ0NzR0FRVUZCd0VCQklHRE1JR0FNQ1FHQ0NzR0FRVUZCekFCaGhob2RIUndPaTh2YjJOemNDNWthV2RwWTJWeWRDNWpiMjB3V0FZSUt3WUJCUVVITUFLR1RHaDBkSEE2THk5allXTmxjblJ6TG1ScFoybGpaWEowTG1OdmJTOUVhV2RwUTJWeWRGUnlkWE4wWldSSE5GSlRRVFF3T1RaVFNFRXlOVFpVYVcxbFUzUmhiWEJwYm1kRFFTNWpjblF3RFFZSktvWklodmNOQVFFTEJRQURnZ0lCQUhncmpFTEhoQkNFV0pTQ3lSWDdsc0wwQzlMSmdiWDFyeVZZeVNOUnhIa01SMkxxQzdQUVpSSmdETlIra0pvcDhQNXYyQnpwL2pNcnp3NFU0cFk2cll2M0k4SHBGbEphNHVCd1VUSVVnSFdwaThYeGQxSkVFWDk0UE9PRGk3SHlTZWtYNjBBMDU1Qm96RmI3R0dWYXhiMExyZVFUUlhua3I2Z2dQTlVQWDlHaCsyU2NPeGxUZFFRTGdaYmtkWXZ4bzNBcDZjeTlyaVppalJ4T1pxaU95V1N4TVVoZ0t4ZUt6d3JGVzZYYmUwYXdOaE9VWFp6SXhjNGl4cEt6V1NJdHBQSjMwWmlCUW40OVUzQURZVG5zaGJOOVprVEExcEhmL05vdjJaVXZ2ZGRrWjhVWXZ3bzl2QnZMVER2bm1BQm5STUJLYVhZQXMzWkN2dzlDa0RQT1dUZVVKTUZSQXRtVXg1Mm9oYUEzbkQ4YkNKNlVmcFEycEZmT2RTaHdwYjZHS3YwZytCZ2NkSUcyTEhQSjBVZm1yK1htcGdaZ3EvSElnZTBoamNDQURwakRncTJ6NEIwTDR4dEFBMU04TXJVeDAyaHhiNzEwNG5GS3FNdXY1ekpUUWwzc2d3cVhVeVArOXpIUVA5eS9aNUZ4L0FRV3JPWENXNTZkVjdQNGNGQkpsOHpIcWlubGhrT1N0WjFtMjIrOUhscStlQzBoSjJsa0YxTHV6UmRKSmIvNTFMWG9QS1Jub3BGRG5nNlhwb0Q3ZUc2dzRZcEF4OStQMDBKdVVvQnNZU3Jkc3VGaXlXeVFRR0JBbmpJNjlnZ2JTTGNXK2hKeXR1aW5heGF3VmxJdEprUzJlVjVaNFhzeFBnN2Y4MnVSa2R0TjBoVEhlSTkzQ04zT1dlUmVibks3TUlJR3JqQ0NCSmFnQXdJQkFnSVFCelkzdHlSVWZOaEhyUDBvWmlwZVd6QU5CZ2txaGtpRzl3MEJBUXNGQURCaU1Rc3dDUVlEVlFRR0V3SlZVekVWTUJNR0ExVUVDaE1NUkdsbmFVTmxjblFnU1c1ak1Sa3dGd1lEVlFRTEV4QjNkM2N1WkdsbmFXTmxjblF1WTI5dE1TRXdId1lEVlFRREV4aEVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lGSnZiM1FnUnpRd0hoY05Nakl3TXpJek1EQXdNREF3V2hjTk16Y3dNekl5TWpNMU9UVTVXakJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUlJQ0lqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUF4b1kxQmttendUMXlTVkZWeHlVRHhQS1JONm1YVWFIVzBvUFJua3lpYmFDd3pJUDVXdllSb1VRVlFsK2tpUE5vK24zem5Ja0xmNTBmbmc4ekgxQVRDeVp6bG0zNFY2Z0NmZjFEdElUYUVmRnpzYlB1SzRDRWlpSVkzK3ZhUGNRWGY2c1pLejVDM0dlTzZsRTk4TlpXMU9jb0xldlRzYlYxNXg4R1pZMlVLZFBaN0duZjJaQ0hSZ0I3MjBSQmlkeDhhbGQ2OERkNW4xMnN5K2lFWkxSUzhuWkg5MkdER2QxZnRGUUxJV2h1TnlHN1FLeGZzdDVLZmM3MU9SSm43dzZsWTJ6a3BzVWR6VFlOWE5YbUc2akJaSFJBcDhCeXhicE9IN0cxV0UxNS90ZVBjNU9zTERuaXBValc4TEF4RTZsWEtaWW5MdldIcG85T2RoVlZKbkNZSm4rZ0drY2dRK05EWTRCN2RXNG5KWkNZT2pnUnMvYjJudVk3Vyt5QjNpSVUyWUlxeDVLL29ON2pQcUp6K3VjZldteVU4bEtWRVN0WWRFQW9xM05EenQ5S29SeHJPTVVwODhxcWxuTkNhSisyUnJPZE9xUFZBK0MvOEtJOHlrTGNHRWgvRkRUUDBreXI3NXM5L2c2NFpDcjZkU2drUWUxQ3Z3V2Naa2xTVVBSUjh6WkpUWXNnMGl4WE5Ya3JxUE5GWUx3ampWajMzR0hlay80NXdQbXlNS1ZNMSttWVNsZyswd09JL3JPUDAxNUxkaEpSazhtTUREdGJpaUtvd1NZSStSUVFFZ045WHlPN1pPTmo0S2JoUHZiQ2RMSS9IZ2wyN0t0ZFJuWGlZS05ZQ1FFb0FBNkVWTzdPNlYzSVhqQVN2VWFldGROMnVkSU9hNWtNMGpPMHpiRUNBd0VBQWFPQ0FWMHdnZ0ZaTUJJR0ExVWRFd0VCL3dRSU1BWUJBZjhDQVFBd0hRWURWUjBPQkJZRUZMb1cyVzFOaFM5ektYYWFMM1dNYWlDUG5zaHZNQjhHQTFVZEl3UVlNQmFBRk96WDQ0TFNjVjFrVE44dVp6L251cGl1SEE5UE1BNEdBMVVkRHdFQi93UUVBd0lCaGpBVEJnTlZIU1VFRERBS0JnZ3JCZ0VGQlFjRENEQjNCZ2dyQmdFRkJRY0JBUVJyTUdrd0pBWUlLd1lCQlFVSE1BR0dHR2gwZEhBNkx5OXZZM053TG1ScFoybGpaWEowTG1OdmJUQkJCZ2dyQmdFRkJRY3dBb1kxYUhSMGNEb3ZMMk5oWTJWeWRITXVaR2xuYVdObGNuUXVZMjl0TDBScFoybERaWEowVkhKMWMzUmxaRkp2YjNSSE5DNWpjblF3UXdZRFZSMGZCRHd3T2pBNG9EYWdOSVl5YUhSMGNEb3ZMMk55YkRNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpGSnZiM1JITkM1amNtd3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjlXWTdBazdadm1LbEVJZ0YrWnRiWUlVTGhzQmd1RUUwVHp6QlR6cjhZKzhkUVhlSkxLZnR3aWcycUtXbjhhY0hQSFFmcFBtREkyQXZsWEZ2WGJZZjZoQ0FsTkRGbnpiWVNsbS9FVUV4aUhRd0lncWdXdmFsV3p4VnpqUUVpSmM2VmFUOUhkL3R5ZEJUWC82dFBpaXg2cTRYTlExL3RZTGFxVDVGbW5peWU0SXFzNWYyTXZHUW1oMnlTdloxODBIQUtmTytvdkhWUHVscjNxUkN5WGVuL0tGU0o4TldLY1habDJzendjcU1qK3NBbmdrU3VtU2NicXlRZUpzRzMzaXJyOXA2eGVabUJvMWFHcXdwRnlkL0VqYURubVB2N3BwMXlyOFRId2NGcWNkbkdFNEFKeExhZnpZZUhKTHRQbzBtNWQyYVI4WEtjNlVzQ1VxYzNmcE5UckRzZENFa1BsTTA1ZXQzL0pXT1pKeXc5UDJ1bjhXYkRRYzFQdGtDYklTRkEwTGNUSk0zY0hYZzY1SjZ0NVRSeGt0Y21hK1E0YzZ1bUFVKzlQenQ0clV5dCs4U1ZlKzBLWHpNNWgwRjRlampwbk9IZEkvMGRLTlBIK2VqeG1GLzdLOWgrOGthZGRTd2VKeXdtMjI4VmV4NFppemE0azlUbThoZVpXY3B3OERlL21BRGZJQlpQSi90Z1p4YWhacnJkVmNBNktZYXdtS0FyN1pWQnR6clZGWmd4dEdJSkR3cTlnZGtUL3IrazBmTlgyYndFK29MZU10OEVpZkFBelYzQytkQWpmd0FMNUhZQ0p0bndaWFpDcGltSENVY3I1bjhhcElVUC9KaVc5bFZVS3grQStzRHlEaXZsMXZ1cEwwUVZTdWNURGgzYk56Z2FvU3YyN2RaOC9ER0NBYmN3Z2dHekFnRUJNSGN3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVFJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJnbGdoa2dCWlFNRUFnRUZBS0NCMFRBYUJna3Foa2lHOXcwQkNRTXhEUVlMS29aSWh2Y05BUWtRQVFRd0hBWUpLb1pJaHZjTkFRa0ZNUThYRFRJME1UQXlOVEUxTXpNMU1sb3dLd1lMS29aSWh2Y05BUWtRQWd3eEhEQWFNQmd3RmdRVTJScTVNLzRYcmVtQ0hxWVQ5YVE2Y1U0K2ZuMHdMd1lKS29aSWh2Y05BUWtFTVNJRUlDOExxcHZlS0VUZ1dXT2hYMXhOdDBQd1RDL0Vndy9MbU5Cend0K05EN0lXTURjR0N5cUdTSWIzRFFFSkVBSXZNU2d3SmpBa01DSUVJSUxhOFpTVmV6YUVBa1dQMVNjQWFmNWl4eFJXK3A0TGhxdjRKK2hUSUNmWk1Bb0dDQ3FHU000OUJBTUNCRVl3UkFJZ2U1VWYyTzAzeXJpdnJRSWZqYnkwMUlBRlhpSmN5N0hEUzZBd3JpenZkOVFDSUJvTVpaSkIyNy82MVJoWFZ3bzFTSmo4b21RNHJoTmZZTnpsTndHQlJUWE9ZM0JoWkZrVGlRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQ1hPZjEvZ3hkL1JyTTZmbVVYeG5qaFIwMWtqeVZDVW1KaUFEVlZmNE8wNGNZRUU2L1c4a3Z1UUNRaWVEamVFUlUxVnAwbEtCYWdkRUcrNnhFdDdtdmIyZklRaXIvR21WekZPcmpwQ3ZZekRqRlcybGRJNEtMRE5LQmFEK1VFTU9zRGkrR1FMWk9odFFkREl5QzlBN29PclN5YUlpZHZza1pGTFZacSswZlhrZzNxMDNjVkdJSkJJYytmUENBMlpDKzVsQjAxR2tzRGowd2VmZTNqUTRTMmR2OG9hSE9pdUpkeFJQelpWTVI0dndJMGlDdC9lRTkrRkxlS0ZpRWNRck1sM2dOVXVKY3J5V2swY1FnOEZHRnk1OElSdnkxcTFQNDZyTXRrUWM2M2JKbUcvNG1iV0VZS3Q0N0FaQzl5R2wxTFdxMU9FbXh0N3lnK25WYUYrREUwPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjkyLjQyLDYwLjAxYy04LjU3LS4wNC0xNy4zLjM2LTI2LjE2LDEuMi0xLjQxLjAzLTIuODIuMDYtNC4yMi4xMi0yMC42My44NS00MS4wOSw0LjM2LTYwLjc0LDEwLjgtNTIuNDIsMTcuMTYtOTguOTUsNTUuNDgtMTI2LjQzLDExOC4xMS00OC40MywxMTAuMzUsMi4yNSwyMTkuNTQsODIuNjgsMjc0LjAzLDQwLjIyLDI3LjI1LDg4LjE0LDQxLjIsMTM1LjIzLDM0Ljc5LDQ3LjA5LTYuNCw5Mi45Mi0zMy41MSwxMjcuNzUtODYuMTEsMjYuMzctMzkuODIsMjIuOTEtODIuNzItMy41OS0xMDUuMzYtMjYuNTEtMjIuNjMtNzIuNTQtMjIuNTMtMTIzLjc3LDEyLjk0LTI1Ljk2LDE3Ljk4LTQ3Ljc3LDIwLjcxLTY1LjY3LDE1Ljgxcy0zMi41MS0xOC4wNC00MS45LTM0LjRjLTkuNC0xNi4zNS0xMy4yMi0zNS43LTEwLjQxLTUxLjE0LDIuNTMtMTMuOTEsOS4zNS0yNC41MSwyMy4yLTMwLjA0LDQwLjMtMi4wNSw1NC4zOCwzMi4zMiw0MS43Niw1Ni43MWgwYzM3LjkzLTIyLjQxLDIxLjE1LTU2LjU0LTguNDYtNjUuMzksMzguNC0zLjA3LDU1LjQ4LDI0LjQzLDU3LjA0LDQ0LjA1LDE0LjI3LTI1LjI2LDIuMzgtNTUuMzMtMzcuNjQtNjEuMzYsMTguMi03LjgzLDU1Ljc4LDEuMjEsNzAuNDEsMjAuNzctMS01Mi40My04My4xMi01MC4wNC0xMzMuMjUtMTAuNjQtMTcuNjYsOC41Ny0yOC4yMywyNC44MS0zMS40NSw0Mi41Ni0zLjc5LDIwLjg0LDEuMTgsNDMuOTQsMTIuNTksNjMuNzksMTEuNDEsMTkuODUsMjkuNjIsMzYuNjcsNTMuMTgsNDMuMTEsMjMuNTYsNi40NCw1MS44NSwxLjg4LDgxLjI0LTE4LjQ3LDQ3LjA1LTMyLjU4LDgyLjY4LTI5LjczLDEwMC45OS0xNC4wOSwxOC4zMiwxNS42NCwyMi44NCw0Ni41NS4xNSw4MC44My0zMi4zMyw0OC44My03Mi44OCw3Mi4yMy0xMTQuNjgsNzcuOTFzLTg1LjI3LTYuNzEtMTIyLjIzLTMxLjc1Yy03My45Mi01MC4wOC0xMjAuNzQtMTQ5LjIxLTc2LjA1LTI1MS4wNSwyNS41Mi01OC4xNSw2Ny4zNS05Mi4yMiwxMTUuMTMtMTA3Ljg2LDM1LjY0LTExLjY3LDc0LjcxLTEyLjg1LDExMi4zNS01LjE3LDEwMy45MywyNS43MywxNjQuNDUsMTAyLjY5LDE3MC4yLDE3NC4zMiw0LjEtMS40Nyw4LjQ1LTIuMzMsMTIuOTMtMi40OCwyLjg1LS4wOSw1Ljc0LjEsOC42NS41OSw0Ljk5Ljg1LDkuNjQsMi41NiwxMy44Miw0LjkzLTcuMTgtMTAwLjczLTEwMS42My0yMDEuNDQtMjMyLjYzLTIwMi4wNmgwWk01MDQuMzYsMjc1LjIyYy0uNDEsMC0uODEsMC0xLjIyLDAtMTEuMzMuMzMtMjEuMDgsOC41MS0yMy4wNywyMC4xNi0uODksNS4yLS4wOSwxMC4yNSwyLDE0LjYzLDIuODktLjc1LDUuODYtMS4xLDguODMtMS4wOSw0LjE5LjAyLDguNDEuNzYsMTIuNDcsMi4wOSw1LjE3LDEuNywxMC4xNiw0LjU3LDE0LjQ4LDguNDIsNS4xNC0zLjU3LDguODgtOS4xNCwxMC4wMy0xNS44NiwyLjI4LTEzLjMxLTYuNS0yNS43My0xOS44Mi0yOC4wMS0xLjI1LS4yMS0yLjQ5LS4zMy0zLjcxLS4zNWgwWk00OTAuODUsMzI3LjY3Yy0yLjEyLS4wMS00LjA1LjMxLTUuNTguOS0yLjk4LDEuMTQtNC42MiwyLjYyLTUuNTUsNi4yOC01LjEsNjAuMTctNDMuMTUsMTEwLjQ4LTg5Ljk5LDE1Ny4wOC0xLjA4LDQuMjctLjUxLDcuNjIsMS4zNCwxMS4xNywyLjA5LDQuMDMsNi4xNSw4LjE1LDExLjI5LDExLjUyLDguNTQsNS42MSwyMC4xNSw4LjE0LDI1Ljk2LDguMzksMTYuMjYtMjUuMTEsMzUuMzktNTkuNTMsNTEuNDItOTEuNzEsMTYuNzEtMzMuNTUsMzAuMDItNjUuMzEsMzIuODctNzguMTUsMS43OC0xNC4wOS02LjAzLTIxLjQtMTUuMDctMjQuMzctMi4yOC0uNzUtNC41OC0xLjA5LTYuNy0xLjExaDBaIi8+PC9nPjwvc3ZnPg==data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwbVltRmxOVEl3TVMxa09HWmxMVFE0TUdZdE9UVTBOUzA1TVdGaU9ERXdOR1ZsTnpZQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dWekJxYkwrQ1MrN2h0eU9FZTBoMUZUSkdvdWFtKzMrcFVOTCtmR2NHRFRSamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qSXpZVGN3WVdOaUxXTXpaR1V0TkdKbFpTMWlOakl4TFRnMU56bG1ZV1EyTVRsalltOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUdwVDVzcXhaZEFFTWRCWmdyajdGNGRHQmo3UjlWKzRIb0lmanNocFNEODZZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDRGpBSTRTLzNZUDg4UmtrTnFLNEtRTVViclF1MVZBYUxqQVYxbkRuZVV1cGdJUUUzdDU2NVpxTnRBS2hvUGYveXN4MWhnUE1qQXlOREV3TWpVeE5UTTJNak5hQWdrQXlHVnpRTWR0NXNPZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRNMk1qTmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDRGthTElsRG5oL0tnUEhsYVptT2VNRENVanI1eG1jQkFWaFRnUy9zSkh2TmpBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lRRE9Yc2w4alBmbzFmQzlyeDVKT1ZkTmJzUVIxVHhoUHd0VnVZNFlGVGdjcmdJZ2ZkbVhZc2F0eFVNTEVPRWI0SHptTHhWeWgxUjdFaG93cituejlwQXBSZ0pqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQkpUL0xEUkE1eGZsVDVQQjd0NTZHY2ROREdnY3BZenJhajkyTmJpZ0xDLzFRc1FhOXM3dHRuejVUTVZPTm5pcThWQlZkVzR0UVpORE40YmJzOGFoMm05aE5YT0xteFNwaWFCSi9wKzFWK3BUS0h6TGwxU01EQ0NiWkZneS80ZjROaFZEVkVvRFNyOWdwWEQrZnlhc1RlbFlNMXVyRjg2QUpPMEg3V3RXb3ExME45cFZETm9pZzFXaUFKWlFoWkxqQndvUEhUeDdTZjZtSVNVMnZMN2hlWWxCYmNudCtvK1M1THVrWEV1ekswN0lBZkVseUdiOWdTVVRvTWJrSjNIL09lYVpZUlBtOFQ3dngzZ1piV1ZnSGdQUzJONHpRRHM1NTM3TDBvVGZlenVTc2JLK1U0YUo5RU1udHVjWWwyZjR1cXZubWhIbGlERzlOTXErdFRUNngrPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjgzLjcyLDUzMi4yMmMtMS40LTcuNzktNS4yNS0xNi40LTguNjEtMjMuNTctNS4zOS0xMS40OS0yNS40NS01NS4yNi0zMi40Mi02MS41My0xNy4zNS0xNS42My02NC44NywyLjkxLTg5Ljc2LTcuMTgtMTcuNjEtNy4xNC02LjA1LTI5LjM0LTguNjctNDEuMS0xLjM0LTYuMDUtOS4zNS0xMi4xMS05Ljk1LTE5LjMyLS4zMS0zLjczLDIuMTgtNy45OSwxLjc0LTEwLS42OS0zLjE5LTguMTctNC4wMy05LjY2LTguODYtMi4yNS03LjMyLDEuNTgtMTkuMzctLjczLTI2LjI1LTIuODYtOC41LTI0LjkzLTEuMTgtMjMuOTMtMTguNzEuODUtMTQuOTYsMjYuMDgtNDQuNjgsMjguMjQtNjAuNjYsMi40Ny0xOC4yMi04LjQ5LTI1LjQ2LTEwLjItNDEuM0M5OS4xLDIyLjQzLDQxOS4xOC0xMC4zMSw0NzYuMDcsMTc2Ljk3YzI1Ljc5LDg0LjktMzIuODIsMTA3LjgzLTU3LjAxLDE3Mi4xMi04LjEsMjEuNTItNy41Miw0MC4yNS01LjU5LDYyLjgtNTguOTksMjEuOS05NC44Miw3MS4wOS0xMjkuNzUsMTIwLjMzWk0zMjguMDgsMjQ1LjY3YzM5Ljg2LTQwLjY1LDEwLjU4LTExMC41Ny00My45My0xMTcuNDYtODQuMzQtMTAuNjUtMTI3LjI2LDg4LjA0LTc4LjA4LDE1Mi43Nyw2MS4zNiw4MC43NiwxODYuOTksNDEuOTEsMjE1LjE1LTQ4LDIuODYtOS4xNCwxNC41MS01OS43NC02LjIyLTQ5Ljk1LTYuOTUsMy4yOC01LjU5LDIzLjY2LTcuMzQsMzIuMjQtMTIuNzMsNjIuNDEtNzkuMDEsMTA1LjcxLTE0MSw4OC4xLTU4LjM2LTE2LjU3LTg4LjgxLTk5LjIyLTM5LjAxLTE0MS41NSw0Ni40Mi0zOS40NSwxMjAuNy0uMzcsOTcuMSw1Ny42OC0xNC4zNywzNS4zNi02NS4wMywzNS44OS02OS45NC0zLjktMy45NS0zMi4wMywzNS45Mi0zOC43LDQwLjUzLTE1LjQzLDMuNjgsMTguNTUtMjAuMTksMTEuMDktMjAuMTYsMjMuOTEuMDMsMTkuMDYsMzAuMDksNS45MiwzNS42My04LjEzLDE0LjY4LTM3LjIzLTMzLjcxLTYzLjQ3LTYxLjY2LTM1LjcyLTQxLjU3LDQxLjI2LDI1LjU0LDExOS44Niw3OC45Miw2NS40M1oiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvME56Sm1Nek15WkMxa1l6QTFMVFE1WVRRdFltWmxNeTB6WlRkbU1EUTNNelV5TmpZQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2c4MDFzaGVRaHBjK1dWNzNta2ZYUzlJQWZZaERIOURCUVh5aE8rczllQW5OamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qQXpOVFZtTm1ZeExXRXlZamd0TkdKaU55MWhaVFEzTFdRM1pXUXhaVEpoT0dKaE1HOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUFuSVB6dDVPZzVhbDloNDF1S1p0VU04Mk03MnhITlhIZDc0WTIrbDBTQ29ZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDBNSUlPTURBREFnRUFNSUlPSndZSktvWklodmNOQVFjQ29JSU9HRENDRGhRQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnUVlMS29aSWh2Y05BUWtRQVFTZ2NnUndNRzRDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDRHBtakduUG1hSmJzbitjeEYyeEdIczZTMkF6anN2YXljaG9pMlRNR2cvMVFJUWRoZ1I1d0V6eHMzc1QxcFV0dEl6cnhnUE1qQXlOREV3TWpVeE5UVXdNVGhhQWdoVXZjRzRlOGhGOTZDQ0M3MHdnZ1VITUlJQzc2QURBZ0VDQWhBRkhwNlIxeDZSQ3J2a1BWenQwTjNaTUEwR0NTcUdTSWIzRFFFQkN3VUFNR014Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFN01Ea0dBMVVFQXhNeVJHbG5hVU5sY25RZ1ZISjFjM1JsWkNCSE5DQlNVMEUwTURrMklGTklRVEkxTmlCVWFXMWxVM1JoYlhCcGJtY2dRMEV3SGhjTk1qTXdPVEE0TURBd01EQXdXaGNOTXpReE1qQTNNak0xT1RVNVdqQllNUXN3Q1FZRFZRUUdFd0pWVXpFWE1CVUdBMVVFQ2hNT1JHbG5hVU5sY25Rc0lFbHVZeTR4TURBdUJnTlZCQU1USjBScFoybERaWEowSUVGa2IySmxJRUZCVkV3Z1ZHbHRaWE4wWVcxd0lGSmxjM0J2Ym1SbGNqQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJFMHNybEg1QS8rMTUvTUZsMWFzTmg4UThUdWJPc0VWZnUwcWxKckYwc21qdHdMMUllSFovQUI3SjU5dTFUcnBobzFCRE44NWxmVFkzMHJOQnNmVCtteWpnZ0dMTUlJQmh6QU9CZ05WSFE4QkFmOEVCQU1DQjRBd0RBWURWUjBUQVFIL0JBSXdBREFXQmdOVkhTVUJBZjhFRERBS0JnZ3JCZ0VGQlFjRENEQWdCZ05WSFNBRUdUQVhNQWdHQm1lQkRBRUVBakFMQmdsZ2hrZ0JodjFzQndFd0h3WURWUjBqQkJnd0ZvQVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SFFZRFZSME9CQllFRkxBMXFsYkRJYW1MenRPNHZJc1dKVmVkN3pUaE1Gb0dBMVVkSHdSVE1GRXdUNkJOb0V1R1NXaDBkSEE2THk5amNtd3pMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JITkZKVFFUUXdPVFpUU0VFeU5UWlVhVzFsVTNSaGJYQnBibWREUVM1amNtd3dnWkFHQ0NzR0FRVUZCd0VCQklHRE1JR0FNQ1FHQ0NzR0FRVUZCekFCaGhob2RIUndPaTh2YjJOemNDNWthV2RwWTJWeWRDNWpiMjB3V0FZSUt3WUJCUVVITUFLR1RHaDBkSEE2THk5allXTmxjblJ6TG1ScFoybGpaWEowTG1OdmJTOUVhV2RwUTJWeWRGUnlkWE4wWldSSE5GSlRRVFF3T1RaVFNFRXlOVFpVYVcxbFUzUmhiWEJwYm1kRFFTNWpjblF3RFFZSktvWklodmNOQVFFTEJRQURnZ0lCQUhncmpFTEhoQkNFV0pTQ3lSWDdsc0wwQzlMSmdiWDFyeVZZeVNOUnhIa01SMkxxQzdQUVpSSmdETlIra0pvcDhQNXYyQnpwL2pNcnp3NFU0cFk2cll2M0k4SHBGbEphNHVCd1VUSVVnSFdwaThYeGQxSkVFWDk0UE9PRGk3SHlTZWtYNjBBMDU1Qm96RmI3R0dWYXhiMExyZVFUUlhua3I2Z2dQTlVQWDlHaCsyU2NPeGxUZFFRTGdaYmtkWXZ4bzNBcDZjeTlyaVppalJ4T1pxaU95V1N4TVVoZ0t4ZUt6d3JGVzZYYmUwYXdOaE9VWFp6SXhjNGl4cEt6V1NJdHBQSjMwWmlCUW40OVUzQURZVG5zaGJOOVprVEExcEhmL05vdjJaVXZ2ZGRrWjhVWXZ3bzl2QnZMVER2bm1BQm5STUJLYVhZQXMzWkN2dzlDa0RQT1dUZVVKTUZSQXRtVXg1Mm9oYUEzbkQ4YkNKNlVmcFEycEZmT2RTaHdwYjZHS3YwZytCZ2NkSUcyTEhQSjBVZm1yK1htcGdaZ3EvSElnZTBoamNDQURwakRncTJ6NEIwTDR4dEFBMU04TXJVeDAyaHhiNzEwNG5GS3FNdXY1ekpUUWwzc2d3cVhVeVArOXpIUVA5eS9aNUZ4L0FRV3JPWENXNTZkVjdQNGNGQkpsOHpIcWlubGhrT1N0WjFtMjIrOUhscStlQzBoSjJsa0YxTHV6UmRKSmIvNTFMWG9QS1Jub3BGRG5nNlhwb0Q3ZUc2dzRZcEF4OStQMDBKdVVvQnNZU3Jkc3VGaXlXeVFRR0JBbmpJNjlnZ2JTTGNXK2hKeXR1aW5heGF3VmxJdEprUzJlVjVaNFhzeFBnN2Y4MnVSa2R0TjBoVEhlSTkzQ04zT1dlUmVibks3TUlJR3JqQ0NCSmFnQXdJQkFnSVFCelkzdHlSVWZOaEhyUDBvWmlwZVd6QU5CZ2txaGtpRzl3MEJBUXNGQURCaU1Rc3dDUVlEVlFRR0V3SlZVekVWTUJNR0ExVUVDaE1NUkdsbmFVTmxjblFnU1c1ak1Sa3dGd1lEVlFRTEV4QjNkM2N1WkdsbmFXTmxjblF1WTI5dE1TRXdId1lEVlFRREV4aEVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lGSnZiM1FnUnpRd0hoY05Nakl3TXpJek1EQXdNREF3V2hjTk16Y3dNekl5TWpNMU9UVTVXakJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUlJQ0lqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUF4b1kxQmttendUMXlTVkZWeHlVRHhQS1JONm1YVWFIVzBvUFJua3lpYmFDd3pJUDVXdllSb1VRVlFsK2tpUE5vK24zem5Ja0xmNTBmbmc4ekgxQVRDeVp6bG0zNFY2Z0NmZjFEdElUYUVmRnpzYlB1SzRDRWlpSVkzK3ZhUGNRWGY2c1pLejVDM0dlTzZsRTk4TlpXMU9jb0xldlRzYlYxNXg4R1pZMlVLZFBaN0duZjJaQ0hSZ0I3MjBSQmlkeDhhbGQ2OERkNW4xMnN5K2lFWkxSUzhuWkg5MkdER2QxZnRGUUxJV2h1TnlHN1FLeGZzdDVLZmM3MU9SSm43dzZsWTJ6a3BzVWR6VFlOWE5YbUc2akJaSFJBcDhCeXhicE9IN0cxV0UxNS90ZVBjNU9zTERuaXBValc4TEF4RTZsWEtaWW5MdldIcG85T2RoVlZKbkNZSm4rZ0drY2dRK05EWTRCN2RXNG5KWkNZT2pnUnMvYjJudVk3Vyt5QjNpSVUyWUlxeDVLL29ON2pQcUp6K3VjZldteVU4bEtWRVN0WWRFQW9xM05EenQ5S29SeHJPTVVwODhxcWxuTkNhSisyUnJPZE9xUFZBK0MvOEtJOHlrTGNHRWgvRkRUUDBreXI3NXM5L2c2NFpDcjZkU2drUWUxQ3Z3V2Naa2xTVVBSUjh6WkpUWXNnMGl4WE5Ya3JxUE5GWUx3ampWajMzR0hlay80NXdQbXlNS1ZNMSttWVNsZyswd09JL3JPUDAxNUxkaEpSazhtTUREdGJpaUtvd1NZSStSUVFFZ045WHlPN1pPTmo0S2JoUHZiQ2RMSS9IZ2wyN0t0ZFJuWGlZS05ZQ1FFb0FBNkVWTzdPNlYzSVhqQVN2VWFldGROMnVkSU9hNWtNMGpPMHpiRUNBd0VBQWFPQ0FWMHdnZ0ZaTUJJR0ExVWRFd0VCL3dRSU1BWUJBZjhDQVFBd0hRWURWUjBPQkJZRUZMb1cyVzFOaFM5ektYYWFMM1dNYWlDUG5zaHZNQjhHQTFVZEl3UVlNQmFBRk96WDQ0TFNjVjFrVE44dVp6L251cGl1SEE5UE1BNEdBMVVkRHdFQi93UUVBd0lCaGpBVEJnTlZIU1VFRERBS0JnZ3JCZ0VGQlFjRENEQjNCZ2dyQmdFRkJRY0JBUVJyTUdrd0pBWUlLd1lCQlFVSE1BR0dHR2gwZEhBNkx5OXZZM053TG1ScFoybGpaWEowTG1OdmJUQkJCZ2dyQmdFRkJRY3dBb1kxYUhSMGNEb3ZMMk5oWTJWeWRITXVaR2xuYVdObGNuUXVZMjl0TDBScFoybERaWEowVkhKMWMzUmxaRkp2YjNSSE5DNWpjblF3UXdZRFZSMGZCRHd3T2pBNG9EYWdOSVl5YUhSMGNEb3ZMMk55YkRNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpGSnZiM1JITkM1amNtd3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjlXWTdBazdadm1LbEVJZ0YrWnRiWUlVTGhzQmd1RUUwVHp6QlR6cjhZKzhkUVhlSkxLZnR3aWcycUtXbjhhY0hQSFFmcFBtREkyQXZsWEZ2WGJZZjZoQ0FsTkRGbnpiWVNsbS9FVUV4aUhRd0lncWdXdmFsV3p4VnpqUUVpSmM2VmFUOUhkL3R5ZEJUWC82dFBpaXg2cTRYTlExL3RZTGFxVDVGbW5peWU0SXFzNWYyTXZHUW1oMnlTdloxODBIQUtmTytvdkhWUHVscjNxUkN5WGVuL0tGU0o4TldLY1habDJzendjcU1qK3NBbmdrU3VtU2NicXlRZUpzRzMzaXJyOXA2eGVabUJvMWFHcXdwRnlkL0VqYURubVB2N3BwMXlyOFRId2NGcWNkbkdFNEFKeExhZnpZZUhKTHRQbzBtNWQyYVI4WEtjNlVzQ1VxYzNmcE5UckRzZENFa1BsTTA1ZXQzL0pXT1pKeXc5UDJ1bjhXYkRRYzFQdGtDYklTRkEwTGNUSk0zY0hYZzY1SjZ0NVRSeGt0Y21hK1E0YzZ1bUFVKzlQenQ0clV5dCs4U1ZlKzBLWHpNNWgwRjRlampwbk9IZEkvMGRLTlBIK2VqeG1GLzdLOWgrOGthZGRTd2VKeXdtMjI4VmV4NFppemE0azlUbThoZVpXY3B3OERlL21BRGZJQlpQSi90Z1p4YWhacnJkVmNBNktZYXdtS0FyN1pWQnR6clZGWmd4dEdJSkR3cTlnZGtUL3IrazBmTlgyYndFK29MZU10OEVpZkFBelYzQytkQWpmd0FMNUhZQ0p0bndaWFpDcGltSENVY3I1bjhhcElVUC9KaVc5bFZVS3grQStzRHlEaXZsMXZ1cEwwUVZTdWNURGgzYk56Z2FvU3YyN2RaOC9ER0NBYmN3Z2dHekFnRUJNSGN3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVFJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJnbGdoa2dCWlFNRUFnRUZBS0NCMFRBYUJna3Foa2lHOXcwQkNRTXhEUVlMS29aSWh2Y05BUWtRQVFRd0hBWUpLb1pJaHZjTkFRa0ZNUThYRFRJME1UQXlOVEUxTlRBeE9Gb3dLd1lMS29aSWh2Y05BUWtRQWd3eEhEQWFNQmd3RmdRVTJScTVNLzRYcmVtQ0hxWVQ5YVE2Y1U0K2ZuMHdMd1lKS29aSWh2Y05BUWtFTVNJRUlGb3djQ3BMOHdyVFRGdElFTWNSdlZPQWZXejZuMUNKOUxzRGdLTXBkbjNmTURjR0N5cUdTSWIzRFFFSkVBSXZNU2d3SmpBa01DSUVJSUxhOFpTVmV6YUVBa1dQMVNjQWFmNWl4eFJXK3A0TGhxdjRKK2hUSUNmWk1Bb0dDQ3FHU000OUJBTUNCRVl3UkFJZ1MwWkdkenorTUdBZkhaTERhNkw5a0lmWWl3dFE0bVNiK0xCYWllT2dyWWdDSUY1aG8vNlZ3dHVrVm1jVDZtM3k5VGs3aTNDSmJyVUlHTS8reGh2K0NPUDJZM0JoWkZrVGlRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQlZxcnhzZUlhUUJDOXNSNGw2WlJWWDQ3QWVMOGZ6UTM4THpTU29SLzVqWURRZklzeFA2U2JvUCt0YndTZ1Nnbm1zbm42d01yQmFib0RvVXllekxjRjl6emx3aGZ1TTZrKzlhUzZ6cVNkcnpYcldjbTZMN2tzY0psY2tLN3FQYm5MTlhLVUd2dE44Q2tnZWFKY2JlaC9mWXIrblM4T1ZDYVBmMWxjNFRTak9FQzdJRDlKWEpDQUVwczdFV3dmZTZpR0FLVCtCZWJWbGpVTkNNckdEZUZjZEdDK0xMV0p6QXFMejFaSFQ5M2RyRGdWUlFUd0FoTEJnN3lkaTdTUXE3WjkreTFuT0JiV2M5UXJzaFhoTzdYQ3lUQnhyMTMxR3FCdG5TVStmMjhrNXhzZ3kyL0JCaHFmd1JSYmRpZkpPS29YdmJMaVhydVc5YStadkpZSk0rMkhHPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNOTcuMjEsNDk0LjMxVjkwLjM3YzAtMTUuMzIsMTguNjUtMzIuNTksMzMuOTQtMzIuNzZoMjYyLjdzOTMuMTMsMCw5My4xMywwdjk0LjJsLS4xNSwyNDAuMDIuMTUsODEuNzRjLTg4LjE5LDEuMjgtMjU5LjM4LDEuMjMtMzQ3LjcxLDEuNjEtMTYuMTUsMS4yOS0zMC4yNiw4LjMyLTQyLjA1LDE5LjEzWiIvPjxwYXRoIGQ9Ik0xNzguODMsOTQuODZsMjI1Ljk5LS4wOWM5LjEsMS43OSw3LjEsOS4wMiw4LjYzLDE1LjcyLDIuMTgsOS41OCwxMC4yMSwxNy43OCwxOS42NywyMC4zNCw3LjIxLDEuOTUsMTUuNTEtLjU5LDE2LjcxLDkuOTZsLS4wNywyNjEuNTNjLTEuNzksOS4xLTkuMDIsNy4xLTE1LjcyLDguNjMtOS41OCwyLjE4LTE3Ljc4LDEwLjIxLTIwLjM0LDE5LjY3LTEuOTMsNy4xNC42LDE1Ljc4LTkuOTYsMTYuNzFsLTIyNC40MS0uMDdjLTkuMS0xLjc5LTcuMS05LjAyLTguNjMtMTUuNzItMi4xOC05LjU4LTEwLjIxLTE3Ljc4LTE5LjY3LTIwLjM0LTcuMTQtMS45My0xNS43OC42LTE2LjcxLTkuOTZsLjA3LTI2MS41M2MxLjc4LTkuMTEsOS4wNy03LjEzLDE1Ljc0LTguNjIsOS40Mi0yLjExLDE3LjktMTAuMzQsMjAuMzQtMTkuNjgsMS43My02LjY0LS41MS0xNC40Nyw4LjM4LTE2LjU2Wk0xODIuODYsMTAzLjU2Yy00LjExLDE4Ljg3LTE5LjI4LDM0Ljg1LTM4LjQ5LDM4LjIybC0uMDYsMjU4LjE1YzE4LjkxLDQuMDUsMzQuODMsMTkuMywzOC4yMiwzOC40OWwyMTguNzUuMDZjNC4xMS0xOC45MSwxOS4yNC0zNC43MywzOC40Ni0zOC4yNmwuMS0yNTguMDljLTE4Ljk2LTQuMjUtMzQuNzctMTkuMTctMzguMjMtMzguNTFsLTIxOC43NS0uMDZaIi8+PHBhdGggZD0iTTQxMi42NywyNzEuMDFjMCw2Ni42MS01NCwxMjAuNjEtMTIwLjYxLDEyMC42MXMtMTIwLjYxLTU0LTEyMC42MS0xMjAuNjEsNTQtMTIwLjYxLDEyMC42MS0xMjAuNjFjNjYuNjEsMCwxMjAuNjEsNTQsMTIwLjYxLDEyMC42MVpNMjkyLjA2LDE2MS4zYy02MC42LDAtMTA5LjczLDQ5LjEzLTEwOS43MywxMDkuNzNzNDkuMTMsMTA5LjczLDEwOS43MywxMDkuNzMsMTA5LjczLTQ5LjEzLDEwOS43My0xMDkuNzMtNDkuMTMtMTA5LjczLTEwOS43My0xMDkuNzNaIi8+PHBhdGggZD0iTTI5Mi40MywyMjQuOTdsMTYuMDYsMjkuNjEsMjcuMzIsMTQuOTEsMi4zLDEuNjktMjkuNjIsMTYuMjUtMTQuOTEsMjcuMzItMS42OSwyLjMtMTYuMjYtMjkuNi0yNy4zMS0xNC45Mi0yLjMtMS42OSwyOS42LTE2LjI2YzUuODYtOC44NywxMC4wMy0yMC41MiwxNS45OS0yOS4xMy4yMi0uMzItLjA2LS42Ny44LS40N1oiLz48ZWxsaXBzZSBjbGFzcz0iZCIgY3g9IjE0OC43MyIgY3k9IjUwMy40NiIgcng9IjQ2LjciIHJ5PSIyMy4zNCIvPjxyZWN0IGNsYXNzPSJkIiB4PSIxNDcuNTEiIHk9IjQ4MC4xMiIgd2lkdGg9IjMzOS40NiIgaGVpZ2h0PSI0Ni42OCIvPjxlbGxpcHNlIGN4PSIxNTYuMDgiIGN5PSI1MDMuOSIgcng9IjQ1LjY4IiByeT0iMTcuMjUiLz48cmVjdCB4PSIxNTQuODkiIHk9IjQ4Ni42NSIgd2lkdGg9IjMzMi4wOSIgaGVpZ2h0PSIzNC41Ii8+PC9nPjwvc3ZnPg==data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwaE5qazBNVFZtT1Mxak5XWXlMVFF6WW1VdE9Ea3pPUzB4TkdKaU1XRTNPVEZsT0RrQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dzQ0VwMjZsckcyM3FLcUdydWtDdEx4RWoxVHVTS2NxanlvRkwxU3dPUWdkamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qZzFZMlZtTm1NeUxXWmlZV1F0TkdFNFpDMDRORFpqTFRBeVpURm1ZelJrWXpSa1pHOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSU03NU9VSDRvUExQaWJsRHBFRVdoOVlhV0ptS3R5bHgrM0xydjBDaEN3NkxZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDFNSUlPTVRBREFnRUFNSUlPS0FZSktvWklodmNOQVFjQ29JSU9HVENDRGhVQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnUVlMS29aSWh2Y05BUWtRQVFTZ2NnUndNRzRDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQkhmblFVWTkrbWxPR3UvTDdXVUNoUnVNRFE3REFzdHExemJOeWdOUEZraWdJUU1pdUZhbFZKQlJmVGJpMVhxUkY2enhnUE1qQXlOREV3TWpVeE5UUTRNVGxhQWdnQ0w4dHE5SUhBWDZDQ0M3MHdnZ1VITUlJQzc2QURBZ0VDQWhBRkhwNlIxeDZSQ3J2a1BWenQwTjNaTUEwR0NTcUdTSWIzRFFFQkN3VUFNR014Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFN01Ea0dBMVVFQXhNeVJHbG5hVU5sY25RZ1ZISjFjM1JsWkNCSE5DQlNVMEUwTURrMklGTklRVEkxTmlCVWFXMWxVM1JoYlhCcGJtY2dRMEV3SGhjTk1qTXdPVEE0TURBd01EQXdXaGNOTXpReE1qQTNNak0xT1RVNVdqQllNUXN3Q1FZRFZRUUdFd0pWVXpFWE1CVUdBMVVFQ2hNT1JHbG5hVU5sY25Rc0lFbHVZeTR4TURBdUJnTlZCQU1USjBScFoybERaWEowSUVGa2IySmxJRUZCVkV3Z1ZHbHRaWE4wWVcxd0lGSmxjM0J2Ym1SbGNqQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJFMHNybEg1QS8rMTUvTUZsMWFzTmg4UThUdWJPc0VWZnUwcWxKckYwc21qdHdMMUllSFovQUI3SjU5dTFUcnBobzFCRE44NWxmVFkzMHJOQnNmVCtteWpnZ0dMTUlJQmh6QU9CZ05WSFE4QkFmOEVCQU1DQjRBd0RBWURWUjBUQVFIL0JBSXdBREFXQmdOVkhTVUJBZjhFRERBS0JnZ3JCZ0VGQlFjRENEQWdCZ05WSFNBRUdUQVhNQWdHQm1lQkRBRUVBakFMQmdsZ2hrZ0JodjFzQndFd0h3WURWUjBqQkJnd0ZvQVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SFFZRFZSME9CQllFRkxBMXFsYkRJYW1MenRPNHZJc1dKVmVkN3pUaE1Gb0dBMVVkSHdSVE1GRXdUNkJOb0V1R1NXaDBkSEE2THk5amNtd3pMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JITkZKVFFUUXdPVFpUU0VFeU5UWlVhVzFsVTNSaGJYQnBibWREUVM1amNtd3dnWkFHQ0NzR0FRVUZCd0VCQklHRE1JR0FNQ1FHQ0NzR0FRVUZCekFCaGhob2RIUndPaTh2YjJOemNDNWthV2RwWTJWeWRDNWpiMjB3V0FZSUt3WUJCUVVITUFLR1RHaDBkSEE2THk5allXTmxjblJ6TG1ScFoybGpaWEowTG1OdmJTOUVhV2RwUTJWeWRGUnlkWE4wWldSSE5GSlRRVFF3T1RaVFNFRXlOVFpVYVcxbFUzUmhiWEJwYm1kRFFTNWpjblF3RFFZSktvWklodmNOQVFFTEJRQURnZ0lCQUhncmpFTEhoQkNFV0pTQ3lSWDdsc0wwQzlMSmdiWDFyeVZZeVNOUnhIa01SMkxxQzdQUVpSSmdETlIra0pvcDhQNXYyQnpwL2pNcnp3NFU0cFk2cll2M0k4SHBGbEphNHVCd1VUSVVnSFdwaThYeGQxSkVFWDk0UE9PRGk3SHlTZWtYNjBBMDU1Qm96RmI3R0dWYXhiMExyZVFUUlhua3I2Z2dQTlVQWDlHaCsyU2NPeGxUZFFRTGdaYmtkWXZ4bzNBcDZjeTlyaVppalJ4T1pxaU95V1N4TVVoZ0t4ZUt6d3JGVzZYYmUwYXdOaE9VWFp6SXhjNGl4cEt6V1NJdHBQSjMwWmlCUW40OVUzQURZVG5zaGJOOVprVEExcEhmL05vdjJaVXZ2ZGRrWjhVWXZ3bzl2QnZMVER2bm1BQm5STUJLYVhZQXMzWkN2dzlDa0RQT1dUZVVKTUZSQXRtVXg1Mm9oYUEzbkQ4YkNKNlVmcFEycEZmT2RTaHdwYjZHS3YwZytCZ2NkSUcyTEhQSjBVZm1yK1htcGdaZ3EvSElnZTBoamNDQURwakRncTJ6NEIwTDR4dEFBMU04TXJVeDAyaHhiNzEwNG5GS3FNdXY1ekpUUWwzc2d3cVhVeVArOXpIUVA5eS9aNUZ4L0FRV3JPWENXNTZkVjdQNGNGQkpsOHpIcWlubGhrT1N0WjFtMjIrOUhscStlQzBoSjJsa0YxTHV6UmRKSmIvNTFMWG9QS1Jub3BGRG5nNlhwb0Q3ZUc2dzRZcEF4OStQMDBKdVVvQnNZU3Jkc3VGaXlXeVFRR0JBbmpJNjlnZ2JTTGNXK2hKeXR1aW5heGF3VmxJdEprUzJlVjVaNFhzeFBnN2Y4MnVSa2R0TjBoVEhlSTkzQ04zT1dlUmVibks3TUlJR3JqQ0NCSmFnQXdJQkFnSVFCelkzdHlSVWZOaEhyUDBvWmlwZVd6QU5CZ2txaGtpRzl3MEJBUXNGQURCaU1Rc3dDUVlEVlFRR0V3SlZVekVWTUJNR0ExVUVDaE1NUkdsbmFVTmxjblFnU1c1ak1Sa3dGd1lEVlFRTEV4QjNkM2N1WkdsbmFXTmxjblF1WTI5dE1TRXdId1lEVlFRREV4aEVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lGSnZiM1FnUnpRd0hoY05Nakl3TXpJek1EQXdNREF3V2hjTk16Y3dNekl5TWpNMU9UVTVXakJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUlJQ0lqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUF4b1kxQmttendUMXlTVkZWeHlVRHhQS1JONm1YVWFIVzBvUFJua3lpYmFDd3pJUDVXdllSb1VRVlFsK2tpUE5vK24zem5Ja0xmNTBmbmc4ekgxQVRDeVp6bG0zNFY2Z0NmZjFEdElUYUVmRnpzYlB1SzRDRWlpSVkzK3ZhUGNRWGY2c1pLejVDM0dlTzZsRTk4TlpXMU9jb0xldlRzYlYxNXg4R1pZMlVLZFBaN0duZjJaQ0hSZ0I3MjBSQmlkeDhhbGQ2OERkNW4xMnN5K2lFWkxSUzhuWkg5MkdER2QxZnRGUUxJV2h1TnlHN1FLeGZzdDVLZmM3MU9SSm43dzZsWTJ6a3BzVWR6VFlOWE5YbUc2akJaSFJBcDhCeXhicE9IN0cxV0UxNS90ZVBjNU9zTERuaXBValc4TEF4RTZsWEtaWW5MdldIcG85T2RoVlZKbkNZSm4rZ0drY2dRK05EWTRCN2RXNG5KWkNZT2pnUnMvYjJudVk3Vyt5QjNpSVUyWUlxeDVLL29ON2pQcUp6K3VjZldteVU4bEtWRVN0WWRFQW9xM05EenQ5S29SeHJPTVVwODhxcWxuTkNhSisyUnJPZE9xUFZBK0MvOEtJOHlrTGNHRWgvRkRUUDBreXI3NXM5L2c2NFpDcjZkU2drUWUxQ3Z3V2Naa2xTVVBSUjh6WkpUWXNnMGl4WE5Ya3JxUE5GWUx3ampWajMzR0hlay80NXdQbXlNS1ZNMSttWVNsZyswd09JL3JPUDAxNUxkaEpSazhtTUREdGJpaUtvd1NZSStSUVFFZ045WHlPN1pPTmo0S2JoUHZiQ2RMSS9IZ2wyN0t0ZFJuWGlZS05ZQ1FFb0FBNkVWTzdPNlYzSVhqQVN2VWFldGROMnVkSU9hNWtNMGpPMHpiRUNBd0VBQWFPQ0FWMHdnZ0ZaTUJJR0ExVWRFd0VCL3dRSU1BWUJBZjhDQVFBd0hRWURWUjBPQkJZRUZMb1cyVzFOaFM5ektYYWFMM1dNYWlDUG5zaHZNQjhHQTFVZEl3UVlNQmFBRk96WDQ0TFNjVjFrVE44dVp6L251cGl1SEE5UE1BNEdBMVVkRHdFQi93UUVBd0lCaGpBVEJnTlZIU1VFRERBS0JnZ3JCZ0VGQlFjRENEQjNCZ2dyQmdFRkJRY0JBUVJyTUdrd0pBWUlLd1lCQlFVSE1BR0dHR2gwZEhBNkx5OXZZM053TG1ScFoybGpaWEowTG1OdmJUQkJCZ2dyQmdFRkJRY3dBb1kxYUhSMGNEb3ZMMk5oWTJWeWRITXVaR2xuYVdObGNuUXVZMjl0TDBScFoybERaWEowVkhKMWMzUmxaRkp2YjNSSE5DNWpjblF3UXdZRFZSMGZCRHd3T2pBNG9EYWdOSVl5YUhSMGNEb3ZMMk55YkRNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpGSnZiM1JITkM1amNtd3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjlXWTdBazdadm1LbEVJZ0YrWnRiWUlVTGhzQmd1RUUwVHp6QlR6cjhZKzhkUVhlSkxLZnR3aWcycUtXbjhhY0hQSFFmcFBtREkyQXZsWEZ2WGJZZjZoQ0FsTkRGbnpiWVNsbS9FVUV4aUhRd0lncWdXdmFsV3p4VnpqUUVpSmM2VmFUOUhkL3R5ZEJUWC82dFBpaXg2cTRYTlExL3RZTGFxVDVGbW5peWU0SXFzNWYyTXZHUW1oMnlTdloxODBIQUtmTytvdkhWUHVscjNxUkN5WGVuL0tGU0o4TldLY1habDJzendjcU1qK3NBbmdrU3VtU2NicXlRZUpzRzMzaXJyOXA2eGVabUJvMWFHcXdwRnlkL0VqYURubVB2N3BwMXlyOFRId2NGcWNkbkdFNEFKeExhZnpZZUhKTHRQbzBtNWQyYVI4WEtjNlVzQ1VxYzNmcE5UckRzZENFa1BsTTA1ZXQzL0pXT1pKeXc5UDJ1bjhXYkRRYzFQdGtDYklTRkEwTGNUSk0zY0hYZzY1SjZ0NVRSeGt0Y21hK1E0YzZ1bUFVKzlQenQ0clV5dCs4U1ZlKzBLWHpNNWgwRjRlampwbk9IZEkvMGRLTlBIK2VqeG1GLzdLOWgrOGthZGRTd2VKeXdtMjI4VmV4NFppemE0azlUbThoZVpXY3B3OERlL21BRGZJQlpQSi90Z1p4YWhacnJkVmNBNktZYXdtS0FyN1pWQnR6clZGWmd4dEdJSkR3cTlnZGtUL3IrazBmTlgyYndFK29MZU10OEVpZkFBelYzQytkQWpmd0FMNUhZQ0p0bndaWFpDcGltSENVY3I1bjhhcElVUC9KaVc5bFZVS3grQStzRHlEaXZsMXZ1cEwwUVZTdWNURGgzYk56Z2FvU3YyN2RaOC9ER0NBYmd3Z2dHMEFnRUJNSGN3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVFJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJnbGdoa2dCWlFNRUFnRUZBS0NCMFRBYUJna3Foa2lHOXcwQkNRTXhEUVlMS29aSWh2Y05BUWtRQVFRd0hBWUpLb1pJaHZjTkFRa0ZNUThYRFRJME1UQXlOVEUxTkRneE9Wb3dLd1lMS29aSWh2Y05BUWtRQWd3eEhEQWFNQmd3RmdRVTJScTVNLzRYcmVtQ0hxWVQ5YVE2Y1U0K2ZuMHdMd1lKS29aSWh2Y05BUWtFTVNJRUlKdGV5cHNONjY5eldEWUVKenNXNjN0YlNBbmhvelJBdHhEKzVxOHU0S2hNTURjR0N5cUdTSWIzRFFFSkVBSXZNU2d3SmpBa01DSUVJSUxhOFpTVmV6YUVBa1dQMVNjQWFmNWl4eFJXK3A0TGhxdjRKK2hUSUNmWk1Bb0dDQ3FHU000OUJBTUNCRWN3UlFJaEFQaTlhclBCMjlnNnFNelJKaXpTcGVVZWRKWjh6RCt1T2hORVl6OUwxakZsQWlCcmJNcStMbkRsZjRFM3JhVHpLb0dtWGNDNmZZWmNMVktnMlFSUGxWSTFhbU53WVdSWkU0Z0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQ1hYOWE4UFpVQkNkS2NOMzlSdGc2NjlSRDhESFNJeXFIRGx1QWlYb0lOTTQwcXowM1FnVTYrMjVMR2FTVHpHc2xoVmU5VlVjbHBvWG5FeVEzR0lUdk5vQUJTUDV0c1BxbTFGRUhxUG9aeTJvMjJscWdwZTFCOHJqV0dmZ24xR1FMclc0RDFieFdkaG1vUVFKQzUzZHhGT01LTjRzdmdRdS82NktibGNOaE9HSFFTbHA5Z3BobForTnZadFBvNjlpNWZMSDRHYXNydGxwM0xoSExTMlptMXhKc0k1QUxldTMvV3dzWTFST1FXUjlxLzVXb2pFRUtCaHArcGhMTm9JNmJ6aVJIRXJFL0hPbmtZbHNaaHptcEdXWlY1VnZiaWxBSW5xbmZ3TlpXYTRNQ0ljYTM4UUFqQkJhNXdSblRiWGd2L2l0NzNUYjRJTXplakQwYXFZNmdNPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMzU3LjIsMTI4LjkxYy4yMSwwLDIuNzkuNjUsNC4wOC44MiwxLjExLjE0LDIuNzkuNjEsNC4wOC44MiwxLjE4LjE5LDIuODEuNTcsNC4wOC44Mi45Mi4xOCwyLjIxLjU4LDMuMjYuODIuOTguMjIsMi4yLjU3LDMuMjYuODIuMTkuMDQsMS40Ny41NiwyLjQ1LjgyLDEuMDkuMjksMi4yMy41MiwzLjI2LjgyLjU2LjE2LDEuNTguNTYsMi40NS44MiwxLjE3LjM2LDIuMjUuNDksMy4yNi44Mi43Ni4yNCwxLjY3LjU1LDIuNDUuODJzMS42OC41NCwyLjQ1LjgyYy4wOS4wMy41OS40MywxLjYzLjgyLjg0LjMsMS42OS41MywyLjQ1LjgyLjg2LjMyLDEuNy41MiwyLjQ1LjgyLjA4LjAzLjc3LjQ3LDEuNjMuODIsMzguNzIsMTYuMjksNzUuODQsNDQuODQsOTIuMTIsODQuNzguMzguOTgsMS4xOSwzLjU3LDEuNjMsNC44OS4yNi43Ny41NywxLjY5LjgyLDIuNDVzLjYyLDEuNzcuODIsMi40NWMuMjguOTcuNTcsMi4yNi44MiwzLjI2cy42NCwyLjM3LjgyLDMuMjZjLjI1LDEuMjYuNjMsMi44OS44Miw0LjA4LjI4LDEuNzQuNjMsNCwuODIsNS43MS4wMywyLjAxLjM0LDEzLjMzLS40MSwxMy44NmwtNDEyLjA5LS44MnYtLjgybDI2OS4wMi0xMzUuMzNjLjQ5LS4xLDEuMTEuMDYsMS42MywwWk0zNDEuNzEsMTYyLjM0Yy0uMTMuMDItMS45NC42NC0yLjQ1LjgyLTMuNDQsMS4yLTExLjEsOS42Ny0xMi4yMywxMy4wNC0uMDcuMi0uNzksMy44My0uODIsNC4wOC0uMTcsMS40Ny0uMTksNC4yNiwwLDUuNzEuMDYuNDIuNzQsMy44OC44Miw0LjA4LjkzLDIuNDUsOS43MSwxMS4zNCwxMi4yMywxMi4yMy4yLjA3LDMuMDkuNzksMy4yNi44MiwxLjc2LjI4LDcuMTkuMjcsOC45NywwLC4xNy0uMDMsMi45Mi0uNzEsMy4yNi0uODIsMy45Ny0xLjI4LDEyLjEyLTkuOTMsMTMuMDQtMTMuODYuMjktMS4yNC4yNy0xMC4wOSwwLTExLjQxLS4wMy0uMTMtLjY1LTEuOTktLjgyLTIuNDUtMS4yMi0zLjQxLTEwLjQtMTEuNDQtMTMuODYtMTIuMjMtMS4zMy0uMy05Ljk5LS4yOC0xMS40MSwwWk0yODEuMzksMTk4LjIxYy0uMjEuMDItMy42OS43LTQuMDguODItMy45MSwxLjExLTEyLjUsOC40MS0xMy44NiwxMi4yMy0uMTcuNDgtLjc5LDIuMzItLjgyLDIuNDUtLjMsMS41Mi0uMjksOS4wNCwwLDEwLjYuMDIuMTMuNjIsMS44My44MiwyLjQ1LDEuMTEsMy40NSw4LjgzLDExLjExLDEyLjIzLDEyLjIzLjU5LjE5LDIuMzIuNzksMi40NS44MiwxLjU1LjI5LDguMjMuMjgsOS43OCwwLC4xMy0uMDIsMS44My0uNjIsMi40NS0uODIsNC4zOS0xLjQyLDExLjc2LTkuNTMsMTMuMDQtMTMuODYuMDktLjMuNzktMy44Ny44Mi00LjA4LjEyLTEuMi4xMi0yLjg4LDAtNC4wOC0uMDItLjIxLS43NS0zLjg4LS44Mi00LjA4LTEuMzctNC4xOS05Ljc4LTEyLjU0LTEzLjg2LTEzLjg2LS4yNC0uMDgtNC42NC0uOC00Ljg5LS44Mi0xLjA0LS4wNy0yLjIyLS4wOC0zLjI2LDBaTTM5Ny45NiwyMDUuNTRjLS4xMy4wMi0xLjgxLjYxLTIuNDUuODItNC4zLDEuMzctMTIuODQsOS41LTEzLjg2LDEzLjg2LS4yNywxLjE1LS4yNywxMC4yNiwwLDExLjQxLDEuMTYsNS4wMSwxMC40MSwxMy42NCwxNS40OSwxNC42NywxLjQ4LjMsOS4wNi4yOCwxMC42LDAsLjEzLS4wMiwxLjgzLS42MiwyLjQ1LS44MiwzLjk2LTEuMjgsMTIuMTQtOS45NCwxMy4wNC0xMy44Ni4yOC0xLjIyLjI2LTkuMjksMC0xMC42LS4wMy0uMTMtLjY1LTEuOTgtLjgyLTIuNDUtMS4xNC0zLjE5LTkuNzYtMTEuMTUtMTMuMDQtMTIuMjMtLjMtLjEtMy4wOS0uNzktMy4yNi0uODItMS41Ny0uMjUtNi42Mi0uMjctOC4xNSwwWiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjM5LjgxLDI3Ni40N2MyLjg5LDEuNDMsOC4xOCw0Ljg3LDguOTcsOC4xNSwyLjAxLDguNDMtMS42LDIxLjI1LjgyLDMwLjk4LjIsMS41My40MSwxLjkzLjgyLDMuMjYsMS41OSw1LjI0LDQuMiw2Ljg4LDguOTcsOC4xNSwzLjUyLjk0LDMuODYuNzgsNy4zNCwwLDUuODUtMS4zMSw4LjI2LTIuNzEsOS43OC04Ljk3LDIuMzktOS44Mi0uNzEtMjAuNTYuODItMzAuMTYuMDktLjU4Ljc0LTMuODguODItNC4wOC44NS0yLjE3LDYuNjMtNi44NSw4Ljk3LTcuMzQsMy4xMi0uNjUsNDIuMDItLjY3LDQ0Ljg0LDAsMi4zMy41NSw4LjQxLDYuNjMsOC45Nyw4Ljk3LDEuMzEsNS41NS0uNjIsMTIuNC44MiwxOC43NSwxLjU4LDYuOTksNC41MSw5LjM5LDExLjQxLDEwLjYsMi44Ny41LDEuNzUuNzYsNC44OSwwLDEuOTEtLjEsMS45NC0uMzcsMy4yNi0uODIsNC45LTEuNjUsNi45NC00LjEsOC4xNS04Ljk3LDEuNjEtNi40NC0uNDItMTIuOTIuODItMTguNzUuOTEtNC4yOCw1LjgzLTguMTUsOS43OC05Ljc4aDExNy44bC44Miw2Ny42Nkg4Ny43N3YtNjcuNjZoMTUyLjA0WiIvPjxwb2x5Z29uIGNsYXNzPSJkIiBwb2ludHM9Ijg2LjU1IDM2MS4yNSA4Ny4zNyAzNjAuNDMgNDk3LjgzIDM2MC40MyA0OTkuMDUgNDI2Ljg3IDg3Ljc3IDQyNy4yOCA4Ni41NSAzNjEuMjUiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwaE1UWm1Zak5tT1MwNU1qaGpMVFEwTm1NdE9USmlNeTFqT0RsbU56UTRPV1poTkdJQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2cxcGNRR2JSVWRhb3VQN2NzY0U4ZkI3Vnl5RUlhVjJUVVV2Szg3L09QUEV0amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qQmlOMkUxTWpBMUxUaGhaR0l0TkRGaFppMWlNalJsTFdKaFlqVTVOREE0TWprME1XOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSVAzNUNtNW85bjVCeDQ2cUdHYlFQUVRFRUVaT0llenV1ek5QN3pkangwZVlZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDFNSUlPTVRBREFnRUFNSUlPS0FZSktvWklodmNOQVFjQ29JSU9HVENDRGhVQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQmFJSGRHcWhISTcybUhHb0RxZVFRNmlQdDlWVXZpa2pEZ0JjTEVVeWJkelFJUkFJdW01dFJPK2VFQkF0YTkwcDFrT3lBWUR6SXdNalF4TURJMU1UVTBNVEEyV2dJSVp6NGpPMC90L0hHZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0czTUlJQnN3SUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRReE1EWmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQkJMekZLazJJQ01SakRHSExBZDdMRzhrMFhWQnZxcURZVS9uLzF4SFIwcnpBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JHTUVRQ0lIeG1YM2pYZURhaG1hM1pVVDBOVWx6cmlTdmxTZXIrbGV3R0wzU1NQajB1QWlBdjJtZ05KbEdDbkpXMXlJS0Jxbi9ZeXRxQVZnODhTVXpIUDFIa3JoVXpaMk53WVdSWkU0Z0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQzEzLzRLaFh5eHNid1FQZlhqbHFpTFVZK0RnN01lRlM1QTJkcUFvYkczUElDRkxPZDFBMmk4dXUrQm1rUDFXZzFuSytSY1Fzbzk4eTVZTG9JSndqQmRnVWNUa1FXUFp1TGxCTzk3M01EeENGZkkyQUw4VDZKSDR3c2dXOGp4VFRvMi9RUzlGaktHYUtCUTVBaWIxVUJaeHl2SnJTQytVREtwVkZHK2pBdUFHMFVkYXlXZXlVYzM0TXhiVGlQOXpjanJ0Zmt6N05ndWx0Y0R0QlhNSG4vNW5NZUtaemUzclZwUDNzQ01seGMwY2FqSGVzbFo4QlpSbHlnblhxNGhmZE9HQnJ2STNIR092VDRadGV0OE5TbVZBaDROM3pUdDF5Q2lVOTVXVE9VcmQzZE4vSTI4VG8zK2ZuN3RMR1BwN0dvNjBQcCtYVzVKb3BlbGFraFhwczhVPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwb2x5Z29uIGNsYXNzPSJkIiBwb2ludHM9IjE2MiA4NS42NSAyOTkuODUgMjE3LjM2IDQ0MC4yNiA4NS41MyA1MDguMTYgMTU2LjY4IDM3NC44NiAyOTIuNDcgNTA5LjA2IDQyOC4xMiA0MzUuNjUgNDk4LjI4IDMwMC4zMiAzNjUuMTMgMTYyLjA5IDQ5Ny40NyA5My42NyA0MjguMjQgMjI1LjkzIDI5Mi4zNSA5NC4xNCAxNTYuNzYgMTYyIDg1LjY1Ii8+PC9nPjwvc3ZnPg==data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRveE1tSTRaVGczT0MxbU16aG1MVFEwTm1JdE9EWXlNeTFpTXpobE0yWmpZekV4TkRFQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2crV21QRDVkb2RBNThGOXlRRGhBR05UN3dUeVc1V2oyaHlRL0hNTXZIc2Z4amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qRXdPR1kyWkRSbExXVTRPVGd0TkRrNFppMWhPV1kyTFdVM05ESm1NekJpTnpnMVlXOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUo2N1lNMW9RakMzRXN3ZURxSU1DdjIwUU8vK2FSYnkwbGpzUk1rMWVSWkRZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQ2ZlZE1CSmZWd21FeVlERjV1aStKd0Y5MG1YWGJWU2p0c2pHMzdUQ3BPbXdJUkFMeHdPdW83WVY0MHV6RW5iT0FGSmRjWUR6SXdNalF4TURJMU1UVXpNRFV4V2dJSUw0TkFjMTZEbTQ2Z2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRNd05URmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQStKY0pVVHpmOWdJL2JhaFF3RWxSWkZLWkV2QUFja1d1bmUwcGcvenRqcERBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lINmhKZVVpVzdISGRERDZEUy9IRW83dk9oU05oSEFHUC9SWXN4QmVuU2lPQWlFQXFrZ0dPeGdiTGgyWUxySHRGTWZpcWpmVktrT1VVeWVBNkhsa1ZmdnlST05qY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQ3lFVnhybEZVM1VSOVI3VnFCOXpvR0F0K0dNQ3F3VkEwZS9UUjBvZmxxTFRQRVdpVGN5ejZzWWV2WXZjUE4vOGdMMVBmZnloVkNFbmVxYXlFMndaSzI2VEtVQnlNanh3TWVvcFgzMDVmVXR6aHRnNFJFaGRUaE5kYXF1QUhacERhSWdhS2VSY2Q3d1E5NXgwU280OVhVTjAySDBtNUJqZGtwd05UaGI2UXloSStnN1RzUGIzNjBjOW80OW13Y3R6U3hCN3Nqelp4N1VjN25TZk5uOWs1b09VTStGNmJXOVZ0UU9zTTZjS3ZXU2pUeXNMWHN4QUJlT3NhQ2U4N1Q5eDNLbjVVSGZxYnMzZVYrZnBTaG10YVdDVHdVSnRnSVNzQUh6ODRObDJOaUlPMkREa0tveWRKb1lsSkg1RWtqcnVkWUZnZytnQnE1cmxhN2NHR20rWEdDPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7c3Ryb2tlLXdpZHRoOjguNDdweDt9LmQsLmV7ZmlsbDpub25lO3N0cm9rZTojZTRlNWVhO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9LmV7c3Ryb2tlLXdpZHRoOjExLjY0cHg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIj48cGF0aCBjbGFzcz0iYyIgZD0iTTU4My43MSw1ODMuNzFIMFYwaDU4My43MXY1ODMuNzFaTTU3MC41OSwxMi40M0gxMy4xM3Y1NTcuNDZoNTU3LjQ2VjEyLjQzWiIvPjwvZz48ZyBpZD0iYiI+PHBhdGggY2xhc3M9ImQiIGQ9Ik00MTEuNTQsMTc4LjA4Yy0zNC45Ni0xMTEuNjItMjA4LjQ3LTg1LjA0LTIwOS4zOCwzMi44MS0uODgsMTEyLjI0LDE1NC43MiwxNDAuMjEsMTg5Ljg2LDM2LjU4LDM2LjU3LTEwNy44NS0xMjguNTYtMTY0LjA5LTE1OS44Mi01My45MS0yOC44LDEwMS41MiwxMjYuNjMsMTMyLjE3LDEzNy4xLDM2LjU4LDcuOTktNzIuOTYtOTcuMDMtODcuOTctMTA0Ljc1LTIwLjIyLTcuMSw2Mi4zNSw4Mi4wOCw1Ni43NSw3Ny45OCw3LjctMy4zNy00MC4zNS02Ni4zNi0zMS44NS00Mi44Myw1LjM4Ii8+PHBhdGggY2xhc3M9ImUiIGQ9Ik00NzUuNzUsNTExLjY5Yy0uMjQtLjI2LS40NS0uNTQtLjU1LS44NS0xLjk2LTUuOTQtMTIuMzUtMTcuNzktMTYtMjQuNjEtNjcuMjctMTI1Ljg4LDQxLjA4LTIxNS4xOS0uNzctMzIxLjU2LTI2LjYyLTY3LjY3LTkxLjY2LTEwNi45LTE2My4wOS0xMDQuNzUtODYuMzUsMi42LTE1Ni4yLDU2LjY3LTE2Ni41NiwxNDUuMTgtMy40NywyOS42NSwxNy4wMiw0NC4zNCw4LjA5LDc2LjA2LTQuNzEsMTYuNzMtMjUuNSw0MS43Mi0yNi41Nyw1My45MS0xLjkzLDIxLjkyLDMwLjk3LDEzLjQxLDM4LjcsMjUuOTksNC4yMSw2Ljg0LTIuMTcsMTEuMTMtMS4zNSwxNi4zNy4zNywyLjM4LDMuNTksNC45MSw0LjE3LDguMDcuNzUsNC4wNi0zLjAyLDguOTYtMS4yOSwxMy4xMSwyLjkxLDYuOTgsMTAuMDEsNy42MiwxMi43MSwxNC40NCwzLjcyLDkuNC02LjQyLDI1LjMxLDQuMDQsMzcuNTUsMTYuNTcsMTkuMzgsNzkuMzMsMS4yOSwxMDIuMzctLjE1LDMuMDIsMS45Ni0xLjgxLDUyLjgyLjY1LDU5LjIsMS4yNSwzLjI1LDUuMjYsMS43Miw3Ljc1LDEuOTcsMzQuMzIsMy4zNSwxNjQuOTQsNS40NSwxOTUuNzUuMDYuNjMtLjExLDEuMzEuMDgsMS45NCwwWiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvd01qVXlaamc0Tmkxak5UUmlMVFJpWWpVdFlqVm1NeTB4TURaaVlqQmxOV00zTVdFQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2c3dG5DL1EzSHk5RHBhUDQxUnc0Nm1Wa3ZDdDRJZ3BDYVlUdFF5NCtSWlFGamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09tSXpNR1l3TXpFMUxXVTRZakF0TkdaaFppMWhaVGt3TFdVeE0yRXpOV1JtWXpBeE5XOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUJZdVFlSGJ6cmhqc0N5bEdKWVdoNzJuOTRBank2c0VubTRnVTBpMkNJV0tZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDNNSUlPTXpBREFnRUFNSUlPS2dZSktvWklodmNOQVFjQ29JSU9HekNDRGhjQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0Jnd1lMS29aSWh2Y05BUWtRQVFTZ2RBUnlNSEFDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQWptdXhPYlFQNEhTdEY4WWRYbDN1MFlZaUNXLzBHTDlwazdTc2tOWDJXTkFJUkFNNUlpSGpzaWQrVUF2V3J2Nld1RG04WUR6SXdNalF4TURJMU1UVTBOek15V2dJSkFPZXBhY00xRk04SG9JSUx2VENDQlFjd2dnTHZvQU1DQVFJQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpLb1pJaHZjTkFRRUxCUUF3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRBZUZ3MHlNekE1TURnd01EQXdNREJhRncwek5ERXlNRGN5TXpVNU5UbGFNRmd4Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFd01DNEdBMVVFQXhNblJHbG5hVU5sY25RZ1FXUnZZbVVnUVVGVVRDQlVhVzFsYzNSaGJYQWdVbVZ6Y0c5dVpHVnlNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVUU3l1VWZrRC83WG44d1dYVnF3Mkh4RHhPNXM2d1JWKzdTcVVtc1hTeWFPM0F2VWg0ZG44QUhzbm4yN1ZPdW1HalVFTTN6bVY5TmpmU3MwR3g5UDZiS09DQVlzd2dnR0hNQTRHQTFVZER3RUIvd1FFQXdJSGdEQU1CZ05WSFJNQkFmOEVBakFBTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQWZCZ05WSFNNRUdEQVdnQlM2RnRsdFRZVXZjeWwybWk5MWpHb2dqNTdJYnpBZEJnTlZIUTRFRmdRVXNEV3FWc01ocVl2TzA3aThpeFlsVjUzdk5PRXdXZ1lEVlIwZkJGTXdVVEJQb0UyZ1M0WkphSFIwY0RvdkwyTnliRE11WkdsbmFXTmxjblF1WTI5dEwwUnBaMmxEWlhKMFZISjFjM1JsWkVjMFVsTkJOREE1TmxOSVFUSTFObFJwYldWVGRHRnRjR2x1WjBOQkxtTnliRENCa0FZSUt3WUJCUVVIQVFFRWdZTXdnWUF3SkFZSUt3WUJCUVVITUFHR0dHaDBkSEE2THk5dlkzTndMbVJwWjJsalpYSjBMbU52YlRCWUJnZ3JCZ0VGQlFjd0FvWk1hSFIwY0RvdkwyTmhZMlZ5ZEhNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpFYzBVbE5CTkRBNU5sTklRVEkxTmxScGJXVlRkR0Z0Y0dsdVowTkJMbU55ZERBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQWVDdU1Rc2VFRUlSWWxJTEpGZnVXd3ZRTDBzbUJ0Zld2SlZqSkkxSEVlUXhIWXVvTHM5QmxFbUFNMUg2UW1pbncvbS9ZSE9uK015dlBEaFRpbGpxdGkvY2p3ZWtXVWxyaTRIQlJNaFNBZGFtTHhmRjNVa1FSZjNnODQ0T0xzZkpKNlJmclFEVG5rR2pNVnZzWVpWckZ2UXV0NUJORmVlU3ZxQ0E4MVE5ZjBhSDdaSnc3R1ZOMUJBdUJsdVIxaS9HamNDbnB6TDJ1Sm1LTkhFNW1xSTdKWkxFeFNHQXJGNHJQQ3NWYnBkdDdSckEyRTVSZG5NakZ6aUxHa3JOWklpMms4bmZSbUlGQ2ZqMVRjQU5oT2V5RnMzMW1STURXa2QvODJpL1psUys5MTJSbnhSaS9DajI4Rzh0TU8rZVlBR2RFd0VwcGRnQ3pka0svRDBLUU04NVpONVFrd1ZFQzJaVEhuYWlGb0RlY1B4c0lucFIrbERha1Y4NTFLSENsdm9ZcS9TRDRHQngwZ2JZc2M4blJSK2F2NWVhbUJtQ3I4Y2lCN1NHTndJQU9tTU9DcmJQZ0hRdmpHMEFEVXp3eXRUSFRhSEZ2dlhUaWNVcW95Ni9uTWxOQ1hleURDcGRUSS83M01kQS8zTDlua1hIOEJCYXM1Y0pibnAxWHMvaHdVRW1Yek1lcUtlV0dRNUsxbldiYmI3MGVXcjU0TFNFbmFXUVhVdTdORjBrbHYvblV0ZWc4cEdlaWtVT2VEcGVtZ1B0NGJyRGhpa0RIMzQvVFFtNVNnR3hoS3QyeTRXTEpiSkJBWUVDZU1qcjJDQnRJdHhiNkVuSzI2S2RyRnJCV1VpMG1STFo1WGxuaGV6RStEdC96YTVHUjIwM1NGTWQ0ajNjSTNjNVo1RjV1Y3Jzd2dnYXVNSUlFbHFBREFnRUNBaEFITmplM0pGUjgyRWVzL1NobUtsNWJNQTBHQ1NxR1NJYjNEUUVCQ3dVQU1HSXhDekFKQmdOVkJBWVRBbFZUTVJVd0V3WURWUVFLRXd4RWFXZHBRMlZ5ZENCSmJtTXhHVEFYQmdOVkJBc1RFSGQzZHk1a2FXZHBZMlZ5ZEM1amIyMHhJVEFmQmdOVkJBTVRHRVJwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdVbTl2ZENCSE5EQWVGdzB5TWpBek1qTXdNREF3TURCYUZ3MHpOekF6TWpJeU16VTVOVGxhTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFd2dnSWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUNEd0F3Z2dJS0FvSUNBUURHaGpVR1NiUEJQWEpKVVZYSEpRUEU4cEUzcVpkUm9kYlNnOUdlVEtKdG9MRE1nL2xhOWhHaFJCVkNYNlNJODJqNmZmT2NpUXQvblIrZUR6TWZVQk1MSm5PV2JmaFhxQUo5L1VPMGhOb1I4WE94cys0cmdJU0tJaGpmNjlvOXhCZC9xeGtyUGtMY1o0N3FVVDN3MWxiVTV5Z3Q2OU94dFhYbkh3WmxqWlFwMDluc2FkL1prSWRHQUh2YlJFR0ozSHhxVjNyd04zbWZYYXpMNklSa3RGTHlka2YzWVlNWjNWKzBWQXNoYUc0M0lidEFyRit5M2twOXp2VTVFbWZ2RHFWamJPU214UjNOTmcxYzFlWWJxTUZrZEVDbndITEZ1azRmc2JWWVRYbisxNDl6azZ3c09lS2xTTmJ3c0RFVHFWY3BsaWN1OVllbWowNTJGVlVtY0pnbWY2QWFSeUJENDBOamdIdDFiaWNsa0pnNk9CR3o5dmFlNWp0YjdJSGVJaFRaZ2lySGtyK2czdU0rb25QNjV4OWFiSlR5VXBVUksxaDBRQ2lyYzBQTzMwcWhIR3M0eFNuenlxcVdjMEpvbjdaR3M1MDZvOVVENEwvd29qektRdHdZU0g4VU5NL1NUS3Z2bXozK0RyaGtLdnAxS0NSQjdVSy9CWnhtU1ZKUTlGSHpOa2xOaXlEU0xGYzFlU3VvODBWZ3ZDT05XUGZjWWQ2VC9qbkErYkl3cFV6WDZaaEtXRDdUQTRqK3M0L1RYa3QyRWxHVHlZd01PMXVLSXFqQkpnajVGQkFTQTMxZkk3dGs0MlBncHVFKzlzSjBzajhlQ1hic3ExMUdkZUpnbzFnSkFTZ0FEb1JVN3M3cFhjaGVNQks5UnA2MTAzYTUwZzVybVF6U003VE5zUUlEQVFBQm80SUJYVENDQVZrd0VnWURWUjBUQVFIL0JBZ3dCZ0VCL3dJQkFEQWRCZ05WSFE0RUZnUVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SHdZRFZSMGpCQmd3Rm9BVTdOZmpndEp4WFdSTTN5NW5QK2U2bUs0Y0QwOHdEZ1lEVlIwUEFRSC9CQVFEQWdHR01CTUdBMVVkSlFRTU1Bb0dDQ3NHQVFVRkJ3TUlNSGNHQ0NzR0FRVUZCd0VCQkdzd2FUQWtCZ2dyQmdFRkJRY3dBWVlZYUhSMGNEb3ZMMjlqYzNBdVpHbG5hV05sY25RdVkyOXRNRUVHQ0NzR0FRVUZCekFDaGpWb2RIUndPaTh2WTJGalpYSjBjeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrVW05dmRFYzBMbU55ZERCREJnTlZIUjhFUERBNk1EaWdOcUEwaGpKb2RIUndPaTh2WTNKc015NWthV2RwWTJWeWRDNWpiMjB2UkdsbmFVTmxjblJVY25WemRHVmtVbTl2ZEVjMExtTnliREFnQmdOVkhTQUVHVEFYTUFnR0JtZUJEQUVFQWpBTEJnbGdoa2dCaHYxc0J3RXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnSUJBSDFaanNDVHRtK1lxVVFpQVg1bTF0Z2hRdUd3R0M0UVRSUFBNRlBPdnhqN3gxQmQ0a3NwKzNDS0Rhb3BhZnhwd2M4ZEIraytZTWpZQytWY1c5ZHRoL3FFSUNVME1XZk50aEtXYjhSUVRHSWREQWlDcUJhOXFWYlBGWE9OQVNJbHpwVnBQMGQzKzNKMEZOZi9xMCtLTEhxcmhjMURYKzFndHFwUGtXYWVMSjdnaXF6bC9ZeThaQ2FIYkpLOW5YelFjQXA4NzZpOGRVKzZXdmVwRUxKZDZmOG9WSW53MVlweGRtWGF6UEJ5b3lQNndDZUNSSzZaSnh1ckpCNG13YmZlS3V2Mm5yRjVtWUdqVm9hckNrWEozOFNOb09lWSsvdW1uWEt2eE1mQndXcHgyY1lUZ0FuRXRwL05oNGNrdTAralNibDNacEh4Y3B6cFN3SlNwemQrazFPc094MElTUStVelRsNjNmOGxZNWtuTEQwL2E2Znhac05CelUrMlFKc2hJVURRdHhNa3pkd2RlRHJrbnEzbE5IR1MxeVpyNURoenE2WUJUNzAvTzNpdFRLMzd4SlY3N1FwZk16bUhRWGg2T09tYzRkMGovUjBvMDhmNTZQR1lYL3NyMkg3eVJwMTFMQjRuTENiYmJ4VjdIaG1MTnJpVDFPYnlGNWxaeW5Ed043K1lBTjhnRms4bisyQm5GcUZtdXQxVndEb3BockNZb0N2dGxVRzNPdFVWbURHMFlna1BDcjJCMlJQK3Y2VFI4MWZadkFUNmd0NHkzd1NKOEFETlhjTDUwQ04vQUF2a2RnSW0yZkJsZGtLbUtZY0pSeXZtZnhxa2hRLzhtSmIyVlZRckg0RDZ3UElPSytYVys2a3ZSQlZLNXhNT0hkczNPQnFoSy9idDFuejhNWUlCdURDQ0FiUUNBUUV3ZHpCak1Rc3dDUVlEVlFRR0V3SlZVekVYTUJVR0ExVUVDaE1PUkdsbmFVTmxjblFzSUVsdVl5NHhPekE1QmdOVkJBTVRNa1JwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdSelFnVWxOQk5EQTVOaUJUU0VFeU5UWWdWR2x0WlZOMFlXMXdhVzVuSUVOQkFoQUZIcDZSMXg2UkNydmtQVnp0ME4zWk1BMEdDV0NHU0FGbEF3UUNBUVVBb0lIUk1Cb0dDU3FHU0liM0RRRUpBekVOQmdzcWhraUc5dzBCQ1JBQkJEQWNCZ2txaGtpRzl3MEJDUVV4RHhjTk1qUXhNREkxTVRVME56TXlXakFyQmdzcWhraUc5dzBCQ1JBQ0RERWNNQm93R0RBV0JCVFpHcmt6L2hldDZZSWVwaFAxcERweFRqNStmVEF2QmdrcWhraUc5dzBCQ1FReElnUWd1STBlK2pSb3BKa1RNb3d6bG83ZzRqZUg3c1I3Qnk0UEFXN1gvK09JWHJBd053WUxLb1pJaHZjTkFRa1FBaTh4S0RBbU1DUXdJZ1FnZ3RyeGxKVjdOb1FDUlkvVkp3QnAvbUxIRkZiNm5ndUdxL2duNkZNZ0o5a3dDZ1lJS29aSXpqMEVBd0lFUnpCRkFpRUF2RktxSml5K3pGTjlmSTdjZWtjZkZwalh3aFlLb0Q1WjliVjZSaWdSR0hrQ0lCclFUZHhQVkg4WTkySEVUSHdsako2VTU0V202T29NUDBaeHp2citFRm9nWTNCaFpGa1RoZ0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQnlBNHJpZEhoL05RYWFJUGVBSGM4WWVnV2tmeGNSOUs3VFlpdlVTb3JxaTZwSkV5QmdOVWhzSS9TeVYzaWxKRldMV1g1MlAwM1o0T000enZjdWhvT1Y4bFJOY1hOWUxCNjdJdEIwMkh1VG16OTdWR1JYSTFLZGoyQ3lOM2lKekcwN1dsUGtaSTlJTlZPV09lOWZyOTJSVS8zcWJPbndmOTFHVFB4V1RvQ0tacXRyKzh5UHU2TlA5VitMWGJzQ0xzUkpoWTZodDdPVXZwVlhMTVVrZkI1K003Z3hWc0xKcnNLOThQUmlES3NIU1BEbEdlQlRjdU1SYmlmZ0NFNjdUbzNlV2tMZFFZcG5kNTdYTy96TkE3a3BCbGJIMDVHYU1XTm5teHZMVHJBMFdudTJPWHdFOXZSOFdXYk9zdUFBZy8xbFZQT3ltWjRVVmora0RBd21MM1JrPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjk2LjI4LDg0LjFjNzkuNy0uMDUsMTU5LjExLDQ2Ljk0LDE5MC41NiwxMjMuMDIsNC44MiwxMS42Nyw4Ljg4LDIzLjIsOS4wNSwzNC45NnYxMy4wNGMtLjE4LDIzLjY4LTE5LjM0LDM4LjM2LTQwLjY2LDQ0LjE2bC0zMjYuNi0uMTJjLTIyLjU1LTQuNzYtMzkuOTUtMjEuNDYtNDAuMjktNDUuMTMuMTYtMi44NC0uMjEtNS44OSwwLTguNy4wOS0xNC44Miw1LTI5LjMyLDEwLjk4LTQyLjc5LDExLjU1LTI2LjAxLDI5LjMxLTUwLjU4LDUxLjQtNjguNjcsMzcuMDktMzAuMzgsODUuMzQtNDkuMiwxMzMuMjUtNDkuNzhoMTIuMzJaTTMxNy40MiwyMjAuMTVjLTE0LjEsMC0yNS41NCwxMS40NC0yNS41NCwyNS41NHMxMS40MywyNS41NCwyNS41NCwyNS41NCwyNS41NC0xMS40NCwyNS41NC0yNS41NC0xMS40My0yNS41NC0yNS41NC0yNS41NFpNMjA2LjQ2LDE3NC41OGMtMTQuMDcsMC0yNS40OCwxMS40MS0yNS40OCwyNS40OHMxMS40MSwyNS40OCwyNS40OCwyNS40OCwyNS40OC0xMS40MSwyNS40OC0yNS40OC0xMS40MS0yNS40OC0yNS40OC0yNS40OFpNMjc4LjI5LDExOS40OWMtOS41MiwwLTE3LjI0LDcuNzItMTcuMjQsMTcuMjRzNy43MiwxNy4yNCwxNy4yNCwxNy4yNCwxNy4yNC03LjcyLDE3LjI0LTE3LjI0LTcuNzItMTcuMjQtMTcuMjQtMTcuMjRaTTM2Ni4yNywxNTcuOTRjLTkuMzIsMC0xNi44Nyw3LjU2LTE2Ljg3LDE2Ljg4czcuNTUsMTYuODgsMTYuODcsMTYuODgsMTYuODctNy41NiwxNi44Ny0xNi44OC03LjU1LTE2Ljg4LTE2Ljg3LTE2Ljg4WiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMTkwLjUsNTAwLjQyYy0uODMtLjE4LTEuMS0uMzYtMS42LS45NS0xLjk2LTIuMzItNi4wNi0xOC4xMy02Ljk2LTIxLjgtOC4xMS0zMi45My0xNC4zOC02Ni4xMi0xOS44NS05OS42LTMuNzktMjAuNjMtNy45OS00MS43My0xNC41LTYwLjc0LS42MS0yLjI2LTIuMTMtOC4zMi0xLjA0LTEwLjMyLjIxLS4zOCwzLjY4LTEuNTQsNC4yLTEuNTQsOTQuNzQuMSwxODkuMzQuNDUsMjgzLjgxLDEuMDNsLjM5LjkyLTQxLjQ3LDE5MS4wOWMtLjQxLjgyLS44MiwxLjMtMS45OSwxLjA2LTYwLjU5LjMxLTEyMS40My41OC0xODIuNTEuODNoLTE4LjQ4Wk0zNjQuODYsMzI5LjMybC0yOC42NSwxNDMuODVjLS4zLDUuNDEsNi4zNyw3LjU1LDkuNSwzLjMybDI5LjA4LTE0NC40N2MxLjAzLTQuNTctMS43Ni03Ljk3LTYuNTMtNi44OS0xLjUuMzQtMy4yNCwyLjY4LTMuNDEsNC4yWk0yMDkuMDEsMzM0LjZsMjguOTMsMTQ0LjI3YzMuNSw1LjQ5LDEwLjkyLDIuMDQsOS4zOS00LjMxbC0yOC4yNS0xNDIuMDRjLS43MS0zLjE2LTMuNTMtNC4zOS02LjU4LTMuNzYtMi40Mi41LTMuOTIsMy41MS0zLjQ4LDUuODVaTTI4Ni42NywzMjcuMjF2MTQ3LjQ5YzIuMzIsNS4zMiw5Ljc2LDMuODEsOS45OS0xLjk5di0xNDMuNTFjLS4yNC0zLjY0LTIuOTYtNS45MS02LjY0LTUuMTUtMS41My4zMi0yLjg0LDEuNzQtMy4zNSwzLjE3WiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwaU5UVmxOV05oWkMwNU5XWTFMVFExWldFdE9XSTFNaTB3Wm1VM00yUTNOek01Tm1ZQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dValprRG5qeVdrdGxxV1JJaXpkM1dmdExtTDNmVHFKOTJrUnkzRCsxWGRCamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qYzROVFUzWm1ZNExXSXdOMkl0TkRBM05pMDRORFZrTFdZM09HRXhOMlZoTkRGak9HOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSVAxWTZjVkJHYU42TTAvQllxdGoyeFRBOXFvMU5kaU5SRkhrSXhvRDNDcGlZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDNNSUlPTXpBREFnRUFNSUlPS2dZSktvWklodmNOQVFjQ29JSU9HekNDRGhjQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0Jnd1lMS29aSWh2Y05BUWtRQVFTZ2RBUnlNSEFDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDREZPTjhablJDeC9Ic1Q5NFVORW9tWld5ZUhqVG9WSnJKamE0alJhUnRJNHdJUkFKcUJIY1cwU244M040WEN3eFBQVHR3WUR6SXdNalF4TURJMU1UVXpPVEV3V2dJSkFNNy9JaW5TOFdGaG9JSUx2VENDQlFjd2dnTHZvQU1DQVFJQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpLb1pJaHZjTkFRRUxCUUF3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRBZUZ3MHlNekE1TURnd01EQXdNREJhRncwek5ERXlNRGN5TXpVNU5UbGFNRmd4Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFd01DNEdBMVVFQXhNblJHbG5hVU5sY25RZ1FXUnZZbVVnUVVGVVRDQlVhVzFsYzNSaGJYQWdVbVZ6Y0c5dVpHVnlNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVUU3l1VWZrRC83WG44d1dYVnF3Mkh4RHhPNXM2d1JWKzdTcVVtc1hTeWFPM0F2VWg0ZG44QUhzbm4yN1ZPdW1HalVFTTN6bVY5TmpmU3MwR3g5UDZiS09DQVlzd2dnR0hNQTRHQTFVZER3RUIvd1FFQXdJSGdEQU1CZ05WSFJNQkFmOEVBakFBTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQWZCZ05WSFNNRUdEQVdnQlM2RnRsdFRZVXZjeWwybWk5MWpHb2dqNTdJYnpBZEJnTlZIUTRFRmdRVXNEV3FWc01ocVl2TzA3aThpeFlsVjUzdk5PRXdXZ1lEVlIwZkJGTXdVVEJQb0UyZ1M0WkphSFIwY0RvdkwyTnliRE11WkdsbmFXTmxjblF1WTI5dEwwUnBaMmxEWlhKMFZISjFjM1JsWkVjMFVsTkJOREE1TmxOSVFUSTFObFJwYldWVGRHRnRjR2x1WjBOQkxtTnliRENCa0FZSUt3WUJCUVVIQVFFRWdZTXdnWUF3SkFZSUt3WUJCUVVITUFHR0dHaDBkSEE2THk5dlkzTndMbVJwWjJsalpYSjBMbU52YlRCWUJnZ3JCZ0VGQlFjd0FvWk1hSFIwY0RvdkwyTmhZMlZ5ZEhNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpFYzBVbE5CTkRBNU5sTklRVEkxTmxScGJXVlRkR0Z0Y0dsdVowTkJMbU55ZERBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQWVDdU1Rc2VFRUlSWWxJTEpGZnVXd3ZRTDBzbUJ0Zld2SlZqSkkxSEVlUXhIWXVvTHM5QmxFbUFNMUg2UW1pbncvbS9ZSE9uK015dlBEaFRpbGpxdGkvY2p3ZWtXVWxyaTRIQlJNaFNBZGFtTHhmRjNVa1FSZjNnODQ0T0xzZkpKNlJmclFEVG5rR2pNVnZzWVpWckZ2UXV0NUJORmVlU3ZxQ0E4MVE5ZjBhSDdaSnc3R1ZOMUJBdUJsdVIxaS9HamNDbnB6TDJ1Sm1LTkhFNW1xSTdKWkxFeFNHQXJGNHJQQ3NWYnBkdDdSckEyRTVSZG5NakZ6aUxHa3JOWklpMms4bmZSbUlGQ2ZqMVRjQU5oT2V5RnMzMW1STURXa2QvODJpL1psUys5MTJSbnhSaS9DajI4Rzh0TU8rZVlBR2RFd0VwcGRnQ3pka0svRDBLUU04NVpONVFrd1ZFQzJaVEhuYWlGb0RlY1B4c0lucFIrbERha1Y4NTFLSENsdm9ZcS9TRDRHQngwZ2JZc2M4blJSK2F2NWVhbUJtQ3I4Y2lCN1NHTndJQU9tTU9DcmJQZ0hRdmpHMEFEVXp3eXRUSFRhSEZ2dlhUaWNVcW95Ni9uTWxOQ1hleURDcGRUSS83M01kQS8zTDlua1hIOEJCYXM1Y0pibnAxWHMvaHdVRW1Yek1lcUtlV0dRNUsxbldiYmI3MGVXcjU0TFNFbmFXUVhVdTdORjBrbHYvblV0ZWc4cEdlaWtVT2VEcGVtZ1B0NGJyRGhpa0RIMzQvVFFtNVNnR3hoS3QyeTRXTEpiSkJBWUVDZU1qcjJDQnRJdHhiNkVuSzI2S2RyRnJCV1VpMG1STFo1WGxuaGV6RStEdC96YTVHUjIwM1NGTWQ0ajNjSTNjNVo1RjV1Y3Jzd2dnYXVNSUlFbHFBREFnRUNBaEFITmplM0pGUjgyRWVzL1NobUtsNWJNQTBHQ1NxR1NJYjNEUUVCQ3dVQU1HSXhDekFKQmdOVkJBWVRBbFZUTVJVd0V3WURWUVFLRXd4RWFXZHBRMlZ5ZENCSmJtTXhHVEFYQmdOVkJBc1RFSGQzZHk1a2FXZHBZMlZ5ZEM1amIyMHhJVEFmQmdOVkJBTVRHRVJwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdVbTl2ZENCSE5EQWVGdzB5TWpBek1qTXdNREF3TURCYUZ3MHpOekF6TWpJeU16VTVOVGxhTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFd2dnSWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUNEd0F3Z2dJS0FvSUNBUURHaGpVR1NiUEJQWEpKVVZYSEpRUEU4cEUzcVpkUm9kYlNnOUdlVEtKdG9MRE1nL2xhOWhHaFJCVkNYNlNJODJqNmZmT2NpUXQvblIrZUR6TWZVQk1MSm5PV2JmaFhxQUo5L1VPMGhOb1I4WE94cys0cmdJU0tJaGpmNjlvOXhCZC9xeGtyUGtMY1o0N3FVVDN3MWxiVTV5Z3Q2OU94dFhYbkh3WmxqWlFwMDluc2FkL1prSWRHQUh2YlJFR0ozSHhxVjNyd04zbWZYYXpMNklSa3RGTHlka2YzWVlNWjNWKzBWQXNoYUc0M0lidEFyRit5M2twOXp2VTVFbWZ2RHFWamJPU214UjNOTmcxYzFlWWJxTUZrZEVDbndITEZ1azRmc2JWWVRYbisxNDl6azZ3c09lS2xTTmJ3c0RFVHFWY3BsaWN1OVllbWowNTJGVlVtY0pnbWY2QWFSeUJENDBOamdIdDFiaWNsa0pnNk9CR3o5dmFlNWp0YjdJSGVJaFRaZ2lySGtyK2czdU0rb25QNjV4OWFiSlR5VXBVUksxaDBRQ2lyYzBQTzMwcWhIR3M0eFNuenlxcVdjMEpvbjdaR3M1MDZvOVVENEwvd29qektRdHdZU0g4VU5NL1NUS3Z2bXozK0RyaGtLdnAxS0NSQjdVSy9CWnhtU1ZKUTlGSHpOa2xOaXlEU0xGYzFlU3VvODBWZ3ZDT05XUGZjWWQ2VC9qbkErYkl3cFV6WDZaaEtXRDdUQTRqK3M0L1RYa3QyRWxHVHlZd01PMXVLSXFqQkpnajVGQkFTQTMxZkk3dGs0MlBncHVFKzlzSjBzajhlQ1hic3ExMUdkZUpnbzFnSkFTZ0FEb1JVN3M3cFhjaGVNQks5UnA2MTAzYTUwZzVybVF6U003VE5zUUlEQVFBQm80SUJYVENDQVZrd0VnWURWUjBUQVFIL0JBZ3dCZ0VCL3dJQkFEQWRCZ05WSFE0RUZnUVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SHdZRFZSMGpCQmd3Rm9BVTdOZmpndEp4WFdSTTN5NW5QK2U2bUs0Y0QwOHdEZ1lEVlIwUEFRSC9CQVFEQWdHR01CTUdBMVVkSlFRTU1Bb0dDQ3NHQVFVRkJ3TUlNSGNHQ0NzR0FRVUZCd0VCQkdzd2FUQWtCZ2dyQmdFRkJRY3dBWVlZYUhSMGNEb3ZMMjlqYzNBdVpHbG5hV05sY25RdVkyOXRNRUVHQ0NzR0FRVUZCekFDaGpWb2RIUndPaTh2WTJGalpYSjBjeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrVW05dmRFYzBMbU55ZERCREJnTlZIUjhFUERBNk1EaWdOcUEwaGpKb2RIUndPaTh2WTNKc015NWthV2RwWTJWeWRDNWpiMjB2UkdsbmFVTmxjblJVY25WemRHVmtVbTl2ZEVjMExtTnliREFnQmdOVkhTQUVHVEFYTUFnR0JtZUJEQUVFQWpBTEJnbGdoa2dCaHYxc0J3RXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnSUJBSDFaanNDVHRtK1lxVVFpQVg1bTF0Z2hRdUd3R0M0UVRSUFBNRlBPdnhqN3gxQmQ0a3NwKzNDS0Rhb3BhZnhwd2M4ZEIraytZTWpZQytWY1c5ZHRoL3FFSUNVME1XZk50aEtXYjhSUVRHSWREQWlDcUJhOXFWYlBGWE9OQVNJbHpwVnBQMGQzKzNKMEZOZi9xMCtLTEhxcmhjMURYKzFndHFwUGtXYWVMSjdnaXF6bC9ZeThaQ2FIYkpLOW5YelFjQXA4NzZpOGRVKzZXdmVwRUxKZDZmOG9WSW53MVlweGRtWGF6UEJ5b3lQNndDZUNSSzZaSnh1ckpCNG13YmZlS3V2Mm5yRjVtWUdqVm9hckNrWEozOFNOb09lWSsvdW1uWEt2eE1mQndXcHgyY1lUZ0FuRXRwL05oNGNrdTAralNibDNacEh4Y3B6cFN3SlNwemQrazFPc094MElTUStVelRsNjNmOGxZNWtuTEQwL2E2Znhac05CelUrMlFKc2hJVURRdHhNa3pkd2RlRHJrbnEzbE5IR1MxeVpyNURoenE2WUJUNzAvTzNpdFRLMzd4SlY3N1FwZk16bUhRWGg2T09tYzRkMGovUjBvMDhmNTZQR1lYL3NyMkg3eVJwMTFMQjRuTENiYmJ4VjdIaG1MTnJpVDFPYnlGNWxaeW5Ed043K1lBTjhnRms4bisyQm5GcUZtdXQxVndEb3BockNZb0N2dGxVRzNPdFVWbURHMFlna1BDcjJCMlJQK3Y2VFI4MWZadkFUNmd0NHkzd1NKOEFETlhjTDUwQ04vQUF2a2RnSW0yZkJsZGtLbUtZY0pSeXZtZnhxa2hRLzhtSmIyVlZRckg0RDZ3UElPSytYVys2a3ZSQlZLNXhNT0hkczNPQnFoSy9idDFuejhNWUlCdURDQ0FiUUNBUUV3ZHpCak1Rc3dDUVlEVlFRR0V3SlZVekVYTUJVR0ExVUVDaE1PUkdsbmFVTmxjblFzSUVsdVl5NHhPekE1QmdOVkJBTVRNa1JwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdSelFnVWxOQk5EQTVOaUJUU0VFeU5UWWdWR2x0WlZOMFlXMXdhVzVuSUVOQkFoQUZIcDZSMXg2UkNydmtQVnp0ME4zWk1BMEdDV0NHU0FGbEF3UUNBUVVBb0lIUk1Cb0dDU3FHU0liM0RRRUpBekVOQmdzcWhraUc5dzBCQ1JBQkJEQWNCZ2txaGtpRzl3MEJDUVV4RHhjTk1qUXhNREkxTVRVek9URXdXakFyQmdzcWhraUc5dzBCQ1JBQ0RERWNNQm93R0RBV0JCVFpHcmt6L2hldDZZSWVwaFAxcERweFRqNStmVEF2QmdrcWhraUc5dzBCQ1FReElnUWdiUW1Hdy8vL2JiTE9PVGRabmplWENETTh3c0VrMjJGMFpJRlFkRkVvaHVZd053WUxLb1pJaHZjTkFRa1FBaTh4S0RBbU1DUXdJZ1FnZ3RyeGxKVjdOb1FDUlkvVkp3QnAvbUxIRkZiNm5ndUdxL2duNkZNZ0o5a3dDZ1lJS29aSXpqMEVBd0lFUnpCRkFpRUFuUm1Rd1BCTGpTSzRDeXJsUnpGZ1JnenRFUkM5b016bW5kM3FXYW94WUw0Q0lITGlEYzYwUkRjS2VRZzlVTFk4SkYyUGRXVDlqNmlJeDljWmxYR0s3QXZmWTNCaFpGa1RoZ0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQ0kxNVo3dHJZQW1aNTlBRlRKYm51ZFdsQWFwdnphem03dURRVWNXaE1rVU1BQXBPdFJBeVVOVWVhY3N6L1lQS0lVK1k4c3JYZ2FZT3ZKaEtPSlNUTnV4dHBoSjBHTC9HY0RrR3NEY1NIYWpQTjduTkE1SHBXN1FEK3ZuZ1h6THM5QWNtY1hKblpVRnNZOUdjSDFHNENvL1JPL1o3NTlCTDBXZmU2dlRsejRtaXZES0lXNGgxbkpjL1UzZ0E4eVFVU3llQnROOGJqdWRXSWdqOFVyVUFtNHpHS3lwWG1oY2NUR3FtMDZhYU1rdVRKZmtXM2htQzRVbGwvNGNuVFB4bjBKckVoNTFPeUgzcFE5djJBOUtlckpWdGFpZ1g3NEROektoa1BSZkNja0x6MllRUXU2L25MRUYwVFhUMmJqMGtVcW12RWVIZXZyMXJneit2QjBEWDdmPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjg2Ljg3LDU1LjU1YzEzNi45LTIuMjksMjU2LjksMTMwLjU2LDIzNi41MiwyNjYuNTEtMzEuMjUsMjA4LjQtMjg5LjM2LDI3OC44MS00MjAuMTksMTExLjkxQy0xNC44NCwyODMuNCw5Ny4wMiw1OC43MywyODYuODcsNTUuNTVaTTIxMC41NywxNTUuODhsLjgzLjgxLDIxNC4zOSwyMTAuMzhjNTkuMTktMTAyLjQzLTIwLjg3LTIzNS42MS0xNDAuMDctMjMxLjIyLTI2LjE3Ljk2LTUxLjQ4LDkuNC03NS4xNSwyMC4wM1pNMzY3LjI3LDQyOS4wMmwtMjE1LjExLTIxMy4wOWMtNzAuODUsMTQwLjg3LDc0Ljc2LDI4NywyMTUuMTEsMjEzLjA5WiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvek9EZzVZbUl3WmkxbFl6UXpMVFJrTlRZdE9EZGpOUzA0TWpJM01tUmhZMlV5TTJZQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dKbUhuRzlGRHUvU1F4aEtxblBidnlVajluYVlYL1VjcEpoK014UitxYW94amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qbGtZMkl6T1dSbUxUSTBNall0Tkdaa05DMWlabU5sTFRWbE56bGtPR0ZpWVdNeU5XOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUx4SUxtQ2VGUldaUG9XZGR5Q2x0RDVnSVd0NkcwUzhhS29PbEUzWkwveC9ZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0Jnd1lMS29aSWh2Y05BUWtRQVFTZ2RBUnlNSEFDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQUZOUy8rUjRvN0ZSNzFsYUV3UHNZQTc5dm1Zc1pXV3JyWkIxdXB5RUV3U1FJUkFQWS8vQWRzUGNjNWpEVWh4VGI4TkNvWUR6SXdNalF4TURJMU1UVXpPVFV4V2dJSkFNMG5yVDNmYWl5Qm9JSUx2VENDQlFjd2dnTHZvQU1DQVFJQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpLb1pJaHZjTkFRRUxCUUF3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRBZUZ3MHlNekE1TURnd01EQXdNREJhRncwek5ERXlNRGN5TXpVNU5UbGFNRmd4Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFd01DNEdBMVVFQXhNblJHbG5hVU5sY25RZ1FXUnZZbVVnUVVGVVRDQlVhVzFsYzNSaGJYQWdVbVZ6Y0c5dVpHVnlNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVUU3l1VWZrRC83WG44d1dYVnF3Mkh4RHhPNXM2d1JWKzdTcVVtc1hTeWFPM0F2VWg0ZG44QUhzbm4yN1ZPdW1HalVFTTN6bVY5TmpmU3MwR3g5UDZiS09DQVlzd2dnR0hNQTRHQTFVZER3RUIvd1FFQXdJSGdEQU1CZ05WSFJNQkFmOEVBakFBTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQWZCZ05WSFNNRUdEQVdnQlM2RnRsdFRZVXZjeWwybWk5MWpHb2dqNTdJYnpBZEJnTlZIUTRFRmdRVXNEV3FWc01ocVl2TzA3aThpeFlsVjUzdk5PRXdXZ1lEVlIwZkJGTXdVVEJQb0UyZ1M0WkphSFIwY0RvdkwyTnliRE11WkdsbmFXTmxjblF1WTI5dEwwUnBaMmxEWlhKMFZISjFjM1JsWkVjMFVsTkJOREE1TmxOSVFUSTFObFJwYldWVGRHRnRjR2x1WjBOQkxtTnliRENCa0FZSUt3WUJCUVVIQVFFRWdZTXdnWUF3SkFZSUt3WUJCUVVITUFHR0dHaDBkSEE2THk5dlkzTndMbVJwWjJsalpYSjBMbU52YlRCWUJnZ3JCZ0VGQlFjd0FvWk1hSFIwY0RvdkwyTmhZMlZ5ZEhNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpFYzBVbE5CTkRBNU5sTklRVEkxTmxScGJXVlRkR0Z0Y0dsdVowTkJMbU55ZERBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQWVDdU1Rc2VFRUlSWWxJTEpGZnVXd3ZRTDBzbUJ0Zld2SlZqSkkxSEVlUXhIWXVvTHM5QmxFbUFNMUg2UW1pbncvbS9ZSE9uK015dlBEaFRpbGpxdGkvY2p3ZWtXVWxyaTRIQlJNaFNBZGFtTHhmRjNVa1FSZjNnODQ0T0xzZkpKNlJmclFEVG5rR2pNVnZzWVpWckZ2UXV0NUJORmVlU3ZxQ0E4MVE5ZjBhSDdaSnc3R1ZOMUJBdUJsdVIxaS9HamNDbnB6TDJ1Sm1LTkhFNW1xSTdKWkxFeFNHQXJGNHJQQ3NWYnBkdDdSckEyRTVSZG5NakZ6aUxHa3JOWklpMms4bmZSbUlGQ2ZqMVRjQU5oT2V5RnMzMW1STURXa2QvODJpL1psUys5MTJSbnhSaS9DajI4Rzh0TU8rZVlBR2RFd0VwcGRnQ3pka0svRDBLUU04NVpONVFrd1ZFQzJaVEhuYWlGb0RlY1B4c0lucFIrbERha1Y4NTFLSENsdm9ZcS9TRDRHQngwZ2JZc2M4blJSK2F2NWVhbUJtQ3I4Y2lCN1NHTndJQU9tTU9DcmJQZ0hRdmpHMEFEVXp3eXRUSFRhSEZ2dlhUaWNVcW95Ni9uTWxOQ1hleURDcGRUSS83M01kQS8zTDlua1hIOEJCYXM1Y0pibnAxWHMvaHdVRW1Yek1lcUtlV0dRNUsxbldiYmI3MGVXcjU0TFNFbmFXUVhVdTdORjBrbHYvblV0ZWc4cEdlaWtVT2VEcGVtZ1B0NGJyRGhpa0RIMzQvVFFtNVNnR3hoS3QyeTRXTEpiSkJBWUVDZU1qcjJDQnRJdHhiNkVuSzI2S2RyRnJCV1VpMG1STFo1WGxuaGV6RStEdC96YTVHUjIwM1NGTWQ0ajNjSTNjNVo1RjV1Y3Jzd2dnYXVNSUlFbHFBREFnRUNBaEFITmplM0pGUjgyRWVzL1NobUtsNWJNQTBHQ1NxR1NJYjNEUUVCQ3dVQU1HSXhDekFKQmdOVkJBWVRBbFZUTVJVd0V3WURWUVFLRXd4RWFXZHBRMlZ5ZENCSmJtTXhHVEFYQmdOVkJBc1RFSGQzZHk1a2FXZHBZMlZ5ZEM1amIyMHhJVEFmQmdOVkJBTVRHRVJwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdVbTl2ZENCSE5EQWVGdzB5TWpBek1qTXdNREF3TURCYUZ3MHpOekF6TWpJeU16VTVOVGxhTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFd2dnSWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUNEd0F3Z2dJS0FvSUNBUURHaGpVR1NiUEJQWEpKVVZYSEpRUEU4cEUzcVpkUm9kYlNnOUdlVEtKdG9MRE1nL2xhOWhHaFJCVkNYNlNJODJqNmZmT2NpUXQvblIrZUR6TWZVQk1MSm5PV2JmaFhxQUo5L1VPMGhOb1I4WE94cys0cmdJU0tJaGpmNjlvOXhCZC9xeGtyUGtMY1o0N3FVVDN3MWxiVTV5Z3Q2OU94dFhYbkh3WmxqWlFwMDluc2FkL1prSWRHQUh2YlJFR0ozSHhxVjNyd04zbWZYYXpMNklSa3RGTHlka2YzWVlNWjNWKzBWQXNoYUc0M0lidEFyRit5M2twOXp2VTVFbWZ2RHFWamJPU214UjNOTmcxYzFlWWJxTUZrZEVDbndITEZ1azRmc2JWWVRYbisxNDl6azZ3c09lS2xTTmJ3c0RFVHFWY3BsaWN1OVllbWowNTJGVlVtY0pnbWY2QWFSeUJENDBOamdIdDFiaWNsa0pnNk9CR3o5dmFlNWp0YjdJSGVJaFRaZ2lySGtyK2czdU0rb25QNjV4OWFiSlR5VXBVUksxaDBRQ2lyYzBQTzMwcWhIR3M0eFNuenlxcVdjMEpvbjdaR3M1MDZvOVVENEwvd29qektRdHdZU0g4VU5NL1NUS3Z2bXozK0RyaGtLdnAxS0NSQjdVSy9CWnhtU1ZKUTlGSHpOa2xOaXlEU0xGYzFlU3VvODBWZ3ZDT05XUGZjWWQ2VC9qbkErYkl3cFV6WDZaaEtXRDdUQTRqK3M0L1RYa3QyRWxHVHlZd01PMXVLSXFqQkpnajVGQkFTQTMxZkk3dGs0MlBncHVFKzlzSjBzajhlQ1hic3ExMUdkZUpnbzFnSkFTZ0FEb1JVN3M3cFhjaGVNQks5UnA2MTAzYTUwZzVybVF6U003VE5zUUlEQVFBQm80SUJYVENDQVZrd0VnWURWUjBUQVFIL0JBZ3dCZ0VCL3dJQkFEQWRCZ05WSFE0RUZnUVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SHdZRFZSMGpCQmd3Rm9BVTdOZmpndEp4WFdSTTN5NW5QK2U2bUs0Y0QwOHdEZ1lEVlIwUEFRSC9CQVFEQWdHR01CTUdBMVVkSlFRTU1Bb0dDQ3NHQVFVRkJ3TUlNSGNHQ0NzR0FRVUZCd0VCQkdzd2FUQWtCZ2dyQmdFRkJRY3dBWVlZYUhSMGNEb3ZMMjlqYzNBdVpHbG5hV05sY25RdVkyOXRNRUVHQ0NzR0FRVUZCekFDaGpWb2RIUndPaTh2WTJGalpYSjBjeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrVW05dmRFYzBMbU55ZERCREJnTlZIUjhFUERBNk1EaWdOcUEwaGpKb2RIUndPaTh2WTNKc015NWthV2RwWTJWeWRDNWpiMjB2UkdsbmFVTmxjblJVY25WemRHVmtVbTl2ZEVjMExtTnliREFnQmdOVkhTQUVHVEFYTUFnR0JtZUJEQUVFQWpBTEJnbGdoa2dCaHYxc0J3RXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnSUJBSDFaanNDVHRtK1lxVVFpQVg1bTF0Z2hRdUd3R0M0UVRSUFBNRlBPdnhqN3gxQmQ0a3NwKzNDS0Rhb3BhZnhwd2M4ZEIraytZTWpZQytWY1c5ZHRoL3FFSUNVME1XZk50aEtXYjhSUVRHSWREQWlDcUJhOXFWYlBGWE9OQVNJbHpwVnBQMGQzKzNKMEZOZi9xMCtLTEhxcmhjMURYKzFndHFwUGtXYWVMSjdnaXF6bC9ZeThaQ2FIYkpLOW5YelFjQXA4NzZpOGRVKzZXdmVwRUxKZDZmOG9WSW53MVlweGRtWGF6UEJ5b3lQNndDZUNSSzZaSnh1ckpCNG13YmZlS3V2Mm5yRjVtWUdqVm9hckNrWEozOFNOb09lWSsvdW1uWEt2eE1mQndXcHgyY1lUZ0FuRXRwL05oNGNrdTAralNibDNacEh4Y3B6cFN3SlNwemQrazFPc094MElTUStVelRsNjNmOGxZNWtuTEQwL2E2Znhac05CelUrMlFKc2hJVURRdHhNa3pkd2RlRHJrbnEzbE5IR1MxeVpyNURoenE2WUJUNzAvTzNpdFRLMzd4SlY3N1FwZk16bUhRWGg2T09tYzRkMGovUjBvMDhmNTZQR1lYL3NyMkg3eVJwMTFMQjRuTENiYmJ4VjdIaG1MTnJpVDFPYnlGNWxaeW5Ed043K1lBTjhnRms4bisyQm5GcUZtdXQxVndEb3BockNZb0N2dGxVRzNPdFVWbURHMFlna1BDcjJCMlJQK3Y2VFI4MWZadkFUNmd0NHkzd1NKOEFETlhjTDUwQ04vQUF2a2RnSW0yZkJsZGtLbUtZY0pSeXZtZnhxa2hRLzhtSmIyVlZRckg0RDZ3UElPSytYVys2a3ZSQlZLNXhNT0hkczNPQnFoSy9idDFuejhNWUlCdHpDQ0FiTUNBUUV3ZHpCak1Rc3dDUVlEVlFRR0V3SlZVekVYTUJVR0ExVUVDaE1PUkdsbmFVTmxjblFzSUVsdVl5NHhPekE1QmdOVkJBTVRNa1JwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdSelFnVWxOQk5EQTVOaUJUU0VFeU5UWWdWR2x0WlZOMFlXMXdhVzVuSUVOQkFoQUZIcDZSMXg2UkNydmtQVnp0ME4zWk1BMEdDV0NHU0FGbEF3UUNBUVVBb0lIUk1Cb0dDU3FHU0liM0RRRUpBekVOQmdzcWhraUc5dzBCQ1JBQkJEQWNCZ2txaGtpRzl3MEJDUVV4RHhjTk1qUXhNREkxTVRVek9UVXhXakFyQmdzcWhraUc5dzBCQ1JBQ0RERWNNQm93R0RBV0JCVFpHcmt6L2hldDZZSWVwaFAxcERweFRqNStmVEF2QmdrcWhraUc5dzBCQ1FReElnUWdocjNaRFlEME91NnNTZVRacTRpQ1R0OFlDYUZ5czQydGhPWEVLZHZaeWo4d053WUxLb1pJaHZjTkFRa1FBaTh4S0RBbU1DUXdJZ1FnZ3RyeGxKVjdOb1FDUlkvVkp3QnAvbUxIRkZiNm5ndUdxL2duNkZNZ0o5a3dDZ1lJS29aSXpqMEVBd0lFUmpCRUFpQUFqSWRGZnlJK3lPaU1PeHNVWXpuN2U1VVVyWXk1SXFmcDNOY3R5ODZVU3dJZ1pYdVN5WmpqRjdXVFJzTnUySmdWVU5ScGF5YXRBZ1E2QlVxOU80WXZKeU5qY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQ2RoOHFBNHVneE1rdE9ud0lkS3d1Z0huSzRCOFgwbEVKL09GWjlpa0xOOU9NYytmL21nVENxWjZJNEtYa2dCdUFaWUg2RW9ydSszZXRkczJ6YUQ1cXdEdEVjNUMrdGs0UzU4ZTFtN21WRVZiRnhwZ0syaldKaHJKR2hJQXg1K2kydFZWRm9vYVc0ZkRMaUIyQnFVUm15Wm94Q3lJbVdOb2NFTEVVdUlVMzJWSS9YalBlQnJPRzE4THRrbFRIL3E1V1EyMmZZL2piQVBlWG94bEZHK1BjV0YrcDJoOVcxUW42bUVHSFlsWWFRNjhOSExQUmd4dHdQOWlhUWYwVWZDZkRwZ0FjTGt6TUFFM29DcHk4aHdkaHBIUld2RWszdE9LdUVFVVl4dlZZMG9CT01VUDVhTXovWmJzcm9xMnRrVUpwRkhUeUVTbm1yTlZKN1lpNER0Z2p4PC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwb2x5Z29uIGNsYXNzPSJkIiBwb2ludHM9IjM3MS41IDc1LjUzIDM3MS41IDIxMi43NSA1MDguNzIgMjEyLjc1IDUwOC43MiAzNjkuNTcgMzcxLjUgMzY5LjU3IDM3MS41IDUwNi43OCAyMTQuNjggNTA2Ljc4IDIxNC42OCAzNjkuNTcgNzcuNDcgMzY5LjU3IDc3LjQ3IDIxMi43NSAyMTQuNjggMjEyLjc1IDIxNC42OCA3NS41MyAzNzEuNSA3NS41MyIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwbE1URmtPVFF4TXkweU1tVTRMVFEyWXpZdE9XRmpNeTFqTkRWa01qazBPV0ZpTVRBQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dyWmgxMWlsT1h2eHRycnhteHZteTVEUEtjY0dNQW1hZnJoNUxBeGRsVmFWamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09tVTRPV013TldJNUxXWmtaR1F0TkRnM1ppMWhNakJpTFdRME1EaGpZekUzTTJFMlpXOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSVBmTGc1U25Lb0dyMmlmMDNCQWcybS9ZRHhIT2xtWi9oeS9UcGxEVFhOUHFZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDRNSUlPTkRBREFnRUFNSUlPS3dZSktvWklodmNOQVFjQ29JSU9IRENDRGhnQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0Jnd1lMS29aSWh2Y05BUWtRQVFTZ2RBUnlNSEFDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDRHF6UXBQVStXNlpiVHJ0TTFZdk9DeGIzaTBTc2MvVUlTL2dRUTZ4cDhMT3dJUkFLN0Y1UVZrSDFaQUtKYVhldC9TZEFzWUR6SXdNalF4TURJMU1UVTBNelUwV2dJSkFNVFVRQjlrUW1LWG9JSUx2VENDQlFjd2dnTHZvQU1DQVFJQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpLb1pJaHZjTkFRRUxCUUF3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRBZUZ3MHlNekE1TURnd01EQXdNREJhRncwek5ERXlNRGN5TXpVNU5UbGFNRmd4Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFd01DNEdBMVVFQXhNblJHbG5hVU5sY25RZ1FXUnZZbVVnUVVGVVRDQlVhVzFsYzNSaGJYQWdVbVZ6Y0c5dVpHVnlNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVUU3l1VWZrRC83WG44d1dYVnF3Mkh4RHhPNXM2d1JWKzdTcVVtc1hTeWFPM0F2VWg0ZG44QUhzbm4yN1ZPdW1HalVFTTN6bVY5TmpmU3MwR3g5UDZiS09DQVlzd2dnR0hNQTRHQTFVZER3RUIvd1FFQXdJSGdEQU1CZ05WSFJNQkFmOEVBakFBTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQWZCZ05WSFNNRUdEQVdnQlM2RnRsdFRZVXZjeWwybWk5MWpHb2dqNTdJYnpBZEJnTlZIUTRFRmdRVXNEV3FWc01ocVl2TzA3aThpeFlsVjUzdk5PRXdXZ1lEVlIwZkJGTXdVVEJQb0UyZ1M0WkphSFIwY0RvdkwyTnliRE11WkdsbmFXTmxjblF1WTI5dEwwUnBaMmxEWlhKMFZISjFjM1JsWkVjMFVsTkJOREE1TmxOSVFUSTFObFJwYldWVGRHRnRjR2x1WjBOQkxtTnliRENCa0FZSUt3WUJCUVVIQVFFRWdZTXdnWUF3SkFZSUt3WUJCUVVITUFHR0dHaDBkSEE2THk5dlkzTndMbVJwWjJsalpYSjBMbU52YlRCWUJnZ3JCZ0VGQlFjd0FvWk1hSFIwY0RvdkwyTmhZMlZ5ZEhNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpFYzBVbE5CTkRBNU5sTklRVEkxTmxScGJXVlRkR0Z0Y0dsdVowTkJMbU55ZERBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQWVDdU1Rc2VFRUlSWWxJTEpGZnVXd3ZRTDBzbUJ0Zld2SlZqSkkxSEVlUXhIWXVvTHM5QmxFbUFNMUg2UW1pbncvbS9ZSE9uK015dlBEaFRpbGpxdGkvY2p3ZWtXVWxyaTRIQlJNaFNBZGFtTHhmRjNVa1FSZjNnODQ0T0xzZkpKNlJmclFEVG5rR2pNVnZzWVpWckZ2UXV0NUJORmVlU3ZxQ0E4MVE5ZjBhSDdaSnc3R1ZOMUJBdUJsdVIxaS9HamNDbnB6TDJ1Sm1LTkhFNW1xSTdKWkxFeFNHQXJGNHJQQ3NWYnBkdDdSckEyRTVSZG5NakZ6aUxHa3JOWklpMms4bmZSbUlGQ2ZqMVRjQU5oT2V5RnMzMW1STURXa2QvODJpL1psUys5MTJSbnhSaS9DajI4Rzh0TU8rZVlBR2RFd0VwcGRnQ3pka0svRDBLUU04NVpONVFrd1ZFQzJaVEhuYWlGb0RlY1B4c0lucFIrbERha1Y4NTFLSENsdm9ZcS9TRDRHQngwZ2JZc2M4blJSK2F2NWVhbUJtQ3I4Y2lCN1NHTndJQU9tTU9DcmJQZ0hRdmpHMEFEVXp3eXRUSFRhSEZ2dlhUaWNVcW95Ni9uTWxOQ1hleURDcGRUSS83M01kQS8zTDlua1hIOEJCYXM1Y0pibnAxWHMvaHdVRW1Yek1lcUtlV0dRNUsxbldiYmI3MGVXcjU0TFNFbmFXUVhVdTdORjBrbHYvblV0ZWc4cEdlaWtVT2VEcGVtZ1B0NGJyRGhpa0RIMzQvVFFtNVNnR3hoS3QyeTRXTEpiSkJBWUVDZU1qcjJDQnRJdHhiNkVuSzI2S2RyRnJCV1VpMG1STFo1WGxuaGV6RStEdC96YTVHUjIwM1NGTWQ0ajNjSTNjNVo1RjV1Y3Jzd2dnYXVNSUlFbHFBREFnRUNBaEFITmplM0pGUjgyRWVzL1NobUtsNWJNQTBHQ1NxR1NJYjNEUUVCQ3dVQU1HSXhDekFKQmdOVkJBWVRBbFZUTVJVd0V3WURWUVFLRXd4RWFXZHBRMlZ5ZENCSmJtTXhHVEFYQmdOVkJBc1RFSGQzZHk1a2FXZHBZMlZ5ZEM1amIyMHhJVEFmQmdOVkJBTVRHRVJwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdVbTl2ZENCSE5EQWVGdzB5TWpBek1qTXdNREF3TURCYUZ3MHpOekF6TWpJeU16VTVOVGxhTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFd2dnSWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUNEd0F3Z2dJS0FvSUNBUURHaGpVR1NiUEJQWEpKVVZYSEpRUEU4cEUzcVpkUm9kYlNnOUdlVEtKdG9MRE1nL2xhOWhHaFJCVkNYNlNJODJqNmZmT2NpUXQvblIrZUR6TWZVQk1MSm5PV2JmaFhxQUo5L1VPMGhOb1I4WE94cys0cmdJU0tJaGpmNjlvOXhCZC9xeGtyUGtMY1o0N3FVVDN3MWxiVTV5Z3Q2OU94dFhYbkh3WmxqWlFwMDluc2FkL1prSWRHQUh2YlJFR0ozSHhxVjNyd04zbWZYYXpMNklSa3RGTHlka2YzWVlNWjNWKzBWQXNoYUc0M0lidEFyRit5M2twOXp2VTVFbWZ2RHFWamJPU214UjNOTmcxYzFlWWJxTUZrZEVDbndITEZ1azRmc2JWWVRYbisxNDl6azZ3c09lS2xTTmJ3c0RFVHFWY3BsaWN1OVllbWowNTJGVlVtY0pnbWY2QWFSeUJENDBOamdIdDFiaWNsa0pnNk9CR3o5dmFlNWp0YjdJSGVJaFRaZ2lySGtyK2czdU0rb25QNjV4OWFiSlR5VXBVUksxaDBRQ2lyYzBQTzMwcWhIR3M0eFNuenlxcVdjMEpvbjdaR3M1MDZvOVVENEwvd29qektRdHdZU0g4VU5NL1NUS3Z2bXozK0RyaGtLdnAxS0NSQjdVSy9CWnhtU1ZKUTlGSHpOa2xOaXlEU0xGYzFlU3VvODBWZ3ZDT05XUGZjWWQ2VC9qbkErYkl3cFV6WDZaaEtXRDdUQTRqK3M0L1RYa3QyRWxHVHlZd01PMXVLSXFqQkpnajVGQkFTQTMxZkk3dGs0MlBncHVFKzlzSjBzajhlQ1hic3ExMUdkZUpnbzFnSkFTZ0FEb1JVN3M3cFhjaGVNQks5UnA2MTAzYTUwZzVybVF6U003VE5zUUlEQVFBQm80SUJYVENDQVZrd0VnWURWUjBUQVFIL0JBZ3dCZ0VCL3dJQkFEQWRCZ05WSFE0RUZnUVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SHdZRFZSMGpCQmd3Rm9BVTdOZmpndEp4WFdSTTN5NW5QK2U2bUs0Y0QwOHdEZ1lEVlIwUEFRSC9CQVFEQWdHR01CTUdBMVVkSlFRTU1Bb0dDQ3NHQVFVRkJ3TUlNSGNHQ0NzR0FRVUZCd0VCQkdzd2FUQWtCZ2dyQmdFRkJRY3dBWVlZYUhSMGNEb3ZMMjlqYzNBdVpHbG5hV05sY25RdVkyOXRNRUVHQ0NzR0FRVUZCekFDaGpWb2RIUndPaTh2WTJGalpYSjBjeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrVW05dmRFYzBMbU55ZERCREJnTlZIUjhFUERBNk1EaWdOcUEwaGpKb2RIUndPaTh2WTNKc015NWthV2RwWTJWeWRDNWpiMjB2UkdsbmFVTmxjblJVY25WemRHVmtVbTl2ZEVjMExtTnliREFnQmdOVkhTQUVHVEFYTUFnR0JtZUJEQUVFQWpBTEJnbGdoa2dCaHYxc0J3RXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnSUJBSDFaanNDVHRtK1lxVVFpQVg1bTF0Z2hRdUd3R0M0UVRSUFBNRlBPdnhqN3gxQmQ0a3NwKzNDS0Rhb3BhZnhwd2M4ZEIraytZTWpZQytWY1c5ZHRoL3FFSUNVME1XZk50aEtXYjhSUVRHSWREQWlDcUJhOXFWYlBGWE9OQVNJbHpwVnBQMGQzKzNKMEZOZi9xMCtLTEhxcmhjMURYKzFndHFwUGtXYWVMSjdnaXF6bC9ZeThaQ2FIYkpLOW5YelFjQXA4NzZpOGRVKzZXdmVwRUxKZDZmOG9WSW53MVlweGRtWGF6UEJ5b3lQNndDZUNSSzZaSnh1ckpCNG13YmZlS3V2Mm5yRjVtWUdqVm9hckNrWEozOFNOb09lWSsvdW1uWEt2eE1mQndXcHgyY1lUZ0FuRXRwL05oNGNrdTAralNibDNacEh4Y3B6cFN3SlNwemQrazFPc094MElTUStVelRsNjNmOGxZNWtuTEQwL2E2Znhac05CelUrMlFKc2hJVURRdHhNa3pkd2RlRHJrbnEzbE5IR1MxeVpyNURoenE2WUJUNzAvTzNpdFRLMzd4SlY3N1FwZk16bUhRWGg2T09tYzRkMGovUjBvMDhmNTZQR1lYL3NyMkg3eVJwMTFMQjRuTENiYmJ4VjdIaG1MTnJpVDFPYnlGNWxaeW5Ed043K1lBTjhnRms4bisyQm5GcUZtdXQxVndEb3BockNZb0N2dGxVRzNPdFVWbURHMFlna1BDcjJCMlJQK3Y2VFI4MWZadkFUNmd0NHkzd1NKOEFETlhjTDUwQ04vQUF2a2RnSW0yZkJsZGtLbUtZY0pSeXZtZnhxa2hRLzhtSmIyVlZRckg0RDZ3UElPSytYVys2a3ZSQlZLNXhNT0hkczNPQnFoSy9idDFuejhNWUlCdVRDQ0FiVUNBUUV3ZHpCak1Rc3dDUVlEVlFRR0V3SlZVekVYTUJVR0ExVUVDaE1PUkdsbmFVTmxjblFzSUVsdVl5NHhPekE1QmdOVkJBTVRNa1JwWjJsRFpYSjBJRlJ5ZFhOMFpXUWdSelFnVWxOQk5EQTVOaUJUU0VFeU5UWWdWR2x0WlZOMFlXMXdhVzVuSUVOQkFoQUZIcDZSMXg2UkNydmtQVnp0ME4zWk1BMEdDV0NHU0FGbEF3UUNBUVVBb0lIUk1Cb0dDU3FHU0liM0RRRUpBekVOQmdzcWhraUc5dzBCQ1JBQkJEQWNCZ2txaGtpRzl3MEJDUVV4RHhjTk1qUXhNREkxTVRVME16VTBXakFyQmdzcWhraUc5dzBCQ1JBQ0RERWNNQm93R0RBV0JCVFpHcmt6L2hldDZZSWVwaFAxcERweFRqNStmVEF2QmdrcWhraUc5dzBCQ1FReElnUWc3cTZIdmwyYkVBNWk0MUt5aUhHWStQd2ltTS8rU2dic3V6ZHE3VkNGaHVNd053WUxLb1pJaHZjTkFRa1FBaTh4S0RBbU1DUXdJZ1FnZ3RyeGxKVjdOb1FDUlkvVkp3QnAvbUxIRkZiNm5ndUdxL2duNkZNZ0o5a3dDZ1lJS29aSXpqMEVBd0lFU0RCR0FpRUF6aWRrdjdYSWhiR1kzQ0pwYzdzb3ZOM002OHBEMDkyV1RNenhLaWpmOFdBQ0lRQ2pvbnhKcDFYUW84Rk1IT1lvNDNTaHlKTVRTN3BlbUFmWlZydEtOekZEbG1Od1lXUlpFNFVBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQWlXY2h0YS9yaGlUL3pNV0VlRHhYTGJPQWxwQWkzOURaVTYwUUpHY3JjUktZQkkwM2xuTXdqTGVBUDFhdVFaT0xob3QwaFhsVWpBdHpYbDZva0pJeFZ3ckh5WGExRkpNTHAza0t4RGgvc3JjNkUzVys2WVpBTVlWSStBaVU2dU1BNnM0V1l4RGVJRjJNQWVaRjE4UlJkNWN2OXIxbi9PbGk5MStlVVNzbjhRaWcrNHZXNHNoNGU2MGcrUkNBanBBWDM0NEJ4QUhndGk4MUVKWEJKR3gycUxsaHBNblpqSVBxRG41RG1QWFllZWJ4bk1jaU0rUXlEWHQxdE5lTkRkWU9VVlpSVFMyR3hSVTJtZEY3NG1rOXJZTFNqTnVYNXphQlhtZSt2TTNJV0ZoKy9SN3BSL0lmNDE1RkRJVzZSZ0pEUHhMazlWZFVWVFJZT2FjN1hSVm9tPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6Z3JheTt9LmR7ZmlsbDojNjU4MGJlO30uZXtmaWxsOm5vbmU7c3Ryb2tlOiNlNGU1ZWE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEwcHg7fS5me2ZpbGw6I2U0ZTVlYTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9ImEiPjxwYXRoIGNsYXNzPSJkIiBkPSJNNTgzLjcxLDU4My43MUgwVjBoNTgzLjcxdjU4My43MVpNNTcwLjU5LDEyLjQzSDEzLjEzdjU1Ny40Nmg1NTcuNDZWMTIuNDNaIi8+PC9nPjxnIGlkPSJiIj48cGF0aCBjbGFzcz0iYyIgZD0iTTE1My43LDMxMi4zM2MxLjEuNjEsMi42MS4zNCwzLjg0LjM1LDgzLjMxLjY3LDE4Ni40OS4yLDI2OS44LS4yOSwxLjI1LDAsMi40OC4wOCwzLjcyLS4xMywyNS42Myw5MS42OC0zNi4wNSwxODkuNDEtMTQxLjEzLDE4OS40My05OS45Ny4wMi0xNTkuNTYtOTQuNzEtMTM2LjIzLTE4OS4zNloiLz48cGF0aCBjbGFzcz0iZSIgZD0iTTIyOC43Myw4Mi43bDEyNy41Ni42LS40Niw1OC4wM2MtMzcuNDgtLjE3LTc1LjAxLjctMTEyLjQ2LjE0LTIuNDctLjA0LTE0LjkyLjQ5LTE1LjQ3LS45bC44NC01Ny44NlpNMTUzLjcsMzEyLjA0YzkyLjM5LjY3LDE4NC45Ni40OSwyNzcuMzYsME0zMzYuMSwxNDEuMjNsLS4wNyw3OC4xMmMzNC45NiwxMi4xOSw2Ny40OCwzNy4wNCw4NC44Niw3MC4yOCw1MC43OCw5Ny4xNC0yMC44NSwyMTMuNzQtMTMwLjk3LDIxMi4wNy0xMDguMjktMS42NC0xNzYuNTEtMTE2Ljc3LTEyNi42Ny0yMTIuMjksMTcuMS0zMi43Nyw1MC4yNy01OC4xMyw4NC44My02OS45MWwuNS03OC4yNiIvPjxjaXJjbGUgY2xhc3M9ImYiIGN4PSIzMDIuNjUiIGN5PSIxNjkuMjEiIHI9IjcuNzYiLz48Y2lyY2xlIGNsYXNzPSJmIiBjeD0iMjg0LjY4IiBjeT0iMjIyLjIzIiByPSIxNC45NCIvPjxjaXJjbGUgY2xhc3M9ImYiIGN4PSIzNjMuODgiIGN5PSIyNjEuMzciIHI9IjEwLjU2Ii8+PGNpcmNsZSBjbGFzcz0iZiIgY3g9IjMxMC40IiBjeT0iMjkxLjE2IiByPSI3LjE3Ii8+PGNpcmNsZSBjbGFzcz0iZiIgY3g9IjIzOC40NiIgY3k9IjI2OS4xMyIgcj0iMTAuNTYiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwa056STRNR1ZqTUMxa056WXpMVFF4TVRNdFlUSXhZUzAxTWpRNVpqWmxObVUzWW1NQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2cvK09xaW5WQklyWGhKVGM5UzM3WEdkdmhKdUJYSFBROVViMVB6NTBDTFE1amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09tVXpORGxrWTJWakxUWXhOek10TkRVM1l5MDRZMk0xTFdOa1pUQXhZMlJqTnpoaVkyOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSU9UaU9pZURGbWNwK2xtQzJFbWRWUDd1dkxBTW56SG44WXJNUVIwRFVUU1lZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDFNSUlPTVRBREFnRUFNSUlPS0FZSktvWklodmNOQVFjQ29JSU9HVENDRGhVQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnUVlMS29aSWh2Y05BUWtRQVFTZ2NnUndNRzRDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQTBrS0JFemtsWktyR0JQVHZPd1dpNGtnbjBhUkZtT2VEZnNnTCtSVHY5YVFJUU9GY09ySjZCa0V4dzB1aGVSaldUQ2hnUE1qQXlOREV3TWpVeE5UUXhNelphQWdoZ2piTnRPbWI5SWFDQ0M3MHdnZ1VITUlJQzc2QURBZ0VDQWhBRkhwNlIxeDZSQ3J2a1BWenQwTjNaTUEwR0NTcUdTSWIzRFFFQkN3VUFNR014Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFN01Ea0dBMVVFQXhNeVJHbG5hVU5sY25RZ1ZISjFjM1JsWkNCSE5DQlNVMEUwTURrMklGTklRVEkxTmlCVWFXMWxVM1JoYlhCcGJtY2dRMEV3SGhjTk1qTXdPVEE0TURBd01EQXdXaGNOTXpReE1qQTNNak0xT1RVNVdqQllNUXN3Q1FZRFZRUUdFd0pWVXpFWE1CVUdBMVVFQ2hNT1JHbG5hVU5sY25Rc0lFbHVZeTR4TURBdUJnTlZCQU1USjBScFoybERaWEowSUVGa2IySmxJRUZCVkV3Z1ZHbHRaWE4wWVcxd0lGSmxjM0J2Ym1SbGNqQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJFMHNybEg1QS8rMTUvTUZsMWFzTmg4UThUdWJPc0VWZnUwcWxKckYwc21qdHdMMUllSFovQUI3SjU5dTFUcnBobzFCRE44NWxmVFkzMHJOQnNmVCtteWpnZ0dMTUlJQmh6QU9CZ05WSFE4QkFmOEVCQU1DQjRBd0RBWURWUjBUQVFIL0JBSXdBREFXQmdOVkhTVUJBZjhFRERBS0JnZ3JCZ0VGQlFjRENEQWdCZ05WSFNBRUdUQVhNQWdHQm1lQkRBRUVBakFMQmdsZ2hrZ0JodjFzQndFd0h3WURWUjBqQkJnd0ZvQVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SFFZRFZSME9CQllFRkxBMXFsYkRJYW1MenRPNHZJc1dKVmVkN3pUaE1Gb0dBMVVkSHdSVE1GRXdUNkJOb0V1R1NXaDBkSEE2THk5amNtd3pMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JITkZKVFFUUXdPVFpUU0VFeU5UWlVhVzFsVTNSaGJYQnBibWREUVM1amNtd3dnWkFHQ0NzR0FRVUZCd0VCQklHRE1JR0FNQ1FHQ0NzR0FRVUZCekFCaGhob2RIUndPaTh2YjJOemNDNWthV2RwWTJWeWRDNWpiMjB3V0FZSUt3WUJCUVVITUFLR1RHaDBkSEE2THk5allXTmxjblJ6TG1ScFoybGpaWEowTG1OdmJTOUVhV2RwUTJWeWRGUnlkWE4wWldSSE5GSlRRVFF3T1RaVFNFRXlOVFpVYVcxbFUzUmhiWEJwYm1kRFFTNWpjblF3RFFZSktvWklodmNOQVFFTEJRQURnZ0lCQUhncmpFTEhoQkNFV0pTQ3lSWDdsc0wwQzlMSmdiWDFyeVZZeVNOUnhIa01SMkxxQzdQUVpSSmdETlIra0pvcDhQNXYyQnpwL2pNcnp3NFU0cFk2cll2M0k4SHBGbEphNHVCd1VUSVVnSFdwaThYeGQxSkVFWDk0UE9PRGk3SHlTZWtYNjBBMDU1Qm96RmI3R0dWYXhiMExyZVFUUlhua3I2Z2dQTlVQWDlHaCsyU2NPeGxUZFFRTGdaYmtkWXZ4bzNBcDZjeTlyaVppalJ4T1pxaU95V1N4TVVoZ0t4ZUt6d3JGVzZYYmUwYXdOaE9VWFp6SXhjNGl4cEt6V1NJdHBQSjMwWmlCUW40OVUzQURZVG5zaGJOOVprVEExcEhmL05vdjJaVXZ2ZGRrWjhVWXZ3bzl2QnZMVER2bm1BQm5STUJLYVhZQXMzWkN2dzlDa0RQT1dUZVVKTUZSQXRtVXg1Mm9oYUEzbkQ4YkNKNlVmcFEycEZmT2RTaHdwYjZHS3YwZytCZ2NkSUcyTEhQSjBVZm1yK1htcGdaZ3EvSElnZTBoamNDQURwakRncTJ6NEIwTDR4dEFBMU04TXJVeDAyaHhiNzEwNG5GS3FNdXY1ekpUUWwzc2d3cVhVeVArOXpIUVA5eS9aNUZ4L0FRV3JPWENXNTZkVjdQNGNGQkpsOHpIcWlubGhrT1N0WjFtMjIrOUhscStlQzBoSjJsa0YxTHV6UmRKSmIvNTFMWG9QS1Jub3BGRG5nNlhwb0Q3ZUc2dzRZcEF4OStQMDBKdVVvQnNZU3Jkc3VGaXlXeVFRR0JBbmpJNjlnZ2JTTGNXK2hKeXR1aW5heGF3VmxJdEprUzJlVjVaNFhzeFBnN2Y4MnVSa2R0TjBoVEhlSTkzQ04zT1dlUmVibks3TUlJR3JqQ0NCSmFnQXdJQkFnSVFCelkzdHlSVWZOaEhyUDBvWmlwZVd6QU5CZ2txaGtpRzl3MEJBUXNGQURCaU1Rc3dDUVlEVlFRR0V3SlZVekVWTUJNR0ExVUVDaE1NUkdsbmFVTmxjblFnU1c1ak1Sa3dGd1lEVlFRTEV4QjNkM2N1WkdsbmFXTmxjblF1WTI5dE1TRXdId1lEVlFRREV4aEVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lGSnZiM1FnUnpRd0hoY05Nakl3TXpJek1EQXdNREF3V2hjTk16Y3dNekl5TWpNMU9UVTVXakJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUlJQ0lqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUF4b1kxQmttendUMXlTVkZWeHlVRHhQS1JONm1YVWFIVzBvUFJua3lpYmFDd3pJUDVXdllSb1VRVlFsK2tpUE5vK24zem5Ja0xmNTBmbmc4ekgxQVRDeVp6bG0zNFY2Z0NmZjFEdElUYUVmRnpzYlB1SzRDRWlpSVkzK3ZhUGNRWGY2c1pLejVDM0dlTzZsRTk4TlpXMU9jb0xldlRzYlYxNXg4R1pZMlVLZFBaN0duZjJaQ0hSZ0I3MjBSQmlkeDhhbGQ2OERkNW4xMnN5K2lFWkxSUzhuWkg5MkdER2QxZnRGUUxJV2h1TnlHN1FLeGZzdDVLZmM3MU9SSm43dzZsWTJ6a3BzVWR6VFlOWE5YbUc2akJaSFJBcDhCeXhicE9IN0cxV0UxNS90ZVBjNU9zTERuaXBValc4TEF4RTZsWEtaWW5MdldIcG85T2RoVlZKbkNZSm4rZ0drY2dRK05EWTRCN2RXNG5KWkNZT2pnUnMvYjJudVk3Vyt5QjNpSVUyWUlxeDVLL29ON2pQcUp6K3VjZldteVU4bEtWRVN0WWRFQW9xM05EenQ5S29SeHJPTVVwODhxcWxuTkNhSisyUnJPZE9xUFZBK0MvOEtJOHlrTGNHRWgvRkRUUDBreXI3NXM5L2c2NFpDcjZkU2drUWUxQ3Z3V2Naa2xTVVBSUjh6WkpUWXNnMGl4WE5Ya3JxUE5GWUx3ampWajMzR0hlay80NXdQbXlNS1ZNMSttWVNsZyswd09JL3JPUDAxNUxkaEpSazhtTUREdGJpaUtvd1NZSStSUVFFZ045WHlPN1pPTmo0S2JoUHZiQ2RMSS9IZ2wyN0t0ZFJuWGlZS05ZQ1FFb0FBNkVWTzdPNlYzSVhqQVN2VWFldGROMnVkSU9hNWtNMGpPMHpiRUNBd0VBQWFPQ0FWMHdnZ0ZaTUJJR0ExVWRFd0VCL3dRSU1BWUJBZjhDQVFBd0hRWURWUjBPQkJZRUZMb1cyVzFOaFM5ektYYWFMM1dNYWlDUG5zaHZNQjhHQTFVZEl3UVlNQmFBRk96WDQ0TFNjVjFrVE44dVp6L251cGl1SEE5UE1BNEdBMVVkRHdFQi93UUVBd0lCaGpBVEJnTlZIU1VFRERBS0JnZ3JCZ0VGQlFjRENEQjNCZ2dyQmdFRkJRY0JBUVJyTUdrd0pBWUlLd1lCQlFVSE1BR0dHR2gwZEhBNkx5OXZZM053TG1ScFoybGpaWEowTG1OdmJUQkJCZ2dyQmdFRkJRY3dBb1kxYUhSMGNEb3ZMMk5oWTJWeWRITXVaR2xuYVdObGNuUXVZMjl0TDBScFoybERaWEowVkhKMWMzUmxaRkp2YjNSSE5DNWpjblF3UXdZRFZSMGZCRHd3T2pBNG9EYWdOSVl5YUhSMGNEb3ZMMk55YkRNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpGSnZiM1JITkM1amNtd3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjlXWTdBazdadm1LbEVJZ0YrWnRiWUlVTGhzQmd1RUUwVHp6QlR6cjhZKzhkUVhlSkxLZnR3aWcycUtXbjhhY0hQSFFmcFBtREkyQXZsWEZ2WGJZZjZoQ0FsTkRGbnpiWVNsbS9FVUV4aUhRd0lncWdXdmFsV3p4VnpqUUVpSmM2VmFUOUhkL3R5ZEJUWC82dFBpaXg2cTRYTlExL3RZTGFxVDVGbW5peWU0SXFzNWYyTXZHUW1oMnlTdloxODBIQUtmTytvdkhWUHVscjNxUkN5WGVuL0tGU0o4TldLY1habDJzendjcU1qK3NBbmdrU3VtU2NicXlRZUpzRzMzaXJyOXA2eGVabUJvMWFHcXdwRnlkL0VqYURubVB2N3BwMXlyOFRId2NGcWNkbkdFNEFKeExhZnpZZUhKTHRQbzBtNWQyYVI4WEtjNlVzQ1VxYzNmcE5UckRzZENFa1BsTTA1ZXQzL0pXT1pKeXc5UDJ1bjhXYkRRYzFQdGtDYklTRkEwTGNUSk0zY0hYZzY1SjZ0NVRSeGt0Y21hK1E0YzZ1bUFVKzlQenQ0clV5dCs4U1ZlKzBLWHpNNWgwRjRlampwbk9IZEkvMGRLTlBIK2VqeG1GLzdLOWgrOGthZGRTd2VKeXdtMjI4VmV4NFppemE0azlUbThoZVpXY3B3OERlL21BRGZJQlpQSi90Z1p4YWhacnJkVmNBNktZYXdtS0FyN1pWQnR6clZGWmd4dEdJSkR3cTlnZGtUL3IrazBmTlgyYndFK29MZU10OEVpZkFBelYzQytkQWpmd0FMNUhZQ0p0bndaWFpDcGltSENVY3I1bjhhcElVUC9KaVc5bFZVS3grQStzRHlEaXZsMXZ1cEwwUVZTdWNURGgzYk56Z2FvU3YyN2RaOC9ER0NBYmd3Z2dHMEFnRUJNSGN3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVFJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJnbGdoa2dCWlFNRUFnRUZBS0NCMFRBYUJna3Foa2lHOXcwQkNRTXhEUVlMS29aSWh2Y05BUWtRQVFRd0hBWUpLb1pJaHZjTkFRa0ZNUThYRFRJME1UQXlOVEUxTkRFek5sb3dLd1lMS29aSWh2Y05BUWtRQWd3eEhEQWFNQmd3RmdRVTJScTVNLzRYcmVtQ0hxWVQ5YVE2Y1U0K2ZuMHdMd1lKS29aSWh2Y05BUWtFTVNJRUlOdUcveUJxR094cklSZzVZeEU2U2Y2VC9uQmw2cGsrdktEL0lxWXNQVjZGTURjR0N5cUdTSWIzRFFFSkVBSXZNU2d3SmpBa01DSUVJSUxhOFpTVmV6YUVBa1dQMVNjQWFmNWl4eFJXK3A0TGhxdjRKK2hUSUNmWk1Bb0dDQ3FHU000OUJBTUNCRWN3UlFJZ2EzZUxlejRZSGtuVHdyN2hUWTJybzdENFIyOTYxNHNmbmdJTkMwOXRTMzRDSVFEem9LTjFYc2dPckovc0NyTk1zc1RXY1AxVDgreFJwcnZuZjA5R05HU1pRV053WVdSWkU0Z0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQ3cvK3QvQU1YVjFOZHZ0TTkwUEhwWElXRit3a2RpbUtxZVl2V3B0M2RXYjlnQ0ovSE83aHdVV1c1WUI0a2lQak5kRXNLN1kvY2lnbFFISDV3T1NLRlNua0tsbSswTGE0VFVDYi9rL1llRG41VnI4d1FVRDNJbkNWdEN6b3IrOEoyUTNuY1ZUTklHaTZlYytONXZsd2NWU2NRZmxBd2pGUGMzYzNoc2xycjlIY3FmajRRdEN3Y2h2SUVOQ0wxd3pWTW12ZDBKa0kwZnRvdW5zVzFNdXV1THIwVGtQekFRbWtQMG5yZnR3VTQrUXdFMEppUHQ3NVFHcHR0QUZhTy9vYlFrNnZONVFPMEZZandUaERNVCtzc2s5Mkt4ZHFLUmVoR3ZYclQ1bkVkbU5pQ1h2TzlNRTk0eDlYVVN3WUh2Rmw4S2xRdzVMZUhXTVZmT3V3T0Y5a2lGPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMzA4Ljg2LDcwLjUzYzMuMDkuMjYsNy4zNSwxLjEsMTAuNjcsMS41MiwyLjY2LjMzLDYuMzYsMS4wNCw5LjE1LDEuNTIuOTkuMTcsNC4xNCwxLjEsNi4xLDEuNTIsMS43Ni4zOCw0LjI1LDEuMDUsNi4xLDEuNTIsMS45NS41LDQuMy45OCw2LjEsMS41MiwxLjMyLjQsMy4xNiwxLjA1LDQuNTcsMS41MnMzLjE5LDEuMDIsNC41NywxLjUyYzEuNTYuNTcsMy4yMy45OSw0LjU3LDEuNTIsNDMuNTEsMTcuMTQsODEuMjksNTAuMiwxMDcuNDcsODguNDEsMy43NiwxLjMxLDUuMDYtMS40Nyw1LjM0LTEuNTIsMi42NS0uNTMsMy4xMi0xLjAyLDQuNTctMS41MiwxMC45Ni0xLjc2LDE5LjI0LTcuOSwyOC45Ni0xMi4xOSwzLjI2LS44Nyw3LjIxLTMuMDEsNy42Mi0zLjA1LDMuNDMtLjI5LDIuODMuMjYsMy4wNSwzLjA1LjA0LjQ2LTEuMjgsNy4xNi0xLjUyLDkuMTUtLjE5LDEuNTMtMS4xNiw0Ljc3LTEuNTIsNy42Mi0uMDQuMzUtMS4xOCwzLjcyLTEuNTIsNi4xLS41NywyLjYtLjk4LDUuMDgtMS41Miw3LjYycy0uOTksNS4xLTEuNTIsNy42Mi0xLDUuMDktMS41Miw3LjYyLTEsNS4wOC0xLjUyLDcuNjItMS4wMSw1LjA5LTEuNTIsNy42Mi0uOTksNS4xNy0xLjUyLDcuNjJjLS41NiwyLjU5LS45OCw1LjEtMS41Miw3LjYycy0uOTksNS4wNy0xLjUyLDcuNjItLjk5LDUuMTItMS41Miw3LjYyLS45OCw1LjEzLTEuNTIsNy42Mi0uOTcsNS4xNi0xLjUyLDcuNjJjLS41OSwyLjU5LS45NSw1LjE3LTEuNTIsNy42Mi0uNiwyLjU1LS45LDUuMzUtMS41Miw3LjYyLS43LDIuNTctMS4zNCw3LjIxLTEuNTIsNy42Mi0uMjkuNjUtMi4xOSwyLjQ4LTIuMjksNC41N2wtMTA4Ljk5LTc5LjI3Yy0uMTgtLjg1LDExLjg1LTYuNzUsMTMuNzItNy42MiwxLS40OCwyLjE2LTEuMTEsMy4wNS0xLjUyLDcuMzctMy4yNSwzMS4xLTguNzksMzUuMDYtMTUuMjR2LTEuNTJjLTE4LjkxLTMxLjY3LTQ5Ljk3LTUyLjgxLTgzLjg0LTY1LjU1LTIuMjItLjk0LTMuMjMtMS4wMS00LjU3LTEuNTItMS43LS42NC0yLjk3LS45Ny00LjU3LTEuNTJzLTIuOS0xLjAyLTQuNTctMS41MmMtMS40NS0uNDQtMi44My0xLjA3LTQuNTctMS41Mi0xLjk3LS40NC0zLjg1LTEuMTEtNi4xLTEuNTItMi42Ny0uNTYtNC43OS0xLjExLTcuNjItMS41Mi0zLjYzLS40OS02LjgxLTEuMjMtMTAuNjctMS41Mi0xNS4yOC0xLjUyLTI3LjQtMS41Mi00Mi42OCwwLTMuODYuMjktNy4wNCwxLjA0LTEwLjY3LDEuNTItMi44LjQtNS4wMiwxLjAxLTcuNjIsMS41Mi0yLjE4LjQzLTQuMTUsMS4wOS02LjEsMS41Mi0yLjE1LjU0LTMuNDksMS4yMS00LjU3LDEuNTItMS42OC40OS0zLjAzLDEuMDItNC41NywxLjUyLTEuNjIuNTQtMi45MS45Mi00LjU3LDEuNTItMS40Ny41NC0yLjUuNjctNC41NywxLjUyLTEuMTcuNDgtMi4yLjQ2LTQuNTcsMS41Mi01Mi43NiwyMS4wNi03OC4zNiw1MS4xNS0xMDAuNjEsMTAyLjEzLTEuNTgsMi43NS0xLjI4LDQuMTUtMS41Miw0LjU3LTEuNTgsMi43My0xLjM0LDQuMjctMS41Miw0LjU3LTIuMjgsMy43MS04LjE3LDE0LjA2LTEyLjE5LDE1LjI0LTkuNDQsMi43OC0yMy41Ni0zLjk0LTI1LjkxLTEzLjcyLS40MS0xLjcxLS4xLTUuNTEsMC03LjYyLjAxLS4zMSwxLjItNC41NSwxLjUyLTYuMS4wNS0uMjQsMS4xLTMuMTQsMS41Mi00LjU3LjM5LTEuMjksMS4wNi0zLjIyLDEuNTItNC41NywxOC40Ni01My4zOSw3MS41Ni0xMDEuODYsMTIxLjk1LTEyNSwyLjI5LS45LDUuNTgtMi4zNCw3LjYyLTMuMDUsMS40Mi0uNDksMy4xNi0xLjA3LDQuNTctMS41MnMzLjI4LTEuMTUsNC41Ny0xLjUyYzEuNjUtLjQ4LDMuODMtMS4zMyw0LjU3LTEuNTIsMS44Ny0uNDksNC4yNi0xLjEsNi4xLTEuNTJzNC40LTEuMTksNi4xLTEuNTJjMi4xMy0uNDIsNS4xNC0xLjM2LDYuMS0xLjUyLDIuMzYtLjQsNS41OC0xLjI3LDcuNjItMS41MiwzLjMyLS40Miw3LjU5LTEuMjcsMTAuNjctMS41MiwxMy42Ni0xLjE1LDM2LjU5LTEuMDcsNTAuMywwWiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjA2LjczLDM3My44N3YxLjUyYy0zLS44Ny0yLjksMS40NC0zLjA1LDEuNTItLjM1LjIxLTUuMSwxLjc5LTcuNjIsMy4wNS01LjIyLDIuMjItOS4yNywzLjMtMTUuMjQsNi4xLTMuNjIsMS41NC0yNCw3LjMyLTI1LjE1LDkuMTUsMTMuMjQsMzMuNTksNTEuNDUsNTcuODYsODQuNiw3MC4xMiwyLjA3Ljg1LDMuMTIuOTksNC41NywxLjUyLDEuNjkuNjIsMi45Ljk5LDQuNTcsMS41MiwxLjQ5LjQ4LDIuOTMsMS4wNCw0LjU3LDEuNTIsMi4xMS41NCwzLjg4LDEuMDUsNi4xLDEuNTIsMS45My40MSwzLjgzLDEuMTMsNi4xLDEuNTIsMy4yOS42Niw1Ljg0LDEuMDUsOS4xNSwxLjUyLDMuNTMuNDIsNi44NCwxLjI2LDEwLjY3LDEuNTIsMTIuOTgsMS4yNiwyMi4wOCwxLjI2LDM1LjA2LDAsMy44Mi0uMjYsNy4xNC0xLjExLDEwLjY3LTEuNTIsMy4yMy0uNDksNS45My0uOTEsOS4xNS0xLjUyLDIuMzMtLjQsNC4wNi0xLjA1LDYuMS0xLjUyLDIuMjctLjUyLDMuODEtLjg1LDYuMS0xLjUyLDEuNy0uNDYsMy4xNC0xLjA5LDQuNTctMS41MiwxLjYzLS40OSwzLjA2LTEuMDMsNC41Ny0xLjUyLDEuODQtLjY5LDIuODgtMS40NiwzLjA1LTEuNTIsMS4yLS40OCwyLjMtLjU0LDQuNTctMS41Miw1NS4wNC0yMS43NSw3OS4wNC01MC45OSwxMDIuMTMtMTAzLjY2LDEuNTctMi43MywxLjMxLTQuMjIsMS41Mi00LjU3LDEuNjUtMi43NCwxLjM5LTQuMzcsMS41Mi00LjU3LDMuMDUtNC41Niw5LjYyLTEyLjc0LDE1LjI0LTEzLjcyLDEuNDYtLjI1LDQuNjQtLjI1LDYuMSwwLDMuOTUuNjgsMTQuMjksMTAuMDQsMTUuMjQsMTMuNzIuNSwxLjk0LjE5LDguMTgsMCwxMC42Ny0uMDIuMjQtMS4wNiwxLjQyLTEuNTIsNC41Ny0uMDQuMjQtMS4wMSwyLjI5LTEuNTIsNC41Ny0uMDUuMjQtMS4xLDMuMTMtMS41Miw0LjU3LTIxLjE3LDU0LjItNzEuMTksMTAzLjM3LTEyNSwxMjUtMS4yOC41MS0yLjkxLjktNC41NywxLjUyLTEuMzguNTItMy4wNiwxLTQuNTcsMS41Mi0xLjQxLjQ5LTMuMTYsMS4wNy00LjU3LDEuNTJzLTMuMywxLjE2LTQuNTcsMS41MmMtMS44My41My00LjE5LDEuMDUtNi4xLDEuNTJzLTQuMzgsMS4xNy02LjEsMS41MmMtMi4zMy40OC01LjM5LDEuMTYtNy42MiwxLjUyLTIuODEuNDYtNi40OSwxLjItOS4xNSwxLjUyLTMuNzIuNDctOC42NSwxLjI3LTEyLjE5LDEuNTItMTAuNzkuODEtMjcuMzEuOC0zOC4xMSwwLTQuMDktLjI5LTkuNTQtLjk5LTEzLjcyLTEuNTItMi42Ni0uMzMtNi4zNi0xLjA0LTkuMTUtMS41Mi0xLS4xNy00LjA2LTEuMS02LjEtMS41Mi0xLjczLS4zNi00LjIzLTEuMDYtNi4xLTEuNTJzLTQuMjYtMS02LjEtMS41MmMtMS4yNy0uMzYtMy4xNS0xLjA3LTQuNTctMS41MnMtMy4xNi0xLjAzLTQuNTctMS41MmMtMS41LS41Mi0zLjIxLTEuMDEtNC41Ny0xLjUyLTEuNjktLjY0LTMuMjgtMS00LjU3LTEuNTItNDMuMjUtMTcuMzUtNzkuOTUtNTAuNDktMTA1Ljk0LTg4LjQxLTMuNTEtMS4yNy0zLjYxLDEuNDktMy44MSwxLjUyLTMuMDQuNDUtMy4yNCwxLjA2LTQuNTcsMS41Mi04LjM2LDEuMDgtMTIuMzIsNS41Ni0xOC4yOSw3LjYyLTIuNDkuOTYtNS4yOCwyLjItNy42MiwzLjA1LTEuODcuNzEtMi44OSwxLjQ3LTMuMDUsMS41Mi0zLjUsMS4xOC05LjU2LjY3LTEyLjE5LDQuNTctMy41LjMtMi43Ny0uMzEtMy4wNS0zLjA1LS4wNC0uMzksMS4yNi01LjY1LDEuNTItNy42Mi4yOC0yLjEzLDEuMTQtNS4xNywxLjUyLTcuNjIuMzYtMi4zMSwxLjEyLTUuMDUsMS41Mi03LjYyLjM2LTIuMzEsMS4xMi01LjA1LDEuNTItNy42Mi4zNS0yLjI1LDEuMDktNS4xNywxLjUyLTcuNjJzMS4wNi01LjExLDEuNTItNy42MmMuNjEtMy4xMS45My02LjE3LDEuNTItOS4xNS41LTIuNSwxLjAyLTUuMSwxLjUyLTcuNjIuMzUtMS43NiwxLjA5LTQuMDksMS41Mi02LjEuNDktMi40OSwxLjAyLTUuMSwxLjUyLTcuNjJzMS4wMi01LjExLDEuNTItNy42MiwxLjAxLTUuMTIsMS41Mi03LjYyLDEuMDEtNS4wOCwxLjUyLTcuNjIsMS4wMy01LjAyLDEuNTItNy42MmMuODEtMy4yNy43Ny02LjM0LDEuNTItOS4xNXMuOS01LjA1LDEuNTItNy42MmMuMzgtMS41NSwyLjgtNC40OCwxLjUyLTcuNjJsMi4yOS0zLjA1LDExMi4wNCw3OS4yN1oiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwa056VTJObVZpTlMwMk0yUTBMVFJqWWpZdFlqRmpZaTFtT0dNMlpqazRabUptTmpNQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2d6WFc2YkNEV0hYeUJTUUJJOEVCMFI5ZGsvQ21OTmM4cHd4L1FUbndqNko5amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09tTm1aRFF6TkRkaExUSTNaVFl0TkRObE9TMDRPREJoTFdaa1pUWmlZalE1T0RJd04yOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUVIWVk5WXJ1Nnd6aDhHRmN6dmFUVFY5WThOcGdwbFp6Ly83YUQzVm9YOElZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnUVlMS29aSWh2Y05BUWtRQVFTZ2NnUndNRzRDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQnhOQU9ZdlBRQlZQQVBKeGdtZE9yYmxCUk1aeFBtQ3lkVEFLbFlybTRxQmdJUWFqNnFHSUhQdHhwdHVSZGRZWUsrL1JnUE1qQXlOREV3TWpVeE5UUTBNakZhQWdoejVsbGV5YnJMOWFDQ0M3MHdnZ1VITUlJQzc2QURBZ0VDQWhBRkhwNlIxeDZSQ3J2a1BWenQwTjNaTUEwR0NTcUdTSWIzRFFFQkN3VUFNR014Q3pBSkJnTlZCQVlUQWxWVE1SY3dGUVlEVlFRS0V3NUVhV2RwUTJWeWRDd2dTVzVqTGpFN01Ea0dBMVVFQXhNeVJHbG5hVU5sY25RZ1ZISjFjM1JsWkNCSE5DQlNVMEUwTURrMklGTklRVEkxTmlCVWFXMWxVM1JoYlhCcGJtY2dRMEV3SGhjTk1qTXdPVEE0TURBd01EQXdXaGNOTXpReE1qQTNNak0xT1RVNVdqQllNUXN3Q1FZRFZRUUdFd0pWVXpFWE1CVUdBMVVFQ2hNT1JHbG5hVU5sY25Rc0lFbHVZeTR4TURBdUJnTlZCQU1USjBScFoybERaWEowSUVGa2IySmxJRUZCVkV3Z1ZHbHRaWE4wWVcxd0lGSmxjM0J2Ym1SbGNqQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJFMHNybEg1QS8rMTUvTUZsMWFzTmg4UThUdWJPc0VWZnUwcWxKckYwc21qdHdMMUllSFovQUI3SjU5dTFUcnBobzFCRE44NWxmVFkzMHJOQnNmVCtteWpnZ0dMTUlJQmh6QU9CZ05WSFE4QkFmOEVCQU1DQjRBd0RBWURWUjBUQVFIL0JBSXdBREFXQmdOVkhTVUJBZjhFRERBS0JnZ3JCZ0VGQlFjRENEQWdCZ05WSFNBRUdUQVhNQWdHQm1lQkRBRUVBakFMQmdsZ2hrZ0JodjFzQndFd0h3WURWUjBqQkJnd0ZvQVV1aGJaYlUyRkwzTXBkcG92ZFl4cUlJK2V5Rzh3SFFZRFZSME9CQllFRkxBMXFsYkRJYW1MenRPNHZJc1dKVmVkN3pUaE1Gb0dBMVVkSHdSVE1GRXdUNkJOb0V1R1NXaDBkSEE2THk5amNtd3pMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JITkZKVFFUUXdPVFpUU0VFeU5UWlVhVzFsVTNSaGJYQnBibWREUVM1amNtd3dnWkFHQ0NzR0FRVUZCd0VCQklHRE1JR0FNQ1FHQ0NzR0FRVUZCekFCaGhob2RIUndPaTh2YjJOemNDNWthV2RwWTJWeWRDNWpiMjB3V0FZSUt3WUJCUVVITUFLR1RHaDBkSEE2THk5allXTmxjblJ6TG1ScFoybGpaWEowTG1OdmJTOUVhV2RwUTJWeWRGUnlkWE4wWldSSE5GSlRRVFF3T1RaVFNFRXlOVFpVYVcxbFUzUmhiWEJwYm1kRFFTNWpjblF3RFFZSktvWklodmNOQVFFTEJRQURnZ0lCQUhncmpFTEhoQkNFV0pTQ3lSWDdsc0wwQzlMSmdiWDFyeVZZeVNOUnhIa01SMkxxQzdQUVpSSmdETlIra0pvcDhQNXYyQnpwL2pNcnp3NFU0cFk2cll2M0k4SHBGbEphNHVCd1VUSVVnSFdwaThYeGQxSkVFWDk0UE9PRGk3SHlTZWtYNjBBMDU1Qm96RmI3R0dWYXhiMExyZVFUUlhua3I2Z2dQTlVQWDlHaCsyU2NPeGxUZFFRTGdaYmtkWXZ4bzNBcDZjeTlyaVppalJ4T1pxaU95V1N4TVVoZ0t4ZUt6d3JGVzZYYmUwYXdOaE9VWFp6SXhjNGl4cEt6V1NJdHBQSjMwWmlCUW40OVUzQURZVG5zaGJOOVprVEExcEhmL05vdjJaVXZ2ZGRrWjhVWXZ3bzl2QnZMVER2bm1BQm5STUJLYVhZQXMzWkN2dzlDa0RQT1dUZVVKTUZSQXRtVXg1Mm9oYUEzbkQ4YkNKNlVmcFEycEZmT2RTaHdwYjZHS3YwZytCZ2NkSUcyTEhQSjBVZm1yK1htcGdaZ3EvSElnZTBoamNDQURwakRncTJ6NEIwTDR4dEFBMU04TXJVeDAyaHhiNzEwNG5GS3FNdXY1ekpUUWwzc2d3cVhVeVArOXpIUVA5eS9aNUZ4L0FRV3JPWENXNTZkVjdQNGNGQkpsOHpIcWlubGhrT1N0WjFtMjIrOUhscStlQzBoSjJsa0YxTHV6UmRKSmIvNTFMWG9QS1Jub3BGRG5nNlhwb0Q3ZUc2dzRZcEF4OStQMDBKdVVvQnNZU3Jkc3VGaXlXeVFRR0JBbmpJNjlnZ2JTTGNXK2hKeXR1aW5heGF3VmxJdEprUzJlVjVaNFhzeFBnN2Y4MnVSa2R0TjBoVEhlSTkzQ04zT1dlUmVibks3TUlJR3JqQ0NCSmFnQXdJQkFnSVFCelkzdHlSVWZOaEhyUDBvWmlwZVd6QU5CZ2txaGtpRzl3MEJBUXNGQURCaU1Rc3dDUVlEVlFRR0V3SlZVekVWTUJNR0ExVUVDaE1NUkdsbmFVTmxjblFnU1c1ak1Sa3dGd1lEVlFRTEV4QjNkM2N1WkdsbmFXTmxjblF1WTI5dE1TRXdId1lEVlFRREV4aEVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lGSnZiM1FnUnpRd0hoY05Nakl3TXpJek1EQXdNREF3V2hjTk16Y3dNekl5TWpNMU9UVTVXakJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUlJQ0lqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUF4b1kxQmttendUMXlTVkZWeHlVRHhQS1JONm1YVWFIVzBvUFJua3lpYmFDd3pJUDVXdllSb1VRVlFsK2tpUE5vK24zem5Ja0xmNTBmbmc4ekgxQVRDeVp6bG0zNFY2Z0NmZjFEdElUYUVmRnpzYlB1SzRDRWlpSVkzK3ZhUGNRWGY2c1pLejVDM0dlTzZsRTk4TlpXMU9jb0xldlRzYlYxNXg4R1pZMlVLZFBaN0duZjJaQ0hSZ0I3MjBSQmlkeDhhbGQ2OERkNW4xMnN5K2lFWkxSUzhuWkg5MkdER2QxZnRGUUxJV2h1TnlHN1FLeGZzdDVLZmM3MU9SSm43dzZsWTJ6a3BzVWR6VFlOWE5YbUc2akJaSFJBcDhCeXhicE9IN0cxV0UxNS90ZVBjNU9zTERuaXBValc4TEF4RTZsWEtaWW5MdldIcG85T2RoVlZKbkNZSm4rZ0drY2dRK05EWTRCN2RXNG5KWkNZT2pnUnMvYjJudVk3Vyt5QjNpSVUyWUlxeDVLL29ON2pQcUp6K3VjZldteVU4bEtWRVN0WWRFQW9xM05EenQ5S29SeHJPTVVwODhxcWxuTkNhSisyUnJPZE9xUFZBK0MvOEtJOHlrTGNHRWgvRkRUUDBreXI3NXM5L2c2NFpDcjZkU2drUWUxQ3Z3V2Naa2xTVVBSUjh6WkpUWXNnMGl4WE5Ya3JxUE5GWUx3ampWajMzR0hlay80NXdQbXlNS1ZNMSttWVNsZyswd09JL3JPUDAxNUxkaEpSazhtTUREdGJpaUtvd1NZSStSUVFFZ045WHlPN1pPTmo0S2JoUHZiQ2RMSS9IZ2wyN0t0ZFJuWGlZS05ZQ1FFb0FBNkVWTzdPNlYzSVhqQVN2VWFldGROMnVkSU9hNWtNMGpPMHpiRUNBd0VBQWFPQ0FWMHdnZ0ZaTUJJR0ExVWRFd0VCL3dRSU1BWUJBZjhDQVFBd0hRWURWUjBPQkJZRUZMb1cyVzFOaFM5ektYYWFMM1dNYWlDUG5zaHZNQjhHQTFVZEl3UVlNQmFBRk96WDQ0TFNjVjFrVE44dVp6L251cGl1SEE5UE1BNEdBMVVkRHdFQi93UUVBd0lCaGpBVEJnTlZIU1VFRERBS0JnZ3JCZ0VGQlFjRENEQjNCZ2dyQmdFRkJRY0JBUVJyTUdrd0pBWUlLd1lCQlFVSE1BR0dHR2gwZEhBNkx5OXZZM053TG1ScFoybGpaWEowTG1OdmJUQkJCZ2dyQmdFRkJRY3dBb1kxYUhSMGNEb3ZMMk5oWTJWeWRITXVaR2xuYVdObGNuUXVZMjl0TDBScFoybERaWEowVkhKMWMzUmxaRkp2YjNSSE5DNWpjblF3UXdZRFZSMGZCRHd3T2pBNG9EYWdOSVl5YUhSMGNEb3ZMMk55YkRNdVpHbG5hV05sY25RdVkyOXRMMFJwWjJsRFpYSjBWSEoxYzNSbFpGSnZiM1JITkM1amNtd3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjlXWTdBazdadm1LbEVJZ0YrWnRiWUlVTGhzQmd1RUUwVHp6QlR6cjhZKzhkUVhlSkxLZnR3aWcycUtXbjhhY0hQSFFmcFBtREkyQXZsWEZ2WGJZZjZoQ0FsTkRGbnpiWVNsbS9FVUV4aUhRd0lncWdXdmFsV3p4VnpqUUVpSmM2VmFUOUhkL3R5ZEJUWC82dFBpaXg2cTRYTlExL3RZTGFxVDVGbW5peWU0SXFzNWYyTXZHUW1oMnlTdloxODBIQUtmTytvdkhWUHVscjNxUkN5WGVuL0tGU0o4TldLY1habDJzendjcU1qK3NBbmdrU3VtU2NicXlRZUpzRzMzaXJyOXA2eGVabUJvMWFHcXdwRnlkL0VqYURubVB2N3BwMXlyOFRId2NGcWNkbkdFNEFKeExhZnpZZUhKTHRQbzBtNWQyYVI4WEtjNlVzQ1VxYzNmcE5UckRzZENFa1BsTTA1ZXQzL0pXT1pKeXc5UDJ1bjhXYkRRYzFQdGtDYklTRkEwTGNUSk0zY0hYZzY1SjZ0NVRSeGt0Y21hK1E0YzZ1bUFVKzlQenQ0clV5dCs4U1ZlKzBLWHpNNWgwRjRlampwbk9IZEkvMGRLTlBIK2VqeG1GLzdLOWgrOGthZGRTd2VKeXdtMjI4VmV4NFppemE0azlUbThoZVpXY3B3OERlL21BRGZJQlpQSi90Z1p4YWhacnJkVmNBNktZYXdtS0FyN1pWQnR6clZGWmd4dEdJSkR3cTlnZGtUL3IrazBmTlgyYndFK29MZU10OEVpZkFBelYzQytkQWpmd0FMNUhZQ0p0bndaWFpDcGltSENVY3I1bjhhcElVUC9KaVc5bFZVS3grQStzRHlEaXZsMXZ1cEwwUVZTdWNURGgzYk56Z2FvU3YyN2RaOC9ER0NBYmt3Z2dHMUFnRUJNSGN3WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVFJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJnbGdoa2dCWlFNRUFnRUZBS0NCMFRBYUJna3Foa2lHOXcwQkNRTXhEUVlMS29aSWh2Y05BUWtRQVFRd0hBWUpLb1pJaHZjTkFRa0ZNUThYRFRJME1UQXlOVEUxTkRReU1Wb3dLd1lMS29aSWh2Y05BUWtRQWd3eEhEQWFNQmd3RmdRVTJScTVNLzRYcmVtQ0hxWVQ5YVE2Y1U0K2ZuMHdMd1lKS29aSWh2Y05BUWtFTVNJRUlMRlZNV0cxOHRPcUtuOTUrSTljYVZabCt4TStKWmJuSkRmWllEOGRYckdQTURjR0N5cUdTSWIzRFFFSkVBSXZNU2d3SmpBa01DSUVJSUxhOFpTVmV6YUVBa1dQMVNjQWFmNWl4eFJXK3A0TGhxdjRKK2hUSUNmWk1Bb0dDQ3FHU000OUJBTUNCRWd3UmdJaEFMYXBuQ2cybFlxbDJGN25iTStBdEk1NWVJdFFYU0dqTGlZYWxoYmY1NnhIQWlFQXI0NVE2OXYxc2NKNnNNOHBKUEJYOThIdUllYzZwQnpWakpZYk44Wm80a1JqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQkx0L2pxL2JVeGpVSHF0V1BQb1V0NkpXSm44MUtlZWdEZlJKQlhpS1BWZjE0cEJTNDBWRWtKbGROMC9ZK3htRVREdnBnMmI0WVUvSkQ5Y3pMN0Rmc2lTbHhZcW52ekcwdUV4QUFzSDBjNW5ienlSUkIxUlZ3MmxadGFkUkZLMXE0eFFCL01aS2tRdFdYbmsxVTR3TjRSN084M1V3NDFLRHN1a25tVmQwdnlpOXNnVTRpWFlPODFyeUVqTU9nZmt5cEZXeENobndQU3lTU0N0d2hGL3Y4aDNwNk9BeTRiZUxRZnRkLytPZGVLZzlaS1FmbFBrK1V4ZUJKRGpUU09ZdWRQZDA5TU9xVCtlc0pKVEhpQzdZRUNkYzBRZXdvb3ZJelZrSXl5MEVHUkpsNStiQ2ZjQ3pTWW5hYmJLdmJ2MkhHS3h2ZTIxU3ZEeUF6R0x5K2phK0kvPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMzQwLjgzLDI0Mi42NWMxNy42NSwzLjg2LDcxLjQ1LTUuMTIsODQuNjQsMCwxLjI0LjQ4LDMuMSwzLjYyLDQuNiw0LjZ2MjIwLjhjLS40NiwxLjM1LTYuOTMsNi4wOC04LjI4LDYuNDQtNi44NiwxLjgyLTc5LjI4LjQtODEuODgtMi43NmwuOTItMjI5LjA4WiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMTY2LjAzLDI0Mi42NWw4OS4yNCwyLjc2djIyMi42NGMtLjE0LjQzLTYuMDEsNi4zLTYuNDQsNi40NC00Ljg3LDEuNTktODEuNzQuOTMtODMuNzItMi43NmwuOTItMjI5LjA4WiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMTE1LjQ1LDE5Ni42M2w0LjE5LTc0LjI1aDMzOC4wOGMuNjYuMTIsOS41Niw1LDkuNzgsNS4zNiwyLjQyLDQuMDUsMS40MSw2OC4wMS00LjE5LDY5LjY2bC0zNDcuODYtLjc3WiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvMk5EVmpOakEyWVMwMVlXTmpMVFJrTm1RdE9UVmlOeTB3T0dFNE0yUXpOV05tWmpZQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2c4bnJycUtFcGljOXY0WFdSakRlK1RrZldTT1lyWU9xV3lRdldqK3RUZjdKamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09tVTNaRE0xTURkbExUSTNORGN0TkRBMU15MDROR1V6TFdGbU5ESXpZVEk1WkRFMk5HOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSU1ZbUpXTmw3VzVLdHZtQVZOK3VEQVdWTy9sZm56THlaalBoUkJIWHpaU2NZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQUczV3pvYlNKZ29FMWdZbWlHc05HTXhJcitCcncyZklCQXNVM3BJbFlXY2dJUWJtY1ZCL2p6WkYzeE5MTlpOSTAzY0JnUE1qQXlOREV3TWpVeE5UUTFNVGhhQWdrQXZmdjE4OUt3ZFVXZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRRMU1UaGFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQThsQSt1dlU5YlNDTFdZTlEwMUdCT0wrTCtUMEhPbGhHOTh4SWhWbExlV0RBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lRQzhTWm9oKzBxU0luT21TQytmeFN2L2ltL3VkNVcrSllTemJrUGJleFhzQWdJZ2VpbWQyWmcyTnphMzZIOWNqSEZkcDdXc2JIUkpJaWZLN25lYVhrTHo2TUpqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQmtxMGtwWStiLzBPcjdJZlVXNkt4TUwrby9DZGV3ekMwaHYxOC9TRkdVVy9CeERBU0w2dWxkR3hmVlhYVW5WRkpPcTFuNDVGSjhMVFdPenIvVjIxV2FQWkhCZTJMNlMyN1Y1WlJRVlVTMDFMYTVEZ05PaHhzUjA3K281cVY3a1A4KzR5dHZGMTBTdENxdXAveDREUEI0ZTdJYnN5bjB3QThXM2JRY3czVE9ka0JzWmpQc3F0WXpvbGpvNVp3Z0U5ZHB2VXZ5MlUvVkxxaXJ3eHlJSnp5dTZkOUZnWVcxRzJ2MzdLVDZ2NDhndGFnYmVMV3kzc3dOa0YwTlRSNHQ5TWtGUnhCcnpKaCt6bXZQcXVKOTM1UGxZSk9relVLWjFwLzUxaVI4dGZkUGFWY2F2Wjk3UFA1ZjY1U2pOckttWHdxRjZOMENyOFo5VkRmcXMzdW42Tk50PC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNNDIxLjgzLDMxNS44N2wtLjQ2LTE0LjA0LDY1LjE5LTI5LjYzLTE5Mi44Mi0xNzYuNDFjLTU1LjU5LDUzLjA0LTEwNy44NywxMTAuMDItMTY1LjAyLDE2MS4zNy0yLjkxLDIuNjEtMjEuMTUsMTUuNTMtMjEuNDIsMTYuODctLjYxLDIuOTQsMTEuMzMsOS4xMSwxNC4xMywxMC40OCw2Ljc3LDMuMzIsNjkuNiwyNC4yNiw2OC44MywyOC43Mi0uMjcsMS41NC0zLjQ0LDEuMi0zLjY1LDEuODItLjgyLDIuNTIuNjEsOC43MiwwLDExLjc2LTM4LjE3LTE1LjQ2LTc2LjQ2LTMwLjk2LTExNC40MS00Ni43NSw0MS4xNi0zMS4xOCw4MS41OS02NC41MywxMTguOTctMTAwLjQsMTMuNDgtMTIuOTQsOTYuODEtMTAzLjQ5LDEwNi4zOS0xMDIuNSw3MC43Nyw2OS40MSwxNDIuMjEsMTM4Ljg3LDIxOS4xNSwyMDEuMzctMzAuNzIsMTQuNDItNjMuMzcsMjQuNjUtOTQuODgsMzcuMzRaIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik0yOTAuNTQsMzg0LjM0Yy0uNjYtMjAuMzEsMS43LTI2LjM2LTE1Ljk1LTM2LjkyLTYuMzMtMy43OS01MC42OS0yNC4xNS01NC4yNS0yMS40MnYxMi42N2MxMS42NSw0Ljg5LDQ4LjMxLDIxLjU5LDUzLjY4LDMxLjk1LDQuMTIsNy45NS0uNyw3Ny44NS0yLjI2LDkwLjc2LTIuNzYsMjIuNzQtNy42Miw0NC43My0xMy41NCw2Ni44NC42MSwxLjk0LDIwLjI5LjksMjMuNTMuOTIsMi4wMi00OC40LDEwLjM3LTk2LjA3LDguNzktMTQ0LjhaIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik0zMDkuMjMsMzQ1LjU5Yy0xNC4wMiwxMC42OS0xMS4zNCwzNi45MS0xMS40LDUzLjMzLS4xNCwzNy4wNCwyLjAxLDc1LjksMTQuNTksMTEwLjc3LDEuOTctLjI2LDExLjksMi43MywxNS41NS41Ni00LjUxLTIwLjAzLTYuNzgtMzAuMDQtOC40NC01MC43LTEuMzgtMTcuMTQtNy4xNC04NC4xNS4xOC05NS43MywxLjk1LTMuMDgsNi4xMi01LjczLDkuMTItNy44NC0xLjEyLTQuMzItMS42Ni0xMC42LS45MS0xNC45NS4xMy0uNzctLjk3LTEuMjMtLjkxLTEuMzcuNjQtMS40OSw0LjEtMi45Myw1LjQ3LTQuMS00Ljg2LjU1LTE4LjY3LDYuNTQtMjMuMjUsMTAuMDNaIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik0zODQuODksMzE1LjI5Yy05LjA3LDIuOTctMTkuOTcsNC45OS0yOC43Miw4LjIxLTUuMTgsMS45LTEyLjIsMy41OC0xNi40MSw3LjI5LS4zMi4yOS0yLjE5LDUuNjktNS40Nyw1LjQ3LS43NSw0LjM2LS4yLDEwLjY0LjkxLDE0Ljk1LDEyLjI2LTguNiwzNS43LTE2Ljc4LDUwLjE0LTIyLjk3bC0uNDYtMTIuOTVaIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik00MjQuNTYsMjc5LjVjMi45NiwyLjQzLDMwLjU3LTEwLjE2LDMxLjkxLTE2LjQxLjM5LTEuODEtLjMtNS40Ny0uOTEtNy4yOS0yLjM2LTYuOTctODIuNDQtNzguOTMtOTQuMzYtODguODktOC4wNi02Ljc0LTQzLjEyLTM1LjA2LTUwLjE0LTM4LjI5LTIuODEtMS4yOS01Ljk3LTIuMDktOS4xMi0xLjgyLTUuMTQsMi4xNi0uNTYsMzQuMzItLjQ2LDQwLjU3LjU4LDM1LjgtMS4xOCw3MS44MSwwLDEwNy41OC4yNSw3LjYxLjIzLDQ3LjM5LDYuODQsNDkuNjksNC4zOSwxLjUzLDM4LjMxLTEwLjY3LDQwLjU3LTE0LjEzLjI3LS40MS0uMzQtOC40OS0uMDMtOS45LTEwLjA5LDMuNS0yMC4wNiw3LjMyLTMwLjE0LDEwLjg1bC0xLjc0LTEuMjItLjk3LTE1MC43NiwxMjUuODQsMTA3LjYzYy01LjcsMi4xMS0xMS41MSw0LjA2LTE3LjIyLDYuMi41Mi45NC0uMzEsNi0uMDcsNi4xOVoiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTE2Ni4xLDI4OC4xNmMyMC4zMywxMC4yMiw3OC4wOCwzMy4zLDk5LjM3LDM3LjM4LDE4LDMuNDUsMjIuMjUuODIsMjQuMTYtMTcuNzgsMi4yNy0yMi4wNSwzLjA0LTE1Ni41NC0xLjgyLTE3Mi4zMS0xLjMzLTQuMzItMy40Mi04LjE0LTguNjYtNS45My0yLjA4Ljg4LTI5LjU4LDMxLjIzLTMwLjU0LDMzLjI4LTEuNDIsMy4wMS41LDE1LjcxLjY5LDE5LjY4LjIzLS4yLjQ2LS40LjY5LS42LDcuOTUtNi43NywxNS41MS0xNS4wNiwyNC45LTE5Ljc3bC0xLjQ2LDE0OS43OWMtMzkuMjEtMTMuNzYtNzkuNjUtMjUuMjUtMTE4LjQxLTQwLjI4LTIuODksMTAuNTQsMi41MywxMi4yNiwxMS4wNywxNi41NVoiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTIyNy4xOCwxODAuNThjLTYuNDIsMi4wOS0yMi4yNSwyMC42Mi0yOC4yNiwyNS41My04LjMzLDYuOC02My4yOSw0Ny45Ny02NS4xOSw1Mi40Mi01LjA1LDExLjgyLDEwLjU0LDcuNDMsMTYuNiw5Ljc4LDE4LjEzLTIxLjk1LDY3LjM3LTU4Ljc0LDkxLjM1LTc5LjIzLjIxLTguODktNi42MS0xMS4wNy0xNC41LTguNVoiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwaU9ETTNOMkZrWlMxaVpEWmxMVFE0Tm1JdE9UWTVaUzB3T0RSak1qVXpNek0zTTJNQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2drV0RCUFh5am14a2YrUmVUc3NScTV6ejhPdkdHbC9yait1dDBOVklBdWxOamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qUTROR0ZqWm1ZeExUQXpZVEV0TkdNeVl5MDRaV1E0TFRBek4yWXdOMlF3TjJNMVltOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUI2cXpNaTNyVWV3Z2gxdUVhZDdmVmtyRUErNHFtcHJnL2x1aEFMK3p3MHlZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDRDZEclZnaWdFMUM1TC9BR3NNak5hcUpYbi84emNTY2RVWXQ4VVBLMko0ZXdJUkFLbzNFYTlvVUt1K0Y5ZHVDa1RPSFhnWUR6SXdNalF4TURJMU1UVTBOalF5V2dJSVFFTUhSQTJZdzBtZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRRMk5ESmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQnMwdVlvcUJ6MWhRYmVCanR4VWFpSWpOZXo0Nk9OdHA1SkE4MTVYTkJZU0RBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lRRHJMaGdacWd6dU9JYlRSSkdkbXhRWUFnTmJMYTlVMWx4V1ZrcHo1UHNKN0FJZ2FELzVrdEZzWmVGVmx2Nk9NelZDWlhNWkFhaFM2Z2E5a2VlQTVrNWM1UjlqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQjFNbkNZQTNsY05ERytGM1FLQktLZUE4MmZzeHJ0MXhlNWRmN3ZzZGRVdFg4VlFtZjUxRlY1RlVaMGp4bFdHT003SWFjN2JpL3ZRelJKeGcxNk90RFRYcW4xTjU5Tis3bm5aNjRZMGovbmZVVWNDUVlWa3VNU0ZrV1U2dU5QZFJXS2xOeHJaL1pDditYSFhaT0tFdGp4Qy91d1hUVWY3ZUxUMGtSeURtSFdTWEQxbzBOZStOUTBob09QK1BuWUpkU3pDS0VlWTZnREQ5WVVrQXZtTXFZbWwxMGd1UzJWSUsrbStDMGc0N0h1RkhxeFZQZ3NMZlZtVU1iaHlkeklzZmRYK1B6QUFOWldWbFJFbmx2Y2c4aVBkeEhvQmZOSVoyZFp6VFVDYW5TTHN2TGhHbzZsWFVjU3lkMCtYZFUzc2V5TUpLRGlBVHJQMEdmLzdFZm5sRmt0PC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMzM1LjU1LDU2LjY2Yy4yMiwyMC4xOC0xNC43NiwzOC44MS0zNC43NCw0Mi4zNHYxOC40NnMxNy4zNywwLDE3LjM3LDB2MTcuMzdoLTE3LjM3czAsMTcuMzcsMCwxNy4zN2gxNy4zN3YxNy4zN2gtMTcuMzdzMCwxNy4zNywwLDE3LjM3djE3LjM3czAsNjUuMTQsMCw2NS4xNGw2MC44LTYwLjI1LDE3LjM3LTE3LjkxLDE3LjM3LTE2LjgzLDE3LjM3LTE3LjkxLDM3LjYtMzYuODNjMS4wMS0uMTgsMTEuMjEsOS41MiwxMS44NiwxMC43OS40My44NC43MiwxLjM0LDAsMi4xNWwtMTQ5LjM0LDE0OS44M2gyNS41MWM2Ljk4LTUuMjMsMjAuODEtMzEuMjYsMjYuODctMzMuOTIsMy41NC0xLjU2LDcuMTItMS4xNywxMC4wNiwxLjMzLDUuODksNSwyNS40OSwzMi4yMywyNS40OSwzMi4yM2w2Ny4zMS4zNmgyNy4xNHMtMTguMzQtMTkuMjItMTguMzQtMTkuMjJjLS42OC0yLjU4LDkuNjMtMTIuODEsMTIuMTUtMTIuMTUsMi41LjY1LDM1LjMxLDM0LjI4LDM2LjEsMzYuNzQsMS4wNywzLjMxLjcxLDYuNjQtMS42OSw5LjI5bC0zNC4zNSwzNC4xMmMtMi43NS0yLjEtMTMuMTMtOC43LTEyLjIyLTEyLjE5bDE4LjM0LTE5LjIyaC0yNy4xNGMtLjA3Ljk5LTMwLjkxLDQxLjczLTM0LjY4LDQyLjk0LTMuNTQsMS4xNC03LjIzLjY1LTkuODItMi4yM2wtMzAuMDYtNDAuNzFoLTU1LjE3cy0yNS41MSwwLTI1LjUxLDBsNjAuMjUsNjAuOGg5MS43NHYxNy4zN2gtNzMuODJzMTYuODMsMTcuMzcsMTYuODMsMTcuMzdoNTd2MTcuMzdoLTM5LjA4czM2LjgzLDM3LjYsMzYuODMsMzcuNmMuMTgsMS4wMS05LjUyLDExLjIxLTEwLjc5LDExLjg2LS44NC40My0xLjM0LjcyLTIuMTUsMGwtMTQ5LjgzLTE0OS4zNHY2NS4xNHMxNy4zNywwLDE3LjM3LDB2MTcuMzdoLTE3LjM3czAsMTcuMzcsMCwxNy4zN2gxNy4zN3YxNy4zN2gtMTcuMzdzMCwxNy4zNywwLDE3LjM3djE3LjM3czAsMTguNDYsMCwxOC40NmMyMC4xMSwzLjYxLDM0Ljc0LDIxLjk2LDM0Ljc0LDQyLjM0aC0xNy4zN2MuMTktMTAuNDEtNy4xOC0yMS4yOS0xNy4zNy0yMy44OHYyMy44OGgtMTcuMzd2LTIzLjg4Yy0xMC4yLDIuNS0xNy4zNywxMy42Ni0xNy4zNywyMy44OGgtMTcuMzdjLS4yMi0yMC4xOCwxNC43Ni0zOC44MSwzNC43NC00Mi4zNHYtMTguNDZzMC0xNy4zNywwLTE3LjM3di0xNy4zN3MtMTcuMzcsMC0xNy4zNywwdi0xNy4zN2gxNy4zN3MwLTE3LjM3LDAtMTcuMzdoLTE3LjM3di0xNy4zN2gxNy4zN3MwLTY1LjE0LDAtNjUuMTRsLTYwLjgsNjAuMjV2OTEuNzRoLTE3LjM3di03My44MnMtMTcuMzcsMTYuODMtMTcuMzcsMTYuODNsLTE3LjM3LDE3LjkxLTM3LjYsMzYuODNjLTEuMDEuMTgtMTEuMjEtOS41Mi0xMS44Ni0xMC43OS0uNDMtLjg0LS43Mi0xLjM0LDAtMi4xNWwxNDkuMzQtMTQ5LjgzaC0yNS41MXMtMjQuNDMsMzIuMDItMjQuNDMsMzIuMDJjLTMuNDYsMy42OC04Ljc5LDMuNzEtMTIuNS41Ny0yLjE5LTEuODUtMjEuMzgtMzIuOTEtMjEuOTktMzIuMTZsLTcwLjgyLS40M2MtLjY4LS43My4wNy45OSwwLDBoLTI3LjE0czE4LjM4LDE5LjE1LDE4LjM4LDE5LjE1bC0xMi4yNiwxMi4yNmMtNS43NS04LTMzLjctMjkuNTctMzYuMDQtMzYuNzgtMS40Mi00LjM4LS4zMy02LjQ0LDIuMjEtOS44NSwyLjU1LTMuNDIsMzEuNTktMzIuOTEsMzMuOS0zMy41MiwyLjUyLS42NiwxMi44Myw5LjU3LDEyLjE1LDEyLjE1bC0xOC4zNCwxOS4yMmgyNy4xNHMzMS40Ni00MC43MywzMS40Ni00MC43M2MzLjg2LTMuNDMsOS4yNC0zLjQxLDEzLjA3LDBsMzAuNTEsNDAuNzNoNTQuNjlzMjUuNTEsMCwyNS41MSwwbC02MC4yNS02MC44LTE3LjkxLTE3LjM3LTE2LjgzLTE3LjM3aC01N3YtMTcuMzdoMzkuMDhzLTM2LjgzLTM3LjYtMzYuODMtMzcuNmMtLjE4LTEuMDEsOS41Mi0xMS4yMSwxMC43OS0xMS44Ni44NC0uNDMsMS4zNC0uNzIsMi4xNSwwbDE0OS44MywxNDkuMzR2LTY1LjE0czAtMTcuMzcsMC0xNy4zN3YtMTcuMzdzLTE3LjM3LDAtMTcuMzcsMHYtMTcuMzdoMTcuMzdzMC0xNy4zNywwLTE3LjM3aC0xNy4zN3YtMTcuMzdoMTcuMzdzMC0xOC40NiwwLTE4LjQ2Yy0yMC4xMS0zLjYxLTM0Ljc0LTIxLjk2LTM0Ljc0LTQyLjM0aDE3LjM3YzAsMTAuMjIsOC4xNiwyNi45NiwyNi4wMywyNi45NiwxNy44NiwwLDI2LjI3LTE2LjU0LDI2LjA4LTI2Ljk2aDE3LjM3Wk0zNjkuNjEsMjYyLjE5bC0xNS42NCwxOS4xNiwzMC4yMi43Ny0xNC41OC0xOS45MlpNMjAxLjcyLDMwMC4yN2gwbDExLjcxLDE5Ljg1LDE1LjY0LTE5LjE2LTI3LjM1LS42OVpNMTY5LjQ0LDI4Mi40N2wtMTUuNzUtMjAuNjMtMTYuODIsMjAuNjNoMzIuNTdaTTQxNC44LDI5OS44NGwxNS43NSwyMC42MywxNi44Mi0yMC42M2gtMzIuNTdaIi8+PC9nPjwvc3ZnPg==data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvNE1XRmlNems1TWkweVlqQTRMVFEwT0dZdFlqZ3paQzB3T1ROaE1qRTFPV1prT0RZQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dNZ2dIL3EzQ0ZOYUlJTDM1K3d2LzVMUFh6UHF2MDdIamNTdUFoK0NjbWFCamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09tTXlOelJpWVRrMUxUSXdOek10TkRZM055MDVaakppTFdVNU9HRTJNakppTURaaU4yOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSU5zTlphdGNmaTRxaVZ0NXROeGcwMjcxbUI3VWJQS3E1WG5Ja2Jha3AwZ1lZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQnZXYkRwSXFGUlNQNm1LRXJzT2N4UWdlVnBEOXQwVlN0WmtqdlgxSXEvRHdJUkFLQ3VvWE1jSi95R3VMNVhnWUlhNlZnWUR6SXdNalF4TURJMU1UVTBNREkwV2dJSUZCOVhrRzVuWloyZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRRd01qUmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDRDJkSVlOVmc0VjZIYWdJZnZIazJVbm5ub3ViaS9YSXhOamh1aWlqTkluYmpBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lRQ2FzNENhRDlheFVSdlkyTEhQUXlocGNpN09KR0k4VVRCM1EwMmhqSk5uR1FJZ1l4K3ZJQkV4aml2SUp0bjUxRjJhMVpxZmRKVGNQcFJKTFRVQXdRZ3BqeXRqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRREN2b0d1eU5ORmJ6NHJNKzVycHh5aU83MngxSnRLM09GT3NhYlhQZHlQanRLV3pWbnlRZmRCTENMM2lsT0JvVkFTUjN2ZkhLaHVZT3dXL09qMms3cHgrSUN5MWpvcitMZGxsaDZYZzcvVEI1M0psVjQ5QTREZHdkZTdFbCtrK1pRdXNKNVY0M3VXakxEM0Qwc3FUVCthbUNDeVFaWjg3YnVZamJyS3JobkZ5TGdxRDhSNnlCODViVnowOEVkNXJNYTNhdmpEaUVUVXpWVDM4K1YxcUhIbTZPemhIRGxqL1ZWaUFJQ1NUYjFoTlk0dzc0UTV5RlIzZnJzby80RzFudVExZVJaaVB6VzRzd3dzamh6aER5a21yRGs4dDNuT1RHZGhlbXdwaWFDdE82L2ZSRERxL0JRb1NGVEZ5WkdmRFAxaFBxTmNmVThHNFJwVENQaGllOU9kPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDpub25lO3N0cm9rZTojZTRlNWVhO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoxMHB4O30uZXtmaWxsOiNlNGU1ZWE7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIj48cGF0aCBjbGFzcz0iYyIgZD0iTTU4My43MSw1ODMuNzFIMFYwaDU4My43MXY1ODMuNzFaTTU3MC41OSwxMi40M0gxMy4xM3Y1NTcuNDZoNTU3LjQ2VjEyLjQzWiIvPjwvZz48ZyBpZD0iYiI+PHBhdGggY2xhc3M9ImQiIGQ9Ik01MDIuMDMsODUuMDJjLTEzMC45My0zNS41My0yNzEuNzMtNDUuNzMtNDAyLjI4LTIuOThsLS40NSwyMjcuOTRjMzAuMzEsNzkuOTMsODguMjIsMTQ3LjcyLDE1OC4zNywxOTYuNyw2LjA2LDQuMjMsMzUuNTksMjQuMTMsNDAuNDEsMjUuMDYsNy45NCwxLjU1LDUzLjE3LTMwLjU5LDYyLTM3LjM0LDYyLjU4LTQ3Ljg5LDExNC41NC0xMTEuNzQsMTQxLjk1LTE4NS40MlY4NS4wMloiLz48cGF0aCBjbGFzcz0iZSIgZD0iTTI3Ni42NCw4Ny4yOWM0Ni43Ny0xLjQsMTEyLjI2LDcuNTIsMTU4LjAzLDE4LjMsNC45MywxLjE2LDM1LjM4LDguODYsMzYuMTgsMTEuMjN2MTkwLjQ3Yy0yNC4yMyw2MC4yOC02NS40NSwxMTMuODEtMTE2Ljg2LDE1My40Ni02Ljc0LDUuMi00Ni4xNCwzMi41Ny01MS41NywzMy4yNy0zLjI4LjQyLTQuNzMtLjU4LTcuNDktMS42Ni04Ljg1LTMuNDktMzAuNTItMTguNzYtMzkuMDktMjQuOTUtNTUuNDQtNDAuMDMtMTAxLTk3LjE2LTEyNi4wMS0xNjAuOTRsLjgzLTE5My44YzQ2LjA1LTE0LjAyLDk3LjYtMjMuOTIsMTQ1Ljk3LTI1LjM3Wk00NDEuNDksMTQ3Ljk3Yy03MC43OC0yMC4xNC0xNDMuMjEtMjkuNjctMjE2LjI1LTE3Ljg1LTIyLjAxLDMuNTYtNDMuNjgsOS4wNS02NS4wNiwxNS4zMWwtLjE1LDE1OC4zNmMxOC40OCw1NC40OSw4Mi4zMSwxMzIuODEsMTM2LjI3LDE1My41Nyw3LjYyLDIuOTMsMjEuMTItNy4xMSwyOC4wOC0xMS41OCw1Mi4wOC0zMy40Miw5NS4zMS04NCwxMTcuMTEtMTQxLjk5di0xNTUuODFaIi8+PC9nPjwvc3ZnPg==data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRwbU0yUmlaR1kwTmkwNU5EVmhMVFJsWWprdFlUZzBOeTFoT0RZME1EZGlOVGsyTjJVQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2djOEFwZFNSeTVQVzRNQTBKSS9obDc4bXNpVXdxbzZlZ0ZvN3VaZzNMRStKamNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qWXlNbVE0WlRRMUxUazJOMll0TkRJM01TMWlNRFZsTFRSbVlUUm1aRGxqT0ROak4yOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSU1sblpEMTdVYy9MZVc2bDFSOU1sUFB0U0QvaWlyVkpNV3JvZGJGc2ZhSDZZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDNNSUlPTXpBREFnRUFNSUlPS2dZSktvWklodmNOQVFjQ29JSU9HekNDRGhjQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQm1wRUFsN2xLQWh1Z0pqZ3Z1b3NYMytmQ01GTlFJMkJzTVlyYzV1WXpjdUFJUkFKZThHeXM3VVRPNDdhSkIyYlBHMEFjWUR6SXdNalF4TURJMU1UVTBNekkzV2dJSUFXWCtRcjNpWXllZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c1TUlJQnRRSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRRek1qZGFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQUdVYnZvcGYyZlcySi9GSVV0cktkSXE1YzQ0WTY3eFFlTGdrL1ZsVVlqbnpBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JJTUVZQ0lRRHpmYW81U0ZEWXVxVHFPMjI4MzdUS0dWQ2s4T0xYTFBxMFJQaWZ1NU1lV0FJaEFNS2hQSzhpTml2d2pPcDFFRmxjUy8zb09lWXBXazE0TGx6Vmd2R1ZRdXZwWTNCaFpGa1RoZ0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQVVreGxWa014SGIrOFNjaDBsMzFlR0hxT2ZuY3Yvd0x1TGFuaEdQdDhkUXNTQnlWQ1MxQ3VDeDF4TGxHT0trYUV2bFJBUEFKRlhidHBOWnB3WHVHM2FGNUtLa0dVRmpwUnM3cE5JdDRlcVdlTW9wTlkwZEFJR2xpQ1hSWFNrRzJ2M3dxQk1Bb3JITkRPRHJWNW80WGdYU28zMnFKMEhrZnVQMjV0RHJtSnpLVmhUTWVrZVc4QWVYbStrMVNwa1FrUE1LNDlJbzVaVTlKZUN0Z1l0V2s4WmN4bC92TkF4aU5pREJZT1hGcWhadGxtOUVWVnFIWE1OQWxpMEdPbG9qUzQwSU8wbHV0SUI0ZEdUa0lLVnNiakJEdjBNZjFBcG1LcWNjcFdkUDdOd2pJM0FOb1dKdk81bG5mY3FaY2VMVmdmdjcvQkhRZ21IYnI5NHZ0a2NiWWZRPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwb2x5Z29uIGNsYXNzPSJkIiBwb2ludHM9IjM0Mi44MiAyMDIuNTkgNTA3LjIgMjA0LjQxIDUwNy4yIDIzNS45NSA0MDguOTQgMzM3Ljg2IDQwOS41NCAzNDIuMSA1MDQuMTcgMzQyLjEgNTAyLjk2IDM4Mi4xNCAzNDEgMzgxLjUzIDM0MSAzNDMuOTIgNDM2Ljg0IDI0NS42NiAzNDQuMDMgMjQzLjg0IDM0Mi44MiAyMDIuNTkiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTgxLjA1LDc0LjdsMTk5LjE2Ljc0djQxLjQ2bC0xMTguNDYsMTIyLjksMTE0Ljc2LDMuNy0xLjQ4LDQ4Ljg2LTE5Ny42OC0uNzRjMS45NS0xMS42Mi0yLjYzLTMyLjYxLDAtNDIuOTQsMy40NC0xMy41MSwxMDUuNzktMTA0LjUzLDExOS45NC0xMjQuMzhsLTExNC43Ni0uNzQtMS40OC00OC44NloiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTE2My40NywzODIuMTRsMTE2LjczLjQzdjI0LjNsLTY5LjQzLDcyLjAzLDY3LjI2LDIuMTctLjg3LDI4LjY0LTExNS44Ni0uNDNjMS4xNC02LjgxLTEuNTQtMTkuMTEsMC0yNS4xNywyLjAxLTcuOTIsNjIuMDEtNjEuMjcsNzAuMy03Mi45bC02Ny4yNi0uNDMtLjg3LTI4LjY0WiIvPjwvZz48L3N2Zz4=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvM05ESXlaVE0wTXkxaU9HWm1MVFEzWmpBdFltSTBNQzAyTkdVMllqWTVNV013TldFQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dvaGpIb2lkL05DMDI4ZFZhZmJnZzUwbkgyaG1PMkNHVHNTVFVNRzJTSmo1amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qZ3pZemcyTldWa0xXRTRZbU10TkRZeVpDMDVPV0pqTFRNeVltVTVaREl4T1RWaFpHOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUE5bFIyQlJxcWZza1pxcHI2WEFBUnNrNUhVR2x6aGluSit5eHFSKzRiWkxZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDRHgwSm1EaCt3eHJUTmNiMmJ4NXk2NHhFT3hkRDdVQmI4QmIzTTBFRjcwendJUkFNTllwalRPSGJPUENaVUhGK2s0WVBZWUR6SXdNalF4TURJMU1UVTBNalEwV2dJSUVqSElHZm45eGNxZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRReU5EUmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDRFMvUEEzM1VhWHV0YzUxVXZqa0l6VGRTZEhLa2pSd2lHWlVNSmFYNUI0M0RBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lHblh3QUtkK04ybzcxVXdYemc1YjB5TVpoSXViMGpLVGFPS2F4dlJ1cEkzQWlFQTBteFBaYm5EUTlPQ1FPUFJOVjFoUFdaMlA3Q0VuNzRnc2xrZDBoNWlhdjlqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQXRvOXZhN3FJTlV4WktaWjE2K3EvbzNWditCU0ltdERxQnlpUXdrK1hSdWtRUGhXZStNWmpwakE3VkVzNnRsdjBYTzRobURhcUlNUlVEZXNNZGp2aHlRbXhBdEhWNDRJZXVSRlNxb0FTZHVBOUoxN2NKY3l0MkdvN3MxZUh0SGxNOGlOSmY1bytKODE0QzBnVXhGaFNjdGpPUjdBZDNIOGFZTmZ2V3pNOGE2ZGs3SWFjYmlFc2RNWkdYOUtibERWQUwrcWNEcGV1aUFKeVBHZjE5L2pUNTFEWXZ6eFNEM25EZkhpRVVveVBoV0crdkY1M3d3WjdMSFMzUDRTcG54dDFvMDdlaXBrZm96eWZseVZsK2lXaGRzNGJ4OTJ1WDloeGNhQnV5ak5jQlRXNDlPOVhrdCtUdm1BbGg5TzNoeHVpUUVLSHp2TUowWUxON3dvL2tTenYwPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6I2U0ZTVlYTtzdHJva2U6IzAwMDt9LmMsLmR7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5le2ZpbGw6IzY1ODBiZTt9LmR7c3Ryb2tlOiNlNGU1ZWE7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIj48cGF0aCBjbGFzcz0iZSIgZD0iTTU4My43MSw1ODMuNzFIMFYwaDU4My43MXY1ODMuNzFaTTU3MC41OSwxMi40M0gxMy4xM3Y1NTcuNDZoNTU3LjQ2VjEyLjQzWiIvPjwvZz48ZyBpZD0iYiI+PHBhdGggY2xhc3M9ImMiIGQ9Ik0xMTkuNzUsMzA5LjM3YzYuNjgsNC40Miw4MC40LDc2LjQ4LDgzLjc2LDgxLjk5LDcuMDcsMTEuNTctNy40NSwyNi42NS0xOS4yOSwxOS43MS01LjExLTMtODEuNDktNzcuODEtODQuNzUtODIuOTUtNy4zNy0xMS42Miw3LjEtMjcuNDcsMjAuMjgtMTguNzRaIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik04NC43Nyw0MTIuMTNjNDQuODEsMjkuMDktMTIuNzUsNzQuODgtMzMuNzQsMzYuNDQtMTAuOC0xOS43OCwxNC4wNS00OS4yMiwzMy43NC0zNi40NFoiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTEzMC4wNiwzNjEuOTJsMTkuNzQsMjIuMjItNDcuMjksNDUuMzZjMS45NS03Ljk4LTE5LjkyLTIxLjA3LTE4Ljc4LTIzLjJsNDYuMzMtNDQuMzhaIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0zODQuOTEsMTE4Ljg3YzIuNzEsMS44Mi43OSwyLjk5LjA2LDUuNTItNi40NCwyMi4zNi0yNi41NSw0OS43My0zMy45LDcyLjg3LTU5LjgyLDUyLjczLTExNS41LDExMC43My0xNzYuMzksMTYxLjg4bC0yNC42OS0yNC4xNywxNjItMTgwLjY0LDcyLjkyLTM1LjQ2WiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjM2LDI3MC4yMmMtNS41LDUuMDEtNzIuNTMsNjguNTctNjguNTgsNzIuNDYsNC4yNSw0LjE4LDY3LjQ3LTY2LjkzLDczLjMxLTcyLjUxbDY4LjU2LTc0LjAzLTczLjI5LDc0LjA4WiIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNNDYzLjk2LDMwOS41M2MtNi42OCw0LjQyLTgwLjQsNzYuNDgtODMuNzYsODEuOTktNy4wNywxMS41Nyw3LjQ1LDI2LjY1LDE5LjI5LDE5LjcxLDUuMTEtMyw4MS40OS03Ny44MSw4NC43NS04Mi45NSw3LjM3LTExLjYyLTcuMS0yNy40Ny0yMC4yOC0xOC43NFoiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTQ5OC45NCw0MTIuMjljLTQ0LjgxLDI5LjA5LDEyLjc1LDc0Ljg4LDMzLjc0LDM2LjQ0LDEwLjgtMTkuNzgtMTQuMDUtNDkuMjItMzMuNzQtMzYuNDRaIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik00NTMuNjUsMzYyLjA4bC0xOS43NCwyMi4yMiw0Ny4yOSw0NS4zNmMtMS45NS03Ljk4LDE5LjkyLTIxLjA3LDE4Ljc4LTIzLjJsLTQ2LjMzLTQ0LjM4WiIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNMjcxLjcyLDE1NC41bDE2MiwxODAuNjQtMjQuNjksMjQuMTdjLTYwLjg4LTUxLjE1LTExNi41Ni0xMDkuMTUtMTc2LjM5LTE2MS44OC03LjM1LTIzLjE0LTI3LjQ2LTUwLjUxLTMzLjktNzIuODctLjczLTIuNTItMi42NS0zLjcuMDYtNS41Mmw3Mi45MiwzNS40NloiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTI3NC40MiwxOTYuM2w2OC41Niw3NC4wM2M1Ljg0LDUuNTgsNjkuMDYsNzYuNjksNzMuMzEsNzIuNTEsMy45NS0zLjg5LTYzLjA4LTY3LjQ1LTY4LjU4LTcyLjQ2bC03My4yOS03NC4wOFoiLz48L2c+PC9zdmc+data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU4My43MSA1ODMuNzEiPjxtZXRhZGF0YT48YzJwYTptYW5pZmVzdCB4bWxuczpjMnBhPSJodHRwOi8vYzJwYS5vcmcvbWFuaWZlc3QiPkFBQTBSR3AxYldJQUFBQWVhblZ0WkdNeWNHRUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lRQUFBRFFlYW5WdFlnQUFBRWRxZFcxa1l6SnRZUUFSQUJDQUFBQ3FBRGliY1FOMWNtNDZkWFZwWkRvMU9EVmlNelZoWkMxallqUTVMVFF5WVRNdFlXSmxOaTB3WXpoaE1UVXhaRGMyT0RJQUFBQUJ0R3AxYldJQUFBQXBhblZ0WkdNeVlYTUFFUUFRZ0FBQXFnQTRtM0VEWXpKd1lTNWhjM05sY25ScGIyNXpBQUFBQU5kcWRXMWlBQUFBSm1wMWJXUmpZbTl5QUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WVdOMGFXOXVjd0FBQUFDcFkySnZjcUZuWVdOMGFXOXVjNEdqWm1GamRHbHZibXRqTW5CaExtVmthWFJsWkcxemIyWjBkMkZ5WlVGblpXNTBiVUZrYjJKbElFWnBjbVZtYkhseFpHbG5hWFJoYkZOdmRYSmpaVlI1Y0dWNFUyaDBkSEE2THk5amRpNXBjSFJqTG05eVp5OXVaWGR6WTI5a1pYTXZaR2xuYVhSaGJITnZkWEpqWlhSNWNHVXZZMjl0Y0c5emFYUmxWMmwwYUZSeVlXbHVaV1JCYkdkdmNtbDBhRzFwWTAxbFpHbGhBQUFBckdwMWJXSUFBQUFvYW5WdFpHTmliM0lBRVFBUWdBQUFxZ0E0bTNFRFl6SndZUzVvWVhOb0xtUmhkR0VBQUFBQWZHTmliM0tsYW1WNFkyeDFjMmx2Ym5PQm9tVnpkR0Z5ZEJpcFpteGxibWQwYUJsRnNHUnVZVzFsYm1wMWJXSm1JRzFoYm1sbVpYTjBZMkZzWjJaemFHRXlOVFprYUdGemFGZ2dISlh2SUtkYVAwc0hlTFdlVkNCR3ZhZWZHZmxhaXk0eFN1bVh5dVI0c0k1amNHRmtTUUFBQUFBQUFBQUFBQUFBQWd0cWRXMWlBQUFBSkdwMWJXUmpNbU5zQUJFQUVJQUFBS29BT0p0eEEyTXljR0V1WTJ4aGFXMEFBQUFCMzJOaWIzS29hR1JqT25ScGRHeGxiMGRsYm1WeVlYUmxaQ0JKYldGblpXbGtZenBtYjNKdFlYUnRhVzFoWjJVdmMzWm5LM2h0YkdwcGJuTjBZVzVqWlVsRWVDeDRiWEE2YVdsa09qY3pOVEJpTW1ObUxUVm1NVGd0TkRJeU55MWhZemt3TFRRMk5HUXpNamxtTXpObE5HOWpiR0ZwYlY5blpXNWxjbUYwYjNKNE5rRmtiMkpsWDBsc2JIVnpkSEpoZEc5eUx6STVMakFnWVdSdlltVmZZekp3WVM4d0xqY3VOaUJqTW5CaExYSnpMekF1TWpVdU1uUmpiR0ZwYlY5blpXNWxjbUYwYjNKZmFXNW1iNEcvWkc1aGJXVnhRV1J2WW1VZ1NXeHNkWE4wY21GMGIzSm5kbVZ5YzJsdmJtUXlPUzR3LzJsemFXZHVZWFIxY21WNEdYTmxiR1lqYW5WdFltWTlZekp3WVM1emFXZHVZWFIxY21WcVlYTnpaWEowYVc5dWM0S2lZM1Z5YkhnbmMyVnNaaU5xZFcxaVpqMWpNbkJoTG1GemMyVnlkR2x2Ym5Ndll6SndZUzVoWTNScGIyNXpaR2hoYzJoWUlFcHB3YjMvcU41Qk1IaStKTzNNK0RFNndkRmtsVFJXY2FBTmF3YXpOOVN2b21OMWNteDRLWE5sYkdZamFuVnRZbVk5WXpKd1lTNWhjM05sY25ScGIyNXpMMk15Y0dFdWFHRnphQzVrWVhSaFpHaGhjMmhZSUVNZlVFNjFYYjZPdzdrTi9Xd01vL2JtZGoxQ2tlakNBNWxZQytyaThseFVZMkZzWjJaemFHRXlOVFlBQURBUWFuVnRZZ0FBQUNocWRXMWtZekpqY3dBUkFCQ0FBQUNxQURpYmNRTmpNbkJoTG5OcFoyNWhkSFZ5WlFBQUFDL2dZMkp2Y3RLRVdRenZvZ0U0SkJnaGdsa0dQVENDQmprd2dnUWhvQU1DQVFJQ0VCV04veWVzSTlLNEpVdE9ZemNlSFo0d0RRWUpLb1pJaHZjTkFRRUxCUUF3ZFRFTE1Ba0dBMVVFQmhNQ1ZWTXhJekFoQmdOVkJBb1RHa0ZrYjJKbElGTjVjM1JsYlhNZ1NXNWpiM0p3YjNKaGRHVmtNUjB3R3dZRFZRUUxFeFJCWkc5aVpTQlVjblZ6ZENCVFpYSjJhV05sY3pFaU1DQUdBMVVFQXhNWlFXUnZZbVVnVUhKdlpIVmpkQ0JUWlhKMmFXTmxjeUJITXpBZUZ3MHlOREV3TVRVd01EQXdNREJhRncweU5URXdNVFV5TXpVNU5UbGFNSUdyTVJNd0VRWURWUVFEREFwQlpHOWlaU0JETWxCQk1TZ3dKZ1lEVlFRTERCOURiMjUwWlc1MElFRjFkR2hsYm5ScFkybDBlU0JKYm1sMGFXRjBhWFpsTVJNd0VRWURWUVFLREFwQlpHOWlaU0JKYm1NdU1SRXdEd1lEVlFRSERBaFRZVzRnU205elpURVRNQkVHQTFVRUNBd0tRMkZzYVdadmNtNXBZVEVMTUFrR0ExVUVCaE1DVlZNeElEQWVCZ2txaGtpRzl3MEJDUUVXRVdOaGFTMXZjSE5BWVdSdlltVXVZMjl0TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3eERCZ2RCOVBYTHBNWFB3NW9OZ1lrRldEUFAxYVNmdGg5VFpQSU5PdE9RbGhwMXY0aCtoTXhaV0Zqa1ozUkpSdW9TQnJzU1NZQmFFZmlETUtpc2kvc094dUZIS0JWLy9sMXJ2M1NyanJpeEFOWElscWpHZElZeWRhTWFGYS81b3ZGei9tNCtTVXowY2NZenF3K3ZTQXp1UnlTR25wZ204R21qK1NFSmNML0dJSHpxVTliVXkzTnNpelkyb1kyOHlqMzJyYmtPcWVBRFNNNTFPcUlKS2xvRUJGRmV4ek11bnpwVStLMnNMcWhlb1I4RkpNYVIwZkdYYS9ncVJ6aGtpQkZod1VoTFBTOXM2K1RDbnowOVVaTWxYYmRHL2lGS2ozVVBGVURqcWgwd3RGZ2N6MjREclVsYVdlaWx0S0hvdXltQkh1aXJ6dm1PRzBWdFNQZXB4T1FJREFRQUJvNElCakRDQ0FZZ3dEQVlEVlIwVEFRSC9CQUl3QURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SGdZRFZSMGxCQmN3RlFZSktvWklodmN2QVFFTUJnZ3JCZ0VGQlFjREJEQ0JqZ1lEVlIwZ0JJR0dNSUdETUlHQUJna3Foa2lHOXk4QkFnTXdjekJ4QmdnckJnRUZCUWNDQWpCbERHTlpiM1VnWVhKbElHNXZkQ0J3WlhKdGFYUjBaV1FnZEc4Z2RYTmxJSFJvYVhNZ1RHbGpaVzV6WlNCRFpYSjBhV1pwWTJGMFpTQmxlR05sY0hRZ1lYTWdjR1Z5YldsMGRHVmtJR0o1SUhSb1pTQnNhV05sYm5ObElHRm5jbVZsYldWdWRDNHdYUVlEVlIwZkJGWXdWREJTb0ZDZ1RvWk1hSFIwY0RvdkwzQnJhUzFqY213dWMzbHRZWFYwYUM1amIyMHZZMkZmTjJFMVl6TmhNR00zTXpFeE56UXdObUZrWkRFNU16RXlZbU14WW1NeU0yWXZUR0YwWlhOMFExSk1MbU55YkRBM0JnZ3JCZ0VGQlFjQkFRUXJNQ2t3SndZSUt3WUJCUVVITUFHR0cyaDBkSEE2THk5d2Eya3RiMk56Y0M1emVXMWhkWFJvTG1OdmJUQWZCZ05WSFNNRUdEQVdnQlJYS1hveVRjeis1RFZPd0I4a2M4NXpVNnZmYWpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQXFybDZGTFErYzlMWWFmMGlneVRnRXJOTDlYbW1pZWlUM29oS0ZldkozQk43a1drWkQxem5iVnczWG5YNXRnUWFLcStBaVNDbGROeFlFS3FVK1JxOUxyMjZHR2dsQlNBMHMvRHMya3crMkxsblRtb2pBSENIM0N2VlJiaEdISHJhc2htbmZnd21GMVRTa2FXazdOeEVoYnQ5d1FvaUVNa0xTUWVNNFM0Q3UrMTc2RnpFZHkrenprRGtSV3FlU09RTy9xRzJXUnRvL3ZJcTMwRUNmNnY2RnRhekpJMUNXSXFoQks1b0ppb1NOYkxzQ1ZKaGFyM1VjYTlEMTF1amVaVzRrMmpQQ3NuenJpVG1GcVZmdGQzazJTWFVRZzd3UWNRY1hmS0JJdFdadDh6dG4wSVlvWnpKYTF4OWw5ZHZYS0FKdk5zRG96NHVEZXJTOHo5cnpMc0VRdnpMMXlQYlRwNCsvNm1UVEFXc29hRHRta1pnbTNYK3NmZlBYM1h6TUZtZnpJSGlZZlVqYTVuS0syYnM0UDcxdGl0LzFVL0ZEMnhkbHB6WlN1cFJxQ01HeitVVGVYSThJck41WlIvK0Y4clNzbVJBU3Rqbmdnei93RHVjd2NEbEpiWTQvUktxM0JyQWk0TGFtTE1JZndvL2RiTDU1VERsSU9kN0hDZm1TZ2FiYzFXTzBLamkzTFcvVlpuUDlWRzhXaVVHK1dxdE4xT1FJQVptRlVPV2RYUUdMYWcrSTFPYVoxQlhKRE5zSmlYY2cyVEdOQlNFUG80NEFrZm45TXpGR0t5QjVVdXJNTjROSDBxbGFtaHJoS2lWMCtiNzNGangzMzBQL2ZyeEJteng1TnBBUWhOS2tzeCtGNHoxUzhBeTFvMlRCSWtrZUFGYkR6eThmL0Z4dXl0WkJxVXdnZ2FoTUlJRWlhQURBZ0VDQWhBTXFMWlVlNG5tMGdhSmRjMkxtNG5pTUEwR0NTcUdTSWIzRFFFQkN3VUFNR3d4Q3pBSkJnTlZCQVlUQWxWVE1TTXdJUVlEVlFRS0V4cEJaRzlpWlNCVGVYTjBaVzF6SUVsdVkyOXljRzl5WVhSbFpERWRNQnNHQTFVRUN4TVVRV1J2WW1VZ1ZISjFjM1FnVTJWeWRtbGpaWE14R1RBWEJnTlZCQU1URUVGa2IySmxJRkp2YjNRZ1EwRWdSekl3SGhjTk1UWXhNVEk1TURBd01EQXdXaGNOTkRFeE1USTRNak0xT1RVNVdqQjFNUXN3Q1FZRFZRUUdFd0pWVXpFak1DRUdBMVVFQ2hNYVFXUnZZbVVnVTNsemRHVnRjeUJKYm1OdmNuQnZjbUYwWldReEhUQWJCZ05WQkFzVEZFRmtiMkpsSUZSeWRYTjBJRk5sY25acFkyVnpNU0l3SUFZRFZRUURFeGxCWkc5aVpTQlFjbTlrZFdOMElGTmxjblpwWTJWeklFY3pNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXR4OHV2YjBKczF4SWJQNE1nNjVzQWVwUmVDV2tnRDZKcDdHeWlHVGE5b2wyZ2ZuNUhmT1YvSGlZalppT3orVHVIRlUrRFhOYWQ4NnhFcWdWZUdWTWx2SUhHZS9FSGNLQnh2RURYZGxUWEI1eklFa2ZsMC9TR243SjZ2VFg4TU55YmZTaTk1ZVFEVU9aOWZqQ2FxK1BCRmpTNVpmZU5temkveVIrTXNBMGpLS29XYXJTUkNGRkZCcFVGUVdmQWdMeVhPeXhPblhRT1F1ZGp4Tmo2V3UwWDBJQjEzK0lIMTFXY0tjV0VXWE00ajRqaDZoTHkyOUNkM0VvVkczb3hjVmVuTUYvRU1nRDJ0WGp4NE5VYlROQjEvZzkrTVI2Tnc1TWhwNWsvZzNhdE5FeEF4aHR1Z0MrVDNTRFNoU0VKZnMycXVpaVJVSHRYM1JoT2NLMXMxT0pnVDVzMnM5eEd5NS91eFZwY0FJYUsyS2lESlhXM3h4TjhuWFBtazFOU1Z1L214dGZhcHI0VHZTSmJoclU3VUEzcWhRWTluNE9uMnNiSDFYMVR3KzdMVGVrOEtDQTVaRGdoT0VSUGlJcC9KdDg5M3FvdjFiRTVySmthZ2NWZzBXcWpoODlOaENhQkE4VnlSdDNvdmxHeUNLZE5WMlVMM2JuNXZkRnNUazdxcW1wOW1ha3oxL1N1VlhZeElmNkw2KzhSWE9hdFhXYVBrbXVjdUxFMVRQT2VQN1MxTjVKVG9GQ3M4MGwyRDJFdHhvUVhHQ1I0OEsvY1RVUjV6Vi9mUStoZElPem9vMG5Gbjc3WThZZGQyazcveDlCRTc4cG1vZU1udzZWWFlmWEN1V0VnajZwN2pwYkxveFFNb1dNQ1Z6bGc3MldWTmhKRmxTdzRhRDhmYzZlemVFQ0F3RUFBYU9DQVRRd2dnRXdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUF3TlFZRFZSMGZCQzR3TERBcW9DaWdKb1lrYUhSMGNEb3ZMMk55YkM1aFpHOWlaUzVqYjIwdllXUnZZbVZ5YjI5MFp6SXVZM0pzTUE0R0ExVWREd0VCL3dRRUF3SUJCakFVQmdOVkhTVUVEVEFMQmdrcWhraUc5eThCQVFjd1Z3WURWUjBnQkZBd1RqQk1CZ2txaGtpRzl5OEJBZ013UHpBOUJnZ3JCZ0VGQlFjQ0FSWXhhSFIwY0hNNkx5OTNkM2N1WVdSdlltVXVZMjl0TDIxcGMyTXZjR3RwTDNCeWIyUmZjM1pqWlY5amNITXVhSFJ0YkRBa0JnTlZIUkVFSFRBYnBCa3dGekVWTUJNR0ExVUVBeE1NVTFsTlF5MDBNRGsyTFRNek1CMEdBMVVkRGdRV0JCUlhLWG95VGN6KzVEVk93QjhrYzg1elU2dmZhakFmQmdOVkhTTUVHREFXZ0JTbUhPRnRWQ1JNcUk5SWNyOXVxWXpWNU93eDFEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFjYzdsQjR5bTNDM2N5T0E3WlY0QWtvR1Y2NVVnSksrZmFUaGR5WHp4dU5xbFRRQmxPeVhCR0Z5ZXZsbTMzQnNHTzFtREpmb3p1eUx5VDIrN0lWeFdGdlc1eVlNVis1UzFOZUNoTVhJWm5DeldOWG51aUlRU2RtUEQ4MlRFVkNrbmVRcEZFVDRORHdTeG84L3lrZnc2SHg4Zmh1S3owd2poamtXTVhtSzNkTlpYSXVZVmNieW5ITHlKT3pBK3ZXVTNzSDJUMGpQdEZwN0ZOMzlHWm5lNFlHMGFWTWxuSGh0SGh4YVhWQ2l2MlJWb1I0dzFRdHZLSFFwemZQT2JSNTNDbDc0aUxTdEdWRktQd0NMWVJTcFlSRjdKNnZWUy9YeFc0THp2TjJiNlZFS09jdkptTjNMaHB4RlJsM1lZelcrZHdud3RidUhXNldKbG1qZmZiTG0xTXhMRkdsRzk1YUN6MzFYOHd6cVlOc3ZiOSs1QVhjdjhMbDY5dExYbU8xT3RzWS8zd0lMTlVFcDRWTFpURTN3cW0zbjhoTW5DbFppaUt5WkNTN0w0RTBtQ2xieCtCUlNNSDNlVm82amd2ZTQxL2ZLM0ZRTTRRQ05Ja3BHczdGampMeStwdEMrSnl5V3FjZnZPUnJGVi9HT2dCNWhEK0c1Z2hKY0lwZWlnRC9sSHNDUllzT2E1c0ZkcVJFaHdJV0xtU1d0TndmTFpkSjNka0NjN3lScG0zZ2FsNnFSZlRrWXB4VE54eEt5dktia2FKRG94Ujl2dFdyQzNpTnJRZDlWdnhDM1RYdHV6b0hicXVtZXFnY0FxZWZXRjl1NnNuUTRROUZrWHpldUpBck51U3ZQSWhnQmpWdGdnSDB3MHZtL2xtQ1FZaUMvWTEyR2VDeGZnWWxMMzNidWlabk5wWjFSemRLRnBkSE4wVkc5clpXNXpnYUZqZG1Gc1dRNDJNSUlPTWpBREFnRUFNSUlPS1FZSktvWklodmNOQVFjQ29JSU9HakNDRGhZQ0FRTXhEekFOQmdsZ2hrZ0JaUU1FQWdFRkFEQ0JnZ1lMS29aSWh2Y05BUWtRQVFTZ2N3UnhNRzhDQVFFR0NXQ0dTQUdHL1d3SEFUQXhNQTBHQ1dDR1NBRmxBd1FDQVFVQUJDQ0EzQ3VjY2tzWTc3TTVpSTlKZkh0R3Q1UW1MTHllRy90c0lObUVlazNvTkFJUVlqdXg5WnBsYjRINVphYWFSODJuMGhnUE1qQXlOREV3TWpVeE5UUXlNVFphQWdrQW5FSThoWFFTR2MyZ2dndTlNSUlGQnpDQ0F1K2dBd0lCQWdJUUJSNmVrZGNla1FxNzVEMWM3ZERkMlRBTkJna3Foa2lHOXcwQkFRc0ZBREJqTVFzd0NRWURWUVFHRXdKVlV6RVhNQlVHQTFVRUNoTU9SR2xuYVVObGNuUXNJRWx1WXk0eE96QTVCZ05WQkFNVE1rUnBaMmxEWlhKMElGUnlkWE4wWldRZ1J6UWdVbE5CTkRBNU5pQlRTRUV5TlRZZ1ZHbHRaVk4wWVcxd2FXNW5JRU5CTUI0WERUSXpNRGt3T0RBd01EQXdNRm9YRFRNME1USXdOekl6TlRrMU9Wb3dXREVMTUFrR0ExVUVCaE1DVlZNeEZ6QVZCZ05WQkFvVERrUnBaMmxEWlhKMExDQkpibU11TVRBd0xnWURWUVFERXlkRWFXZHBRMlZ5ZENCQlpHOWlaU0JCUVZSTUlGUnBiV1Z6ZEdGdGNDQlNaWE53YjI1a1pYSXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CQndOQ0FBUk5MSzVSK1FQL3RlZnpCWmRXckRZZkVQRTdtenJCRlg3dEtwU2F4ZExKbzdjQzlTSGgyZndBZXllZmJ0VTY2WWFOUVF6Zk9aWDAyTjlLelFiSDAvcHNvNElCaXpDQ0FZY3dEZ1lEVlIwUEFRSC9CQVFEQWdlQU1Bd0dBMVVkRXdFQi93UUNNQUF3RmdZRFZSMGxBUUgvQkF3d0NnWUlLd1lCQlFVSEF3Z3dJQVlEVlIwZ0JCa3dGekFJQmdabmdRd0JCQUl3Q3dZSllJWklBWWI5YkFjQk1COEdBMVVkSXdRWU1CYUFGTG9XMlcxTmhTOXpLWGFhTDNXTWFpQ1Buc2h2TUIwR0ExVWREZ1FXQkJTd05hcFd3eUdwaTg3VHVMeUxGaVZYbmU4MDRUQmFCZ05WSFI4RVV6QlJNRStnVGFCTGhrbG9kSFJ3T2k4dlkzSnNNeTVrYVdkcFkyVnlkQzVqYjIwdlJHbG5hVU5sY25SVWNuVnpkR1ZrUnpSU1UwRTBNRGsyVTBoQk1qVTJWR2x0WlZOMFlXMXdhVzVuUTBFdVkzSnNNSUdRQmdnckJnRUZCUWNCQVFTQmd6Q0JnREFrQmdnckJnRUZCUWN3QVlZWWFIUjBjRG92TDI5amMzQXVaR2xuYVdObGNuUXVZMjl0TUZnR0NDc0dBUVVGQnpBQ2hreG9kSFJ3T2k4dlkyRmpaWEowY3k1a2FXZHBZMlZ5ZEM1amIyMHZSR2xuYVVObGNuUlVjblZ6ZEdWa1J6UlNVMEUwTURrMlUwaEJNalUyVkdsdFpWTjBZVzF3YVc1blEwRXVZM0owTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFCNEs0eEN4NFFRaEZpVWdza1YrNWJDOUF2U3lZRzE5YThsV01ralVjUjVERWRpNmd1ejBHVVNZQXpVZnBDYUtmRCtiOWdjNmY0eks4OE9GT0tXT3EyTDl5UEI2UlpTV3VMZ2NGRXlGSUIxcVl2RjhYZFNSQkYvZUR6amc0dXg4a25wRit0QU5PZVFhTXhXK3hobFdzVzlDNjNrRTBWNTVLK29JRHpWRDEvUm9mdGtuRHNaVTNVRUM0R1c1SFdMOGFOd0tlbk12YTRtWW8wY1RtYW9qc2xrc1RGSVlDc1hpczhLeFZ1bDIzdEdzRFlUbEYyY3lNWE9Jc2FTczFraUxhVHlkOUdZZ1VKK1BWTndBMkU1N0lXemZXWkV3TmFSMy96YUw5bVZMNzNYWkdmRkdMOEtQYndieTB3NzU1Z0FaMFRBU21sMkFMTjJRcjhQUXBBenpsazNsQ1RCVVFMWmxNZWRxSVdnTjV3L0d3aWVsSDZVTnFSWHpuVW9jS1craGlyOUlQZ1lISFNCdGl4enlkRkg1cS9sNXFZR1lLdnh5SUh0SVkzQWdBNll3NEt0cytBZEMrTWJRQU5UUERLMU1kTm9jVys5ZE9KeFNxakxyK2N5VTBKZDdJTUtsMU1qL3ZjeDBEL2N2MmVSY2Z3RUZxemx3bHVlblZleitIQlFTWmZNeDZvcDVZWkRrcldkWnR0dnZSNWF2bmd0SVNkcFpCZFM3czBYU1NXLytkUzE2RHlrWjZLUlE1NE9sNmFBKzNodXNPR0tRTWZmajlOQ2JsS0FiR0VxM2JMaFlzbHNrRUJnUUo0eU92WUlHMGkzRnZvU2NyYm9wMnNXc0ZaU0xTWkV0bmxlV2VGN01UNE8zL05ya1pIYlRkSVV4M2lQZHdqZHpsbmtYbTV5dXpDQ0JxNHdnZ1NXb0FNQ0FRSUNFQWMyTjdja1ZIellSNno5S0dZcVhsc3dEUVlKS29aSWh2Y05BUUVMQlFBd1lqRUxNQWtHQTFVRUJoTUNWVk14RlRBVEJnTlZCQW9UREVScFoybERaWEowSUVsdVl6RVpNQmNHQTFVRUN4TVFkM2QzTG1ScFoybGpaWEowTG1OdmJURWhNQjhHQTFVRUF4TVlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQlNiMjkwSUVjME1CNFhEVEl5TURNeU16QXdNREF3TUZvWERUTTNNRE15TWpJek5UazFPVm93WXpFTE1Ba0dBMVVFQmhNQ1ZWTXhGekFWQmdOVkJBb1REa1JwWjJsRFpYSjBMQ0JKYm1NdU1Uc3dPUVlEVlFRREV6SkVhV2RwUTJWeWRDQlVjblZ6ZEdWa0lFYzBJRkpUUVRRd09UWWdVMGhCTWpVMklGUnBiV1ZUZEdGdGNHbHVaeUJEUVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDQWdvQ2dnSUJBTWFHTlFaSnM4RTlja2xSVmNjbEE4VHlrVGVwbDFHaDF0S0QwWjVNb20yZ3NNeUQrVnIyRWFGRUZVSmZwSWp6YVBwOTg1eUpDMytkSDU0UE14OVFFd3NtYzVadCtGZW9BbjM5UTdTRTJoSHhjN0d6N2l1QWhJb2lHTi9yMmozRUYzK3JHU3MrUXR4bmp1cFJQZkRXVnRUbktDM3IwN0cxZGVjZkJtV05sQ25UMmV4cDM5bVFoMFlBZTl0RVFZbmNmR3BYZXZBM2VaOWRyTXZvaEdTMFV2SjJSL2RoZ3huZFg3UlVDeUZvYmpjaHUwQ3NYN0xlU24zTzlUa1NaKzhPcFdOczVLYkZIYzAyRFZ6VjVodW93V1IwUUtmQWNzVzZUaCt4dFZoTmVmN1hqM09UckN3NTRxVkkxdkN3TVJPcFZ5bVdKeTcxaDZhUFRuWVZWU1p3bUNaL29CcEhJRVBqUTJPQWUzVnVKeVdRbURvNEViUDI5cDdtTzF2c2dkNGlGTm1DS3NlU3Y2RGU0ejZpYy9ybkgxcHNsUEpTbFJFcldIUkFLS3R6UTg3ZlNxRWNhempGS2ZQS3FwWnpRbWlmdGthem5UcWoxUVBndi9DaVBNcEMzQmhJZnhRMHo5Sk1xKytiUGY0T3VHUXErblVvSkVIdFFyOEZuR1pKVWxEMFVmTTJTVTJMSU5Jc1Z6VjVLNmp6UldDOEk0MVk5OXhoM3BQK09jRDVzakNsVE5mcG1FcFlQdE1EaVA2emo5TmVTM1lTVVpQSmpBdzdXNG9pcU1FbUNQa1VFQklEZlY4anUyVGpZK0NtNFQ3MnduU3lQeDRKZHV5clhVWjE0bUNqV0FrQktBQU9oRlR1enVsZHlGNHdFcjFHbnJYVGRyblNEbXVaRE5JenRNMnhBZ01CQUFHamdnRmRNSUlCV1RBU0JnTlZIUk1CQWY4RUNEQUdBUUgvQWdFQU1CMEdBMVVkRGdRV0JCUzZGdGx0VFlVdmN5bDJtaTkxakdvZ2o1N0liekFmQmdOVkhTTUVHREFXZ0JUczErT0MwbkZkWkV6ZkxtYy81N3FZcmh3UFR6QU9CZ05WSFE4QkFmOEVCQU1DQVlZd0V3WURWUjBsQkF3d0NnWUlLd1lCQlFVSEF3Z3dkd1lJS3dZQkJRVUhBUUVFYXpCcE1DUUdDQ3NHQVFVRkJ6QUJoaGhvZEhSd09pOHZiMk56Y0M1a2FXZHBZMlZ5ZEM1amIyMHdRUVlJS3dZQkJRVUhNQUtHTldoMGRIQTZMeTlqWVdObGNuUnpMbVJwWjJsalpYSjBMbU52YlM5RWFXZHBRMlZ5ZEZSeWRYTjBaV1JTYjI5MFJ6UXVZM0owTUVNR0ExVWRId1E4TURvd09LQTJvRFNHTW1oMGRIQTZMeTlqY213ekxtUnBaMmxqWlhKMExtTnZiUzlFYVdkcFEyVnlkRlJ5ZFhOMFpXUlNiMjkwUnpRdVkzSnNNQ0FHQTFVZElBUVpNQmN3Q0FZR1o0RU1BUVFDTUFzR0NXQ0dTQUdHL1d3SEFUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFmVm1Pd0pPMmI1aXBSQ0lCZm1iVzJDRkM0YkFZTGhCTkU4OHdVODYvR1B2SFVGM2lTeW43Y0lvTnFpbHAvR25CengwSDZUNWd5TmdMNVZ4YjEyMkgrb1FnSlRReFo4MjJFcFp2eEZCTVloME1DSUtvRnIycFZzOFZjNDBCSWlYT2xXay9SM2Y3Y25RVTEvK3JUNG9zZXF1RnpVTmY3V0MycWsrUlpwNHNudUNLck9YOWpMeGtKb2Rza3IyZGZOQndDbnp2cUx4MVQ3cGE5NmtRc2wzcC95aFVpZkRWaW5GMlpkck04SEtqSS9yQUo0SkVycGtuRzZza0hpYkJ0OTRxNi9hZXNYbVpnYU5XaHFzS1JjbmZ4STJnNTVqNys2YWRjcS9FeDhIQmFuSFp4aE9BQ2NTMm44MkhoeVM3VDZOSnVYZG1rZkZ5bk9sTEFsS25OMzZUVTZ3N0hRaEpENVROT1hyZC95VmptU2NzUFQ5cnAvRm13MEhOVDdaQW15RWhRTkMzRXlUTjNCMTRPdVNlcmVVMGNaTFhKbXZrT0hPcnBnRlB2VDg3ZUsxTXJmdkVsWHZ0Q2w4ek9ZZEJlSG80Nlp6aDNTUDlIU2pUeC9ubzhaaGYreXZZZnZKR25YVXNIaWNzSnR0dkZYc2VHWXMydUpQVTV2SVhtVm5LY1BBM3Y1Z0EzeUFXVHlmN1lHY1dvV2E2M1ZYQU9pbUdzSmlnSysyVlFiYzYxUldZTWJSaUNROEt2WUhaRS82L3BOSHpWOW04QlBxQzNqTGZCSW53QU0xZHd2blFJMzhBQytSMkFpYlo4R1YyUXFZcGh3bEhLK1ovR3FTRkQveVlsdlpWVkNzZmdQckE4ZzRyNWRiN3FTOUVGVXJuRXc0ZDJ6YzRHcUVyOXUzV2ZQd3hnZ0c0TUlJQnRBSUJBVEIzTUdNeEN6QUpCZ05WQkFZVEFsVlRNUmN3RlFZRFZRUUtFdzVFYVdkcFEyVnlkQ3dnU1c1akxqRTdNRGtHQTFVRUF4TXlSR2xuYVVObGNuUWdWSEoxYzNSbFpDQkhOQ0JTVTBFME1EazJJRk5JUVRJMU5pQlVhVzFsVTNSaGJYQnBibWNnUTBFQ0VBVWVucEhYSHBFS3UrUTlYTzNRM2Rrd0RRWUpZSVpJQVdVREJBSUJCUUNnZ2RFd0dnWUpLb1pJaHZjTkFRa0RNUTBHQ3lxR1NJYjNEUUVKRUFFRU1Cd0dDU3FHU0liM0RRRUpCVEVQRncweU5ERXdNalV4TlRReU1UWmFNQ3NHQ3lxR1NJYjNEUUVKRUFJTU1Sd3dHakFZTUJZRUZOa2F1VFArRjYzcGdoNm1FL1drT25GT1BuNTlNQzhHQ1NxR1NJYjNEUUVKQkRFaUJDQVM2VVdVcFpMSkxKVXl2SXJDWG1UYVQwUmtXWkFaREdkMEQ2dHE4N3ZLTHpBM0Jnc3Foa2lHOXcwQkNSQUNMekVvTUNZd0pEQWlCQ0NDMnZHVWxYczJoQUpGajlVbkFHbitZc2NVVnZxZUM0YXIrQ2ZvVXlBbjJUQUtCZ2dxaGtqT1BRUURBZ1JITUVVQ0lRQ1ZaQUVZZkpzOUZwdkRab0dNWGFIN1IvbWNydG5ZbkpBUUlVV0JpMklpN0FJZ05Bd1lpNlFidGxrRU13NmZqS1ZkS3J3OFRVRlYvci82SW9UZkVrOWNteFpqY0dGa1dST0hBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQVBaWkFRQ0Zqb1E0MUgxbXExUUZPWVpSOWxia2hwREVzUlhyVVkzZjV6TnZudDRQWEF0U0hRcStyOGMzUVJTT3QwMjdjcmdoRHNrbWZSclBqZ0haQ093VkhJR21rOE5MK0dBeWY0d0ljY1MzK0Y0TWFCVDVwbElWSTZnZnhhd08waitROCt2RWZaUm11MEE3bkVvM0ZzWEVVYjNscDJxc29IMzRFZXpJLzBKUmYreHVKSERVVDV0QlJ3R2YydDVlaDBKQ3h0aXZzVUpjblMwZytHT2xBc082cU53R3U2VlRhREQ4Wk1jZkFLWFVnQWJmM0VIUkZqVi9yZCtsY1o2cmlGdjJpS2dlM0k2NWRISHhmaGJXRjFVZ1U0M2wvaXNXQzRaY0NhYXB4WEcrbjlsSzNXdGp4cDFydVFpUHprSWRPaTBJWkJSNTA1alBWODd2aitmOWl2R3RlUU9mPC9jMnBhOm1hbmlmZXN0PjwvbWV0YWRhdGE+PGRlZnM+PHN0eWxlPi5je2ZpbGw6IzY1ODBiZTt9LmR7ZmlsbDojZTRlNWVhO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYSI+PHBhdGggY2xhc3M9ImMiIGQ9Ik01ODMuNzEsNTgzLjcxSDBWMGg1ODMuNzF2NTgzLjcxWk01NzAuNTksMTIuNDNIMTMuMTN2NTU3LjQ2aDU1Ny40NlYxMi40M1oiLz48L2c+PGcgaWQ9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNOTcuNCw1MzUuOTZjLTYuMzItNi4zMywxMy42OC01NC45LDE5LjIyLTU5LjYxLDMuOTQtMy4zNSwzNi4wNi04LjkxLDQ2LjE1LTEyLjk4LDIzLjM2LTkuNDMsNjguODgtNTMuNzksNjkuNTctNzkuOTkuMjUtOS42NC0yMy44Ny02MS4xNy0zMC4yOS02OS4yOS04LjA4LTEwLjIzLTI0LjI3LTE2LjI3LTMxLjgxLTI0LjItMTQuMDctMTQuODEtMjYuMjctMzIuOTQtMzkuNjQtNDguNDcsMTkuNDItNy42MSwxMzguOTEtOTguMjQsMTQ3LjI0LTk1LjQ5LDEuNjQuNTQsMjAuMzksMjYuMywyMC4yNiwyOC4wMi0uMjUsMy4yMS0zNS40MywzOC40NS00Mi4yNiw0OC40NS02LjE5LDkuMDYtMzMuMzYsNTYuMzctMzMuNTMsNjQuMDgtLjQ0LDE5LjEzLDQ2LjI4LDE0LjAxLDQ0LjQ0LDQxLjg4LS4zMyw0Ljk5LTYuNTksNC4yLTcuMTgsNy41Ny0xLDUuNzIsNy4xNiwyMS4yNSw1LjM4LDM0LjU3LTIuNjQsMTkuOC0zNi43OCw0My4zOSwxMC43NywyNy4zNywzMS42Mi0xMC42NSwyOC45OS0yMy4wOCwzNS40MS01Mi43OSw4Ljk5LDQuMDEsNi42OCwzNi44OSwxNi4zMiwzMC44NiwzLjY1LTIuMjksMzkuMTYtNzIuODQsMTYuODQtNzguNTYsOC4zNSw1LjUxLDM1LjYzLTExLjM2LDM3LjMxLTEwLjM5LDIuNDcsMS40MiwyMi41Nyw0Ny40OCwyMy45NSw1MS44MSw0LjA3LDEyLjc3LDIuMDIsMjkuNDIsOC4yNiw0NS42OCw4LjEzLDIxLjIsNDEuMjgsNDkuMjMsMjAuNjQsNzIuNTQtNC45OCw1LjYzLTY0LjQzLDQ0LjQ3LTY4LjM5LDQzLjYtNC43My0xLjA0LTQuODMtMTkuMTgtMTAuMy0xOC41OC0xNi41OSwxLjgzLTQ5LjE2LDUzLjktNTIuOTYsNTMuOUg5Ny40WiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNNDg3LjQ0LDQ2LjM2YzMuMTYsMjUuODctNzcuNjcsODYuMzItNzguODIsOTIuMzMtMi45OCwxNS42MSw1NS43NS0yOC4zMSw1OC4wNi0yNS45NSwxMS4xOSwxMS40My04Ny4zNSw3OC45My0xNi42LDYxLjE4LTQuNyw3LjYxLTQ2LjMyLDE3LjU3LTQ3LjcsMTkuNzUtNS45Niw5LjQyLDM5LjUzLDIwLjUyLDMuMTUsMjQuODktMTMuMzEsMS42LTQzLjIxLTkuMzEtMTkuNzksMTEuNDIsNi42OSw1LjkyLDIxLjg0LDcuODIsMTUuNTksMTUuNTEtMTAuMjQsMTIuNjItNDIuNTIsMi4zOS00NC41OSw0LjE3LTkuOTUsOC41OCwzMS4yNSwxOS44MSwzMS4xLDIxLjc2LS43NSw5LjM3LTUzLjgsMjUuNjQtNjQuMjksMTkuNzMsMy4zNywxMC45NiwxOS4wMiwxMC4zNiwyMC44OSwyMy44LDEuMjEsOC43My0xNS43MSw0Ny4wOS0xOC44LDQ0LjY1LTEuNTEtMS4xOS0xNS43Ny0zNy4yMi0yMi44NC0yOS4wMy0xLjYzLDEuODksNC4xNCwzMy44Ni04LjIsNDguMjgtMi42OSwzLjE0LTI3LjkyLDEzLjA0LTI5LjE0LDExLjg2LTEuOTEtMS44NCw3LjM0LTE0LjMxLDcuODUtMTguMDcsMS4xNy04LjY0LTIuNDktMjUuNzgtMi44My0zNC45Mi0uMDgtMi4yMiw1LjItMi41NCw0LjU1LTExLjMxLTEuOS0yNS40LTQzLjg4LTM0LjQzLTQ1LjAyLTM4LjYxLTEuMTUtNC4yNCwyMi43OS00Ny4wOCwyNy4xMS01My43NSw1NC4xNC04My43NywxNTQuMjItMTI2LjUzLDIzMC4zMy0xODcuNjlaIi8+PC9nPjwvc3ZnPg==<<include "Unset Passages">>
<<set $Previous = "Travel">>
<<set $Main = 1>>
<<include "Shops">>
<<set $Guild = {type:null, loc:null}>>
<<unset $SlaveShop>>
<<unset $Store>>
<<unset $ragdoll>>
<<unset $cost>>
<<unset $character>>
<<unset $choice>>
<<include "Mobile Header">>
<<include "images">>
<center>
<h2>Hokoi Village</h2>
As you approach Hokoi your vision seems to blur, and details elude your sight, almost as the villiage itself is hiding from you. <br>You step into the villiage square and the illusion fades. <br>You are greeted by desolation. Burnt wood and rot assault your nostrils. There seems to be nothing left here
<hr>
<br>
''[[Mysterious Door|General Store][$Store to $villageshop]]'' <br>
In a corner of the marketplace the remains of a shop catch your attention. Charred wood planks float suspended midair in the form of a door, but the building no longer stands. Do you open it?
<br><br>
<hr><br><br>
<center>[[DevGallery|DevGallery]]<br>
The fabric of reality is thin here. You can see a small flicker of what might be.
</center><br><br>
<hr>
</center><<include "Unset Passages">>
<<set $Previous = "Village1">>
<<set $Main = 1>>
<<include "Shops">>
<<set $Guild = {type:null, loc:null}>>
<<unset $SlaveShop>>
<<unset $Store>>
<<unset $ragdoll>>
<<unset $cost>>
<<unset $character>>
<<unset $choice>>
<<include "Mobile Header">>
<<include "images">>
<center><table style="width:100%">
<tr>
<td colspan="8"><center><br><h2>Development Gallery</h2>Take care! Here be dragons!!<br><br></center></td>
</tr>
<tr>
<td><center>[img[$iconKiss]]</center></td>
<td><center>[img[$iconPrincess]]</center></td>
<td><center>[img[$iconPrince]]</center></td>
<td><center>[img[$iconStud]]</center></td>
<td><center>[img[$iconSex]]</center></td>
<td><center>[img[$iconWhip]]</center></td>
<td><center>[img[$iconHypnosis]]</center></td>
<td><center>[img[$iconHypno2]]</center></td>
</tr>
<tr>
<td><center>[img[$iconNo]]</center></td>
<td><center>[img[$iconCancel]]</center></td>
<td><center>[img[$iconPlus]]</center></td>
<td><center>[img[$iconRefresh]]</center></td>
<td><center>[img[$iconShield]]</center></td>
<td><center>[img[$iconSleep]]</center></td>
<td><center>[img[$iconSwords]]</center></td>
<td><center>[img[$iconTravel]]</center></td>
</tr>
<tr>
<td><center>[img[$iconBook]]</center></td>
<td><center>[img[$iconCake]]</center></td>
<td><center>[img[$iconMuffin]]</center></td>
<td><center>[img[$iconPotion]]</center></td>
<td><center>[img[$iconRune1]]</center></td>
<td><center>[img[$iconRune2]]</center></td>
<td><center>[img[$iconRune3]]</center></td>
<td><center>[img[$iconNo]]</center></td>
</tr>
</table>
</center>